@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Catamaran",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;color:#222222;background-color:#fafafa;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:#4a4a4a}a{text-decoration:none;color:inherit;transition:color 0.2s ease}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.transition-fade{transition:opacity 0.3s ease;opacity:1}html.is-animating .transition-fade{opacity:0}.fade-in-element{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease-out,transform 0.6s ease-out}.fade-in-element.visible{opacity:1;transform:translateY(0)}.navbar{background-color:#ffffff;padding:1rem 2rem;box-shadow:0 2px 8px rgba(0,0,0,0.05);position:sticky;top:0;z-index:1000}@media (max-width:768px){.navbar{padding:1rem}}.navbar .navbar-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar .navbar-logo{display:flex;align-items:center;gap:1rem;font-size:1.25rem;font-weight:700;color:#ffcd03;flex-shrink:0}.navbar .navbar-logo img{height:50px;width:auto;z-index:1010}.navbar .nav-drawer{display:flex;align-items:center;gap:3rem;flex:1;justify-content:center}.navbar .navbar-nav{display:flex;list-style:none;gap:2rem;align-items:center;margin-left:auto}.navbar .navbar-nav a{color:#4a4a4a;font-weight:500;transition:color 0.2s ease}.navbar .navbar-nav a:hover{color:#4c6e3e}.navbar .navbar-nav a.active{color:#4c6e3e;font-weight:600;font-size:1.2rem}@media (max-width:768px){.navbar .navbar-nav a.active{font-size:2rem}}.navbar .btn-prova{background-color:#4c6e3e;color:#ffffff;padding:0.6rem 1.2rem;border-radius:24px;font-weight:600;display:inline-flex;align-items:center;gap:0.5rem;transition:all 0.2s ease;flex-shrink:0;margin-left:auto}.navbar .btn-prova:hover{background-color:#354d2c;transform:translateX(2px)}.navbar .btn-prova::after{content:"→";font-size:1.2rem}.navbar .hamburger-btn{display:none;background:none;border:none;cursor:pointer;padding:0.5rem;z-index:1001}.navbar .hamburger-btn .hamburger-line{display:block;width:25px;height:3px;background-color:#4c6e3e;margin:5px 0;transition:all 0.3s ease;border-radius:2px}.navbar .hamburger-btn.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.navbar .hamburger-btn.active .hamburger-line:nth-child(2){opacity:0}.navbar .hamburger-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:768px){.navbar .hamburger-btn{display:block}.navbar .nav-drawer{position:fixed;top:0;right:-200%;width:100%;height:100vh;background-color:#ffffff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;transition:right 0.4s cubic-bezier(0.4,0,0.2,1);z-index:1000;box-shadow:-2px 0 10px rgba(0,0,0,0.1);transform:translateX(0)}.navbar .nav-drawer.active{right:0}.navbar .navbar-nav{flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem;margin-left:0}.navbar .navbar-nav li a{font-size:1.5rem;font-weight:600;padding:1.5rem 0}.navbar .navbar-nav li a:hover{color:#ffcd03}.navbar .btn-prova{padding:1.5rem 3rem;font-size:1.1rem;margin-top:1.5rem;margin-left:0}}.home-page .hero-section{padding:6rem 0;background-color:#ffffff;position:relative;min-height:100vh}.home-page .hero-section .hero-content{position:relative;z-index:10}.home-page .hero-section .hero-content h1{font-size:3rem;margin:2.5rem 0;color:#4c6e3e;font-weight:700;line-height:1.2}@media (max-width:768px){.home-page .hero-section .hero-content h1{font-size:2.5rem;margin-bottom:1.5rem}}.home-page .hero-section .hero-content .hero-text-block p{font-size:1.3rem;line-height:1.6;margin:0;color:#4a4a4a}.home-page .hero-section .hero-image-left,.home-page .hero-section .hero-image-right{position:absolute;z-index:1}.home-page .hero-section .hero-image-left img,.home-page .hero-section .hero-image-right img{width:100%;height:auto;object-fit:cover}.home-page .hero-section .hero-image-left{left:0;bottom:5%}.home-page .hero-section .hero-image-left img{width:35vw}.home-page .hero-section .hero-image-right{right:0;bottom:5%}.home-page .hero-section .hero-image-right img{width:40vw}@media (max-width:1300px){.home-page .hero-section .hero-image-left{display:none}.home-page .hero-section .hero-image-right{bottom:10%}.home-page .hero-section .hero-image-right img{width:65vw}}@media (max-width:768px){.home-page .hero-section .hero-image-right{position:relative;bottom:0}.home-page .hero-section .hero-image-right img{width:80%;margin:1rem auto}}.home-page .digital-section{padding-bottom:6rem;background-color:#ffffff;margin-top:-2rem}.home-page .digital-section .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width:768px){.home-page .digital-section .container{grid-template-columns:1fr}}.home-page .digital-section .digital-image img{width:100%;max-width:500px;margin:0 auto}.home-page .digital-section .digital-content{position:relative;z-index:10}.home-page .digital-section .digital-content h2{font-size:2.5rem;line-height:1.3;color:#4c6e3e;margin-bottom:2rem}.home-page .digital-section .digital-content p{margin-bottom:1.5rem;font-size:1.1rem;color:#4c6e3e}.home-page .digital-section .digital-image-right{position:absolute;right:0;top:-10%}.home-page .digital-section .digital-image-right img{width:100%;max-width:350px}@media (max-width:768px){.home-page .digital-section .digital-image-right{display:none}}.home-page .digital-storytelling-section{padding:6rem 0;background-color:#fafafa;text-align:center}.home-page .digital-storytelling-section .container{max-width:1200px;margin:0 auto}.home-page .digital-storytelling-section h2{font-size:2.5rem;margin-bottom:2rem;color:#4c6e3e}.home-page .digital-storytelling-section p{color:#4c6e3e}.home-page .digital-storytelling-section .storytelling-image{width:100%;height:auto;max-width:100%;display:block;margin-top:5rem}.home-page .augmented-tinkering-section{padding:6rem 0;background-color:#ffffff}.home-page .augmented-tinkering-section .container{display:grid;grid-template-columns:1fr 1fr;gap:12rem;align-items:center}@media (max-width:768px){.home-page .augmented-tinkering-section .container{grid-template-columns:1fr;gap:2rem}}.home-page .augmented-tinkering-section .tinkering-image img{width:100%;max-width:500px}.home-page .augmented-tinkering-section .tinkering-content h2{font-size:2.5rem;line-height:1.3;color:#4c6e3e;margin-bottom:2rem}.home-page .augmented-tinkering-section .tinkering-content p{color:#4c6e3e;margin-bottom:1.5rem;font-size:1.1rem}.home-page .results-section{padding-top:6rem;background-color:#fafafa;text-align:center}.home-page .results-section .container{max-width:1200px;margin:0 auto}.home-page .results-section h2{font-size:2.5rem;margin-bottom:2rem;color:#4c6e3e}.home-page .results-section p{color:#4c6e3e}.home-page .results-section .results-image{width:100%;height:auto;max-width:100%;display:block;margin-top:5rem}.home-page .tinkering-section{padding:10rem 0;background-color:#ffffff;text-align:right;position:relative}.home-page .tinkering-section .tinkering-image{position:absolute;left:-5%;top:5%;height:100%;z-index:1}@media (max-width:768px){.home-page .tinkering-section .tinkering-image{z-index:-1;opacity:0.5}}.home-page .tinkering-section .tinkering-image img{width:100%;height:100%;object-fit:cover}.home-page .tinkering-section .tinkering-content{width:50%;margin-left:auto}@media (max-width:768px){.home-page .tinkering-section .tinkering-content{width:100%;margin:0 auto}}.home-page .tinkering-section .tinkering-content h2{font-size:3.5rem;line-height:1.3;color:#4c6e3e;margin-bottom:2rem}.home-page .tinkering-section .tinkering-content p{margin-bottom:1.5rem;font-size:1.1rem}.home-page .tinkering-section .tinkering-content .btn-cta{background-color:#ffcd03;color:#222222;padding:1rem 2rem;border-radius:16px;display:inline-block;font-weight:600;margin-top:1.5rem;transition:all 0.2s ease}.home-page .tinkering-section .tinkering-content .btn-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,184,0,0.3)}.home-page .yellow{color:#ffcd03}.chi-siamo-page{padding:4rem 0;background-color:#fafafa;min-height:70vh}.chi-siamo-page .page-header{text-align:center;margin-bottom:4rem}.chi-siamo-page .page-header h1{font-size:2.5rem}.chi-siamo-page .team-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;max-width:1000px;margin:0 auto}.chi-siamo-page .team-card{background-color:#ffffff;border-radius:32px;padding:1.5rem;width:320px;max-width:100%;text-align:center;transition:transform 0.3s ease}.chi-siamo-page .team-card:hover{transform:translateY(-8px)}.chi-siamo-page .team-card.green-border{background-color:#e8f3dc;border:4px solid #8faf7a}.chi-siamo-page .team-card.yellow-border{background-color:#fff9e6;border:4px solid #ffd54f}.chi-siamo-page .team-card .team-photo{width:100%;aspect-ratio:1/1;border-radius:16px;overflow:hidden;margin-bottom:1.5rem;background-color:#d1d1d1}.chi-siamo-page .team-card .team-photo img{width:100%;height:100%;object-fit:cover}.chi-siamo-page .team-card .team-name{font-size:1.1rem;font-weight:700;margin-bottom:0.5rem;text-transform:uppercase;letter-spacing:0.5px}.chi-siamo-page .team-card .team-role{font-size:0.95rem;color:#4a4a4a;margin-bottom:0.5rem;font-style:italic}.chi-siamo-page .team-card .team-description{font-size:0.875rem;color:#6b6b6b}@media (max-width:768px){.chi-siamo-page{padding:2rem 0}.chi-siamo-page .team-grid{flex-direction:column;align-items:center;gap:1.5rem}}.modalita-page{background-color:#fafafa}.modalita-page .mode-section{padding:6rem 0}.modalita-page .mode-section:nth-child(odd){background-color:#ffffff}.modalita-page .mode-section .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.modalita-page .mode-section:nth-child(even) .container .mode-image{order:2}.modalita-page .mode-section:nth-child(even) .container .mode-content{order:1}.modalita-page .mode-section .mode-image{display:flex;justify-content:center;align-items:center}.modalita-page .mode-section .mode-image img{max-height:350px;width:100%;height:auto;object-fit:contain}.modalita-page .mode-section .mode-content{color:#4c6e3e}.modalita-page .mode-section .mode-content h2{font-size:3rem;margin-bottom:3rem}.modalita-page .mode-section .mode-content h2.yellow{color:#ffcd03}.modalita-page .mode-section .mode-content h2.green{color:#78ce53}.modalita-page .mode-section .mode-content h2.orange{color:#ff9800}.modalita-page .mode-section .mode-content h2.blue{color:#55acee}.modalita-page .mode-section .mode-content h2.purple{color:#c26dbc}.modalita-page .mode-section .mode-content .mode-subtitle{font-size:1.8rem;line-height:2.2rem;font-weight:600;margin-bottom:1.5rem;color:#222222;margin-top:-3rem}.modalita-page .mode-section .mode-content .mode-subtitle.yellow{color:#ffcd03}.modalita-page .mode-section .mode-content .mode-subtitle.green{color:#78ce53}.modalita-page .mode-section .mode-content .mode-subtitle.orange{color:#ff9800}.modalita-page .mode-section .mode-content .mode-subtitle.blue{color:#55acee}.modalita-page .mode-section .mode-content .mode-subtitle.purple{color:#c26dbc}.modalita-page .mode-section .mode-content p{font-size:1rem;line-height:1.7;color:#4a4a4a}@media (max-width:768px){.modalita-page .mode-section{padding:2rem 0}.modalita-page .mode-section .container{grid-template-columns:1fr;gap:1.5rem}.modalita-page .mode-section:nth-child(even) .container .mode-content,.modalita-page .mode-section:nth-child(even) .container .mode-image{order:unset}}.modalita-page .yellow{color:#ffcd03}.contatti-page{padding:4rem 0;background-color:#ffffff;min-height:70vh}.contatti-page .page-header{text-align:left;margin-bottom:2rem}.contatti-page .page-header h1{font-size:2.5rem;color:#ffcd03}.contatti-page .page-header p{font-size:1.1rem;max-width:600px}.contatti-page .contact-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:0 auto;align-items:start}.contatti-page .contact-form .form-group{margin-bottom:1.5rem}.contatti-page .contact-form .form-group label{display:block;margin-bottom:0.5rem;font-weight:500;color:#222222}.contatti-page .contact-form .form-group input,.contatti-page .contact-form .form-group textarea{width:100%;padding:1rem 1.5rem;border:2px solid #e8f3dc;border-radius:16px;background-color:#f0f8e8;font-family:"Catamaran",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;transition:all 0.2s ease}.contatti-page .contact-form .form-group input:focus,.contatti-page .contact-form .form-group textarea:focus{outline:none;border-color:#4c6e3e;background-color:#ffffff}.contatti-page .contact-form .form-group input::placeholder,.contatti-page .contact-form .form-group textarea::placeholder{color:#6b6b6b;opacity:0.7}.contatti-page .contact-form .form-group textarea{min-height:120px;resize:vertical}.contatti-page .contact-form .btn-submit{background-color:#4c6e3e;color:#ffffff;padding:1rem 3rem;border:none;border-radius:16px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.2s ease;text-transform:uppercase;letter-spacing:1px;width:30%;margin:0px 30%}.contatti-page .contact-form .btn-submit:hover{background-color:#354d2c;transform:translateY(-2px);box-shadow:0 4px 12px rgba(92,125,74,0.3)}.contatti-page .contact-form .btn-submit:active{transform:translateY(0)}.contatti-page .contact-illustration{display:flex;align-items:center;justify-content:center;position:relative}.contatti-page .contact-illustration img{width:100%;margin-left:6rem}@media (max-width:768px){.contatti-page{padding:2rem 0}.contatti-page .contact-container{grid-template-columns:1fr;gap:1.5rem}.contatti-page .contact-illustration{order:-1;margin-bottom:1.5rem}}