:root{--primary-black: #000000;--secondary-light: #f8f9fa;--text-black: #000000;--accent-blue: #0068A6;--accent2-red: #AB1636;--white: #ffffff;--gray-100: #f8f9fa;--gray-200: #e9ecef;--gray-300: #dee2e6;--gray-600: #6c757d;--gray-800: #343a40}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-black);background-color:var(--white);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:var(--white);box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header .container{padding:0 10px}.header-content{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-black);text-decoration:none;display:flex;align-items:center}.logo:hover{color:var(--accent-blue)}.logo-img{height:95px;width:auto;transition:transform .3s ease}.logo-img:hover{transform:scale(1.05)}.hamburger-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001;border-radius:4px;transition:background-color .3s ease}.hamburger-menu:hover{background-color:var(--gray-100)}.hamburger-menu:active{background-color:var(--gray-200)}.hamburger-line{width:25px;height:3px;background-color:var(--primary-black);margin:3px 0;transition:.3s;border-radius:2px}.hamburger-menu:hover .hamburger-line{background-color:var(--accent-blue)}.dropdown-menu{position:absolute;top:100%;left:0;width:100%;background-color:var(--white);box-shadow:0 8px 32px #00000026;z-index:1000;max-height:0;overflow:hidden;transition:max-height .3s ease}.dropdown-menu.menu-open{max-height:800px}.dropdown-menu .container{padding:2rem 20px;position:relative}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.menu-section{margin-bottom:1rem}.menu-section:last-child{margin-bottom:0}.menu-section-title{color:var(--accent2-red);font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent2-red)}.menu-section-list{list-style:none;padding:0;margin:0}.menu-section-list li{margin-bottom:.5rem}.menu-section-list a{color:var(--text-black);text-decoration:none;font-weight:400;padding:.5rem 0;display:block;transition:all .3s ease}.menu-section-list a:hover{color:var(--accent-blue);padding-left:.5rem}.menu-section-list a:active{background-color:var(--gray-100)}.submenu-list{list-style:none;padding:0;margin:.5rem 0 0 1rem}.submenu-list li{margin-bottom:.25rem}.submenu-list a{color:var(--gray-600);text-decoration:none;font-size:.9rem;padding:.25rem 0;display:block;transition:all .3s ease}.submenu-list a:hover{color:var(--accent-blue);padding-left:.5rem}.submenu-list a:active{background-color:var(--gray-100)}.dropdown-menu:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100vw;height:60px;background:linear-gradient(45deg,transparent 0%,transparent 20%,var(--accent-blue) 20%,var(--accent-blue) 22%,transparent 22%,transparent 35%,var(--accent-blue) 35%,var(--accent-blue) 37%,transparent 37%,transparent 50%,var(--accent-blue) 50%,var(--accent-blue) 51%,transparent 51%,transparent 65%,var(--accent-blue) 65%,var(--accent-blue) 67%,transparent 67%,transparent 80%,var(--accent-blue) 80%,var(--accent-blue) 82%,transparent 82%,transparent 100%);opacity:.1;pointer-events:none;z-index:-1}.dropdown-menu:before{content:"";position:absolute;bottom:10px;left:0;right:0;width:100vw;height:40px;background:linear-gradient(135deg,transparent 0%,var(--accent-blue) 15%,var(--accent-blue) 17%,transparent 17%,transparent 30%,var(--accent-blue) 30%,var(--accent-blue) 33%,transparent 33%,transparent 45%,var(--accent-blue) 45%,var(--accent-blue) 46%,transparent 46%,transparent 60%,var(--accent-blue) 60%,var(--accent-blue) 62%,transparent 62%,transparent 75%,var(--accent-blue) 75%,var(--accent-blue) 77%,transparent 77%,transparent 100%);opacity:.08;pointer-events:none;transform:skew(-15deg);z-index:-1}.hero{position:relative;margin-top:110px;width:100%;height:75vh;min-height:600px;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;z-index:2}.hero-content{width:100%;display:flex;align-items:center;justify-content:flex-start}.hero-text{max-width:700px;width:100%;background:#ab163680;padding:2rem 2.5rem;box-shadow:0 4px 16px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:40px;text-align:center;transition:opacity 2s ease-out,transform 2s ease-out}.hero-text-visible{opacity:1;transform:translateY(0)}.hero-text-hidden{opacity:0;transform:translateY(-20px);pointer-events:none}.hero-text h1{font-size:3rem;font-weight:700;color:var(--white);margin-bottom:1.2rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:center}.hero-text p{font-size:1.1rem;color:var(--white);margin-bottom:.8rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);text-align:center;line-height:1.5}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background-color:var(--accent-blue);color:var(--white);padding:1rem 2rem;border:none;border-radius:5px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.btn-primary:hover{background-color:#005a91;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--primary-black);padding:1rem 2rem;border:2px solid var(--primary-black);border-radius:5px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.btn-secondary:hover{background-color:var(--primary-black);color:var(--white)}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-video-player{width:100%;height:100%;object-fit:cover;object-position:center}.hero-video iframe.hero-video-player{width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-video-fallback{width:100%;height:100%;background-color:var(--gray-800);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.1rem;text-align:center;padding:2rem}.section{padding:4rem 0}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--primary-black);margin-bottom:1rem}.section-header p{font-size:1.1rem;color:var(--gray-600);max-width:600px;margin:0 auto}.departments .section-header h2{color:var(--white);text-shadow:2px 2px 4px rgba(0,0,0,.3)}.departments .section-header p{color:#fffffff2}.services{background-color:var(--secondary-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background-color:var(--white);padding:2rem;border-radius:10px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-icon{width:60px;height:60px;background-color:var(--accent-blue);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--white);font-size:1.5rem;font-weight:700}.service-card h3{font-size:1.5rem;font-weight:600;color:var(--primary-black);margin-bottom:1rem}.service-card p{color:var(--gray-600)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:var(--primary-black);margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:var(--gray-600);margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:var(--accent-blue)}.stat-label{color:var(--gray-600);font-weight:500}.about-image{display:flex;justify-content:center;align-items:center}.about-placeholder{width:100%;height:400px;background-color:var(--gray-200);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--gray-600);font-size:1.1rem}.contact{background-color:var(--secondary-light)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:1.5rem;font-weight:600;color:var(--primary-black);margin-bottom:1rem}.contact-item{display:flex;align-items:center;margin-bottom:1.5rem}.contact-icon{width:40px;height:40px;background-color:var(--accent-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;color:var(--white);font-weight:700}.contact-form{background-color:var(--white);padding:2rem;border-radius:10px;box-shadow:0 4px 20px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--primary-black)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid var(--gray-300);border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-blue)}.form-group textarea{resize:vertical;min-height:120px}.page-content{margin-top:80px;min-height:calc(100vh - 80px)}.page-hero{background:linear-gradient(135deg,var(--secondary-light) 0%,var(--white) 100%);padding:4rem 0;text-align:center}.page-hero h1{font-size:3rem;font-weight:700;color:var(--primary-black);margin-bottom:1rem}.page-hero p{font-size:1.25rem;color:var(--gray-600);max-width:600px;margin:0 auto}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.content-text h2{font-size:2.5rem;font-weight:700;color:var(--primary-black);margin-bottom:1.5rem}.content-text h3{font-size:1.5rem;font-weight:600;color:var(--primary-black);margin:2rem 0 1rem}.content-text p{font-size:1.1rem;color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7}.content-text ul{margin-bottom:2rem}.content-text li{font-size:1.1rem;color:var(--gray-600);margin-bottom:.5rem;padding-left:.5rem}.image-placeholder{width:100%;height:300px;background-color:var(--gray-200);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--gray-600);font-size:1.1rem;text-align:center;padding:2rem}.stats-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:var(--primary-black);margin-bottom:3rem}.stat-card{background-color:var(--white);padding:2rem;border-radius:10px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card .stat-number{font-size:3rem;font-weight:700;color:var(--accent-blue);margin-bottom:.5rem}.stat-card .stat-label{font-size:1.25rem;font-weight:600;color:var(--primary-black);margin-bottom:1rem}.stat-card p{color:var(--gray-600);font-size:1rem}.service-areas{margin-top:2rem}.area-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.area-card{background-color:var(--secondary-light);padding:2rem;border-radius:10px}.area-card h3{font-size:1.25rem;font-weight:600;color:var(--primary-black);margin-bottom:1rem}.area-card ul{list-style:none;padding:0}.area-card li{color:var(--gray-600);margin-bottom:.5rem;padding-left:1rem;position:relative}.area-card li:before{content:"•";color:var(--accent-blue);font-weight:700;position:absolute;left:0}.service-note{background-color:var(--secondary-light);padding:1.5rem;border-radius:10px;text-align:center;color:var(--gray-600)}@media (max-width: 768px){.page-hero h1{font-size:2.5rem}.content-grid{grid-template-columns:1fr;gap:2rem}.content-text h2{font-size:2rem}.area-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}}.footer{background-color:#1a1a1a;color:var(--white)}.footer-main{padding:3rem 0 2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;align-items:start}.footer-section h4{font-size:1rem;font-weight:700;margin-bottom:1.25rem;color:var(--white);text-transform:uppercase;letter-spacing:.5px;position:relative;padding-bottom:.5rem}.footer-section h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--accent-blue)}.footer-contact .footer-info-group{display:flex;flex-direction:column;gap:1.25rem}.footer-address{color:var(--gray-300);line-height:1.7;font-size:.9rem;margin:0}.footer-phone{margin:0}.footer-phone a{color:var(--gray-300);text-decoration:none;transition:color .3s ease;font-size:.9rem;line-height:1.7;display:block}.footer-phone a:hover{color:var(--accent-blue)}.license-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 1.5rem}.license-item{display:flex;flex-direction:column;gap:.3rem}.license-number{color:var(--white);font-weight:600;font-size:.85rem;letter-spacing:.3px}.license-type{color:var(--gray-300);font-size:.8rem;line-height:1.4}.footer-highlight{background:var(--accent-blue);color:var(--white);padding:.6rem 1rem;border-radius:4px;font-weight:600;font-size:.85rem;text-align:center;margin-bottom:1.25rem}.hours-list{display:flex;flex-direction:column;gap:.6rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0}.hours-day{color:var(--gray-300);font-size:.85rem}.hours-time{color:var(--white);font-weight:600;font-size:.85rem}.footer-bottom{background-color:#0003;padding:1.25rem 0;text-align:center}.footer-bottom p{color:var(--gray-300);font-size:.8rem;margin:0;letter-spacing:.3px}@media (max-width: 768px){.header .container{padding:0 8px}.header-content{padding:.6rem 0}.logo-img{height:70px}.menu-grid{grid-template-columns:1fr;gap:1.5rem}.dropdown-menu .container{padding:1.5rem 20px}.dropdown-menu:after{height:50px;opacity:.08}.dropdown-menu:before{height:35px;opacity:.06;bottom:8px}.dropdown-menu.menu-open{max-height:100vh;overflow-y:auto}.menu-section{margin-bottom:1.5rem}.menu-section-title{font-size:1.1rem;margin-bottom:.75rem;padding-bottom:.4rem}.menu-section-list a{padding:.75rem 0;font-size:1rem}.submenu-list{margin:.75rem 0 0 1.5rem}.submenu-list a{padding:.5rem 0;font-size:.95rem}.hero{height:80vh;min-height:500px}.hero-text h1{font-size:2.5rem}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.stats-grid{grid-template-columns:1fr}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:2rem}.footer-main{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-section{text-align:center}.footer-section h4:after{left:50%;transform:translate(-50%)}.footer-contact .footer-info-group{align-items:center}.hours-item{max-width:300px;margin:0 auto}.footer-bottom{padding:1.25rem 1rem}}@media (max-width: 480px){.header .container{padding:0 5px}.header-content{padding:.5rem 0}.logo-img{height:60px}.container{padding:0 15px}.hero{height:50vh;min-height:320px}.hero-text{max-width:88%;padding:1.3rem 1.1rem;border-radius:15px;background:#ab1636e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 6px 24px #0006}.hero-text h1{font-size:1.6rem;line-height:1.1;margin-bottom:.7rem}.hero-text p{font-size:.9rem;line-height:1.3;margin-bottom:.5rem}.hero-buttons{flex-direction:column;gap:.8rem;margin-top:1rem}.hero-buttons .btn{padding:.8rem 1.5rem;font-size:.9rem;width:100%;text-align:center}.dropdown-menu .container{padding:1rem 15px}.dropdown-menu:after{height:40px;opacity:.06}.dropdown-menu:before{height:30px;opacity:.05;bottom:5px}.dropdown-menu.menu-open{max-height:calc(100vh - 80px)}.menu-section{margin-bottom:2rem}.menu-section-title{font-size:1.05rem;margin-bottom:1rem;padding-bottom:.5rem}.menu-section-list a{padding:1rem 0;font-size:1.05rem;border-bottom:1px solid var(--gray-200)}.menu-section-list li:last-child a{border-bottom:none}.submenu-list{margin:.5rem 0 1rem 1rem;padding-left:1rem;border-left:2px solid var(--gray-200)}.submenu-list a{padding:.75rem 0;font-size:1rem;border-bottom:1px solid var(--gray-100)}.submenu-list li:last-child a{border-bottom:none}.hamburger-menu{width:44px;height:44px}.hamburger-line{width:28px;height:3px}.hero{height:55vh;min-height:380px}.hero-text{max-width:90%;padding:1.8rem 1.4rem;border-radius:20px;background:#ab1636d9;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.2)}.hero-text h1{font-size:2rem;line-height:1.1;margin-bottom:.9rem}.hero-text p{font-size:.95rem;line-height:1.4;margin-bottom:.7rem}.services-grid{grid-template-columns:1fr}.footer-main{padding:2.5rem 0 1.5rem}.footer-content{gap:2.5rem}.footer-section{text-align:center;padding:0 1rem}.footer-section h4{font-size:1rem;margin-bottom:1.25rem}.footer-section h4:after{left:50%;transform:translate(-50%)}.footer-contact .footer-info-group{align-items:center}.footer-address,.footer-phone a{font-size:.9rem}.license-list{grid-template-columns:1fr;gap:.85rem}.license-number{font-size:.85rem}.license-type{font-size:.8rem}.footer-highlight{font-size:.85rem;padding:.65rem .85rem}.hours-item{max-width:100%;font-size:.85rem}.hours-day,.hours-time{font-size:.85rem}.footer-bottom{padding:1rem}.footer-bottom p{font-size:.75rem;line-height:1.6}}.color-swatches-intro{text-align:center;margin-bottom:3rem}.color-swatches-intro h2{font-size:2.5rem;font-weight:700;color:var(--primary-black);margin-bottom:1rem}.color-swatches-intro p{font-size:1.1rem;color:var(--gray-600);max-width:600px;margin:0 auto}.color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.color-swatch{background-color:var(--white);border-radius:10px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .3s ease}.color-swatch:hover{transform:translateY(-5px)}.color-sample{height:120px;width:100%;position:relative}.color-info{padding:1.5rem}.color-name{font-size:1.25rem;font-weight:600;color:var(--primary-black);margin-bottom:.5rem}.color-details{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.color-variable{font-family:Courier New,monospace;font-size:.9rem;color:var(--accent-blue);font-weight:500}.color-value{font-family:Courier New,monospace;font-size:.9rem;color:var(--gray-600);text-transform:uppercase}.color-description{font-size:.95rem;color:var(--gray-600);line-height:1.5}.usage-examples{margin-top:4rem}.usage-examples h2{font-size:2.5rem;font-weight:700;color:var(--primary-black);margin-bottom:2rem;text-align:center}.usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.usage-card{background-color:var(--white);padding:2rem;border-radius:10px;box-shadow:0 4px 20px #0000001a}.usage-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.usage-card p{color:var(--gray-600);margin-bottom:1rem}.menu-section-title-demo{color:var(--accent2-red);font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent2-red);display:inline-block}.bg-demo{padding:1rem;margin:.5rem 0;border-radius:5px;text-align:center;font-weight:500;border:1px solid var(--gray-300)}.bg-demo.secondary-light{background-color:var(--secondary-light);color:var(--primary-black)}.bg-demo.white{background-color:var(--white);color:var(--primary-black)}@media (max-width: 768px){.color-grid,.usage-grid{grid-template-columns:1fr;gap:1.5rem}.color-swatches-intro h2,.usage-examples h2{font-size:2rem}}.awards-container{padding:2rem 0;position:relative;z-index:2}.awards{background:linear-gradient(180deg,var(--white) 0%,var(--secondary-light) 50%,rgba(171,22,54,.1) 100%);text-align:center;position:relative;padding:3rem 0}.awards:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:150px;background:linear-gradient(180deg,transparent 0%,rgba(171,22,54,.05) 20%,rgba(171,22,54,.15) 40%,rgba(171,22,54,.3) 60%,rgba(171,22,54,.6) 80%,var(--accent2-red) 100%);z-index:1}.awards-img{max-width:100%;height:auto;max-height:300px;width:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.legence{background:var(--accent2-red);padding:6rem 0;position:relative;z-index:3}.legence:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:150px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.05) 20%,rgba(255,255,255,.15) 40%,rgba(255,255,255,.3) 60%,rgba(255,255,255,.6) 80%,var(--white) 100%);z-index:1}.legence-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;max-width:none;margin:0;padding:0 2rem}.legence-text h2{text-align:center;font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.legence-intro{font-size:1.3rem;font-weight:400;color:#fffffff2;margin-bottom:2rem;line-height:1.6}.legence-text p{font-size:1.1rem;color:#ffffffe6;margin-bottom:1.5rem;line-height:1.7}.legence-text p:last-child{margin-bottom:0}.legence-image{display:flex;justify-content:center;align-items:center;width:100%;max-width:500px;height:637px;margin:0 auto;background-color:transparent}.legence-img{width:500px;height:637px;object-fit:cover;object-position:center;filter:drop-shadow(0 8px 24px rgba(0,0,0,.2));border-radius:12px;transition:transform .3s ease}.legence-img:hover{transform:scale(1.02)}@media (max-width: 768px){.awards{padding:2rem 0}.awards:after{height:100px}.awards-img{max-height:250px}.legence{padding:4rem 0}.legence:after{height:100px}.legence-content{grid-template-columns:1fr;gap:3rem;text-align:center}.legence-text h2{font-size:2rem}.legence-intro{font-size:1.2rem}.legence-image,.legence-img{width:400px;height:510px}.about-us:after{height:100px}}@media (max-width: 480px){.awards{padding:1.5rem 0}.awards:after{height:80px}.awards-img{max-height:200px}.legence{padding:3rem 0}.legence:after{height:80px}.legence-content{gap:2rem}.legence-text h2{font-size:1.8rem}.legence-intro{font-size:1.1rem}.legence-text p{font-size:1rem}.legence-image,.legence-img{width:320px;height:408px}.about-us:after{height:80px}}.about-us{background:linear-gradient(180deg,var(--white) 0%,var(--secondary-light) 50%,rgba(0,104,166,.1) 100%);padding:5rem 0;position:relative;z-index:4}.about-us:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:150px;background:linear-gradient(180deg,transparent 0%,rgba(0,104,166,.05) 20%,rgba(0,104,166,.15) 40%,rgba(0,104,166,.3) 60%,rgba(0,104,166,.6) 80%,var(--accent-blue) 100%);z-index:1}.about-us:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 0%,rgba(0,104,166,.03) 25%,transparent 50%,rgba(171,22,54,.03) 75%,transparent 100%);pointer-events:none}.history-carousel{position:relative;margin:2rem 0 4rem;padding:1rem 0 2rem}.carousel-container{overflow:hidden;border-radius:20px;box-shadow:0 8px 32px #00000026;background:var(--white);border:2px solid rgba(0,104,166,.1)}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;padding:4rem 3rem;display:flex;align-items:center;gap:3rem;background:var(--white)}.slide-icon{flex-shrink:0;width:120px;height:120px;background:linear-gradient(37deg,var(--accent-blue) 0%,var(--accent-blue) 48%,var(--accent2-red) 52%,var(--accent2-red) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0068a64d}.slide-icon .material-icons{font-size:3rem;color:var(--white)}.slide-content{flex:1;text-align:left}.slide-year{display:inline-block;background:linear-gradient(37deg,var(--accent-blue) 0%,var(--accent-blue) 48%,var(--accent2-red) 52%,var(--accent2-red) 100%);color:var(--white);padding:.75rem 2rem;border-radius:30px;font-weight:700;font-size:1.1rem;margin-bottom:1.5rem;letter-spacing:.5px}.slide-content h3{font-size:2.5rem;font-weight:700;color:var(--primary-black);margin-bottom:1.5rem;line-height:1.2}.slide-content p{font-size:1.2rem;color:var(--gray-600);line-height:1.7;max-width:600px}.carousel-controls{position:absolute;top:50%;width:calc(100% + 8rem);left:-4rem;display:flex;justify-content:space-between;pointer-events:none;transform:translateY(-50%);z-index:10}.carousel-btn{width:60px;height:60px;border:2px solid var(--accent-blue);border-radius:50%;background:#fffffff2;color:var(--accent-blue);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #00000040;transition:all .3s ease;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-btn:hover{background:var(--accent-blue);color:var(--white);border-color:var(--accent-blue);transform:scale(1.1);box-shadow:0 8px 32px #0068a666}.carousel-btn .material-icons{font-size:2rem}.carousel-indicators{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.indicator{width:12px;height:12px;border:none;border-radius:50%;background:var(--gray-300);cursor:pointer;transition:all .3s ease}.indicator.active{background:var(--accent-blue);transform:scale(1.3)}.indicator:hover{background:var(--accent2-red)}.about-stats-showcase{margin:5rem 0;padding:3rem 0;background:var(--white);border-radius:20px;box-shadow:0 8px 32px #00000026;border:2px solid rgba(0,104,166,.1)}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding:0 2rem}.stat-item{display:flex;align-items:center;gap:1.5rem;text-align:left}.stat-visual{flex-shrink:0}.stat-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(37deg,var(--accent-blue) 0%,var(--accent-blue) 48%,var(--accent2-red) 52%,var(--accent2-red) 100%);display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease}.stat-circle:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;background:var(--white);border-radius:50%}.stat-number{position:relative;z-index:2;font-size:1.5rem;font-weight:700;background:linear-gradient(37deg,var(--accent-blue) 0%,var(--accent-blue) 48%,var(--accent2-red) 52%,var(--accent2-red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-item:hover .stat-circle{transform:scale(1.1)}.stat-info h4{font-size:1.3rem;font-weight:600;color:var(--primary-black);margin-bottom:.5rem}.stat-info p{color:var(--gray-600);font-size:1rem}@media (max-width: 768px){.carousel-slide{flex-direction:column;text-align:center;gap:2rem;padding:3rem 2rem}.slide-icon{width:100px;height:100px}.slide-icon .material-icons{font-size:2.5rem}.slide-content h3{font-size:2rem}.slide-content p{font-size:1.1rem}.carousel-controls{width:calc(100% + 4rem);left:-2rem}.carousel-btn{width:50px;height:50px}.carousel-btn .material-icons{font-size:1.5rem}.stats-container{grid-template-columns:1fr;gap:2rem}.stat-item{flex-direction:column;text-align:center;gap:1rem}}@media (max-width: 480px){.about-us{padding:3rem 0}.timeline-content{padding:2rem 1.5rem}.about-stats-showcase{margin:3rem 0;padding:2rem 0}.stats-container{padding:0 1rem}.stat-circle{width:80px;height:80px}.stat-number{font-size:1.3rem}.carousel-controls{width:calc(100% + 2rem);left:-1rem}.carousel-btn{width:45px;height:45px;box-shadow:0 4px 16px #0003}.carousel-btn .material-icons{font-size:1.3rem}}.departments{background:var(--accent-blue);padding:5rem 0;position:relative;z-index:5}.flip-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:3rem;margin-top:3rem}.flip-card{background-color:transparent;width:100%;height:320px;perspective:1000px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d;cursor:pointer;will-change:transform;transform:translateZ(0)}@media (hover: hover) and (pointer: fine){.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}}.flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:15px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transform:translateZ(0);-webkit-font-smoothing:antialiased}.flip-card-front{background:#fffffff2;border:2px solid rgba(255,255,255,.3)}.flip-card-back{background:linear-gradient(37deg,var(--accent2-red) 0%,var(--accent2-red) 48%,var(--accent-blue) 52%,var(--accent-blue) 100%);color:var(--white);transform:rotateY(180deg);padding:2.5rem 2rem;position:relative;overflow:hidden}.flip-card-back:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(37deg,var(--accent2-red) 0%,var(--accent2-red) 46%,rgba(255,255,255,.2) 49%,rgba(255,255,255,.2) 51%,var(--accent-blue) 54%,var(--accent-blue) 100%);border-radius:15px;filter:blur(2px);z-index:0}.flip-card-back>*{position:relative;z-index:1}.card-icon{font-size:4rem;margin-bottom:1.5rem;height:80px;display:flex;align-items:center;justify-content:center;will-change:transform;transition:transform .3s ease}.card-icon .material-icons{font-size:4rem;color:var(--accent-blue);transition:all .3s ease}.flip-card-back .card-icon .material-icons{color:var(--white)}@media (hover: hover) and (pointer: fine){.flip-card:hover .card-icon{transform:scale(1.1)}}.flip-card-front h3{font-size:1.5rem;font-weight:700;color:var(--primary-black);margin-bottom:1rem}.flip-card-front p{color:var(--gray-600);font-size:1rem;line-height:1.5;text-align:center}.flip-card-back h3{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;color:var(--white)}.flip-card-back p{font-size:.95rem;line-height:1.6;margin-bottom:2rem;text-align:center;color:#ffffffe6}.card-button{background:var(--white);color:var(--accent-blue);padding:.75rem 2rem;border:none;border-radius:25px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #0000001a;display:inline-block;margin-top:auto;touch-action:auto;pointer-events:auto;position:relative;z-index:10}.card-button:hover{background:var(--secondary-light);transform:translateY(-2px);box-shadow:0 6px 20px #00000026}@media (hover: hover) and (pointer: fine){.flip-card:hover .flip-card-front{box-shadow:0 12px 40px #00000026}}@media (max-width: 1024px){.flip-cards-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr);gap:2.5rem}.flip-card{height:300px}}@media (max-width: 768px){.departments{padding:4rem 0}.flip-cards-grid{grid-template-columns:1fr;grid-template-rows:repeat(9,1fr);gap:2rem}.flip-card{height:280px}.flip-card-front,.flip-card-back{padding:1.5rem}.card-icon{font-size:3rem;height:60px;margin-bottom:1rem}.card-icon .material-icons{font-size:3rem}.flip-card-front h3{font-size:1.3rem}.flip-card-back h3{font-size:1.2rem;margin-bottom:1rem}.flip-card-back p{font-size:.9rem;margin-bottom:1.5rem}.card-button{padding:.6rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.departments{padding:3rem 0}.flip-cards-grid{gap:1.5rem}.flip-card{height:260px}.flip-card-front,.flip-card-back{padding:1.5rem 1rem}.card-icon{font-size:2.5rem;height:50px}.card-icon .material-icons{font-size:2.5rem}.flip-card-front h3,.flip-card-back h3{font-size:1.1rem}.flip-card-front p,.flip-card-back p{font-size:.85rem}}@media (max-width: 768px){.page-hero{padding:4rem 0 3rem}.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem!important}.service-department-grid-2col{grid-template-columns:1fr!important;gap:2rem!important}.service-department-grid-3col{grid-template-columns:1fr!important;gap:1.5rem!important}.service-department-grid-4col{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.service-department-card{padding:1.5rem!important}.service-department-card h3{font-size:1.1rem!important}.service-department-card p{font-size:.9rem!important}.service-market-card .material-icons{font-size:2.5rem!important}.service-cert-card{padding:1.5rem!important}.service-cert-card h3{font-size:1rem!important}.service-cert-card p{font-size:.85rem!important}.service-deliver-grid{grid-template-columns:1fr!important;gap:.75rem!important}.service-info-box{padding:1.5rem!important;margin-bottom:1rem!important}.service-info-box h3{font-size:1.1rem!important}.service-info-box p{font-size:.85rem!important}.service-cta h2{font-size:1.8rem!important}.service-cta p{font-size:1rem!important}.service-cta-buttons{flex-direction:column!important;gap:1rem!important}.service-cta-buttons a{width:100%!important;text-align:center}}@media (max-width: 480px){.page-hero{padding:3rem 0 2.5rem}.page-hero h1{font-size:1.75rem}.page-hero p{font-size:.95rem!important}.service-department-grid-2col,.service-department-grid-3col,.service-department-grid-4col{grid-template-columns:1fr!important;gap:1rem!important}.service-department-card,.service-cert-card,.service-info-box{padding:1.25rem!important}.service-market-card{padding:2rem 1.5rem!important}.service-market-card .material-icons{font-size:2rem!important}.service-market-card h3{font-size:1.2rem!important}.service-market-card p{font-size:.85rem!important}.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem!important}.service-cta h2{font-size:1.5rem!important}.service-cta p{font-size:.9rem!important}.service-cta-buttons a{padding:.85rem 1.5rem!important;font-size:1rem!important}}@media (max-width: 768px){.precon-grid-2col{grid-template-columns:1fr!important;gap:2rem!important}}@media (max-width: 480px){.precon-grid-2col{gap:1.5rem!important}}@media (max-width: 768px){.service-hero-grid{margin-top:60px!important;padding-top:2rem!important;padding-bottom:2rem!important;min-height:450px!important;align-items:center!important}.service-hero-grid .container{padding:3rem 20px!important}.service-hero-grid-bg{grid-template-columns:repeat(3,1fr)!important;gap:.75rem!important;padding:.75rem!important}.service-hero-grid-bg .material-icons{font-size:2.5rem!important}.service-badge{font-size:.8rem!important;letter-spacing:1.5px!important;margin-bottom:1.5rem!important}.service-title{font-size:3rem!important;margin-bottom:1.25rem!important}.service-subtitle{font-size:1.2rem!important}}@media (max-width: 480px){.service-hero-grid{margin-top:30px!important;padding-top:2rem!important;padding-bottom:2rem!important;min-height:400px!important;align-items:center!important}.service-hero-grid .container{padding:2rem 15px!important}.service-hero-grid-bg{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important;padding:.5rem!important}.service-hero-grid-bg .material-icons{font-size:2rem!important}.service-badge{font-size:.7rem!important;letter-spacing:1px!important;margin-bottom:1.25rem!important;padding-bottom:.4rem!important;border-bottom-width:2px!important}.service-title{font-size:2rem!important;margin-bottom:1rem!important}.service-subtitle{font-size:1rem!important}}@media (max-width: 1024px){.management-team-grid{grid-template-columns:repeat(3,1fr)!important;gap:1.5rem!important}.leadership-structure-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (max-width: 768px){.management-team-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.management-card{padding:1rem!important}.management-card-image{height:150px!important}.management-card-name{font-size:1rem!important}.management-card-title{font-size:.85rem!important}.management-card-cta{font-size:.75rem!important;padding:.4rem!important}.leadership-structure-grid{grid-template-columns:1fr!important;gap:1rem!important}.leadership-structure-item{padding:1.25rem!important}.leadership-structure-item h4{font-size:.95rem!important}.leadership-structure-item p{font-size:.85rem!important}}@media (max-width: 480px){.management-team-grid{grid-template-columns:1fr!important}.management-card-image{height:180px!important}.management-card-initials{font-size:2rem!important}}@media (max-width: 768px){.manager-profile-hero{padding:3rem 0!important}.manager-profile-name{font-size:2rem!important}.manager-profile-title-hero{font-size:1.1rem!important}.manager-profile-grid{grid-template-columns:1fr!important;gap:2rem!important}.manager-profile-image{height:300px!important;max-width:400px!important;margin:0 auto!important}.manager-profile-info-name{font-size:1.75rem!important}.manager-profile-info-title{font-size:1.1rem!important;margin-bottom:1.5rem!important}.manager-profile-bio{font-size:1rem!important}.manager-profile-section-title{font-size:1.1rem!important}.manager-profile-list li{font-size:.9rem!important}}@media (max-width: 480px){.manager-profile-hero{padding:2.5rem 0!important}.manager-profile-name{font-size:1.75rem!important}.manager-profile-title-hero{font-size:1rem!important}.manager-profile-grid{gap:1.5rem!important}.manager-profile-image{height:280px!important;max-width:100%!important}.manager-profile-initials{font-size:3rem!important}.manager-profile-info-name{font-size:1.5rem!important}.manager-profile-info-title{font-size:1rem!important}.manager-profile-bio{font-size:.95rem!important;line-height:1.6!important}.manager-profile-section-title{font-size:1rem!important}.manager-profile-list li{font-size:.85rem!important;padding:.4rem 0!important}}@media (max-width: 768px){.about-us-cards-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.about-us-card{padding:2rem!important}.about-us-card-icon{font-size:3rem!important}.about-us-card-title{font-size:1.3rem!important}.about-us-card-text{font-size:.95rem!important}.about-us-card-list{font-size:.85rem!important}}@media (max-width: 480px){.about-us-cards-grid{gap:1rem!important}.about-us-card{padding:1.5rem!important}.about-us-card-icon{font-size:2.5rem!important;margin-bottom:.75rem!important}.about-us-card-title{font-size:1.2rem!important;margin-bottom:.75rem!important}.about-us-card-text{font-size:.9rem!important;margin-bottom:.75rem!important}.about-us-card-list{font-size:.8rem!important;line-height:1.5!important}.about-us-card-list li{margin-bottom:.5rem}}@media (max-width: 768px){.safety-cards-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.safety-card{padding:2rem!important}.safety-card-icon{font-size:3rem!important}.safety-card-title{font-size:1.3rem!important}.safety-card-text{font-size:.95rem!important}.safety-card-list{font-size:.85rem!important}.safety-highlights-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.safety-highlight-card{padding:1.75rem!important}.safety-highlight-number{font-size:2.5rem!important}.safety-highlight-label{font-size:1rem!important}}@media (max-width: 480px){.safety-cards-grid{gap:1rem!important}.safety-card{padding:1.5rem!important}.safety-card-icon{font-size:2.5rem!important;margin-bottom:.75rem!important}.safety-card-title{font-size:1.2rem!important;margin-bottom:.75rem!important}.safety-card-text{font-size:.9rem!important;margin-bottom:.75rem!important}.safety-card-list{font-size:.8rem!important;line-height:1.5!important}.safety-card-list li{margin-bottom:.5rem}.safety-highlights-grid{grid-template-columns:1fr!important;gap:1rem!important}.safety-highlight-card{padding:1.5rem!important}.safety-highlight-number{font-size:2.25rem!important}.safety-highlight-label{font-size:.95rem!important}}@media (max-width: 768px){.careers-cards-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.careers-card{padding:2rem!important}.careers-card-icon{font-size:3rem!important}.careers-card-title{font-size:1.3rem!important}.careers-card-text{font-size:.95rem!important}.careers-card-list{font-size:.85rem!important}}@media (max-width: 480px){.careers-cards-grid{gap:1rem!important}.careers-card{padding:1.5rem!important}.careers-card-icon{font-size:2.5rem!important;margin-bottom:.75rem!important}.careers-card-title{font-size:1.2rem!important;margin-bottom:.75rem!important}.careers-card-text{font-size:.9rem!important;margin-bottom:.75rem!important}.careers-card-list{font-size:.8rem!important;line-height:1.5!important}.careers-card-list li{margin-bottom:.5rem}}@media (max-width: 768px){.bim-tech-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.bim-tech-card{flex-direction:column!important;text-align:center!important;padding:1.75rem 2rem!important;gap:.75rem!important}.bim-tech-icon{font-size:2.25rem!important}.bim-tech-title{font-size:1.15rem!important}.bim-tech-text{font-size:.9rem!important}}@media (max-width: 480px){.bim-tech-grid{gap:1rem!important}.bim-tech-card{padding:1.5rem!important;gap:.5rem!important}.bim-tech-icon{font-size:2rem!important}.bim-tech-title{font-size:1.1rem!important;margin-bottom:.4rem!important}.bim-tech-text{font-size:.85rem!important}}@media (max-width: 1024px){.commissioning-phases-grid,.commissioning-services-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (max-width: 768px){.commissioning-verification-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.commissioning-verification-card{padding:1.75rem 2rem!important}.commissioning-card-icon{font-size:2rem!important}.commissioning-card-title{font-size:1.1rem!important}.commissioning-card-text{font-size:.9rem!important}.commissioning-phases-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.commissioning-phase-card{padding:1.25rem!important}.commissioning-phase-card h4{font-size:.95rem!important}.commissioning-phase-card p{font-size:.85rem!important}.commissioning-markets-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.commissioning-market-card{padding:2rem!important}.commissioning-market-card h3{font-size:1.3rem!important}.commissioning-market-card p{font-size:.95rem!important}.commissioning-market-card ul{font-size:.85rem!important}.commissioning-services-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important}.commissioning-service-card{padding:1.75rem 2rem!important}.commissioning-service-card div[style*="fontSize: '3.5rem'"]{font-size:3rem!important}.commissioning-service-card h3{font-size:1.2rem!important}.commissioning-service-card p{font-size:.9rem!important}}@media (max-width: 480px){.commissioning-verification-grid{gap:1rem!important}.commissioning-verification-card{padding:1.5rem!important;flex-direction:column!important;text-align:center!important}.commissioning-card-icon{font-size:2.5rem!important;margin-bottom:.75rem!important}.commissioning-card-title{font-size:1rem!important;margin-bottom:.4rem!important}.commissioning-card-text{font-size:.85rem!important}.commissioning-phases-grid{grid-template-columns:1fr!important;gap:1rem!important}.commissioning-phase-card{padding:1.25rem!important}.commissioning-phase-card h4{font-size:.9rem!important}.commissioning-phase-card p{font-size:.8rem!important}.commissioning-markets-grid{gap:1rem!important}.commissioning-market-card{padding:1.75rem!important}.commissioning-market-card div[style*="fontSize: '4rem'"]{font-size:3rem!important}.commissioning-market-card h3{font-size:1.2rem!important;margin-bottom:.75rem!important}.commissioning-market-card p{font-size:.9rem!important;margin-bottom:.75rem!important}.commissioning-market-card ul{font-size:.8rem!important;line-height:1.5!important}.commissioning-market-card ul li{margin-bottom:.5rem}.commissioning-services-grid{grid-template-columns:1fr!important;gap:1rem!important}.commissioning-service-card{padding:1.5rem!important}.commissioning-service-card div[style*="fontSize: '3.5rem'"]{font-size:2.5rem!important;margin-bottom:.75rem!important}.commissioning-service-card h3{font-size:1.1rem!important;margin-bottom:.5rem!important}.commissioning-service-card p{font-size:.85rem!important}}@media (max-width: 1024px){.manufacturing-highlights-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (max-width: 768px){.manufacturing-highlights-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important}.manufacturing-highlight-card{padding:1.75rem 2rem!important}.manufacturing-highlight-card div[style*="fontSize: '3.5rem'"]{font-size:3rem!important}.manufacturing-highlight-card h3{font-size:1.2rem!important}.manufacturing-highlight-card ul{font-size:.85rem!important}}@media (max-width: 480px){.manufacturing-highlights-grid{grid-template-columns:1fr!important;gap:1rem!important}.manufacturing-highlight-card{padding:1.5rem!important}.manufacturing-highlight-card div[style*="fontSize: '3.5rem'"]{font-size:2.5rem!important;margin-bottom:.75rem!important}.manufacturing-highlight-card h3{font-size:1.1rem!important;margin-bottom:.75rem!important}.manufacturing-highlight-card ul{font-size:.8rem!important;line-height:1.5!important}.manufacturing-highlight-card ul li{margin-bottom:.5rem}}@media (max-width: 1024px){.pipe-applications-grid,.pipe-highlights-grid,.pipe-photo-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (max-width: 768px){.pipe-applications-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.pipe-application-card{padding:1.25rem!important}.pipe-application-card h4{font-size:.95rem!important}.pipe-application-card p{font-size:.85rem!important}.pipe-highlights-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important}.pipe-highlight-card{padding:1.75rem 2rem!important}.pipe-highlight-card div[style*="fontSize: '3.5rem'"]{font-size:3rem!important}.pipe-highlight-card h3{font-size:1.2rem!important}.pipe-highlight-card ul{font-size:.85rem!important}.pipe-photo-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important}.pipe-photo-item{min-height:250px!important}}@media (max-width: 480px){.pipe-applications-grid{grid-template-columns:1fr!important;gap:1rem!important}.pipe-application-card{padding:1.25rem!important}.pipe-application-card h4{font-size:.9rem!important}.pipe-application-card p{font-size:.8rem!important}.pipe-highlights-grid{grid-template-columns:1fr!important;gap:1rem!important}.pipe-highlight-card{padding:1.5rem!important}.pipe-highlight-card div[style*="fontSize: '3.5rem'"]{font-size:2.5rem!important;margin-bottom:.75rem!important}.pipe-highlight-card h3{font-size:1.1rem!important;margin-bottom:.75rem!important}.pipe-highlight-card ul{font-size:.8rem!important;line-height:1.5!important}.pipe-highlight-card ul li{margin-bottom:.5rem}.pipe-photo-grid{grid-template-columns:1fr!important;gap:1rem!important}.pipe-photo-item{min-height:200px!important}}@media (max-width: 1024px){.sheetmetal-capabilities-grid,.sheetmetal-highlights-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (max-width: 768px){.sheetmetal-capabilities-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.sheetmetal-capability-card{padding:1.25rem!important}.sheetmetal-capability-card h4{font-size:.95rem!important}.sheetmetal-capability-card p{font-size:.85rem!important}.sheetmetal-highlights-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important}.sheetmetal-highlight-card{padding:1.75rem 2rem!important}.sheetmetal-highlight-card div[style*="fontSize: '3.5rem'"]{font-size:3rem!important}.sheetmetal-highlight-card h3{font-size:1.2rem!important}.sheetmetal-highlight-card ul{font-size:.85rem!important}}@media (max-width: 480px){.sheetmetal-capabilities-grid{grid-template-columns:1fr!important;gap:1rem!important}.sheetmetal-capability-card{padding:1.25rem!important}.sheetmetal-capability-card h4{font-size:.9rem!important}.sheetmetal-capability-card p{font-size:.8rem!important}.sheetmetal-highlights-grid{grid-template-columns:1fr!important;gap:1rem!important}.sheetmetal-highlight-card{padding:1.5rem!important}.sheetmetal-highlight-card div[style*="fontSize: '3.5rem'"]{font-size:2.5rem!important;margin-bottom:.75rem!important}.sheetmetal-highlight-card h3{font-size:1.1rem!important;margin-bottom:.75rem!important}.sheetmetal-highlight-card ul{font-size:.8rem!important;line-height:1.5!important}.sheetmetal-highlight-card ul li{margin-bottom:.5rem}}@media (max-width: 1024px){.tech-office-grid,.tech-field-grid,.tech-precon-grid,.tech-manufacturing-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (max-width: 768px){.tech-office-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.tech-office-card{padding:1.25rem!important}.tech-office-card h4{font-size:.95rem!important}.tech-office-card p{font-size:.85rem!important}.tech-field-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.tech-field-card{padding:1.25rem!important}.tech-field-card h4{font-size:.95rem!important}.tech-field-card p{font-size:.85rem!important}.tech-precon-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.tech-precon-card{padding:1.25rem!important}.tech-precon-card h4{font-size:.95rem!important}.tech-precon-card p{font-size:.85rem!important}.tech-manufacturing-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important}.tech-manufacturing-card{padding:1.75rem 2rem!important}.tech-manufacturing-card div[style*="fontSize: '3.5rem'"]{font-size:3rem!important}.tech-manufacturing-card h3{font-size:1.2rem!important}.tech-manufacturing-card ul{font-size:.85rem!important}}@media (max-width: 480px){.tech-office-grid{grid-template-columns:1fr!important;gap:1rem!important}.tech-office-card{padding:1.25rem!important}.tech-office-card h4{font-size:.9rem!important}.tech-office-card p{font-size:.8rem!important}.tech-field-grid{grid-template-columns:1fr!important;gap:1rem!important}.tech-field-card{padding:1.25rem!important}.tech-field-card h4{font-size:.9rem!important}.tech-field-card p{font-size:.8rem!important}.tech-precon-grid{grid-template-columns:1fr!important;gap:1rem!important}.tech-precon-card{padding:1.25rem!important}.tech-precon-card h4{font-size:.9rem!important}.tech-precon-card p{font-size:.8rem!important}.tech-manufacturing-grid{grid-template-columns:1fr!important;gap:1rem!important}.tech-manufacturing-card{padding:1.5rem!important}.tech-manufacturing-card div[style*="fontSize: '3.5rem'"]{font-size:2.5rem!important;margin-bottom:.75rem!important}.tech-manufacturing-card h3{font-size:1.1rem!important;margin-bottom:.75rem!important}.tech-manufacturing-card ul{font-size:.8rem!important;line-height:1.5!important}.tech-manufacturing-card ul li{margin-bottom:.5rem}}@media (max-width: 1024px){.legence-impact-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (max-width: 768px){.legence-impact-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.legence-impact-card{padding:1.75rem!important}.legence-impact-card div[style*="fontSize: '3rem'"]{font-size:2.5rem!important}.legence-impact-card div[style*="fontSize: '1.1rem'"]{font-size:1rem!important}.legence-impact-card p{font-size:.85rem!important}.legence-markets-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.legence-market-card{padding:2rem!important}.legence-market-card div[style*="fontSize: '4rem'"]{font-size:3rem!important}.legence-market-card h3{font-size:1.3rem!important}.legence-market-card p{font-size:.95rem!important}.legence-market-card ul{font-size:.85rem!important}}@media (max-width: 480px){.legence-impact-grid{grid-template-columns:1fr!important;gap:1rem!important}.legence-impact-card{padding:1.5rem!important}.legence-impact-card div[style*="fontSize: '3rem'"]{font-size:2rem!important;margin-bottom:.75rem!important}.legence-impact-card div[style*="fontSize: '1.1rem'"]{font-size:.95rem!important}.legence-impact-card p{font-size:.8rem!important}.legence-markets-grid{gap:1rem!important}.legence-market-card{padding:1.75rem!important}.legence-market-card div[style*="fontSize: '4rem'"]{font-size:2.5rem!important;margin-bottom:.75rem!important}.legence-market-card h3{font-size:1.2rem!important;margin-bottom:.75rem!important}.legence-market-card p{font-size:.9rem!important;margin-bottom:.75rem!important}.legence-market-card ul{font-size:.8rem!important;line-height:1.5!important}.legence-market-card ul li{margin-bottom:.5rem}}@media (max-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)!important;gap:1.5rem!important}}@media (max-width: 768px){.projects-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important}}@media (max-width: 480px){.projects-grid{grid-template-columns:1fr!important;gap:1rem!important}}.news-container{width:100%;padding:0 2rem}.featured-article{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.featured-article-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center}.featured-article-image{padding-bottom:66.67%;position:relative;background:var(--secondary-light)}.featured-article-icon{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--accent-blue)}.featured-article-icon .material-icons{font-size:inherit}.featured-article-badge{position:absolute;top:1rem;left:1rem;background:var(--accent2-red);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700}.featured-article-content{padding:2rem}.featured-article-date{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--gray-600);font-size:.9rem}.featured-article-date .material-icons{font-size:1.1rem}.featured-article-title{font-size:1.4rem;color:var(--accent-blue);margin-bottom:.75rem;line-height:1.3}.featured-article-excerpt{color:var(--gray-600);font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.featured-article-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--accent2-red) 0%,rgba(171,22,54,.85) 100%);color:var(--white);padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-size:.95rem;font-weight:700;box-shadow:0 4px 15px #ab16364d;transition:all .3s ease}.featured-article-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ab163666}.featured-article-button .material-icons{font-size:1.1rem}.news-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.filter-button{padding:.75rem 1.5rem;border:2px solid var(--gray-300);background:var(--white);color:var(--gray-600);border-radius:25px;font-size:.95rem;font-weight:400;cursor:pointer;transition:all .3s ease}.filter-button:hover{border-color:var(--accent-blue);color:var(--accent-blue)}.filter-button.active{border-color:var(--accent-blue);background:var(--accent-blue);color:var(--white);font-weight:700}.filter-button.active:hover{border-color:var(--accent-blue);color:var(--white)}.news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.no-results{text-align:center;padding:3rem;color:var(--gray-600)}.no-results p{font-size:1.2rem}@media (max-width: 1200px){.news-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.news-container{padding:0 1.5rem}.featured-article{max-width:100%}.news-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.news-container{padding:0 1rem}.featured-article-grid{grid-template-columns:1fr}.featured-article-image{padding-bottom:50%}.featured-article-icon{font-size:2.5rem}.featured-article-content{padding:1.5rem}.featured-article-title{font-size:1.3rem}.featured-article-excerpt{font-size:.9rem}.news-filters{gap:.75rem;margin-bottom:2rem}.filter-button{padding:.6rem 1.2rem;font-size:.9rem}.news-grid{gap:1.25rem}}@media (max-width: 576px){.news-container{padding:0 .75rem}.featured-article{border-radius:8px;margin-bottom:2.5rem}.featured-article-image{padding-bottom:60%}.featured-article-icon{font-size:2rem}.featured-article-badge{top:.75rem;left:.75rem;padding:.4rem .8rem;font-size:.75rem}.featured-article-content{padding:1.25rem}.featured-article-date{font-size:.85rem;margin-bottom:.5rem}.featured-article-title{font-size:1.15rem;margin-bottom:.5rem}.featured-article-excerpt{font-size:.85rem;line-height:1.5;margin-bottom:1rem}.featured-article-button{padding:.65rem 1.25rem;font-size:.9rem;width:100%;justify-content:center}.news-filters{gap:.5rem;margin-bottom:1.5rem}.filter-button{padding:.5rem 1rem;font-size:.85rem}.news-grid{grid-template-columns:1fr;gap:1rem}.no-results{padding:2rem 1rem}.no-results p{font-size:1rem}}@media (max-width: 480px){.news-container{padding:0 .5rem}.featured-article-title{font-size:1.05rem}.featured-article-excerpt{font-size:.8rem}.filter-button{padding:.45rem .85rem;font-size:.8rem}}.article-not-found{text-align:center;padding:4rem 0}.article-not-found h1{color:var(--accent-blue);margin-bottom:1rem}.article-not-found p{margin-bottom:2rem}.article-not-found .back-link{color:var(--accent2-red);font-weight:700;text-decoration:none}.article-container{max-width:900px;margin:0 auto;padding:0 2rem}.article-back-link{margin-bottom:2rem}.back-link-button{color:var(--accent-blue);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;transition:transform .2s ease}.back-link-button:hover{transform:translate(-4px)}.article-category-badge{display:inline-block;background:var(--accent2-red);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:700;margin-bottom:1rem}.article-title{font-size:2.5rem;color:var(--accent-blue);margin-bottom:1rem;line-height:1.2}.article-meta{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid var(--secondary-light);flex-wrap:wrap}.article-meta-item{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);font-size:1rem}.article-featured-image{width:100%;padding-bottom:56.25%;position:relative;background:var(--secondary-light);border-radius:12px;overflow:hidden;margin-bottom:3rem;box-shadow:0 6px 25px #0000001a}.article-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--accent-blue)}.article-image-placeholder .material-icons{font-size:inherit}.article-content{font-size:1.1rem;line-height:1.8;color:var(--gray-600);margin-bottom:3rem}.article-content h3{color:var(--accent-blue);margin-top:2rem;margin-bottom:1rem;font-size:1.6rem}.article-content h4{color:var(--accent-blue);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.3rem}.article-content p{margin-bottom:1.2rem}.article-content a{color:var(--accent-blue);text-decoration:underline}.article-content a:hover{color:var(--accent2-red)}.related-articles-section{background:var(--secondary-light)}.related-articles-title{color:var(--accent-blue);margin-bottom:2rem;text-align:center}.related-articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.related-article-link{text-decoration:none;color:inherit}.related-article-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease;height:100%;display:flex;flex-direction:column}.related-article-card:hover{transform:translateY(-8px)}.related-article-image{padding-bottom:56.25%;position:relative;background:var(--secondary-light)}.related-article-icon{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--accent-blue)}.related-article-icon .material-icons{font-size:inherit}.related-article-badge{position:absolute;top:1rem;left:1rem;background:var(--accent2-red);color:var(--white);padding:.4rem .8rem;border-radius:15px;font-size:.75rem;font-weight:700}.related-article-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.related-article-date{font-size:.85rem;color:var(--gray-600);margin-bottom:.5rem}.related-article-title{font-size:1.1rem;color:var(--accent-blue);margin-bottom:.5rem;line-height:1.3;flex:1}.related-article-link-text{display:flex;align-items:center;gap:.5rem;color:var(--accent2-red);font-weight:700;font-size:.9rem;margin-top:1rem}.related-article-link-text .material-icons{font-size:1.1rem}@media (max-width: 992px){.article-container{padding:0 1.5rem}.article-title{font-size:2.2rem}.article-content{font-size:1.05rem}.related-articles-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.article-container{padding:0 1rem}.article-title{font-size:1.8rem}.article-meta{gap:1rem}.article-meta-item{font-size:.9rem}.article-image-placeholder{font-size:3rem}.article-content{font-size:1rem;line-height:1.7}.article-content h3{font-size:1.4rem}.article-content h4{font-size:1.2rem}}@media (max-width: 576px){.article-container{padding:0 .75rem}.article-back-link{margin-bottom:1.5rem}.back-link-button{font-size:.9rem}.article-category-badge{padding:.4rem .8rem;font-size:.8rem;margin-bottom:.75rem}.article-title{font-size:1.5rem;margin-bottom:.75rem}.article-meta{gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.article-meta-item{font-size:.85rem}.article-meta-item .material-icons{font-size:1rem}.article-featured-image{border-radius:8px;margin-bottom:2rem}.article-image-placeholder{font-size:2.5rem}.article-content{font-size:.95rem;line-height:1.65;margin-bottom:2rem}.article-content h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.article-content h4{font-size:1.1rem;margin-top:1.25rem;margin-bottom:.5rem}.article-content p{margin-bottom:1rem}.related-articles-title{font-size:1.5rem;margin-bottom:1.5rem}.related-articles-grid{grid-template-columns:1fr;gap:1rem}.related-article-content{padding:1.25rem}.related-article-date{font-size:.8rem}.related-article-title{font-size:1rem}.related-article-link-text{font-size:.85rem;margin-top:.75rem}}@media (max-width: 480px){.article-container{padding:0 .5rem}.article-title{font-size:1.3rem}.article-content{font-size:.9rem}.article-content h3{font-size:1.15rem}.article-content h4{font-size:1rem}}
