:root{
  --navy:#002b55;--navy-2:#063966;--navy-3:#071d38;--gold:#f6aa18;--gold-2:#e99a07;--ink:#0d2342;--muted:#5f6f84;--line:#e5eaf0;--soft:#f7f9fc;--white:#fff;--shadow:0 18px 45px rgba(8,29,58,.10);--radius:14px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}svg{width:1em;height:1em;fill:currentColor}.container{width:min(1180px,calc(100% - 64px));margin:auto}.skip-link{position:absolute;left:16px;top:-60px;background:var(--gold);color:#071d38;padding:10px 14px;border-radius:8px;z-index:100}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);box-shadow:0 1px 0 rgba(4,34,65,.08);backdrop-filter:blur(14px)}.nav-wrap{height:108px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;overflow:visible}.brand img{width:252px;height:auto;display:block;object-fit:contain}.site-nav{display:flex;align-items:center;gap:36px;font-weight:700;font-size:15px;color:var(--navy)}.site-nav a{position:relative;padding:35px 0}.site-nav a::after{content:"";position:absolute;left:50%;bottom:25px;width:0;height:2px;background:var(--gold);transform:translateX(-50%);transition:.25s}.site-nav a:hover::after,.site-nav a.active::after{width:100%}.site-nav a.active{color:var(--gold-2)}.nav-toggle{display:none;width:44px;height:44px;border:0;background:var(--navy);border-radius:10px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:20px;height:2px;background:#fff;border-radius:2px}.hero{position:relative;min-height:410px;overflow:hidden;background:var(--navy)}.hero-bg{position:absolute;inset:0;background:url('../assets/hero-renovation-maintenance.jpg') center right/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,33,69,.98) 0%,rgba(0,43,85,.94) 34%,rgba(0,43,85,.58) 62%,rgba(0,43,85,.12) 100%)}.hero-content{position:relative;min-height:410px;display:flex;align-items:center}.hero-copy{max-width:640px;color:#fff}.hero h1{font-size:clamp(38px,5vw,60px);line-height:1.12;margin:0 0 18px;font-weight:800;letter-spacing:-.045em}.hero h1 span{color:var(--gold)}.accent-line,.mini-line{display:block;width:42px;height:3px;background:var(--gold);border-radius:3px;margin:0 0 20px}.hero p{max-width:520px;margin:0 0 28px;color:#f3f8ff;font-size:16px}.hero-actions{display:flex;gap:18px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:7px;padding:13px 24px;font-weight:800;border:1px solid transparent;transition:.25s;cursor:pointer}.btn svg{font-size:18px}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#fff;box-shadow:0 12px 30px rgba(246,170,24,.26)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(246,170,24,.32)}.btn-secondary{color:#fff;border-color:rgba(255,255,255,.72);background:rgba(0,20,45,.25)}.btn-secondary:hover{background:#fff;color:var(--navy)}.section{padding:52px 0}.about-grid{display:grid;grid-template-columns:.92fr 1.4fr;gap:44px;align-items:center}.image-card{border-radius:9px;overflow:hidden;box-shadow:var(--shadow)}.image-card img{width:100%;height:280px;object-fit:cover}.eyebrow{margin:0 0 4px;font-size:14px;line-height:1;text-transform:uppercase;letter-spacing:.04em;color:var(--gold-2);font-weight:800}.about-copy h2,.section-heading h2,.industry-intro h2,.contact-info h2{margin:0;color:var(--navy);font-size:clamp(26px,3vw,34px);line-height:1.15;letter-spacing:-.03em}.about-copy p{font-size:15px;color:#243858;margin:0 0 10px;max-width:680px}.value-row{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:25px}.value-row div{display:flex;align-items:center;gap:11px;color:var(--navy);font-weight:700;font-size:13px;line-height:1.2}.value-row svg{font-size:33px}.services{border-top:1px solid var(--line);background:linear-gradient(#fff,#fbfcfe)}.section-heading{margin-bottom:28px}.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.service-card{min-height:150px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 24px rgba(8,29,58,.07);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 12px;transition:.25s}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(8,29,58,.12);border-color:rgba(246,170,24,.42)}.icon-box{width:58px;height:58px;display:grid;place-items:center;margin-bottom:12px;color:var(--navy)}.icon-box svg{font-size:56px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.service-card h3{margin:0;font-size:14px;line-height:1.25;color:var(--navy);font-weight:800}.industries{padding:46px 0;background:linear-gradient(90deg,rgba(0,32,65,.98),rgba(0,44,86,.95)),linear-gradient(135deg,#052b50,#04192f);color:#fff}.industries-grid{display:grid;grid-template-columns:1.05fr 3fr;gap:34px;align-items:center}.industry-intro h2{color:#fff}.industry-intro p:not(.eyebrow){color:#e7f1ff;margin:0;max-width:300px}.industry-list{display:grid;grid-template-columns:repeat(6,1fr)}.industry-card{min-height:185px;padding:6px 18px;text-align:center;border-left:1px solid rgba(255,255,255,.25)}.industry-card svg{font-size:58px;color:var(--gold);margin:0 0 12px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.industry-card h3{font-size:16px;line-height:1.18;margin:0 0 8px;color:#fff}.industry-card p{font-size:12px;line-height:1.45;color:#dcecff;margin:0}.trust-strip{padding:34px 0;background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{display:flex;gap:16px;padding:0 28px;border-left:1px solid var(--line)}.trust-item:first-child{border-left:0}.trust-item span{flex:0 0 58px;width:58px;height:58px;background:#f3eee7;border-radius:50%;display:grid;place-items:center;color:var(--navy)}.trust-item svg{font-size:29px}.trust-item p{margin:0;text-transform:uppercase;color:var(--navy);font-weight:800;font-size:13px;line-height:1.25}.trust-item strong{display:block;color:var(--navy);font-size:24px;line-height:1;margin:2px 0}.trust-item small{display:block;color:#5d6c7c;font-weight:500;line-height:1.4}.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:.82fr 1.6fr;gap:48px;align-items:start}.contact-info a,.contact-info .address{display:flex;gap:12px;align-items:flex-start;color:var(--navy);font-weight:700;margin:14px 0}.contact-info svg{flex:0 0 29px;width:29px;height:29px;padding:7px;border-radius:5px;background:var(--navy);color:#fff}.contact-form{display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:block}.contact-form span{position:absolute;left:-9999px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #d9e1ea;border-radius:6px;background:#fff;padding:13px 14px;font:inherit;color:var(--ink);outline:0;transition:.2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(246,170,24,.13)}.contact-form textarea{resize:vertical}.contact-form button{width:max-content}.hidden{display:none}.footer{background:linear-gradient(135deg,#002348,#001a35);color:#fff}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.35fr;gap:42px;padding:42px 0;border-bottom:1px solid rgba(255,255,255,.14);align-items:start}.footer-logo img{width:248px;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 6px 20px rgba(0,0,0,.15))}.footer h3{margin:0 0 12px;text-transform:uppercase;font-size:13px;letter-spacing:.05em}.footer p,.footer a{font-size:13px;color:#e6f0ff;margin:0;line-height:1.8}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2px 20px}.copyright{text-align:center;padding:14px;font-size:12px;color:#d9e8fa}.back-top{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border:0;border-radius:50%;background:var(--gold);color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.2);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s;z-index:90}.back-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-top svg{font-size:20px}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.reveal{opacity:0;transform:translateY(18px);transition:.55s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){.service-grid{grid-template-columns:repeat(3,1fr)}.industries-grid{grid-template-columns:1fr}.industry-list{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr);gap:28px}.trust-item:nth-child(odd){border-left:0}.contact-grid,.about-grid{grid-template-columns:1fr}.image-card img{height:360px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.container{width:min(100% - 34px,1180px)}.nav-wrap{height:88px}.brand img{width:205px}.nav-toggle{display:flex} .site-nav{position:absolute;top:88px;left:0;right:0;background:#fff;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:10px 22px 22px;display:none;flex-direction:column;gap:0;align-items:stretch}.site-nav.open{display:flex}.site-nav a{padding:13px 0;border-bottom:1px solid var(--line)}.site-nav a::after{display:none}.hero,.hero-content{min-height:560px}.hero-bg{background-position:center}.hero-shade{background:linear-gradient(180deg,rgba(0,43,85,.92) 0%,rgba(0,43,85,.9) 45%,rgba(0,43,85,.45) 100%)}.hero-content{align-items:flex-start;padding-top:76px}.hero h1{font-size:39px}.section{padding:42px 0}.service-grid{grid-template-columns:repeat(2,1fr);gap:14px}.industry-list{grid-template-columns:repeat(2,1fr)}.industry-card:nth-child(odd){border-left:0}.trust-grid{grid-template-columns:1fr}.trust-item{border-left:0;padding:0}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.value-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:460px){.hero h1{font-size:34px}.hero-actions{flex-direction:column;align-items:flex-start}.btn{width:100%}.service-grid,.industry-list{grid-template-columns:1fr}.industry-card{border-left:0;border-top:1px solid rgba(255,255,255,.18)}.industry-card:first-child{border-top:0}.image-card img{height:250px}.footer-links{grid-template-columns:1fr}}


/* Company profile update: full logo display from supplied reference */
.nav-wrap{height:112px;}
.brand{overflow:visible;}
.brand img{width:255px;max-width:100%;height:auto;max-height:none;object-fit:contain;}
.footer-logo img{width:255px;max-width:100%;height:auto;max-height:none;object-fit:contain;}
.footer-grid{align-items:start;}
@media(max-width:760px){.nav-wrap{height:92px}.brand img{width:205px}.site-nav{top:92px}}
@media(max-width:460px){.brand img{width:185px}.footer-logo img{width:220px}}


/* Footer logo clarity fix */
.footer-logo{display:flex;align-items:flex-start}
.footer-logo img{width:255px;max-width:100%;height:auto;display:block;object-fit:contain;background:#ffffff;padding:10px 14px;border-radius:8px;box-shadow:0 10px 24px rgba(0,0,0,.18);filter:none}
@media(max-width:760px){.footer-logo img{width:235px}}
@media(max-width:460px){.footer-logo img{width:210px}}
