@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800;900&display=swap";html{scroll-behavior:smooth}:root{--primary-yellow:#ffc107;--primary-yellow-hover:#e6ae00;--bg-dark:#0a0a0a;--bg-white:#fff;--text-dark:#1a1a1a;--text-gray:#555;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--container-max:1200px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);font-family:Outfit,sans-serif;line-height:1.6}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.top-bar{color:#fff;z-index:1001;background:#000;padding:.4rem 0;font-size:.8rem;position:relative}.top-bar .container{justify-content:space-between;align-items:center;display:flex}.contact-info{gap:1.5rem;display:flex}.contact-item{align-items:center;gap:.5rem;display:flex}.contact-item .icon{color:var(--primary-yellow)}.social-links a{color:var(--primary-yellow);transition:var(--transition);align-items:center;display:flex}.social-links a:hover{color:#fff;transform:translateY(-2px)}nav{z-index:1000;background:0 0;border-bottom:1px solid #0000;width:100%;padding:1rem 0;transition:all .4s;position:absolute;top:40px;left:0}nav.scrolled{-webkit-backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000d;padding:.6rem 0;position:fixed;top:0;box-shadow:0 4px 30px #0000000d}nav .container{justify-content:space-between;align-items:center;display:flex}.logo{width:auto;height:55px;transition:var(--transition)}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:#fff;text-transform:uppercase;letter-spacing:.05em;transition:var(--transition);font-size:.95rem;font-weight:700;text-decoration:none;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--primary-yellow)}nav.scrolled .nav-links a{color:#000}.nav-links a.active:after{content:"";background:var(--primary-yellow);width:100%;height:3px;position:absolute;bottom:-5px;left:0}.menu-toggle{cursor:pointer;flex-direction:column;gap:6px;display:none}.menu-toggle span{width:30px;height:3px;transition:var(--transition);background:#fff;border-radius:2px}nav.scrolled .menu-toggle span{background:#000}.hero{color:#fff;clip-path:polygon(0 0,100% 0,100% 100%,50% 85%,0 100%);background-position:50%;background-size:cover;align-items:center;height:100vh;min-height:700px;margin-bottom:-100px;display:flex;position:relative}.hero-overlay{background:linear-gradient(75deg,#000000e6 0%,#00000080 50%,#0000004d 100%);position:absolute;inset:0}.hero-content{z-index:10;max-width:800px;position:relative}.hero h1{margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:900;line-height:1.1}.hero p{color:#ccc;margin-bottom:2.5rem;font-size:1.2rem}.cta-button{background:var(--primary-yellow);color:#000;text-transform:uppercase;clip-path:polygon(0% 0%,90% 0%,100% 100%,10% 100%);transition:var(--transition);padding:1.2rem 3rem;font-weight:800;text-decoration:none;display:inline-block}.engineering-section{background-color:#fff;background-image:linear-gradient(#00336608 1px,#0000 1px),linear-gradient(90deg,#00336608 1px,#0000 1px);background-size:50px 50px;padding:120px 0}.engineering-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.engineering-image img{border-radius:12px;width:100%;box-shadow:0 30px 60px #0000001a}.engineering-content h2{color:#1a1a1a;margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.1}.yellow-text{color:var(--primary-yellow);display:block}.yellow-divider{background:var(--primary-yellow);width:50px;height:5px;margin-bottom:2rem}.engineering-content p{color:var(--text-gray);margin-bottom:1.5rem;font-size:1.1rem}.btn-primary{background:var(--primary-yellow);color:#000;text-transform:uppercase;border-radius:4px;padding:1rem 2rem;font-weight:700;text-decoration:none;display:inline-block;box-shadow:0 4px 15px #ffc1074d}@media (width<=768px){.top-bar{display:none}nav{top:0}.menu-toggle{display:flex}.nav-links{background:#000;flex-direction:column;justify-content:center;align-items:center;width:80%;height:100vh;transition:all .4s;position:fixed;top:0;left:-100%}.nav-links.active{left:0}.nav-links a{color:#fff;font-size:1.5rem}nav.scrolled .nav-links a{color:#fff}nav.scrolled .nav-links a.active{color:var(--primary-yellow)}.engineering-grid{text-align:center;grid-template-columns:1fr}.yellow-divider{margin:0 auto 2rem}.engineering-content h2{font-size:2.8rem}.hero{text-align:center}}.stats-section{background:var(--bg-dark);color:#fff;border-top:1px solid #ffffff0d;padding:80px 0}.stats-grid{flex-wrap:wrap;justify-content:space-around;align-items:center;display:flex}.stat-item{text-align:center;min-width:200px;transition:var(--transition);cursor:default;opacity:0;flex:1;padding:20px;animation:.8s ease-out forwards fadeInUp;position:relative}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.4s}.stat-item:nth-child(4){animation-delay:.6s}.stat-item:hover{transform:translateY(-10px)}.stat-item:hover .stat-number{color:var(--primary-yellow);text-shadow:0 0 20px #ffc10799;transform:scale(1.1)}.stat-item:hover .stat-label{color:#fff}.stat-item:not(:last-child):after{content:"";background:linear-gradient(to bottom, transparent, var(--primary-yellow), transparent);opacity:.5;width:1px;height:60%;position:absolute;top:20%;right:0}.stat-number{margin-bottom:.5rem;font-size:4rem;font-weight:900;line-height:1;display:inline-block;position:relative}.stat-number span{color:var(--primary-yellow);vertical-align:top;margin-left:2px;font-size:2.5rem}.stat-divider{background:var(--primary-yellow);width:30px;height:3px;margin:10px auto}.stat-label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-gray);max-width:150px;margin:0 auto;font-size:.85rem;font-weight:700}@media (width<=768px){.stat-item:not(:last-child):after{display:none}.stat-number{font-size:3rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.services-section{background:#fff;padding:100px 0}.services-header{margin-bottom:60px}.services-header h2{font-size:3rem;font-weight:900}.services-header .yellow-text{color:var(--primary-yellow)}.services-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.services-grid.reverse .service-content{order:2}.services-grid.reverse .service-image{order:1}.service-label{color:var(--primary-yellow);letter-spacing:.1em;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:block}.service-content h3{color:#000;margin-bottom:2rem;font-size:3.5rem;font-weight:900;line-height:1.1}.service-content p{color:#555;margin-bottom:2.5rem;font-size:1.1rem}.service-list{list-style:none}.service-item{color:#000;border-bottom:1px solid #f0f0f0;align-items:center;gap:1rem;padding:1rem 0;font-weight:700;display:flex}.check-icon{color:var(--primary-yellow);flex-shrink:0;margin-right:12px;font-size:.9rem}.contact-item .icon{color:var(--primary-yellow);margin-top:2px;font-size:1.1rem}.services-img-refined{width:100%;transition:var(--transition);border-radius:15px;box-shadow:0 20px 40px #0000001a}.services-img-refined:hover{transform:scale(1.02)}@media (width<=768px){.services-grid{border-radius:15px;grid-template-columns:1fr;position:relative;overflow:hidden;margin-bottom:30px!important}.service-image{height:550px;order:1!important}.services-img-refined{object-fit:cover;border-radius:0;height:100%}.service-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;opacity:0;pointer-events:none;background:linear-gradient(#0000 0%,#0009 30%,#000000f2 100%);width:100%;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;transform:translateY(30px);color:#fff!important;order:2!important;padding:2.5rem 2rem!important}.services-grid:hover .service-content,.services-grid:active .service-content{opacity:1;pointer-events:auto;transform:translateY(0)}.service-content h3{color:#fff!important;margin-bottom:.8rem!important;font-size:1.8rem!important}.service-content p{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;color:#ddd!important;margin-bottom:1.2rem!important;font-size:.9rem!important}.service-item{color:#fff!important;border-bottom:1px solid #ffffff1a!important;padding:.4rem 0!important;font-size:.8rem!important}.service-label{font-size:.7rem!important}}.projects-section{background:var(--primary-yellow);padding:100px 0}.projects-header{justify-content:space-between;align-items:flex-end;margin-bottom:50px;display:flex}.projects-header h2{color:#000;margin-bottom:1rem;font-size:3.5rem;font-weight:900}.projects-header h2 span{color:#fff}.projects-header p{color:#000;max-width:500px;font-weight:500}.project-nav{gap:1rem;display:flex}.nav-btn{cursor:pointer;width:50px;height:50px;transition:var(--transition);background:0 0;border:2px solid #000;border-radius:8px;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.nav-btn:hover{color:var(--primary-yellow);background:#000}.projects-header .project-nav.mob-only{display:none}.projects-grid.dynamic-grid{grid-template-columns:repeat(3,1fr);gap:2rem;transition:transform .6s cubic-bezier(.4,0,.2,1);display:grid}@media (width<=992px){.projects-grid.dynamic-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.projects-header .project-nav.mob-only{display:flex}.projects-slider-wrapper{border-radius:20px;margin:0 -10px;overflow:hidden}.projects-grid.dynamic-grid{width:100%;transform:translateX(calc(-100% * var(--current-index)));grid-template-columns:none!important;gap:0!important;display:flex!important}.projects-grid.dynamic-grid .project-card{border-radius:0;flex-shrink:0;min-width:100%;height:450px}}.project-card{cursor:pointer;border-radius:20px;height:500px;position:relative;overflow:hidden;box-shadow:0 15px 40px #00000026}.project-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.project-overlay{color:#fff;transition:var(--transition);background:linear-gradient(#0000 40%,#000000e6 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.project-card:hover img{transform:scale(1.1)}.project-card:hover .project-overlay{background:linear-gradient(#0006 0%,#000000e6 100%)}.project-card h4{text-transform:uppercase;margin-bottom:.5rem;font-size:1.8rem;font-weight:900}.project-card p{color:#ccc;opacity:0;transition:var(--transition);margin-bottom:1.5rem;font-size:.9rem;transform:translateY(20px)}.project-card:hover p{opacity:1;transform:translateY(0)}.view-project-btn{color:#fff;text-transform:uppercase;letter-spacing:.1em;opacity:0;transition:var(--transition);border:1px solid #ffffff4d;padding:.8rem 1.5rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-block;transform:translateY(20px)}.project-card:hover .view-project-btn{opacity:1;transform:translateY(0)}@media (width<=992px){.projects-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{height:400px}.projects-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:30px}.projects-header h2{font-size:2.2rem}.project-overlay p,.view-project-btn{opacity:0;transform:translateY(20px)}.project-card:active .project-overlay p,.project-card:active .view-project-btn{opacity:1;transform:translateY(0)}}.projects-footer{justify-content:center;margin-top:60px;display:flex}.view-all-projects-btn{color:#fff;text-transform:uppercase;letter-spacing:.1em;transition:var(--transition);background:#000;border-radius:4px;padding:1.2rem 3rem;font-weight:800;text-decoration:none;display:inline-block;box-shadow:0 10px 30px #0003}.view-all-projects-btn:hover{background:#222;transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.view-all-projects-btn .arrow{color:var(--primary-yellow);margin-left:10px}.main-footer{color:#fff;background:#111;border-top:2px solid #facc15;padding:100px 0 30px}.footer-cta{background:#1a1a1a;border:1px solid #ffffff0d;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:80px;padding:50px;display:flex}.footer-cta h3{color:#fff;font-size:2.5rem;font-weight:800}.cta-quote-btn{color:#000;text-transform:uppercase;cursor:pointer;letter-spacing:1px;background:#facc15;border:none;border-radius:8px;padding:18px 40px;font-weight:800;transition:all .3s}.cta-quote-btn:hover{background:#eab308;transform:translateY(-3px);box-shadow:0 10px 20px #facc1533}.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1fr;gap:40px;margin-bottom:80px;display:grid}.footer-logo{height:90px;margin-bottom:1rem;display:block}.tagline{color:#9ca3af;margin-bottom:2rem;font-size:13px;display:block}.footer-tagline{color:#999;margin-bottom:2rem;font-size:.95rem;line-height:1.8}.social-links{gap:1rem;display:flex}.social-icon{color:#fff;background:#111827;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:inline-flex}.social-icon:hover{color:#000;background:#facc15;transform:translateY(-3px)}.footer-links h4,.footer-contact h4{color:#facc15;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;font-size:14px;font-weight:800}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:1rem}.footer-links ul li a{color:#9ca3af;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-block}.footer-links ul li a:hover{color:#facc15;transform:translate(3px)}.footer-contact .contact-item{gap:1rem;margin-bottom:1.5rem;display:flex}.footer-contact .contact-item .icon{font-size:1.2rem}.footer-contact .contact-item p{color:#999;font-size:.9rem;line-height:1.6}.footer-bottom{color:#666;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:50px;padding-top:20px;font-size:13px;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:#666;transition:var(--transition);text-decoration:none}.footer-legal a:hover{color:#999}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=768px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}}.about-section{background-color:var(--bg-white,#fff);color:var(--text-dark,#1a1a1a);padding:8rem 2rem;font-family:Outfit,sans-serif;overflow:hidden}.about-container{max-width:var(--container-max,1200px);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;display:grid}.title{text-transform:uppercase;margin:0 0 1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1}.title-underline{background-color:var(--primary-yellow,#ffc107);width:80px;height:5px;margin-bottom:2rem}.about-description{color:var(--text-gray,#555);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.about-features{margin:0 0 2.5rem;padding:0;list-style:none}.about-features li{align-items:center;gap:15px;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:flex}.about-features svg{width:24px;height:24px;color:var(--primary-yellow,#ffc107)}.primary-btn{color:#fff;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:var(--transition,all .3s ease);border:none;border-left:4px solid var(--primary-yellow,#ffc107);clip-path:polygon(0% 0%,95% 0%,100% 100%,5% 100%);background-color:#111;padding:1.2rem 3rem;font-size:1rem;font-weight:800}.primary-btn:hover{background-color:var(--primary-yellow,#ffc107);color:#111;border-left-color:#111;transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.about-visuals{height:100%;min-height:550px;position:relative}.image-main{object-fit:cover;z-index:1;border-radius:4px;width:85%;height:500px;position:absolute;top:0;right:0;box-shadow:0 30px 60px #00000026}.image-secondary{object-fit:cover;z-index:2;border:15px solid #fff;border-radius:4px;width:60%;height:350px;position:absolute;bottom:0;left:0;box-shadow:0 30px 60px #00000040}.experience-badge{background-color:var(--primary-yellow,#ffc107);text-align:center;z-index:3;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;min-width:180px;padding:2.5rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 40px #ffc10766}.badge-number{color:#111;font-size:4.5rem;font-weight:900;line-height:1}.badge-text{color:#111;letter-spacing:2px;margin-top:.5rem;font-size:.85rem;font-weight:800;line-height:1.2}@media (width<=992px){.about-container{grid-template-columns:1fr;gap:3rem}.about-visuals{height:500px;min-height:unset;margin-top:3rem}.title{font-size:2.8rem}.about-section{padding:5rem 1.5rem}}@media (width<=768px){.about-container{grid-template-columns:1fr;padding-bottom:2rem;position:relative}.about-visuals{border-radius:12px;height:600px;margin-top:0;overflow:hidden}.image-main{border-radius:0;width:100%;height:100%;position:relative}.about-visuals:after{content:"";z-index:2;opacity:0;background:linear-gradient(#0000 0%,#0009 30%,#000000f2 100%);transition:opacity .5s;position:absolute;inset:0}.about-content{z-index:10;color:#fff;opacity:0;pointer-events:none;padding:2.5rem;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(30px)}.about-container:hover .about-content,.about-container:active .about-content{opacity:1;pointer-events:auto;transform:translateY(0)}.about-container:hover .about-visuals:after,.about-container:active .about-visuals:after{opacity:1}.about-content .title,.about-content .about-description,.about-content .about-features li{color:#fff}.about-content .about-description{-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.about-content .title{margin-bottom:.8rem;font-size:2.2rem}.about-content .subtitle{margin-bottom:.5rem;font-size:.8rem}.about-content .title-underline{margin-bottom:1.2rem}.about-features{margin-bottom:2rem}.about-features li{margin-bottom:.5rem;font-size:.85rem;font-weight:600}.image-secondary{display:none}.experience-badge{z-index:11;min-width:120px;padding:1.2rem;inset:30px 30px auto auto;transform:none;box-shadow:0 10px 30px #ffc10766}.badge-number{font-size:2.5rem}.badge-text{font-size:.6rem}.primary-btn{text-align:center;width:100%;padding:1rem 2rem;font-size:.85rem}}.core-values-section{background-color:var(--bg-dark,#0a0a0a);color:#fff;padding:8rem 2rem;font-family:Outfit,sans-serif;overflow:hidden}.core-values-section .container{max-width:var(--container-max,1200px);margin:0 auto}.section-header.center{text-align:center;flex-direction:column;align-items:center;margin-bottom:5rem;display:flex}.subtitle{color:var(--primary-yellow,#ffc107);letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:800}.title{text-transform:uppercase;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900}.text-accent{color:var(--primary-yellow,#ffc107)}.center-line{background-color:var(--primary-yellow,#ffc107);width:60px;height:4px}.values-architectural-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:5rem 4rem;display:grid}.value-node{flex-direction:column;padding:2rem 0 3rem;display:flex;position:relative}.value-watermark{color:#ffffff08;z-index:0;pointer-events:none;font-size:8rem;font-weight:900;line-height:1;transition:color .5s,transform .5s;position:absolute;top:-30px;right:-10px}.value-content{z-index:1;position:relative}.icon-container{width:50px;height:50px;color:var(--primary-yellow,#ffc107);margin-bottom:1.5rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.icon-container svg{width:100%;height:100%}.value-title{letter-spacing:1px;color:#fff;margin:0 0 1rem;font-size:1.5rem;font-weight:800}.value-desc{color:#a0a0a0;max-width:90%;margin:0;font-size:1.05rem;line-height:1.7}.structural-line{background-color:#333;width:100%;height:2px;position:absolute;bottom:0;left:0}.structural-line:after{content:"";background-color:var(--primary-yellow,#ffc107);width:0%;height:100%;transition:width .6s cubic-bezier(.25,1,.5,1);position:absolute;top:0;left:0}.value-node:hover .icon-container{transform:translateY(-10px)scale(1.1)}.value-node:hover .structural-line:after{width:100%}.value-node:hover .value-watermark{color:#ffc10714;transform:scale(1.05)translate(-5px,5px)}@media (width<=768px){.title{font-size:2.5rem}.values-architectural-grid{gap:4rem 2rem}.core-values-section{padding:5rem 1.5rem}}.timeline-section{color:#fff;background-color:#161616;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-position:top;background-size:60px 60px;padding:8rem 2rem;font-family:Outfit,sans-serif;position:relative;overflow:hidden;box-shadow:inset 0 30px 50px #000c}.timeline-section .container{max-width:1200px;margin:0 auto}.timeline-section .section-header.center{text-align:center;flex-direction:column;align-items:center;margin-bottom:6rem;display:flex}.timeline-section .subtitle{color:var(--primary-yellow,#ffc107);letter-spacing:3px;text-transform:uppercase;text-shadow:0 0 10px #ffc1074d;margin-bottom:1rem;font-size:1rem;font-weight:800}.timeline-section .title{text-transform:uppercase;letter-spacing:-1px;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900}.timeline-section .text-accent{color:var(--primary-yellow,#ffc107);text-shadow:0 0 15px #ffc10766}.timeline-section .center-line{background-color:var(--primary-yellow,#ffc107);width:80px;height:5px;box-shadow:0 0 10px #ffc10780}.timeline-container{max-width:1000px;margin:0 auto;position:relative}.structural-beam{background:linear-gradient(#0000,#ffffff1a 10% 90%,#0000);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-node{width:50%;margin-bottom:4rem;position:relative}.left-node{text-align:right;padding-right:4rem;left:0}.right-node{text-align:left;padding-left:4rem;left:50%}.timeline-marker{border:3px solid var(--primary-yellow,#ffc107);z-index:2;background-color:#111;border-radius:50%;width:20px;height:20px;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;box-shadow:0 0 15px #ffc10766,inset 0 0 5px #ffc10780}.left-node .timeline-marker{right:-10px}.right-node .timeline-marker{left:-10px}.timeline-content{background:linear-gradient(145deg,#1e1e1ee6,#0f0f0ff2);border:1px solid #ffffff08;border-top:2px solid #0000;border-radius:8px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 15px 35px #00000080,inset 0 1px #ffffff0d}.timeline-content:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#ffc10708 0%,#0000 50%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.timeline-year{color:#0000;-webkit-text-stroke:1px #ffffff26;margin-bottom:-15px;font-size:4rem;font-weight:900;line-height:1;transition:all .4s;display:block}.timeline-title{color:#fff;text-transform:uppercase;letter-spacing:1px;margin:1rem 0;font-size:1.5rem;font-weight:800}.timeline-desc{color:#a0a0a0;margin:0;font-size:1.05rem;line-height:1.8}.timeline-node:hover .timeline-marker{background-color:var(--primary-yellow,#ffc107);transform:scale(1.3);box-shadow:0 0 20px #ffc107cc,0 0 40px #ffc10766,0 0 0 5px #ffc1071a}.timeline-node:hover .timeline-content{border-top-color:var(--primary-yellow,#ffc107);transform:translateY(-8px);box-shadow:0 25px 50px #0009,0 10px 30px #ffc10726,inset 0 1px #ffffff1a}.timeline-node:hover .timeline-content:before{opacity:1}.timeline-node:hover .timeline-year{color:#ffc1070d;-webkit-text-stroke:1px #ffc10766}@media (width<=992px){.left-node{padding-right:3rem}.right-node{padding-left:3rem}.timeline-content{padding:2rem}.timeline-year{font-size:3rem}}@media (width<=768px){.structural-beam{left:20px;transform:none}.timeline-node{width:100%;margin-bottom:3rem}.left-node,.right-node{text-align:left;padding-left:60px;padding-right:0;left:0}.left-node .timeline-marker,.right-node .timeline-marker{left:10px;right:auto}.timeline-year{font-size:2.5rem}.timeline-content{padding:1.5rem}}.projects-section-page{color:#111;background-color:#f4f4f4;padding:8rem 2rem;font-family:Outfit,sans-serif;overflow:hidden}.projects-section-page .container{max-width:var(--container-max,1300px);margin:0 auto}.projects-section-page .section-header{margin-bottom:6rem}.projects-section-page .subtitle{color:var(--primary-yellow,#ffc107);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:1rem;font-weight:800}.projects-section-page .title{text-transform:uppercase;letter-spacing:-1px;margin:0 0 1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1}.projects-section-page .text-accent{color:var(--primary-yellow,#ffc107)}.projects-section-page .title-underline{background-color:var(--primary-yellow,#ffc107);width:80px;height:5px}.projects-wrapper{flex-direction:column;gap:10rem;display:flex}.project-row{align-items:center;gap:6rem;display:flex}.project-row:nth-child(2n){flex-direction:row-reverse}.project-visual{flex:1.6;position:relative}.image-reveal-wrapper{border-radius:4px;position:relative;overflow:hidden;box-shadow:0 40px 80px #00000026}.project-image{object-fit:cover;width:100%;height:600px;transition:transform 1.2s cubic-bezier(.25,1,.5,1);display:block}.image-overlay-tint{background:#0000000d;width:100%;height:100%;transition:background .5s;position:absolute;top:0;left:0}.project-info{flex:1;padding:2rem 0;position:relative}.project-number{color:#0000;-webkit-text-stroke:2px #e0e0e0;z-index:0;pointer-events:none;opacity:.8;font-size:clamp(4rem,10vw,8rem);font-weight:900;position:absolute;top:-80px;left:-40px}.project-row:nth-child(2n) .project-number{left:auto;right:-40px}.project-meta{color:#666;text-transform:uppercase;letter-spacing:3px;z-index:1;align-items:center;gap:12px;margin-bottom:2rem;font-size:.85rem;font-weight:800;display:flex;position:relative}.meta-divider{color:var(--primary-yellow,#ffc107);font-weight:900}.project-title{text-transform:uppercase;z-index:1;margin:0 0 2rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.1;position:relative}.project-description{color:#555;z-index:1;margin-bottom:3rem;font-size:1.15rem;line-height:1.9;position:relative}.explore-link{cursor:pointer;color:#111;text-transform:uppercase;letter-spacing:2px;z-index:1;background:0 0;border:none;align-items:center;gap:15px;padding:0;font-size:1rem;font-weight:900;text-decoration:none;transition:color .3s;display:inline-flex;position:relative}.explore-link svg{width:24px;height:24px;color:var(--primary-yellow,#ffc107);transition:transform .4s cubic-bezier(.4,0,.2,1)}.project-row:hover .project-image{transform:scale(1.08)}.project-row:hover .image-overlay-tint{background:0 0}.project-row:hover .explore-link{color:var(--primary-yellow,#ffc107)}.project-row:hover .explore-link svg{transform:translate(15px)}.view-all-container{text-align:center;margin-top:8rem}.outline-btn{color:#111;letter-spacing:3px;text-transform:uppercase;cursor:pointer;z-index:1;background:0 0;border:3px solid #111;padding:1.4rem 4rem;font-size:1rem;font-weight:900;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.outline-btn:before{content:"";background:var(--primary-yellow,#ffc107);z-index:-1;width:100%;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.outline-btn:hover{border-color:var(--primary-yellow,#ffc107);color:#000}.outline-btn:hover:before{left:0}@media (width<=1200px){.project-row{gap:4rem}}@media (width<=992px){.project-row,.project-row:nth-child(2n){flex-direction:column;gap:3rem}.project-visual{width:100%}.project-image{height:450px}.project-number{top:-40px;left:0;right:auto}.project-row:nth-child(2n) .project-number{left:0;right:auto}.projects-wrapper{gap:6rem}}@media (width<=768px){.projects-section-page{padding:6rem 1.5rem}.projects-section-page .section-header{margin-bottom:4rem}.projects-wrapper{gap:5rem}.project-image{height:350px}.view-all-container{margin-top:5rem}.outline-btn{padding:1.2rem 3rem}}@media (width<=576px){.projects-section-page{padding:4rem 1rem}.projects-wrapper{gap:2.5rem}.project-row{cursor:pointer;border-radius:8px;gap:0;position:relative;overflow:hidden}.project-visual{width:100%}.project-image{height:480px}.image-overlay-tint{opacity:1;background:0 0;transition:background .6s}.project-row:hover .image-overlay-tint,.project-row.active .image-overlay-tint{background:linear-gradient(#0000 0%,#0006 40%,#000000f2 100%)}.project-info{z-index:10;color:#fff;opacity:0;pointer-events:none;width:100%;padding:2.5rem 1.5rem;transition:all .6s cubic-bezier(.25,1,.5,1);position:absolute;bottom:0;left:0;transform:translateY(30px)}.project-row:hover .project-info,.project-row.active .project-info{opacity:1;pointer-events:auto;transform:translateY(0)}.project-number{opacity:0;-webkit-text-stroke:1px #ffffff4d;font-size:4rem;transition:opacity .5s;top:1.5rem;left:1.5rem}.project-row:hover .project-number,.project-row.active .project-number{opacity:1}.project-row:nth-child(2n) .project-number{left:1.5rem;right:auto}.project-meta{color:var(--primary-yellow,#ffc107);letter-spacing:2px;margin-bottom:.8rem;font-size:.7rem}.project-title{color:#fff;margin-bottom:.8rem;font-size:2rem;font-weight:900}.project-description{color:#ddd;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.explore-link{color:var(--primary-yellow,#ffc107);background:0 0;border:none;padding:0;font-size:.85rem}.outline-btn{color:#fff;background:#111;border:none;width:100%;padding:1.2rem 2rem;font-size:.9rem}}.project-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.project-modal-content{background-color:#111;border-radius:4px;width:100%;max-width:1200px;max-height:90vh;animation:.4s cubic-bezier(.25,1,.5,1) slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #000c,0 0 0 1px #ffffff0d}.close-modal-btn{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.close-modal-btn:hover{background:var(--primary-yellow,#ffc107);color:#000;transform:rotate(90deg)}.close-modal-btn svg{width:20px;height:20px}.modal-split{width:100%;height:auto;display:flex}.modal-image-container{flex:1.2;position:relative}.modal-image-container img{object-fit:cover;width:100%;height:100%;min-height:500px}.modal-text-container{color:#fff;flex:1;max-height:90vh;padding:4rem 3rem;position:relative;overflow-y:auto}.modal-text-container::-webkit-scrollbar{width:6px}.modal-text-container::-webkit-scrollbar-track{background:#111}.modal-text-container::-webkit-scrollbar-thumb{background:#333;border-radius:10px}.modal-number{color:#0000;-webkit-text-stroke:1px #ffffff1a;pointer-events:none;font-size:5rem;font-weight:900;line-height:1;position:absolute;top:-10px;right:20px}.modal-title{text-transform:uppercase;color:#fff;margin:0 0 2rem;font-size:2.2rem;font-weight:900;line-height:1.1}.modal-specs-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.spec-item{flex-direction:column;display:flex}.spec-label{color:var(--primary-yellow,#ffc107);letter-spacing:2px;margin-bottom:.3rem;font-size:.75rem;font-weight:800}.spec-value{color:#e0e0e0;font-size:.95rem;font-weight:600}.modal-divider{background:#ffffff1a;height:1px;margin:2.5rem 0}.modal-subheading{letter-spacing:2px;margin-bottom:1rem;font-size:1rem;font-weight:800}.modal-description{color:#a0a0a0;font-size:1.05rem;line-height:1.8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}button.explore-link{cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}@media (width<=992px){.modal-split{flex-direction:column}.modal-image-container img{height:300px;min-height:auto}.project-modal-content{overflow-y:auto}.modal-text-container{padding:2.5rem 1.5rem;overflow-y:visible}.modal-number{display:none}}.contact-pro{color:#fff;background:radial-gradient(circle at 20% 30%,#0f172a,#020617 60%);min-height:80vh;padding:150px 10% 100px}.contact-wrapper{grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.contact-left:before{content:"";background:#facc15;width:60px;height:3px;margin-bottom:20px;display:block}.contact-left .tag{color:#facc15;letter-spacing:2px;margin-bottom:10px;font-size:12px;font-weight:700}.contact-left h1{margin-bottom:20px;font-size:48px;font-weight:700;line-height:1.1}.contact-left h1 span{color:#facc15}.desc{color:#9ca3af;max-width:400px;margin-bottom:30px;line-height:1.8}.contact-details{gap:40px;margin-bottom:25px;display:flex}.contact-details span{color:#6b7280;text-transform:uppercase;margin-bottom:4px;font-size:12px;display:block}.contact-details p{font-size:1rem;font-weight:500}.whatsapp{color:#25d366;transition:var(--transition);margin-top:10px;font-weight:600;text-decoration:none;display:inline-block}.whatsapp:hover{opacity:.8;transform:translate(5px)}.contact-card{-webkit-backdrop-filter:blur(16px);background:#11182799;border:1px solid #ffffff0f;border-radius:18px;padding:35px;box-shadow:0 20px 60px #0009}.contact-card h3{margin-bottom:20px;font-size:1.5rem;font-weight:700}.contact-card form{flex-direction:column;gap:15px;display:flex}.contact-card input,.contact-card textarea{color:#fff;background:#020617;border:1px solid #ffffff14;border-radius:8px;padding:14px;font-family:inherit;transition:all .3s}.contact-card input:focus,.contact-card textarea:focus{border-color:#facc15;outline:none;box-shadow:0 0 0 2px #facc1533}.contact-card button{color:#000;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#facc15,#eab308);border:none;border-radius:8px;margin-top:5px;padding:14px;font-weight:700;transition:all .3s;box-shadow:0 10px 30px #facc154d}.contact-card button:hover{opacity:.95;transform:translateY(-2px)}@media (width<=900px){.contact-pro{padding:120px 5% 60px}.contact-wrapper{grid-template-columns:1fr;gap:40px}.contact-left h1{font-size:38px}.contact-details{flex-direction:column;gap:20px}.contact-card{padding:25px}}
