body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,body{margin:0}*{box-sizing:border-box;padding:0}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1d1d1f;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}:root{--gold:#c6a43b;--gold-light:#e8d5a3;--gold-dark:#a0822e;--gray-50:#f5f5f7;--gray-100:#e8e8ed;--gray-200:#d2d2d7;--gray-600:#6e6e73;--gray-800:#1d1d1f}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f5f5f7;background:var(--gray-50)}::-webkit-scrollbar-thumb{background:#c6a43b;background:var(--gold);border-radius:8px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .6s ease}.reveal.active{opacity:1;transform:translateY(0)}.navbar{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffffeb;border-bottom:1px solid #0000000a;left:0;padding:.8rem 2rem;position:fixed;top:0;transition:background .2s ease;width:100%;z-index:1000}.navbar.scrolled{background:#fffffffa}.nav-container{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin:0 auto;max-width:1200px}.logo{display:block;line-height:0}.logo img{display:block;height:40px;width:auto}.nav-links{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;list-style:none}.nav-links a{color:#1d1d1f;color:var(--gray-800);cursor:pointer;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#c6a43b;color:var(--gold)}.lang-switch{display:flex;gap:.3rem}.lang-btn{background:#0000;border:1px solid #d2d2d7;border:1px solid var(--gray-200);border-radius:20px;color:#6e6e73;color:var(--gray-600);cursor:pointer;font-family:inherit;font-size:.7rem;font-weight:500;padding:.2rem .7rem;transition:all .2s}.lang-btn.active,.lang-btn:hover{background:#c6a43b;background:var(--gold);border-color:#c6a43b;border-color:var(--gold);color:#fff}.menu-icon{color:#1d1d1f;color:var(--gray-800);cursor:pointer;display:none;font-size:1.5rem}@media (max-width:900px){.nav-links{align-items:center;background:#fff;box-shadow:2px 0 20px #0000000d;flex-direction:column;gap:1.5rem;height:calc(100vh - 70px);left:-100%;padding-top:2rem;position:fixed;top:70px;transition:left .3s ease;width:80%;z-index:999}.nav-links.active{left:0}.menu-icon{display:block}.lang-switch{margin-top:1rem}}.btn-primary{background:#1d1d1f;background:var(--gray-800);border:none;border-radius:40px;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;font-size:.9rem;font-weight:500;padding:.8rem 2rem;text-decoration:none;transition:all .2s}.btn-primary:hover{background:#c6a43b;background:var(--gold);transform:scale(1.02)}.btn-primary:disabled{background:#1d1d1f;background:var(--gray-800);cursor:not-allowed;opacity:.6;transform:none}.btn-outline{background:#0000;border:1px solid #d2d2d7;border:1px solid var(--gray-200);border-radius:40px;color:#1d1d1f;color:var(--gray-800);cursor:pointer;display:inline-block;font-family:inherit;font-size:.9rem;font-weight:500;padding:.8rem 2rem;text-decoration:none;transition:all .2s}.btn-outline:hover{border-color:#c6a43b;border-color:var(--gold);color:#c6a43b;color:var(--gold)}.hero{margin:0 auto;max-width:1200px;padding:140px 5% 80px;text-align:center}.hero h1{color:#1d1d1f;color:var(--gray-800);font-size:clamp(3rem,8vw,5rem);font-weight:600;letter-spacing:-.04em;line-height:1.1;margin-bottom:1rem}.hero h1 span{color:#c6a43b;color:var(--gold)}.hero .sub{font-size:1.3rem;font-weight:400;margin-bottom:1rem}.hero .sub,.hero-desc{color:#6e6e73;color:var(--gray-600)}.hero-desc{font-size:1rem;line-height:1.6;margin:1rem auto 2rem;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}section{margin:0 auto}.section-rounded,section{max-width:1200px;padding:80px 5%}.section-rounded{background:#f5f5f7;background:var(--gray-50);border-radius:40px;margin:0 auto 40px}.section-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600;letter-spacing:-.02em;margin-bottom:2rem;text-align:center}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-img img{aspect-ratio:1/1;border-radius:50%;box-shadow:0 20px 40px -12px #00000014;display:block;margin:0 auto;max-width:400px;object-fit:cover;width:100%}.about-text h2{font-size:2.2rem;font-weight:600;letter-spacing:-.02em;margin-bottom:1rem}.about-text p{color:#6e6e73;color:var(--gray-600);line-height:1.7;margin:1rem 0}.role-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.role-tags span{background:#f5f5f7;background:var(--gray-50);border-radius:40px;color:#1d1d1f;color:var(--gray-800);font-size:.8rem;padding:.3rem 1rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.service-card{padding:1.5rem;text-align:center}.service-card i{color:#c6a43b;color:var(--gold);display:block;font-size:2.2rem;margin-bottom:.8rem}.service-card h3{color:#1d1d1f;color:var(--gray-800);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.service-card p{color:#6e6e73;color:var(--gray-600);font-size:.9rem;line-height:1.5}.live-projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.live-card{background:#f5f5f7;background:var(--gray-50);border:1px solid #0000;border-radius:28px;overflow:hidden;transition:all .3s}.live-card:hover{border-color:#c6a43b33;box-shadow:0 20px 40px -12px #0000001a;transform:translateY(-6px)}.live-card-img{display:block;height:220px;object-fit:cover;width:100%}.live-card-body{padding:1.8rem 2rem 2rem;text-align:center}.live-card h3{color:#1d1d1f;color:var(--gray-800);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.live-card p{color:#6e6e73;color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project-card{background:#f5f5f7;background:var(--gray-50);border-radius:28px;overflow:hidden;transition:all .3s}.project-card:hover{box-shadow:0 20px 40px -12px #0000001a;transform:translateY(-6px)}.project-card img{display:block;height:220px;object-fit:cover;width:100%}.project-info{padding:1.8rem 1.8rem 2rem}.project-info h4{color:#1d1d1f;color:var(--gray-800);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.project-info p{color:#6e6e73;color:var(--gray-600);font-size:.9rem;line-height:1.5}.apple-gallery-section{background:#fff;margin:0;max-width:100%;padding:0}.apple-gallery-heading{margin:0 auto;max-width:1200px;padding:60px 5% 20px}.apple-gallery-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem!important;text-align:left!important}.apple-gallery-sub{color:#6e6e73;color:var(--gray-600);line-height:1.6;margin:0;max-width:600px}.apple-gallery-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr 1fr;width:100%}.ag-tile{background:#f5f5f7;overflow:hidden;position:relative}.ag-tile img{display:block;height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.ag-tile:hover img{transform:scale(1.03)}.ag-hero .ag-overlay{background:linear-gradient(0deg,#0009 0,#0000);bottom:0;color:#fff;left:0;padding:3rem 2rem;pointer-events:none;position:absolute;right:0}.ag-hero .ag-overlay h3{font-size:1.8rem;font-weight:600;margin-bottom:.3rem}.ag-hero .ag-overlay p{color:#fff;opacity:.85}.apple-gallery-cta{padding:3rem 5% 4rem;text-align:center}.apple-gallery-cta .btn-outline{border-radius:40px;font-weight:500;padding:1rem 2.5rem}@media (max-width:900px){.apple-gallery-grid{grid-template-columns:1fr 1fr}.ag-hero{grid-column:span 2!important}.ag-hero .ag-overlay{padding:1.5rem 1.2rem}.ag-hero .ag-overlay h3{font-size:1.3rem}}@media (max-width:600px){.apple-gallery-grid{grid-template-columns:1fr}.ag-hero,.ag-tile{grid-column:auto!important}}.gallery-filters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.5rem}.filter-btn{background:#0000;border:1px solid #d2d2d7;border:1px solid var(--gray-200);border-radius:40px;color:#6e6e73;color:var(--gray-600);cursor:pointer;font-family:inherit;font-size:.8rem;padding:.5rem 1.2rem;transition:all .2s}.filter-btn.active,.filter-btn:hover{background:#1d1d1f;background:var(--gray-800);border-color:#1d1d1f;border-color:var(--gray-800);color:#fff}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.gallery-item{aspect-ratio:4/3;border-radius:20px;overflow:hidden}.gallery-item img{display:block;height:100%;object-fit:cover;transition:.3s;width:100%}.gallery-item:hover img{transform:scale(1.03)}.case-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.case-card{background:#f5f5f7;background:var(--gray-50);border-left:4px solid #c6a43b;border-left:4px solid var(--gold);border-radius:24px;padding:2rem}.case-card h3{color:#1d1d1f;color:var(--gray-800);font-size:1.3rem;margin-bottom:.8rem}.case-card p{color:#6e6e73;color:var(--gray-600);line-height:1.6;margin:.5rem 0}.case-card strong{color:#1d1d1f;color:var(--gray-800)}.impact-stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;text-align:center}.stat-item{flex:1 1;min-width:120px}.stat-item p{color:#6e6e73;color:var(--gray-600);font-size:.9rem;margin-top:.4rem}.stat-number{color:#c6a43b;color:var(--gold);font-size:2.8rem;font-weight:600;letter-spacing:-.02em}.testimonial-carousel{margin:0 auto;max-width:800px;overflow:hidden;position:relative}.testimonial-track{display:flex;transition:transform .4s ease}.testimonial-card{background:#f5f5f7;background:var(--gray-50);border-radius:24px;box-sizing:border-box;min-width:100%;padding:2.5rem;text-align:center}.testimonial-card .quote-icon{color:#c6a43b;color:var(--gold);font-size:1.8rem;margin-bottom:1rem}.testimonial-card p{color:#1d1d1f;color:var(--gray-800);font-size:1rem;line-height:1.6}.testimonial-card h4{color:#c6a43b;color:var(--gold);font-weight:600;margin-top:1rem}.carousel-btn{align-items:center;background:#fff;border:1px solid #d2d2d7;border:1px solid var(--gray-200);border-radius:50%;box-shadow:0 2px 8px #0000000d;color:#1d1d1f;color:var(--gray-800);cursor:pointer;display:flex;font-size:1.3rem;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;width:40px;z-index:10}.carousel-btn:hover{border-color:#c6a43b;border-color:var(--gold);color:#c6a43b;color:var(--gold)}.carousel-prev{left:-20px}.carousel-next{right:-20px}.carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.dot{background:#d2d2d7;background:var(--gray-200);border:none;border-radius:50%;cursor:pointer;height:8px;transition:all .2s;width:8px}.dot.active{background:#c6a43b;background:var(--gold);border-radius:10px;width:24px}@media (max-width:700px){.carousel-next,.carousel-prev{display:none}}.contact-flex{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}input,textarea{background:#fff;border:1px solid #d2d2d7;border:1px solid var(--gray-200);border-radius:12px;color:#1d1d1f;color:var(--gray-800);font-family:Inter,sans-serif;font-size:.9rem;margin-bottom:1rem;padding:.8rem 1.2rem;transition:border .2s;width:100%}input:focus,textarea:focus{border-color:#c6a43b;border-color:var(--gold);outline:none}textarea{min-height:120px;resize:vertical}.contact-info p{font-size:.95rem;margin:.8rem 0}.contact-info i{color:#c6a43b;color:var(--gold);width:28px}.contact-info a{border-bottom:1px solid #0000;color:#1d1d1f;color:var(--gray-800);text-decoration:none;transition:border .2s}.contact-info a:hover{border-bottom-color:#c6a43b;border-bottom-color:var(--gold)}footer{background:#f5f5f7;background:var(--gray-50);border-top:1px solid #e8e8ed;border-top:1px solid var(--gray-100);color:#6e6e73;color:var(--gray-600);font-size:.9rem;padding:3rem 5%;text-align:center}footer p{margin:.3rem 0}.form-message{border-radius:12px;margin-top:1rem;padding:.8rem;text-align:center}.form-message.success{background:#c6a43b1a;color:#a0822e;color:var(--gold-dark)}.form-message.error{background:#dc35451a;color:#c62828}@media (max-width:800px){.about-grid,.contact-flex{grid-template-columns:1fr}.section-rounded,section{padding:60px 5%}.hero{padding:120px 5% 60px}.section-rounded{border-radius:24px}}
/*# sourceMappingURL=main.b3d23c86.css.map*/