@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";:root{font-family:Montserrat,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:var(--bg-body);color:var(--text-main)}html,body{margin:0;padding:0;width:100%;min-height:100vh;background-color:var(--bg-body);transition:background-color .3s ease}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.pill-nav-container{position:fixed;top:0;left:0;width:100%;height:var(--nav-height, 90px);padding:0 5%;z-index:10000;display:flex;align-items:center;justify-content:space-between;background-color:#fff;box-shadow:0 2px 15px #0000000a}.pill-nav{display:contents}.pill-logo{display:flex;align-items:center;height:auto;max-height:55px;z-index:10002;margin-right:auto}.pill-logo img{height:50px;width:auto;object-fit:contain;display:block}.pill-nav-items{display:flex;align-items:center;margin:0}.pill-list{list-style:none;display:flex;gap:1rem;margin:0;padding:0;align-items:center;line-height:1}.pill{position:relative;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:50px;transition:color .3s ease;z-index:1;overflow:hidden}.pill-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#b91c1c;border-radius:50px;z-index:-1;opacity:0;transform:scale(1);transition:opacity .3s ease}.pill:hover,.pill.is-active{color:#fff}.pill:hover .pill-bg,.pill.is-active .pill-bg{opacity:1}.pill-label{position:relative;z-index:2;transform:translateY(1px)}.desktop-only{display:block}.mobile-only{display:none}.mobile-menu-button{width:44px;height:44px;background:transparent;border:none;display:none;flex-direction:column;justify-content:center;gap:6px;cursor:pointer;z-index:10002;padding:0}.hamburger-line{width:26px;height:3px;background:#1e293b;border-radius:3px}@media(max-width:900px){.pill-nav-container{padding:0 1.5rem;height:80px}.pill-logo img{height:40px}.desktop-only,.pill-nav-items{display:none!important}.mobile-only,.mobile-menu-button{display:flex}}.mobile-menu-popover{position:fixed;top:80px;left:0;width:100%;background:#fff;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);padding:1rem 0;z-index:9999;text-align:center;box-shadow:0 10px 20px #0000000d;visibility:hidden;opacity:0}.mobile-menu-link{display:block;padding:15px;color:#334155;text-decoration:none;font-weight:700;text-transform:uppercase}:root{--primary: #b91c1c;--primary-hover: #991b1b;--accent: #1e293b;--bg-body: #ffffff;--bg-card: #ffffff;--text-main: #334155;--text-muted: #64748b;--radius: 8px;--shadow: 0 4px 20px rgba(0, 0, 0, .08);--nav-height: 90px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;font-family:Montserrat,sans-serif;overflow-x:hidden;background-color:var(--bg-body);color:var(--text-main);min-height:100vh}.hero-full-width{position:relative;width:100%;margin:0;margin-top:var(--nav-height);height:70vh;min-height:550px;background-size:cover;background-position:center bottom;display:flex;align-items:center;justify-content:center;margin-bottom:4rem;background-color:var(--accent)}.hero-overlay{position:absolute;inset:0;background:#00000080}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:0 1.5rem;width:100%;max-width:1200px}.hero-title{font-family:Montserrat,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:2px;margin:0;color:#fff;text-shadow:0 4px 15px rgba(0,0,0,.6);line-height:1.1;font-size:3.5rem}.hero-subtitle-text{margin-top:1rem;font-size:1.2rem;font-weight:300;color:#f1f5f9;letter-spacing:1px;text-transform:uppercase}@media(max-width:768px){.hero-full-width{height:500px;background-position:center center}.hero-title{font-size:1.8rem;letter-spacing:1px}.hero-subtitle-text{font-size:.9rem}}.intro-section{max-width:900px;margin:0 auto 5rem;text-align:center;padding:0 2rem}.intro-text{font-size:1.1rem;color:var(--text-muted);font-style:italic;font-weight:400;line-height:1.8;margin-bottom:2rem}.intro-divider{font-weight:700;color:var(--text-main);text-transform:uppercase;letter-spacing:1px}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1200px;margin:0 auto 6rem;padding:0 2rem}.services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;max-width:1200px;margin:0 auto 6rem;padding:0 2rem}.value-card{display:flex;flex-direction:column;align-items:center;text-align:center}.value-image-box{width:100%;height:220px;background-color:#eee;border-radius:4px;overflow:hidden;margin-bottom:1.2rem;box-shadow:0 5px 15px #0000000d}.value-image-box img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.value-card:hover .value-image-box img{transform:scale(1.05)}.value-title{font-size:1.1rem;font-weight:700;color:var(--primary);text-transform:uppercase;margin-bottom:.5rem}.card-service{background-color:#fff;border-radius:12px;padding:2.5rem 1.5rem;text-align:center;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;align-items:center;border:1px solid #f1f5f9;width:100%;max-width:320px;min-height:380px}.icon-wrapper{color:var(--primary);margin-bottom:1.5rem;background:#b91c1c0d;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center}.studio-section-wrapper{background-color:#f8fafc;width:100%;padding:5rem 1rem;margin-bottom:5rem}.studio-container{max-width:1100px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:4rem}.studio-text-col{flex:1;text-align:left}.studio-text-col h2.section-title{color:var(--primary);font-size:2.2rem;margin-bottom:1.5rem;text-transform:uppercase;font-weight:800;margin-top:0}.studio-text-col p{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:1rem}.studio-img-col{flex:1;height:350px;border-radius:6px;overflow:hidden;box-shadow:var(--shadow)}.studio-img-col img{width:100%;height:100%;object-fit:cover}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;margin-top:auto;width:100%;border-radius:6px;border:none;font-size:.9rem;font-weight:700;text-transform:uppercase;cursor:pointer;text-decoration:none;color:#fff!important;transition:all .2s ease}.btn:hover{opacity:.9;transform:translateY(-2px)}.btn-studio{background-color:var(--primary)}.btn-whatsapp{background-color:#25d366}.btn-social{background-color:#1e293b}.map-section{background:#fff;padding:1rem;border-radius:8px;box-shadow:var(--shadow);margin:0 auto 4rem;max-width:1000px;width:90%}@media(max-width:900px){:root{--nav-height: 80px}.studio-container{flex-direction:column-reverse;gap:2rem}.studio-text-col{text-align:center}.studio-img-col{width:100%;height:250px}.card-service{max-width:100%}}.main-footer{background-color:#f8fafc;padding:5rem 1rem 2rem;margin-top:4rem;border-top:1px solid #e2e8f0}.footer-container{max-width:800px;margin:0 auto}.footer-quote-box{background:#fff;padding:3rem;border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;margin-bottom:3rem}.footer-quote-box h2{color:var(--primary);font-weight:800;margin-bottom:.5rem}.footer-quote-box p{color:var(--text-muted);margin-bottom:2.5rem}.quote-form{text-align:left}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-group{flex:1;display:flex;flex-direction:column;margin-bottom:1.5rem}.form-group label{font-size:.85rem;font-weight:700;margin-bottom:.5rem;color:var(--text-main);text-transform:uppercase}.form-group input,.form-group textarea{padding:.8rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.footer-legal{text-align:center;margin-bottom:2rem;font-size:.85rem;color:var(--text-muted);line-height:1.6}.footer-legal p{margin:.2rem 0}.footer-bottom{text-align:center;border-top:1px solid #e2e8f0;padding-top:2rem;font-size:.8rem;color:#94a3b8}@media(max-width:600px){.form-row{flex-direction:column;gap:0}.footer-quote-box{padding:2rem 1.5rem}.footer-legal{font-size:.75rem}}
