@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary: #000000;--secondary: #1a1a1a;--accent: #333333;--text-light: #666666;--text-lighter: #999999;--white: #ffffff;--gray-50: #fafafa;--gray-100: #f5f5f5;--warm: #8B4513}body{font-family:Inter,sans-serif;scroll-behavior:smooth;color:var(--primary);line-height:1.6;background:var(--gray-100)}h1,h2,h3,h4,h5{font-family:Inter,sans-serif;font-weight:700;line-height:1.2}.logo-container{display:flex;align-items:center;gap:12px}.navbar{position:fixed;top:0;width:100%;background:#fff;backdrop-filter:blur(20px);border-bottom:1px solid #e5e5e5;z-index:1000;transition:all .3s ease}.navbar.navbar-translucent{background:#fffc}.navbar.navbar-opaque{background:#fff}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:88px}.nav-links{display:flex;gap:3rem;list-style:none;margin:0;padding:0}.nav-links a{color:var(--primary);text-decoration:none;font-weight:500;font-size:15px;transition:all .3s ease;position:relative}.nav-links a:hover{color:var(--text-light)}.nav-links a:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background-color:var(--primary);transition:width .3s ease}.nav-links a:hover:after{width:100%}.cta-nav{background:var(--primary);color:var(--white);padding:12px 24px;border-radius:6px;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid var(--primary)}.cta-nav:hover{background:transparent;color:var(--primary)}.mobile-menu{background:#fffffffa;border-bottom:1px solid #e5e5e5;box-shadow:0 10px 30px #00000014;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;background:#111;padding-top:7rem}.hero-gate{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;background:#111}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:blur(3px);transform:scale(1.1)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2}.hero-content{position:relative;z-index:3;color:#fff;max-width:1200px;padding:0 2rem}.hero-badge{display:inline-block;background:#ffffff26;backdrop-filter:blur(10px);padding:8px 20px;border-radius:50px;font-size:14px;font-weight:600;color:#fff;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2)}.hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:800;margin-bottom:2rem;color:#fff;letter-spacing:-2px}.hero-subtitle{font-size:1.5rem;color:#ffffffe6;margin-bottom:1rem;font-weight:400;text-shadow:0 1px 5px rgba(0,0,0,.3)}.hero-description{font-size:1.1rem;color:#fffc;margin-bottom:3rem;max-width:840px;margin-left:auto;margin-right:auto;text-shadow:0 1px 5px rgba(0,0,0,.3);line-height:1.6}.cta-container{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:16px 32px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:16px;border:2px solid}.cta-primary{background:var(--white);color:var(--primary);border-color:var(--white)}.cta-primary:hover{background:transparent;color:var(--white);border-color:var(--white);transform:translateY(-2px);box-shadow:0 8px 25px #0003}.cta-primary-stable:hover{color:inherit}.cta-secondary{color:var(--white);border-color:var(--white);background:transparent}.cta-secondary:hover{background:var(--white);color:var(--primary);transform:translateY(-2px)}.section{padding:6rem 2rem;background:var(--gray-100)}.section-title{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--primary);letter-spacing:-1px}.section-subtitle{text-align:center;font-size:1.2rem;color:var(--text-light);margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.container{max-width:1400px;margin:0 auto}.impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.impact-card{background:var(--white);padding:2.5rem 1.5rem;border-radius:12px;text-align:center;border:1px solid #e5e5e5;transition:all .3s ease}.impact-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:var(--primary)}.impact-number{font-size:3rem;font-weight:800;color:var(--primary);margin-bottom:.5rem;line-height:1}.impact-label{color:var(--text-light);font-weight:500;font-size:14px}.story-section{background:var(--gray-100);position:relative}.story-content{max-width:800px;margin:0 auto;text-align:center}.story-year{font-size:4rem;font-weight:800;color:var(--primary);opacity:.1;margin-bottom:1rem}.story-text{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:2rem}.story-highlight{background:linear-gradient(120deg,#0000001a,#0000000d);padding:2rem;border-radius:12px;border-left:4px solid var(--primary);margin:2rem 0}.poles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.pole-card{background:var(--white);padding:2.5rem 2rem;border-radius:12px;border:1px solid #e5e5e5;transition:all .3s ease;text-align:center}.pole-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:var(--primary)}.pole-icon{width:80px;height:80px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;border:3px solid #f0f0f0;transition:all .3s ease}.pole-icon:before{content:"";position:absolute;width:30px;height:30px;background:#fff;border-radius:4px}.pole-icon.artistic:before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E") no-repeat center;mask-size:contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain}.pole-icon.social:before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M16 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm4 18v-6h2.5l-2.54-7.63A1.98 1.98 0 0 0 18.08 7h-.16c-.8 0-1.54.5-1.85 1.26l-1.92 5.75c-.25.75.07 1.57.76 1.96L16 16.8V22h4zM12.5 11.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5S11 9.17 11 10s.67 1.5 1.5 1.5zm1.5 1h-4c-1.1 0-2 .9-2 2v5.5c0 .28.22.5.5.5h7c.28 0 .5-.22.5-.5V14.5c0-1.1-.9-2-2-2zM6 6c1.11 0 2-.89 2-2S7.11 2 6 2 4 2.89 4 4s.89 2 2 2zm0 2c-1.1 0-2 .9-2 2v8h4v-8c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E") no-repeat center;mask-size:contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M16 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm4 18v-6h2.5l-2.54-7.63A1.98 1.98 0 0 0 18.08 7h-.16c-.8 0-1.54.5-1.85 1.26l-1.92 5.75c-.25.75.07 1.57.76 1.96L16 16.8V22h4zM12.5 11.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5S11 9.17 11 10s.67 1.5 1.5 1.5zm1.5 1h-4c-1.1 0-2 .9-2 2v5.5c0 .28.22.5.5.5h7c.28 0 .5-.22.5-.5V14.5c0-1.1-.9-2-2-2zM6 6c1.11 0 2-.89 2-2S7.11 2 6 2 4 2.89 4 4s.89 2 2 2zm0 2c-1.1 0-2 .9-2 2v8h4v-8c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain}.pole-icon.economic:before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11.5 9C10.12 9 9 7.88 9 6.5S10.12 4 11.5 4s2.5 1.12 2.5 2.5S12.88 9 11.5 9zM10.1 13c1.11.22 2.78.22 3.9 0 .49-.1.9.26.9.78 0 .36-.24.68-.59.78-1.13.31-2.69.31-3.82 0-.35-.1-.59-.42-.59-.78 0-.52.41-.88.9-.78zM20 12c0-.21-.1-.4-.26-.54l-3.1-2.54A5.93 5.93 0 0 0 12 7c-1.4 0-2.7.5-3.64 1.36L5.26 11.4c-.16.14-.26.33-.26.54v6c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-6z'/%3E%3C/svg%3E") no-repeat center;mask-size:contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11.5 9C10.12 9 9 7.88 9 6.5S10.12 4 11.5 4s2.5 1.12 2.5 2.5S12.88 9 11.5 9zM10.1 13c1.11.22 2.78.22 3.9 0 .49-.1.9.26.9.78 0 .36-.24.68-.59.78-1.13.31-2.69.31-3.82 0-.35-.1-.59-.42-.59-.78 0-.52.41-.88.9-.78zM20 12c0-.21-.1-.4-.26-.54l-3.1-2.54A5.93 5.93 0 0 0 12 7c-1.4 0-2.7.5-3.64 1.36L5.26 11.4c-.16.14-.26.33-.26.54v6c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-6z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain}.pole-icon.academic:before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 3L1 9l4 2.18v6L12 21l7-3.82v-6l2-1.09V17h2V9L12 3zm6.82 6L12 12.72 5.18 9 12 5.28 18.82 9zM17 15.99l-5 2.73-5-2.73v-3.72L12 15l5-2.73v3.72z'/%3E%3C/svg%3E") no-repeat center;mask-size:contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 3L1 9l4 2.18v6L12 21l7-3.82v-6l2-1.09V17h2V9L12 3zm6.82 6L12 12.72 5.18 9 12 5.28 18.82 9zM17 15.99l-5 2.73-5-2.73v-3.72L12 15l5-2.73 v3.72z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain}.pole-card:hover .pole-icon{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.pole-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--primary)}.pole-description{color:var(--text-light);line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:var(--white);border-radius:12px;overflow:hidden;border:1px solid #e5e5e5;transition:all .3s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.project-header{height:160px;background:var(--primary);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.project-header.conciliare{background:linear-gradient(135deg,#1a365d,#2d5a87)}.project-header.cobalt{background:linear-gradient(135deg,#8b4513,sienna)}.project-header.spectacle{background:linear-gradient(135deg,#1a1a1a,#333)}.project-title-header{font-size:1.3rem;font-weight:800;color:var(--white);text-align:center;z-index:1;position:relative}.project-content{padding:2rem}.project-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--primary)}.project-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6;font-size:.95rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tag{background:var(--gray-100);color:var(--text-light);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.project-footer{display:flex;justify-content:space-between;align-items:center}.project-status{font-size:12px;font-weight:600;color:var(--text-light);background:var(--gray-100);padding:4px 12px;border-radius:20px}.project-link{color:var(--primary);font-weight:600;text-decoration:none;font-size:14px}.project-link:hover{color:var(--text-light)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-card{text-align:center;background:var(--white);border-radius:12px;padding:2rem;border:1px solid #e5e5e5;transition:all .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.team-avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 1rem;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-light);border:3px solid #e5e5e5;font-weight:700}.team-avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}.team-name{font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:.3rem}.team-role{color:var(--text-light);font-size:13px;margin-bottom:.5rem}.team-projects{font-size:12px;color:var(--text-lighter);line-height:1.4}.team-socials{display:flex;gap:.5rem;justify-content:center;margin-top:.75rem}.social-link{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid #e5e5e5;background:#fff;color:#0a66c2;transition:all .2s ease}.social-link:hover{background:#eef5ff;border-color:#0a66c2}.vision-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.vision-card{background:var(--white);padding:2.5rem 2rem;border-radius:12px;border:1px solid #e5e5e5;text-align:center;transition:all .3s ease}.vision-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.vision-number{font-size:2rem;font-weight:800;color:var(--primary);margin-bottom:1rem}.vision-title{font-size:1.2rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.vision-description{color:var(--text-light);line-height:1.6}.newsletter-section{background:var(--primary);color:var(--white)}.newsletter-content{max-width:600px;margin:0 auto;text-align:center}.newsletter-form{display:flex;gap:1rem;margin-top:2rem}.newsletter-input{flex:1;padding:12px 16px;border:none;border-radius:6px;font-size:16px}.newsletter-btn{background:var(--white);color:var(--primary);padding:12px 24px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-btn:hover{background:var(--gray-100)}.footer{background:var(--primary);color:var(--white);padding:4rem 2rem 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.footer-section p,.footer-section a{color:#fffc;text-decoration:none;font-size:14px;line-height:1.6}.footer-section a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#fff9;font-size:14px}@media (max-width: 768px){.nav-links{display:none}.hero{padding-top:6rem}.hero-title{font-size:2.5rem}.hero-badge{font-size:12px;padding:6px 16px;margin-top:-100px}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem;margin-bottom:2rem}.section{padding:4rem 1rem}.cta-container{flex-direction:column;align-items:center;gap:.8rem}.cta-primary,.cta-secondary{width:100%;max-width:280px;text-align:center}.newsletter-form{flex-direction:column}.poles-grid,.projects-grid,.team-grid{grid-template-columns:1fr}.impact-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.section-title{font-size:2rem}.story-year{font-size:3rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.section-title{font-size:1.8rem}.impact-grid{grid-template-columns:1fr}.pole-card,.project-card,.team-card{padding:1.5rem}.hero-content{padding:0 1rem}}.fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-video,.pole-card,.project-card,.team-card,.vision-card,.impact-card{will-change:transform}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-video{animation:none}}.cta-primary:focus,.cta-secondary:focus,.cta-nav:focus,.newsletter-btn:focus{outline:2px solid #4A90E2;outline-offset:2px}.nav-links a:focus{outline:2px solid var(--primary);outline-offset:4px;border-radius:4px}.success-overlay{position:fixed;inset:0;background:#1111118c;display:flex;align-items:center;justify-content:center;z-index:1100;animation:fadeIn .22s ease-out forwards}.success-card{background:#fff;color:#0f172a;border:1px solid #e5e7eb;border-radius:14px;padding:22px 26px 20px;width:320px;text-align:center;box-shadow:0 24px 80px #0000002e;animation:popIn .22s ease-out forwards}.success-card h2{font-size:18px;font-weight:800;margin-top:10px;margin-bottom:4px}.success-card p{font-size:14px;color:#475569}.checkmark{width:72px;height:72px;display:block;margin:0 auto}.checkmark__circle{stroke:#10b981;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:166;stroke-dashoffset:166;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark__check{stroke:#10b981;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .4s .3s cubic-bezier(.65,0,.45,1) forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes popIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
