@import"https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap";:root{--fg: #fefbf4;--bg: #413632}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Mono,monospace}section img{width:100%;height:100%;object-fit:cover}h1{font-family:Host Grotesk;font-size:5rem;font-weight:400;line-height:1.2}p{text-transform:uppercase;font-size:1rem;font-weight:500}a{text-decoration:none;text-transform:uppercase;font-size:.8rem;font-weight:500;color:var(--fg)}.btn{padding:.75rem 1.5rem;border-radius:.25rem}.btn.primary{background-color:var(--bg)}.btn.primary a{color:var(--fg)}.btn.secondary{background-color:var(--fg)}.btn.secondary a{color:var(--bg)}body>nav{position:fixed;width:100vw;padding:1.5rem 2rem;display:flex;align-items:center;gap:2rem;will-change:opacity;z-index:2}body>nav>div{flex:1}body>nav .nav-links{display:flex;gap:1.5rem;white-space:nowrap}body>nav .logo{display:flex;justify-content:center;align-items:center}nav .logo img{width:2rem;height:auto}nav .logo a{text-transform:none;font-family:Host Grotesk;font-size:1.5rem;color:var(--bg)}nav .nav-buttons{display:flex;gap:1.5rem;justify-content:flex-end}section{position:relative;width:100vw;height:100svh;overflow:hidden}.outro{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:5rem 2rem 7rem;background-color:var(--bg);color:var(--fg);height:auto;overflow:visible}canvas{width:100%;height:100%;background-color:#fefbf4}.hero-content{position:absolute;top:25%;left:50%;transform:translate(-50%);transform-style:preserve-3d;perspective:1000px;padding:.5rem 0}.header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;color:var(--fg);transform-origin:center;will-change:transform,opacity}.header h1{width:50%;margin-bottom:3.8rem}.header p{opacity:.35}.hero-img-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;transform-style:preserve-3d;perspective:1000px}.hero-img{position:relative;width:100%;height:100%;transform:translateZ(1000px);opacity:0;will-change:transform,opacity}.cta-section{display:flex;gap:16px;justify-content:center;margin-top:2.5rem}.cta-btn{font-family:Host Grotesk,sans-serif;font-size:14px;font-weight:600;padding:14px 32px;background:#fefbf4;color:#413632;border-radius:4px;text-decoration:none;text-transform:uppercase;letter-spacing:.08em}.cta-btn--outline{background:transparent;border:1px solid #fefbf4;color:#fefbf4}#hamburger-btn,#mobile-popup{display:none}@media (max-width: 768px){.cta-section{flex-direction:column;align-items:center}}.site-footer{background:#fefbf4;padding:4rem 6rem;display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;border-top:1px solid #e8e0d5;color:#413632;font-family:DM Mono,monospace;font-size:14px;line-height:1.7}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col--brand img:not(.footer-logo-full){width:80px;height:auto}.footer-brand-name{font-family:Host Grotesk,sans-serif;font-style:italic;font-size:24px;color:#413632;text-transform:none;font-weight:400}.footer-logo-full{width:260px;max-width:100%;height:auto;display:block}.footer-tagline,.footer-desc{font-family:DM Mono,monospace;font-size:13px;font-weight:300;line-height:1.75;color:#413632;text-transform:none}.footer-col--map iframe{display:block}.footer-heading{font-family:Host Grotesk,sans-serif;font-weight:700;font-size:20px;text-transform:uppercase;letter-spacing:.1em;color:#413632;margin-top:8px}.footer-heading--social{margin-top:20px}.footer-col--contacts p,.footer-col--contacts a{font-family:DM Mono,monospace;font-size:13px;font-weight:300;line-height:1.75;color:#413632;text-decoration:none;text-transform:none}.footer-col--contacts a:hover{text-decoration:underline}.footer-social{display:flex;gap:12px;flex-direction:row}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#413632;border-radius:8px;flex-shrink:0}.footer-bottom{background:#fefbf4;border-top:1px solid #e8e0d5;padding:1.5rem 6rem;text-align:center}.footer-bottom p{font-family:DM Mono,monospace;font-size:12px;color:#8b6b47;text-transform:none;font-weight:400}.footer-bottom a{font-family:DM Mono,monospace;font-size:12px;color:#8b6b47;text-transform:none;text-decoration:underline}@media (max-width: 768px){.site-footer{grid-template-columns:1fr;padding:2rem;gap:2rem}.footer-bottom{padding:1.5rem 2rem}}@media (max-width: 1023px){h1{font-size:2rem}body>nav .nav-links,body>nav .nav-buttons{display:none}body>nav{justify-content:center}.header h1,.hero-img-container{width:calc(100% - 4rem)}#hamburger-btn{display:flex;flex-direction:column;justify-content:center;gap:5px;position:fixed;top:20px;right:20px;z-index:9999;background:none;border:none;cursor:pointer;padding:8px;transform:translateY(10px)}#hamburger-btn span{display:block;width:28px;height:2px;background:#e2caae;border-radius:2px}#mobile-popup{display:none;flex-direction:column;align-items:center;gap:20px;position:fixed;top:60px;right:16px;width:295px;background:#fff;padding:40px 24px 32px;z-index:9998;box-shadow:0 8px 32px #00000026}#mobile-popup.active{display:flex}#close-btn{position:absolute;top:12px;right:14px;background:none;border:none;color:#413832;font-size:18px;cursor:pointer;line-height:1;padding:4px;z-index:1}#popup-logo{width:56px;height:56px;object-fit:contain;display:block}#popup-title{color:#413632;font-family:Host Grotesk,sans-serif;font-size:33px;font-weight:500;text-transform:none;letter-spacing:.02em;margin:0}#popup-buttons{display:flex;flex-direction:row;gap:12px;align-items:center}#btn-app{display:flex;align-items:center;justify-content:center;width:52px;height:38px;background:#e2caae;color:#413832;border-radius:100px;font-family:Host Grotesk,sans-serif;font-size:12px;font-weight:600;text-decoration:none;text-transform:uppercase}#btn-contatti{display:flex;align-items:center;justify-content:center;width:125px;height:38px;background:#413832;color:#fff;border-radius:100px;font-family:Host Grotesk,sans-serif;font-size:12px;font-weight:600;text-decoration:none;text-transform:uppercase}#popup-social{display:flex;flex-direction:row;gap:20px;align-items:center}#popup-social a{display:flex;align-items:center;justify-content:center}#popup-nav{position:static;z-index:auto;display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;border-top:1px solid #f0ebe3;padding:20px 0 0;margin-top:4px;will-change:auto}#popup-nav a{display:block;color:#413832;font-family:Host Grotesk,sans-serif;font-size:16px;font-weight:500;text-decoration:none;text-transform:uppercase;letter-spacing:.08em}#popup-nav a:hover{opacity:.6}}@media (min-width: 768px) and (max-width: 1023px){#mobile-popup{width:500px;right:24px}#btn-app{width:81px}#popup-nav a{font-size:19px}}
