@media (max-width:1024px){.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-primary);padding:24px 20px;border-top:1px solid rgba(255,255,255,0.1);box-shadow:0 10px 30px rgba(0,0,0,0.5);animation:slideDown 0.3s ease;z-index:999}.nav-menu.active{display:block}.nav-menu ul{flex-direction:column;gap:16px;align-items:center;width:100%}.nav-menu ul li{width:100%;text-align:center}.nav-menu ul li a{display:block;padding:12px 0;font-size:1.1rem}.nav-menu ul li a::after{display:none}.menu-toggle{display:flex}.logo img{height:70px}.logo-text{font-size:1.4rem;white-space:nowrap}.language-selector select{padding:8px 34px 8px 14px;font-size:.75rem;min-width:54px;background-size:10px;background-position:right 10px center}.navbar-content{padding:12px 20px;min-height:80px}body:not(.home-page) .page-hero{margin-top:90px}}
@media (max-width:768px){.navbar-content{padding:10px 16px;min-height:70px}.logo img{height:50px}.logo-text{font-size:1.2rem;max-width:120px;white-space:normal}.language-selector select{padding:6px 30px 6px 12px;font-size:.7rem;min-width:48px;background-size:8px;background-position:right 8px center}.menu-toggle{width:34px;height:26px;margin-left:8px}.menu-toggle span{height:3px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,7px)}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-7px)}.nav-menu{padding:20px}.nav-menu ul li a{font-size:1rem;padding:10px 0}body:not(.home-page) .page-hero{margin-top:75px}}
@media (max-width:576px){.navbar-content{padding:8px 12px;min-height:60px}.logo img{height:40px}.logo-text{font-size:1rem;max-width:90px}.language-selector select{padding:4px 24px 4px 8px;font-size:.6rem;min-width:40px;background-size:7px;background-position:right 6px center}.menu-toggle{width:30px;height:22px;margin-left:6px}.menu-toggle span{height:2.5px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(4px,6px)}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-6px)}.nav-menu{padding:16px}.nav-menu ul li a{font-size:.9rem;padding:8px 0}body:not(.home-page) .page-hero{margin-top:65px}}
@media (max-width:1024px){.nav-menu.active{max-height:calc(100vh - 80px);overflow-y:auto;-webkit-overflow-scrolling:touch}}
@media (max-width:768px){.nav-menu.active{max-height:calc(100vh - 70px)}}
@media (max-width:768px){.container{padding:0 16px}.section{padding:60px 0}}
@media (max-width:576px){.container{padding:0 12px}.section{padding:40px 0}}
@media (max-width:768px){h1{font-size:2.6rem}h2{font-size:2.2rem}h3{font-size:1.3rem}.section-title{font-size:2.2rem}.page-hero h1{font-size:2.8rem}.hero-title{font-size:3.2rem}}
@media (max-width:576px){h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.1rem}.section-title{font-size:1.8rem}.page-hero h1{font-size:2.2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}}
@media (max-width:1024px){.hero{min-height:100vh;padding:80px 0 40px}.hero-content{margin-top:0}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.2rem}}
@media (max-width:768px){.hero{min-height:100vh;padding:70px 0 40px}.hero-content{padding:0 16px}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;gap:12px;max-width:280px;margin:0 auto}.hero-buttons .btn{width:100%;padding:12px 20px;font-size:.9rem}.scroll-indicator{bottom:20px}.scroll-indicator .arrow{width:24px;height:24px}}
@media (max-width:576px){.hero{min-height:100vh;padding:60px 0 30px}.hero-title{font-size:2rem}.hero-subtitle{font-size:.9rem;margin-bottom:20px}.hero-buttons{max-width:240px;gap:10px}.hero-buttons .btn{padding:10px 16px;font-size:.8rem;border-radius:30px}.scroll-indicator{bottom:15px}.scroll-indicator span{font-size:.6rem;letter-spacing:1px}.scroll-indicator .arrow{width:18px;height:18px;border-width:2px;margin-top:4px}}
@media (max-width:1024px){.page-hero{padding:140px 0 80px}.page-hero h1{font-size:3.2rem}}
@media (max-width:768px){.page-hero{padding:110px 0 70px}.page-hero h1{font-size:2.5rem}.page-hero p{font-size:1.1rem;max-width:90%}}
@media (max-width:576px){.page-hero{padding:90px 0 60px}.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem}}
@media (max-width:1024px){.work-showcase-grid{grid-template-columns:1fr;gap:32px}.work-gallery{max-width:600px;margin:0 auto}}
@media (max-width:768px){.work-showcase-grid{gap:24px}.work-gallery{grid-template-columns:1fr 1fr;gap:12px}.gallery-item{height:140px}.video-wrapper{border-radius:12px}}
@media (max-width:576px){.work-gallery{grid-template-columns:1fr 1fr;gap:8px}.gallery-item{height:100px}.video-wrapper{border-radius:8px}}
@media (max-width:1024px){.cards-grid{grid-template-columns:repeat(2,1fr);gap:20px}.image-card{height:320px}}
@media (max-width:768px){.cards-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto;gap:16px}.image-card{height:260px}.card-overlay{padding:20px 16px;transform:translateY(0);opacity:1;background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,transparent 100%)}.card-overlay h3{font-size:1.2rem}.card-overlay p{font-size:.85rem}.image-card:hover{transform:translateY(-4px)}.image-card:hover img{transform:scale(1.05)}}
@media (max-width:576px){.image-card{height:220px}.card-overlay{padding:16px 12px}.card-overlay h3{font-size:1rem}.card-overlay p{font-size:.8rem}}
@media (max-width:1024px){.packages-grid{grid-template-columns:repeat(2,1fr);gap:24px}}
@media (max-width:768px){.pricing-category{padding:24px 16px}.pricing-category h3{font-size:1.4rem}.pricing-items{grid-template-columns:1fr;gap:20px}.pricing-item{padding:20px 16px}.pricing-item h4{font-size:1.2rem}.packages-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto;gap:24px}.package-card{padding:30px 20px}.package-card.featured{transform:scale(1)}.package-card.featured:hover{transform:translateY(-6px)}.package-price{font-size:2.4rem}.contact-pricing{padding:30px 20px}.contact-pricing h3{font-size:1.4rem}}
@media (max-width:576px){.pricing-category{padding:16px 12px;border-radius:16px}.pricing-category h3{font-size:1.2rem}.pricing-item{padding:16px 12px}.pricing-size{font-size:.9rem;padding:8px 0}.package-card{padding:24px 16px}.package-card h3{font-size:1.4rem}.package-price{font-size:2rem}.package-features li{font-size:.85rem;padding:8px 0 8px 24px}.contact-pricing{padding:24px 16px;border-radius:16px}.contact-pricing h3{font-size:1.2rem}.contact-pricing p{font-size:.9rem}}
@media (max-width:1024px){.service-card{grid-template-columns:1fr;gap:30px;margin-bottom:50px}.service-card.reverse{direction:ltr}.service-media img{height:320px}.service-content h2{font-size:1.6rem}}
@media (max-width:768px){.services-grid{padding:40px 0}.service-card{gap:24px;margin-bottom:40px}.service-media img{height:240px;border-radius:12px}.service-badge{top:16px;left:16px;padding:6px 16px;font-size:.75rem}.service-content h2{font-size:1.4rem;margin-bottom:12px}.service-content p{font-size:.95rem}.service-price-detailed{padding:16px;margin:16px 0}.service-price-detailed h3{font-size:1rem}.service-price-detailed li{font-size:.9rem;padding:6px 0}.cta-services{padding:50px 0}.cta-services h2{font-size:1.8rem}.cta-services p{font-size:.95rem}}
@media (max-width:576px){.service-card{gap:16px;margin-bottom:30px}.service-media img{height:180px;border-radius:8px}.service-badge{top:12px;left:12px;padding:4px 12px;font-size:.65rem}.service-content h2{font-size:1.2rem}.service-content p{font-size:.85rem}.service-price-detailed{padding:12px}.service-price-detailed li{font-size:.8rem}.cta-services{padding:40px 0}.cta-services h2{font-size:1.4rem}.cta-services p{font-size:.85rem}}
@media (max-width:1024px){.masonry-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.matterport-grid{grid-template-columns:repeat(2,1fr);gap:24px}}
@media (max-width:768px){.portfolio-filters{padding:24px 0}.filter-buttons{gap:8px}.filter-btn{padding:8px 16px;font-size:.8rem;border-radius:30px}.masonry-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.portfolio-item{aspect-ratio:4/3}.portfolio-overlay{padding:16px;transform:translateY(0);opacity:1;background:linear-gradient(to top,rgba(0,0,0,0.8) 0%,transparent 100%)}.portfolio-overlay h3{font-size:.95rem}.portfolio-overlay p{font-size:.8rem}.portfolio-item:hover{transform:translateY(-4px)}.portfolio-item:hover img{transform:scale(1.05)}.carousel-item img{height:260px}.carousel-prev,.carousel-next{width:36px;height:36px;font-size:1.2rem}.matterport-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto;gap:24px}.matterport-thumbnail{height:180px}.matterport-info{padding:16px}.matterport-info h4{font-size:1rem}.matterport-info p{font-size:.85rem}.portfolio-cta{padding:50px 0}.portfolio-cta h2{font-size:1.8rem}}
@media (max-width:576px){.filter-btn{padding:6px 12px;font-size:.7rem}.masonry-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.portfolio-item{aspect-ratio:4/3}.portfolio-overlay{padding:12px}.portfolio-overlay h3{font-size:.8rem}.portfolio-overlay p{font-size:.7rem}.carousel-item img{height:180px}.carousel-prev,.carousel-next{width:30px;height:30px;font-size:1rem}.carousel-prev{left:8px}.carousel-next{right:8px}.matterport-thumbnail{height:150px}.matterport-play{width:44px;height:44px;font-size:1.1rem}.portfolio-cta{padding:40px 0}.portfolio-cta h2{font-size:1.4rem}.portfolio-cta p{font-size:.85rem}}
@media (max-width:1024px){.owner-grid{grid-template-columns:1fr;gap:40px}.owner-image img{max-width:400px;margin:0 auto;height:450px}.reasons-grid{grid-template-columns:repeat(2,1fr);gap:24px}.mv-grid{grid-template-columns:repeat(2,1fr);gap:30px}}
@media (max-width:768px){.story{padding:50px 0}.story-content h2{font-size:2rem}.story-content p{font-size:.95rem}.owner{padding:50px 0}.owner-grid{gap:32px}.owner-image img{height:320px;max-width:320px}.owner-info h2{font-size:2rem}.owner-title{font-size:1.1rem}.owner-info p{font-size:.95rem}.owner-quote{padding:20px 24px}.owner-quote p{font-size:1rem}.owner-quote p::before,.owner-quote p::after{font-size:1.8rem}.why-choose{padding:50px 0}.reasons-grid{grid-template-columns:1fr 1fr;max-width:500px;margin:0 auto;gap:20px}.reason-card{padding:30px 20px}.reason-icon{font-size:2.5rem;padding:14px}.reason-card h3{font-size:1.3rem}.mv-grid{grid-template-columns:1fr;gap:24px;max-width:500px;margin:0 auto}.mv-card{padding:32px 24px}.mv-card h2{font-size:1.6rem}.mv-card p{font-size:.95rem}.stats{padding:50px 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.stat-number{font-size:2.8rem}.stat-label{font-size:.9rem}.cta-about{padding:50px 0}.cta-about h2{font-size:1.8rem}.cta-about p{font-size:1rem}}
@media (max-width:576px){.story-content h2{font-size:1.6rem}.story-content p{font-size:.85rem;line-height:1.6}.owner-image img{height:250px;max-width:250px}.owner-info h2{font-size:1.6rem}.owner-title{font-size:.95rem}.owner-info p{font-size:.85rem}.owner-quote{padding:16px 20px}.owner-quote p{font-size:.9rem}.reasons-grid{grid-template-columns:1fr;max-width:350px}.reason-card{padding:24px 16px}.reason-icon{font-size:2rem;padding:12px;margin-bottom:16px}.reason-card h3{font-size:1.1rem}.reason-card p{font-size:.85rem}.mv-card{padding:24px 16px}.mv-card h2{font-size:1.4rem}.mv-card p{font-size:.85rem}.stats-grid{grid-template-columns:1fr 1fr;gap:16px}.stat-number{font-size:2.2rem}.stat-label{font-size:.8rem}.cta-about{padding:40px 0}.cta-about h2{font-size:1.4rem}.cta-about p{font-size:.85rem}}
@media (max-width:1024px){.contact-wrapper{grid-template-columns:1fr;gap:40px}.location-map{grid-template-columns:1fr 1fr;gap:32px}}
@media (max-width:768px){.contact-form-section{padding:50px 0}.form-container{padding:28px 20px;border-radius:16px}.form-container h2{font-size:1.5rem}.form-group{margin-bottom:20px}.form-group input,.form-group select,.form-group textarea{padding:12px 14px;font-size:.95rem}.contact-info-container h2{font-size:1.5rem}.contact-method{padding:12px;margin-bottom:16px}.method-icon{width:44px;height:44px;font-size:1.1rem;margin-right:16px}.method-content h3{font-size:1.05rem}.method-content p{font-size:.9rem}.whatsapp-direct{flex-direction:column;text-align:center;padding:24px 20px}.whatsapp-icon{margin-right:0;margin-bottom:16px;font-size:2.5rem}.whatsapp-content h3{font-size:1.2rem}.location-section{padding:50px 0}.location-map{grid-template-columns:1fr;gap:24px}.map-placeholder{padding:40px 24px}.map-placeholder i{font-size:3rem}.map-placeholder h3{font-size:1.2rem}.location-list{padding:28px 20px}.location-list h3{font-size:1.2rem}.location-list li{font-size:.95rem;padding:10px 0}.contact-faq{padding:50px 0}.faq-question h3{font-size:1.05rem}}
@media (max-width:576px){.contact-form-section{padding:40px 0}.form-container{padding:20px 16px;border-radius:12px}.form-container h2{font-size:1.3rem}.form-container>p{font-size:.9rem;margin-bottom:20px}.form-group label{font-size:.8rem;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;font-size:.85rem;border-radius:6px}.btn-submit{padding:14px;font-size:.9rem}.form-note{font-size:.75rem}.contact-info-container h2{font-size:1.3rem}.contact-method{padding:10px}.method-icon{width:38px;height:38px;font-size:.95rem;margin-right:12px}.method-content h3{font-size:.95rem}.method-content p{font-size:.8rem}.method-note{font-size:.75rem}.whatsapp-direct{padding:20px 16px;border-radius:16px}.whatsapp-icon{font-size:2.2rem;margin-bottom:12px}.whatsapp-content h3{font-size:1rem}.whatsapp-content p{font-size:.85rem}.map-placeholder{padding:30px 16px}.map-placeholder i{font-size:2.5rem}.map-placeholder h3{font-size:1rem}.map-placeholder p{font-size:.85rem}.location-list{padding:20px 16px}.location-list h3{font-size:1rem}.location-list li{font-size:.85rem;padding:8px 0}.contact-faq{padding:40px 0}.faq-question h3{font-size:.95rem}.faq-toggle{font-size:1.2rem}.faq-answer p{font-size:.85rem}}
@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-col:first-child{grid-column:1 / -1}}
@media (max-width:768px){.footer{padding:50px 0 24px}.footer-grid{grid-template-columns:1fr;gap:32px;text-align:center;margin-bottom:40px}.footer-col:first-child{grid-column:auto}.footer-col h4{font-size:1.1rem;margin-bottom:16px}.footer-col h4::after{margin:8px auto 0}.footer-desc{font-size:.85rem;max-width:400px;margin:0 auto 24px}.footer-logo img{height:50px;margin:0 auto 20px}.social-icons{justify-content:center}.social-icons a{width:38px;height:38px;font-size:1rem}.contact-info p{justify-content:center;font-size:.85rem}.footer-bottom{font-size:.75rem;padding-top:24px}}
@media (max-width:576px){.footer{padding:40px 0 20px}.footer-grid{gap:24px;margin-bottom:32px}.footer-col h4{font-size:1rem}.footer-desc{font-size:.8rem}.footer-logo img{height:40px}.social-icons a{width:34px;height:34px;font-size:.9rem}.contact-info p{font-size:.8rem;margin-bottom:12px}.footer-bottom{font-size:.7rem;padding-top:20px}}
@media (max-width:768px){.lightbox-close{top:-48px;font-size:2rem}.lightbox-img{max-height:80vh;border-radius:8px}.lightbox-caption{font-size:.8rem;margin-top:12px}}
@media (max-width:576px){.lightbox-close{top:-40px;font-size:1.6rem;right:4px}.lightbox-img{max-height:75vh}.lightbox-caption{font-size:.7rem;margin-top:8px}}
@media (max-width:768px){.matterport-modal-content{width:95%;max-height:95vh;border-radius:16px}.matterport-modal-close{top:12px;right:12px;width:36px;height:36px;font-size:1.2rem}.matterport-header{padding:16px}.matterport-header h3{font-size:1.1rem}.matterport-header p{font-size:.85rem}.matterport-footer{padding:12px;font-size:.7rem}}
@media (max-width:576px){.matterport-modal-content{width:98%;border-radius:12px}.matterport-modal-close{top:8px;right:8px;width:30px;height:30px;font-size:1rem}.matterport-header{padding:12px}.matterport-header h3{font-size:.95rem}.matterport-header p{font-size:.75rem}.matterport-footer{padding:8px;font-size:.65rem}}
@media (max-width:1024px){.featured-project img{height:420px}.project-info h3{font-size:1.8rem}}
@media (max-width:768px){.final-showcase{padding:50px 0}.featured-project{border-radius:16px}.featured-project img{height:280px}.project-info{padding:24px 20px}.project-info h3{font-size:1.4rem;margin-bottom:10px}.project-info p{font-size:.9rem;margin-bottom:16px}.project-info .btn{padding:10px 24px;font-size:.85rem}}
@media (max-width:576px){.featured-project img{height:200px}.project-info{padding:16px 14px}.project-info h3{font-size:1.1rem}.project-info p{font-size:.8rem;margin-bottom:12px}.project-info .btn{padding:8px 18px;font-size:.75rem}}
@media (max-width:1024px){.reviews-grid{grid-template-columns:repeat(2,1fr);gap:24px}}
@media (max-width:768px){.reviews{padding:50px 0}.reviews-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto;gap:20px}.review-card{padding:24px 20px;border-radius:16px}.review-text{font-size:.95rem;padding-left:20px}.review-text::before{font-size:2.8rem;top:-10px}.review-author h4{font-size:1rem}}
@media (max-width:576px){.review-card{padding:20px 16px;border-radius:12px}.review-stars{font-size:.9rem;margin-bottom:12px}.review-text{font-size:.85rem;padding-left:16px}.review-text::before{font-size:2rem;top:-6px}.review-author h4{font-size:.9rem}.review-author p{font-size:.75rem}}
@media (max-width:768px){.hero-video-container video{object-fit:cover;width:100%;height:100%}}
@media (max-width:576px){.btn{padding:10px 20px;font-size:.8rem;border-radius:8px}.btn-large{padding:12px 24px;font-size:.85rem}.btn-submit{padding:12px;font-size:.85rem}.btn-whatsapp{padding:10px 18px;font-size:.8rem}}
@media (max-width:576px){.fas,.fab,.far{font-size:.9em}.reason-icon .fas{font-size:2rem}.mv-icon .fas{font-size:2.5rem}.method-icon .fas,.method-icon .fab{font-size:1rem}}
@media (max-width:380px){.container{padding:0 8px}.logo-text{font-size:.8rem;max-width:70px}.logo img{height:32px}.language-selector select{padding:4px 20px 4px 6px;font-size:.6rem;min-width:32px;background-size:6px}.menu-toggle{width:24px;height:18px}.menu-toggle span{height:2px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(3px,5px)}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(3px,-5px)}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.8rem}.section-title{font-size:1.4rem}.page-hero h1{font-size:1.8rem}.gallery-item{height:80px}.image-card{height:180px}.service-media img{height:150px}.masonry-grid{grid-template-columns:1fr}.portfolio-item{aspect-ratio:4/3}}