:root{--navy:#071f35;--navy2:#0d304e;--yellow:#ffb800;--orange:#ff9f00;--text:#0d1b2a;--muted:#627083;--line:#e8edf3;--bg:#f6f8fb;--white:#fff;--shadow:0 18px 45px rgba(7,31,53,.12);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;z-index:1000;background:#fff;padding:10px}.topbar{background:var(--navy);color:#fff;font-size:14px}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:38px}.topbar-left{display:flex;gap:24px;flex-wrap:wrap}.topbar-social{display:flex;gap:14px;font-weight:700}.nav-wrap{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);box-shadow:0 8px 26px rgba(7,31,53,.07)}.nav-inner{display:flex;align-items:center;gap:28px;min-height:88px}.brand{display:flex;align-items:center;gap:12px;min-width:235px}.brand-icon{width:54px;height:54px;display:grid;place-items:center;color:var(--yellow)}.brand-icon svg{width:54px;height:54px;fill:currentColor}.brand-text strong{font-size:26px;line-height:.8;letter-spacing:-1px;color:var(--navy);display:block}.brand-text small{display:block;font-size:11px;font-weight:800;color:#25364a;margin-top:8px}.primary-nav{margin-left:auto}.primary-nav ul{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style:none}.primary-nav a{font-weight:800;font-size:15px}.primary-nav a:hover,.primary-nav .current-menu-item>a{color:var(--orange)}.menu-toggle{display:none;background:var(--navy);color:#fff;border:0;border-radius:12px;padding:10px 12px;font-size:22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:13px;padding:14px 24px;font-weight:900;border:2px solid transparent;transition:.2s ease;cursor:pointer}.btn svg{width:18px;height:18px;fill:currentColor}.btn-primary{background:linear-gradient(135deg,var(--yellow),var(--orange));color:#06192a;box-shadow:0 12px 24px rgba(255,184,0,.28)}.btn-primary:hover{transform:translateY(-2px)}.btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.06)}.btn-dark{background:var(--navy);color:#fff}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#09233b,#173f61);color:#fff}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 75% 15%,rgba(255,184,0,.18),transparent 25%),linear-gradient(90deg,rgba(7,31,53,.98) 0%,rgba(7,31,53,.92) 42%,rgba(7,31,53,.45) 100%)}.hero-inner{position:relative;display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:center;min-height:500px;padding:70px 0 88px}.eyebrow{display:inline-flex;color:var(--yellow);font-weight:900;letter-spacing:.03em;margin-bottom:14px}.hero h1{font-size:clamp(38px,5vw,66px);line-height:1.02;margin:0 0 18px;letter-spacing:-2px;max-width:670px}.hero h1::first-line{color:#fff}.hero p{font-size:18px;max-width:560px;color:#e6eef7;margin-bottom:28px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-visual{height:410px;position:relative;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.06));box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.panel-card{position:absolute;left:25px;top:55px;width:250px;height:300px;border-radius:18px;background:#dbe3eb;box-shadow:var(--shadow);padding:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.panel-card span{background:linear-gradient(180deg,#25364a,#0d1b2a);border-radius:10px;position:relative}.panel-card span:after{content:"";position:absolute;left:14px;right:14px;top:50%;height:3px;background:var(--yellow);box-shadow:0 18px 0 #ff7b00}.worker-card{position:absolute;right:150px;top:70px;width:230px;height:310px;border-radius:100px 100px 22px 22px;background:linear-gradient(150deg,#193a59,#06192a);box-shadow:var(--shadow);border:8px solid rgba(255,255,255,.12)}.helmet{position:absolute;left:45px;top:-28px;width:145px;height:82px;background:#fff;border-radius:80px 80px 20px 20px;box-shadow:0 15px 30px rgba(0,0,0,.16)}.body-logo{position:absolute;bottom:55px;left:28px;right:28px;font-weight:900;color:#fff;display:flex;align-items:center;gap:8px}.body-logo svg{width:34px;height:34px;fill:var(--yellow)}.solar-card{position:absolute;right:20px;bottom:30px;width:210px;height:132px;background:linear-gradient(135deg,#143655,#1b5c8f);border-radius:16px;box-shadow:var(--shadow)}.solar-card:before{content:"";position:absolute;inset:15px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.55) 0 2px,transparent 2px 45px),repeating-linear-gradient(0deg,rgba(255,255,255,.45) 0 2px,transparent 2px 32px)}.camera-card{position:absolute;right:32px;top:45px;width:120px;height:78px;background:#f8fafc;border-radius:44px 18px 18px 44px;box-shadow:var(--shadow)}.camera-card:after{content:"";position:absolute;left:20px;top:14px;width:50px;height:50px;border-radius:50%;background:radial-gradient(circle,#06192a 0 28%,#2f78b7 30% 50%,#091f35 51%)}.trust-strip{position:relative;margin-top:-45px;z-index:3;background:#fff;border-radius:18px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:24px}.trust-item{display:flex;align-items:center;gap:16px;padding:10px 22px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.icon{width:50px;height:50px;min-width:50px;display:grid;place-items:center;color:var(--yellow)}.icon svg{width:42px;height:42px;fill:currentColor}.trust-item h3,.service-card h3,.why h3,.step h3{margin:0 0 5px;font-size:17px}.trust-item p,.service-card p,.why p,.step p,.section-head p{margin:0;color:var(--muted);font-size:14px}.section{padding:68px 0}.section-head{text-align:center;margin:0 auto 34px;max-width:720px}.section-head h2{font-size:34px;line-height:1.15;margin:0 0 12px;letter-spacing:-1px;position:relative;display:inline-block}.section-head h2:after{content:"";position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);width:60px;height:4px;border-radius:10px;background:var(--yellow)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;display:flex;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 12px 30px rgba(7,31,53,.06);transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.icon.large{width:68px;height:68px;background:#fff7df;border-radius:16px}.icon.large svg{width:48px;height:48px}.card-arrow{margin-left:auto;font-size:34px;color:var(--navy)}.why{background:linear-gradient(180deg,#fff,#f7f9fc)}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.why-grid article{padding:24px}.round-icon{margin:0 auto 16px;width:78px;height:78px;border:2px solid var(--yellow);border-radius:50%;display:grid;place-items:center;color:var(--navy);background:#fff}.round-icon svg{width:42px;height:42px;fill:currentColor}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;position:relative;text-align:center}.step{position:relative}.step:not(:last-child):after{content:"";position:absolute;top:40px;right:-24px;width:45px;height:2px;background:linear-gradient(90deg,var(--line),var(--muted))}.step-no{position:absolute;left:50%;top:-4px;transform:translateX(-68px);background:var(--navy);color:#fff;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:13px}.round-icon.filled{background:var(--yellow);border:0;color:var(--navy)}.stats{background:var(--navy);color:#fff;padding:30px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stats-grid div{text-align:center;border-right:1px solid rgba(255,255,255,.18)}.stats-grid div:last-child{border-right:0}.stats strong{display:block;color:var(--yellow);font-size:44px;line-height:1}.stats span{font-weight:800}.section-head.inline{display:flex;max-width:none;text-align:left;align-items:end;justify-content:space-between}.section-head.inline h2:after{left:0;transform:none}.section-head.inline a{font-weight:900;color:var(--navy)}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-card{min-height:170px;border-radius:16px;overflow:hidden;color:#fff;padding:22px;display:flex;flex-direction:column;justify-content:end;background-size:cover;background-position:center;box-shadow:var(--shadow);position:relative}.project-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.72))}.project-card h3,.project-card p{position:relative;margin:0}.project-card h3{font-size:18px}.project-1{background:linear-gradient(135deg,#5f7285,#1b2c3b)}.project-2{background:linear-gradient(135deg,#1e6299,#08243c)}.project-3{background:linear-gradient(135deg,#d5d9dc,#5c6874)}.project-4{background:linear-gradient(135deg,#132b44,#050d16)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 12px 30px rgba(7,31,53,.06)}.stars{color:var(--yellow);letter-spacing:2px}.testimonial-grid strong{display:block;margin-top:16px}.testimonial-grid span{color:var(--muted);font-size:13px}.site-footer{background:var(--navy);color:#dce7f2;margin-top:50px}.footer-cta{transform:translateY(-50%);background:linear-gradient(135deg,var(--yellow),var(--orange));color:#06192a;border-radius:18px;padding:28px 42px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;box-shadow:var(--shadow);margin-bottom:-40px}.footer-cta h2{margin:0;font-size:30px}.footer-cta p{margin:4px 0 0}.cta-icon{width:82px;height:82px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center}.cta-icon svg{width:42px;height:42px;fill:currentColor}.footer-main{padding:95px 0 22px}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:42px}.footer-grid h3{color:#fff;margin:0 0 14px}.footer-grid ul{list-style:none;margin:0;padding:0}.footer-grid li{margin:7px 0}.footer-logo .brand-text strong{color:#fff}.footer-logo .brand-text small{color:#dce7f2}.footer-social{display:flex;gap:12px;margin:12px 0 24px}.footer-social a{width:38px;height:38px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:grid;place-items:center}.copyright{border-top:1px solid rgba(255,255,255,.14);text-align:center;padding-top:18px;margin-top:30px;color:#aebdca}.content-wrap,.narrow{max-width:860px}.post-card,.page-content article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px;box-shadow:0 12px 30px rgba(7,31,53,.06);margin-bottom:22px}.entry-content{font-size:18px}.entry-content a{color:#0b65a7;text-decoration:underline}.fallback-links{display:block}.menu+.fallback-links{display:none}@media (max-width:980px){.nav-inner{gap:14px}.menu-toggle{display:block;margin-left:auto}.primary-nav{display:none;position:absolute;left:0;right:0;top:88px;background:#fff;padding:18px 20px;box-shadow:var(--shadow)}.primary-nav.is-open{display:block}.primary-nav ul{display:block}.primary-nav li{margin:12px 0}.nav-cta{display:none}.hero-inner{grid-template-columns:1fr;padding-top:44px}.hero-visual{height:350px}.trust-strip,.service-grid,.why-grid,.steps,.stats-grid,.project-grid,.testimonial-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.footer-cta{grid-template-columns:1fr;text-align:center;justify-items:center;transform:none;margin:30px auto}.footer-main{padding-top:40px}}@media (max-width:640px){.container{width:min(100% - 26px,1160px)}.topbar-inner,.topbar-left{display:block}.topbar{padding:8px 0}.brand{min-width:0}.brand-text strong{font-size:21px}.hero h1{font-size:38px}.hero-visual{display:none}.trust-strip,.service-grid,.why-grid,.steps,.stats-grid,.project-grid,.testimonial-grid,.footer-grid{grid-template-columns:1fr}.trust-strip{margin-top:0;border-radius:0;width:100%;padding:12px}.step:not(:last-child):after{display:none}.section{padding:48px 0}.section-head.inline{display:block}.footer-cta{padding:24px}.stats-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding:16px 0}.stats-grid div:last-child{border-bottom:0}}

/* v1.1 header refinement + editable hero slider */
body.admin-bar .nav-wrap{top:32px}.nav-inner{min-height:76px;gap:22px}.brand{min-width:260px;max-width:310px}.brand .custom-logo{display:block;max-width:270px;max-height:62px;width:auto;height:auto;object-fit:contain}.primary-nav ul{gap:24px}.primary-nav a{font-size:14px;white-space:nowrap}.nav-cta{padding:12px 20px;border-radius:12px;white-space:nowrap}.hero-slider{min-height:520px}.hero-slides{position:relative}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease}.hero-slide.is-active{position:relative;opacity:1;visibility:visible}.hero-image-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02)}.hero-image-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,31,53,.98) 0%,rgba(7,31,53,.88) 42%,rgba(7,31,53,.42) 100%),radial-gradient(circle at 70% 20%,rgba(255,184,0,.18),transparent 30%)}.hero-slide .hero-inner{min-height:520px}.hero-slide .hero-copy{position:relative;z-index:2}.hero-slide .hero-visual{z-index:2}.slider-arrow{position:absolute;top:50%;z-index:8;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--navy);font-size:34px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 25px rgba(0,0,0,.18);transition:.2s}.slider-arrow:hover{background:var(--yellow);transform:translateY(-50%) scale(1.05)}.slider-prev{left:22px}.slider-next{right:22px}.slider-dots{position:absolute;left:50%;bottom:28px;z-index:8;transform:translateX(-50%);display:flex;gap:10px}.slider-dots button{width:11px;height:11px;border-radius:50%;border:0;background:rgba(255,255,255,.48);padding:0;cursor:pointer}.slider-dots button.is-active{background:var(--yellow);width:30px;border-radius:10px}.site-header{position:relative;z-index:60}@media (max-width:1100px){.brand{min-width:220px}.brand .custom-logo{max-width:220px}.primary-nav ul{gap:16px}.nav-inner{gap:14px}.nav-cta{padding:11px 15px}}@media (max-width:980px){body.admin-bar .nav-wrap{top:32px}.nav-inner{min-height:74px}.primary-nav{top:74px}.brand .custom-logo{max-height:56px}.hero-slider,.hero-slide .hero-inner{min-height:470px}.slider-arrow{display:none}}@media (max-width:782px){body.admin-bar .nav-wrap{top:46px}}@media (max-width:640px){.brand .custom-logo{max-width:210px;max-height:52px}.hero-slider,.hero-slide .hero-inner{min-height:520px}.hero-image-bg:after{background:linear-gradient(90deg,rgba(7,31,53,.97),rgba(7,31,53,.82))}.slider-dots{bottom:18px}.topbar-left span{display:block;margin:2px 0}.hero-copy{padding-right:0}.hero-actions .btn{width:100%}}

/* v1.2 sub page templates + admin-managed service/project cards */
.subhero{background:radial-gradient(circle at 82% 18%,rgba(255,184,0,.18),transparent 30%),linear-gradient(135deg,#06192a,#092f50 58%,#071f35);color:#fff;padding:78px 0 70px;position:relative;overflow:hidden}.subhero:after{content:"";position:absolute;right:-90px;top:-90px;width:300px;height:300px;border:1px solid rgba(255,255,255,.11);border-radius:50%}.subhero-inner{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.subhero h1{font-size:52px;line-height:1.05;margin:10px 0 14px;letter-spacing:-1.8px}.subhero p{font-size:18px;max-width:780px;margin:0;color:#dce7f2}.page-section{background:#f7f9fc}.narrow{max-width:920px}.content-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:0 12px 30px rgba(7,31,53,.06)}.content-cover{margin:-34px -34px 28px;border-radius:22px 22px 0 0;overflow:hidden;max-height:440px}.content-cover img{display:block;width:100%;height:100%;object-fit:cover}.content-card .entry-content{font-size:18px;line-height:1.75}.content-card .entry-content h2,.content-card .entry-content h3{letter-spacing:-.5px;color:var(--navy)}.corporate-layout,.contact-layout,.single-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.side-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 12px 30px rgba(7,31,53,.06);position:sticky;top:120px}.side-card h3{margin:0 0 12px;font-size:24px}.check-list{list-style:none;padding:0;margin:18px 0}.check-list li{position:relative;padding-left:28px;margin:12px 0;color:#3b4b5f}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--yellow);font-weight:900}.btn.full{width:100%;justify-content:center}.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px}.contact-cards div{background:#f7f9fc;border:1px solid var(--line);border-radius:16px;padding:18px}.contact-cards strong{display:block;color:var(--navy);margin-bottom:6px}.contact-cards span{color:#526172}.archive-listing{background:#f7f9fc}.archive-card{min-height:170px}.service-card{color:inherit}.section-more{text-align:center;margin-top:28px}.btn-outline.dark{border-color:rgba(7,31,53,.2);color:var(--navy);background:#fff}.single-section{background:#f7f9fc}.single-icon{width:84px;height:84px;border-radius:22px;background:#fff7df;color:var(--yellow);display:grid;place-items:center;margin-bottom:18px}.single-icon svg{width:54px;height:54px;fill:currentColor}.detail-list{list-style:none;margin:0 0 24px;padding:0}.detail-list li{border-bottom:1px solid var(--line);padding:14px 0}.detail-list strong{display:block;color:var(--navy);font-size:13px;text-transform:uppercase;letter-spacing:.6px}.detail-list span{display:block;color:#3b4b5f;margin-top:4px}.terms a{display:inline-block;background:#f1f5f9;border-radius:999px;padding:6px 10px;margin:4px;color:var(--navy);font-weight:800}.pagination{margin-top:34px;text-align:center}.pagination .page-numbers{display:inline-flex;min-width:38px;height:38px;border-radius:12px;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);margin:3px;font-weight:800}.pagination .current{background:var(--yellow);border-color:var(--yellow);color:#06192a}.project-grid-large{grid-template-columns:repeat(3,1fr)}.project-card[style]{background-size:cover;background-position:center}.footer-grid a{color:inherit}.site-main .service-card{text-decoration:none}.site-main .project-card{text-decoration:none}.page-template-template-contact .site-footer{margin-top:0}@media (max-width:980px){.subhero-inner,.corporate-layout,.contact-layout,.single-layout{grid-template-columns:1fr}.subhero h1{font-size:42px}.side-card{position:static}.project-grid-large{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.subhero{padding:54px 0}.subhero h1{font-size:34px}.content-card{padding:24px}.content-cover{margin:-24px -24px 22px}.contact-cards,.project-grid-large{grid-template-columns:1fr}}

/* v1.3 header alignment + advanced corporate/team page */
.nav-inner{justify-content:space-between}.brand{margin-right:auto;justify-content:flex-start}.nav-right{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:22px;min-width:0}.primary-nav{margin-left:0}.primary-nav ul{justify-content:flex-end}.brand .custom-logo-link,.custom-logo-link{display:flex;align-items:center}.eyebrow.dark{color:var(--orange)}.corporate-about{background:linear-gradient(180deg,#f7f9fc,#fff)}.corporate-intro-grid{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:28px;align-items:start}.corporate-intro-card h2,.quality-grid h2{font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-1.5px;color:var(--navy);margin:6px 0 18px}.corporate-highlight-card{background:linear-gradient(145deg,#071f35,#0d304e);color:#fff;border-radius:26px;padding:32px;box-shadow:var(--shadow);position:sticky;top:120px;overflow:hidden}.corporate-highlight-card:after{content:"";position:absolute;right:-80px;top:-80px;width:190px;height:190px;border-radius:50%;background:rgba(255,184,0,.16)}.corporate-highlight-card h3{position:relative;margin:12px 0 10px;font-size:28px}.corporate-highlight-card p{position:relative;color:#dce7f2}.corporate-highlight-card .check-list li{color:#eef5fb}.corporate-highlight-card .btn{position:relative}.highlight-icon{width:78px;height:78px;border-radius:22px;background:rgba(255,184,0,.15);color:var(--yellow);display:grid;place-items:center}.highlight-icon svg{width:50px;height:50px;fill:currentColor}.corporate-values{background:#fff}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.value-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 12px 30px rgba(7,31,53,.06);transition:.2s ease}.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.value-card h3{font-size:26px;color:var(--navy);margin:18px 0 10px}.value-card p{color:#526172;margin:0}.corporate-quality{background:linear-gradient(135deg,#071f35,#0c3558);color:#fff;position:relative;overflow:hidden}.corporate-quality:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 15%,rgba(255,184,0,.18),transparent 28%)}.quality-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.quality-grid h2{color:#fff}.quality-grid p{font-size:18px;color:#dce7f2}.quality-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.quality-list article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:22px;display:flex;gap:16px;align-items:center}.quality-list strong{color:var(--yellow);font-size:24px}.quality-list span{font-weight:800}.team-section{background:#f7f9fc}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.team-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(7,31,53,.07);transition:.2s ease}.team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.team-photo{height:260px;background:linear-gradient(135deg,#dfe7ef,#8ea2b4);display:grid;place-items:center;overflow:hidden}.team-photo img{width:100%;height:100%;object-fit:cover;display:block}.team-photo span{width:96px;height:96px;border-radius:50%;background:var(--yellow);color:var(--navy);display:grid;place-items:center;font-size:44px;font-weight:900}.team-body{padding:24px}.team-body h3{font-size:23px;margin:0 0 4px;color:var(--navy)}.team-role{font-weight:900;color:var(--orange);margin:0 0 14px}.team-text{color:#526172;margin-bottom:16px}.team-contact{display:flex;flex-direction:column;gap:7px;border-top:1px solid var(--line);padding-top:14px}.team-contact a{color:var(--navy);font-weight:800}.empty-team-card{text-align:center;max-width:820px;margin-inline:auto}.empty-team-card h3{margin-top:0;color:var(--navy)}@media (max-width:1100px){.nav-right{gap:14px}.primary-nav ul{gap:16px}.brand{min-width:220px}.brand .custom-logo{max-width:220px}}@media (max-width:980px){.nav-inner{position:relative}.nav-right{margin-left:auto}.menu-toggle{order:3}.primary-nav{left:auto;right:0;width:min(360px,calc(100vw - 28px));top:74px;border-radius:0 0 18px 18px}.primary-nav ul{display:block}.corporate-intro-grid,.quality-grid{grid-template-columns:1fr}.corporate-highlight-card{position:static}.value-grid,.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.nav-right{gap:10px}.brand{max-width:220px}.value-grid,.quality-list,.team-grid{grid-template-columns:1fr}.team-photo{height:220px}.corporate-highlight-card{padding:24px}.corporate-intro-card h2,.quality-grid h2{font-size:30px}}


/* v1.4 redesigned header & footer */
.site-header-redesign{position:relative;z-index:60}.topbar-redesign{background:linear-gradient(90deg,#071f35,#0b2f4b)}.topbar-redesign a,.topbar-redesign span{color:#fff}.topbar-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.topbar-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.1);font-size:12px;font-weight:800;letter-spacing:.02em}.topbar-whatsapp{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:rgba(255,184,0,.14);color:var(--yellow);font-size:12px;font-weight:900}.nav-wrap-redesign{background:rgba(255,255,255,.98);border-bottom:1px solid rgba(10,33,55,.06)}.nav-inner-redesign{min-height:94px;gap:24px}.brand-column{display:flex;align-items:center;flex:0 0 auto;min-width:0}.brand{min-width:0;max-width:340px}.brand .custom-logo-link,.footer-logo-wrap .custom-logo-link,.footer-brand-head .custom-logo-link{display:flex;align-items:center}.brand .custom-logo,.brand .custom-logo-link img,.nav-inner-redesign .brand img{display:block;max-width:280px!important;max-height:72px!important;width:auto!important;height:auto!important;object-fit:contain}.nav-right-redesign{flex:1 1 auto;display:flex;align-items:center;justify-content:flex-end;gap:18px;min-width:0}.primary-nav{margin-left:auto}.primary-nav ul{gap:14px;flex-wrap:wrap;justify-content:flex-end}.primary-nav li{display:block}.primary-nav a{display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:12px;font-size:15px;font-weight:800;color:var(--navy);line-height:1.1;transition:.2s ease}.primary-nav a:hover,.primary-nav .current-menu-item>a,.primary-nav .current-menu-ancestor>a{background:#f3f7fb;color:var(--orange)}.nav-cta{padding:13px 22px;border-radius:14px;white-space:nowrap;flex:0 0 auto}.site-footer-redesign{position:relative;background:linear-gradient(180deg,#06182a,#071f35);color:#fff;padding-top:34px}.footer-cta-redesign{display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(135deg,#0c3558,#0b2a43);border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:34px 36px;box-shadow:0 22px 46px rgba(0,0,0,.22);margin-bottom:26px}.footer-cta-copy{max-width:760px}.footer-cta-copy .eyebrow{margin-bottom:10px}.footer-cta-copy h2{margin:0 0 10px;font-size:clamp(28px,3vw,42px);line-height:1.08;color:#fff;letter-spacing:-1px}.footer-cta-copy p{margin:0;color:#dce7f2;font-size:16px}.footer-cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.footer-light-btn{border-color:rgba(255,255,255,.2)!important;color:#fff!important;background:rgba(255,255,255,.06)!important}.footer-contact-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:26px}.footer-contact-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:6px;min-height:124px;color:#fff;transition:.2s ease}.footer-contact-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.09)}.footer-contact-icon{width:48px;height:48px;border-radius:14px;background:rgba(255,184,0,.14);color:var(--yellow);display:grid;place-items:center;font-size:24px;margin-bottom:6px}.footer-contact-card strong{font-size:18px}.footer-contact-card small{font-size:14px;color:#d5e1ec;line-height:1.5}.footer-main-redesign{padding:18px 0 0}.footer-grid-redesign{display:grid;grid-template-columns:1.3fr .8fr .8fr .9fr;gap:22px;align-items:start}.footer-brand-card,.footer-links-col{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:26px}.footer-brand-card p{color:#d9e6f1;margin:16px 0 0}.footer-brand-head .custom-logo,.footer-brand-head img{display:block;max-width:260px!important;max-height:76px!important;width:auto!important;height:auto!important;object-fit:contain}.footer-links-col h3{margin:0 0 16px;font-size:22px;color:#fff}.footer-links-col ul,.footer-links-col .menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.footer-links-col li{margin:0}.footer-links-col a{color:#d8e5f0;transition:.2s ease}.footer-links-col a:hover{color:var(--yellow);padding-left:4px}.footer-social{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.footer-social a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#fff;font-weight:900;transition:.2s ease}.footer-social a:hover{background:var(--yellow);color:#06192a;transform:translateY(-2px)}.footer-info-list strong{color:#fff}.footer-info-list li{color:#d8e5f0;line-height:1.6}.copyright-redesign{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 0 34px;color:#b7c8d8;font-size:14px}.copyright-links{display:flex;gap:16px;flex-wrap:wrap}.copyright-links a{color:#d8e5f0}.copyright-links a:hover{color:var(--yellow)}@media (max-width:1180px){.nav-inner-redesign{min-height:86px}.brand .custom-logo,.brand .custom-logo-link img,.nav-inner-redesign .brand img{max-width:240px!important;max-height:66px!important}.primary-nav ul{gap:8px}.primary-nav a{padding:10px 11px;font-size:14px}.nav-cta{padding:12px 18px}.footer-grid-redesign{grid-template-columns:1fr 1fr}.footer-contact-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:980px){.topbar-inner{align-items:flex-start;padding:10px 0}.topbar-left,.topbar-right{width:100%}.topbar-right{justify-content:flex-start}.nav-inner-redesign{min-height:80px}.brand{max-width:250px}.brand .custom-logo,.brand .custom-logo-link img,.nav-inner-redesign .brand img{max-width:220px!important;max-height:58px!important}.nav-right-redesign{justify-content:flex-end}.menu-toggle{display:inline-grid}.primary-nav{position:absolute;top:80px;right:20px;left:auto;margin-left:0;background:#fff;padding:10px;border-radius:18px;box-shadow:0 24px 50px rgba(7,31,53,.16);border:1px solid rgba(10,33,55,.08);display:none;width:min(360px,calc(100vw - 40px))}.primary-nav.is-open{display:block}.primary-nav ul{display:block}.primary-nav li+li{margin-top:4px}.primary-nav a{display:flex;justify-content:flex-start;width:100%}.footer-cta-redesign,.copyright-redesign{flex-direction:column;align-items:flex-start}.footer-cta-actions{justify-content:flex-start}}@media (max-width:640px){.container{width:min(1160px,calc(100% - 24px))}.topbar-left{gap:10px}.topbar-left a,.topbar-left span{display:block}.topbar-right{gap:8px}.nav-inner-redesign{gap:12px;min-height:74px}.brand{max-width:190px}.brand .custom-logo,.brand .custom-logo-link img,.nav-inner-redesign .brand img{max-width:180px!important;max-height:50px!important}.nav-cta{display:none}.primary-nav{right:12px;top:74px;width:calc(100vw - 24px)}.footer-contact-strip,.footer-grid-redesign{grid-template-columns:1fr}.footer-cta-redesign{padding:26px 22px}.footer-brand-card,.footer-links-col{padding:22px}}


/* v1.5 dropdown, map and quote modal */
.primary-nav .menu-item-has-children{position:relative}.primary-nav .sub-menu{position:absolute;top:100%;right:0;min-width:240px;background:#fff;border:1px solid rgba(10,33,55,.08);border-radius:18px;padding:10px;box-shadow:0 22px 48px rgba(7,31,53,.16);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease;display:block;z-index:80}.primary-nav .menu-item-has-children:hover>.sub-menu,.primary-nav .menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.primary-nav .sub-menu li+li{margin-top:4px}.primary-nav .sub-menu a{justify-content:flex-start;width:100%;padding:12px 14px;color:var(--navy);font-size:14px}.primary-nav .menu-item-has-children>a:after{content:"⌄";font-size:12px;margin-left:8px;color:var(--orange)}.footer-map-wrap{display:grid;grid-template-columns:330px 1fr;gap:22px;align-items:stretch;margin-top:26px;margin-bottom:10px}.footer-map-info{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:26px}.footer-map-info h3{font-size:28px;margin:6px 0 8px;color:#fff}.footer-map-info p{color:#d8e5f0;margin:0}.footer-map-box{min-height:240px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05)}.footer-map-box iframe{width:100%;height:100%;min-height:240px;border:0;display:block;filter:saturate(.9) contrast(.95)}.map-placeholder{height:100%;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;color:#d8e5f0;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03))}.map-placeholder strong{font-size:24px;color:#fff}.map-placeholder span{max-width:560px;margin-top:8px}.quote-modal{position:fixed;inset:0;z-index:9999;display:none}.quote-modal.is-open{display:block}.quote-modal-backdrop{position:absolute;inset:0;background:rgba(3,12,22,.72);backdrop-filter:blur(4px)}.quote-modal-dialog{position:relative;width:min(720px,calc(100% - 28px));max-height:calc(100vh - 40px);overflow:auto;margin:20px auto;background:#fff;border-radius:28px;padding:34px;box-shadow:0 30px 70px rgba(0,0,0,.35);top:50%;transform:translateY(-50%)}.quote-modal-close{position:absolute;right:18px;top:16px;width:42px;height:42px;border:0;border-radius:50%;background:#f1f5f9;color:var(--navy);font-size:28px;line-height:1;cursor:pointer}.quote-modal-dialog h2{font-size:clamp(28px,4vw,42px);line-height:1.08;margin:6px 0 10px;color:var(--navy);letter-spacing:-1px}.quote-modal-dialog p{color:#526172;margin:0 0 20px}.quote-form{display:flex;flex-direction:column;gap:16px}.quote-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.quote-form label{display:flex;flex-direction:column;gap:7px;font-weight:900;color:var(--navy);font-size:14px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid var(--line);background:#f8fafc;border-radius:14px;padding:13px 14px;font:inherit;color:var(--text);outline:none}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--yellow);box-shadow:0 0 0 4px rgba(255,184,0,.15);background:#fff}.quote-alert{border-radius:14px;padding:13px 14px;font-weight:800;margin:8px 0 18px}.quote-alert.success{background:#e9f9ef;color:#126b35}.quote-alert.error{background:#fff1f1;color:#a02727}.quote-modal-open{overflow:hidden}@media (max-width:980px){.primary-nav .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:#f8fafc;margin:4px 0 4px 12px;border-radius:14px}.footer-map-wrap{grid-template-columns:1fr}.footer-map-box{min-height:260px}}@media (max-width:640px){.quote-modal-dialog{padding:26px 20px;border-radius:22px}.quote-form-grid{grid-template-columns:1fr}.footer-map-info{padding:22px}.footer-map-info h3{font-size:24px}}


/* v1.6 corporate header + contact + simple footer */
.site-header-corporate{position:relative;z-index:60}.header-utility{background:#06192a;color:#fff}.header-utility a,.header-utility span{color:#fff}.header-utility-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px}.header-utility-left,.header-utility-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.header-utility-left a,.header-utility-left>span{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#d9e6f2}.header-utility-left a:hover{color:var(--yellow)}.header-support-badge{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;font-weight:800;letter-spacing:.02em;color:#fff}.header-social{display:flex;align-items:center;gap:10px}.header-social a{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#fff;font-weight:800}.header-social a:hover{background:var(--yellow);color:#06192a}.nav-wrap-corporate{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);backdrop-filter:blur(14px);border-bottom:1px solid rgba(7,31,53,.08);box-shadow:0 10px 28px rgba(7,31,53,.05)}body.admin-bar .nav-wrap-corporate{top:32px}.nav-inner-corporate{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:92px}.corporate-brand{display:flex;align-items:center;max-width:330px;min-width:0;flex:0 0 auto}.corporate-brand .custom-logo,.corporate-brand img{display:block;max-width:280px!important;max-height:72px!important;width:auto!important;height:auto!important;object-fit:contain}.nav-right-corporate{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex:1 1 auto;min-width:0}.header-cta-group{display:flex;align-items:center;gap:12px;flex:0 0 auto}.header-call-link{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:10px 14px;border:1px solid var(--line);border-radius:14px;background:#f8fafc;min-width:172px}.header-call-link small{font-size:11px;font-weight:800;letter-spacing:.05em;color:#627083;text-transform:uppercase}.header-call-link strong{font-size:15px;color:var(--navy);margin-top:3px}.header-call-link:hover{border-color:#d6e1ec;transform:translateY(-1px)}.nav-right-corporate .primary-nav{margin-left:auto}.nav-right-corporate .primary-nav>ul{display:flex;align-items:center;gap:8px;justify-content:flex-end;list-style:none;margin:0;padding:0}.nav-right-corporate .primary-nav li{position:relative}.nav-right-corporate .primary-nav a{display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:12px;font-size:15px;font-weight:800;line-height:1.1;color:var(--navy);transition:.2s ease}.nav-right-corporate .primary-nav a:hover,.nav-right-corporate .primary-nav .current-menu-item>a,.nav-right-corporate .primary-nav .current-menu-ancestor>a{background:#f3f7fb;color:#0d304e}.nav-right-corporate .primary-nav .sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid rgba(7,31,53,.08);border-radius:16px;box-shadow:0 18px 42px rgba(7,31,53,.14);padding:10px;display:none;list-style:none;margin:10px 0 0}.nav-right-corporate .primary-nav .sub-menu li{width:100%}.nav-right-corporate .primary-nav .sub-menu a{display:flex;justify-content:flex-start;width:100%;padding:11px 12px;font-size:14px}.nav-right-corporate .primary-nav li:hover>.sub-menu,.nav-right-corporate .primary-nav li:focus-within>.sub-menu{display:block}.menu-toggle{display:none;background:var(--navy);color:#fff;border:0;border-radius:12px;padding:10px 12px;font-size:22px}.contact-page-redesign{background:#f7f9fc}.contact-intro-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:26px;align-items:start}.contact-content-card h2{font-size:clamp(30px,3.6vw,46px);line-height:1.1;letter-spacing:-1px;color:var(--navy);margin:6px 0 16px}.contact-content-card .entry-content{color:#445469}.contact-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px}.contact-info-card{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;color:inherit;box-shadow:0 10px 28px rgba(7,31,53,.05);transition:.2s ease}.contact-info-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.contact-info-icon{width:46px;height:46px;border-radius:14px;background:#fff7df;color:var(--orange);display:grid;place-items:center;font-size:22px}.contact-info-card strong{font-size:18px;color:var(--navy)}.contact-info-card small{font-size:14px;color:#627083;line-height:1.55}.contact-side-panel{position:relative}.contact-panel-card{background:linear-gradient(135deg,#071f35,#0d304e);color:#fff;border-radius:24px;padding:28px;box-shadow:var(--shadow);position:sticky;top:116px}.contact-panel-card h3{font-size:30px;margin:10px 0 14px}.contact-panel-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.contact-panel-list li{border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:12px;color:#e7eef5}.contact-panel-list li:last-child{border-bottom:0;padding-bottom:0}.contact-panel-list strong{color:#fff}.contact-panel-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.contact-panel-actions .full{width:100%}.contact-map-section{background:#fff}.section-head.left-align{text-align:left;max-width:none}.section-head.left-align h2:after{left:0;transform:none}.contact-map-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:26px;align-items:stretch}.contact-map-box-large{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 28px rgba(7,31,53,.05);min-height:420px}.contact-map-box-large iframe{width:100%;height:100%;min-height:420px;border:0;display:block}.map-placeholder.large{min-height:420px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;padding:32px;text-align:center;background:#f7f9fc;color:#526172}.contact-location-card{background:#f7f9fc;border:1px solid var(--line);border-radius:24px;padding:28px;display:flex;flex-direction:column}.contact-location-card h3{font-size:28px;color:var(--navy);margin:0 0 12px}.contact-location-card p{color:#526172}.contact-location-card ul{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.contact-location-card li{padding-bottom:12px;border-bottom:1px solid #dde5ed;color:#344356}.contact-location-card li:last-child{border-bottom:0}.contact-location-note{margin-top:auto;padding-top:10px}.site-footer-simple{background:#071f35;color:#fff;margin-top:0}.footer-main-simple{padding:54px 0 0}.footer-grid-simple{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:26px;padding-bottom:28px}.footer-col h3{margin:0 0 16px;font-size:22px;color:#fff}.footer-col ul,.footer-col .menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.footer-col li{margin:0}.footer-col a{color:#dbe7f2}.footer-col a:hover{color:var(--yellow)}.footer-company-col p{color:#dbe7f2;margin:16px 0 0;max-width:400px}.footer-logo-wrap .custom-logo,.footer-logo-wrap img{display:block;max-width:240px!important;max-height:70px!important;width:auto!important;height:auto!important;object-fit:contain}.simple-social{margin-top:18px}.simple-social a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#fff;font-weight:800}.simple-social a:hover{background:var(--yellow);color:#06192a}.footer-contact-list-simple li{display:flex;flex-direction:column;gap:5px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:12px}.footer-contact-list-simple li:last-child{border-bottom:0}.footer-contact-list-simple strong{color:#fff}.footer-contact-list-simple span{color:#dbe7f2;line-height:1.6}.footer-quote-btn{margin-top:18px;width:100%}.footer-bottom-simple{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0 26px;border-top:1px solid rgba(255,255,255,.1);color:#b8cadd;font-size:14px}.footer-bottom-simple .copyright-links a{color:#dbe7f2}@media (max-width:1180px){.header-call-link{display:none}.nav-right-corporate .primary-nav>ul{gap:4px}.nav-right-corporate .primary-nav a{padding:11px 10px;font-size:14px}.footer-grid-simple{grid-template-columns:repeat(2,1fr)}}@media (max-width:980px){body.admin-bar .nav-wrap-corporate{top:32px}.header-utility-inner{padding:8px 0;align-items:flex-start}.header-utility-left,.header-utility-right{width:100%}.header-utility-right{justify-content:flex-start}.nav-inner-corporate{min-height:78px;gap:14px}.corporate-brand{max-width:240px}.corporate-brand .custom-logo,.corporate-brand img{max-width:220px!important;max-height:58px!important}.menu-toggle{display:inline-grid}.nav-right-corporate{justify-content:flex-end}.nav-right-corporate .primary-nav{position:absolute;top:78px;right:20px;left:auto;background:#fff;border:1px solid rgba(7,31,53,.08);border-radius:18px;box-shadow:0 18px 42px rgba(7,31,53,.15);padding:10px;display:none;width:min(360px,calc(100vw - 40px));z-index:100}.nav-right-corporate .primary-nav.is-open{display:block}.nav-right-corporate .primary-nav>ul{display:block}.nav-right-corporate .primary-nav li+li{margin-top:4px}.nav-right-corporate .primary-nav a{display:flex;justify-content:flex-start;width:100%}.nav-right-corporate .primary-nav .sub-menu{position:static;display:block;box-shadow:none;border:0;padding:4px 0 0 14px;margin:0;background:transparent}.header-cta-group{gap:8px}.contact-intro-grid,.contact-map-grid{grid-template-columns:1fr}.contact-panel-card{position:static}.footer-bottom-simple{flex-direction:column;align-items:flex-start}}@media (max-width:782px){body.admin-bar .nav-wrap-corporate{top:46px}}@media (max-width:640px){.header-utility-left a,.header-utility-left>span{width:100%}.header-support-badge{display:none}.corporate-brand{max-width:190px}.corporate-brand .custom-logo,.corporate-brand img{max-width:180px!important;max-height:50px!important}.header-cta-group .nav-cta{display:none}.nav-right-corporate .primary-nav{right:12px;top:74px;width:calc(100vw - 24px)}.contact-info-grid,.footer-grid-simple{grid-template-columns:1fr}.content-card.contact-content-card,.contact-location-card,.contact-panel-card{padding:24px}.footer-main-simple{padding-top:42px}}


/* v1.7 header refinement + stronger mobile responsiveness */
.header-v8 .header-utility-v8{background:#071a2d}.header-v8 .header-support-badge{background:rgba(255,255,255,.08);color:#eef5fb}.nav-wrap-v8{background:#fff;border-bottom:1px solid rgba(7,31,53,.08);box-shadow:0 8px 24px rgba(7,31,53,.05)}.nav-inner-v8{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}.brand-area-v8{display:flex;align-items:center;justify-content:flex-start;flex:0 0 auto;min-width:0}.header-v8 .corporate-brand{justify-content:flex-start;align-items:center;margin-right:auto;max-width:290px;min-width:0}.header-v8 .corporate-brand .custom-logo-link,.header-v8 .corporate-brand .custom-logo-link img,.header-v8 .corporate-brand .custom-logo,.header-v8 .corporate-brand img{display:block !important}.header-v8 .corporate-brand .custom-logo,.header-v8 .corporate-brand .custom-logo-link img,.header-v8 .corporate-brand img{height:56px !important;max-height:56px !important;width:auto !important;max-width:260px !important;object-fit:contain}.nav-right-v8{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex:1 1 auto;min-width:0}.primary-nav-v8{margin-left:auto;display:block}.primary-nav-v8 ul,#primary-menu{list-style:none;margin:0;padding:0;display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-end !important;gap:6px;flex-wrap:nowrap}.primary-nav-v8 li,#primary-menu>li{position:relative;display:block;float:none !important}.primary-nav-v8 a,#primary-menu>li>a{display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:10px;font-size:15px;font-weight:800;white-space:nowrap;line-height:1.1;color:var(--navy);transition:all .2s ease}.primary-nav-v8 a:hover,.primary-nav-v8 .current-menu-item>a,.primary-nav-v8 .current-menu-ancestor>a{background:#f3f7fb;color:#0d304e}.primary-nav-v8 .sub-menu{position:absolute;left:0;top:100%;min-width:220px;background:#fff;border:1px solid rgba(7,31,53,.09);border-radius:14px;box-shadow:0 18px 42px rgba(7,31,53,.14);padding:10px;display:none !important;z-index:120}.primary-nav-v8 li:hover>.sub-menu,.primary-nav-v8 li:focus-within>.sub-menu{display:block !important}.primary-nav-v8 .sub-menu li{width:100%}.primary-nav-v8 .sub-menu a{display:flex;justify-content:flex-start;width:100%;padding:10px 12px;font-size:14px}.header-v8 .nav-cta{flex:0 0 auto;padding:12px 18px;border-radius:12px}.header-v8 .menu-toggle{display:none;flex:0 0 auto}.site-main,.site-footer{overflow-x:hidden}@media (max-width:1200px){.header-v8 .corporate-brand .custom-logo,.header-v8 .corporate-brand .custom-logo-link img,.header-v8 .corporate-brand img{height:52px !important;max-height:52px !important;max-width:230px !important}.primary-nav-v8 a,#primary-menu>li>a{padding:11px 10px;font-size:14px}.header-v8 .nav-cta{padding:11px 15px}}@media (max-width:1024px){.header-v8 .header-utility-inner{gap:10px}.header-v8 .header-utility-left,.header-v8 .header-utility-right{gap:12px}.header-v8 .corporate-brand{max-width:220px}.header-v8 .corporate-brand .custom-logo,.header-v8 .corporate-brand .custom-logo-link img,.header-v8 .corporate-brand img{height:48px !important;max-height:48px !important;max-width:210px !important}.header-v8 .menu-toggle{display:inline-grid}.nav-right-v8{justify-content:flex-end}.primary-nav-v8{position:absolute;top:82px;right:20px;left:auto;display:none;background:#fff;border:1px solid rgba(7,31,53,.08);border-radius:18px;box-shadow:0 20px 48px rgba(7,31,53,.16);padding:10px;width:min(360px,calc(100vw - 40px));z-index:120}.primary-nav-v8.is-open{display:block}.primary-nav-v8 ul,#primary-menu{display:block !important}.primary-nav-v8 li+li,#primary-menu>li+li{margin-top:4px}.primary-nav-v8 a,#primary-menu>li>a{display:flex;justify-content:flex-start;width:100%}.primary-nav-v8 .sub-menu{position:static;display:block !important;min-width:0;border:0;box-shadow:none;background:transparent;padding:4px 0 0 12px;margin:0}.header-v8 .nav-cta{display:none}.trust-strip,.service-grid,.why-grid,.steps-grid,.stats-grid,.project-grid,.testimonial-grid,.footer-grid-simple,.contact-info-grid,.contact-map-grid,.contact-intro-grid,.value-grid,.team-grid,.quality-list,.project-grid-large{grid-template-columns:1fr !important}.hero-inner,.subhero-inner,.corporate-layout,.contact-layout,.single-layout{grid-template-columns:1fr !important}.container{width:min(1160px,calc(100% - 28px))}.hero-slider,.hero-slide .hero-inner{min-height:auto}.hero-slide .hero-inner{padding:56px 0 90px}.hero h1{font-size:clamp(34px,9vw,50px)}.hero-visual{height:320px;margin-top:16px}.footer-grid-simple{gap:20px}}@media (max-width:782px){body.admin-bar .nav-wrap-v8{top:46px}.header-v8 .header-utility-inner{padding:8px 0;align-items:flex-start}.header-v8 .header-utility-left,.header-v8 .header-utility-right{width:100%}.header-v8 .header-utility-right{justify-content:flex-start}.header-v8 .header-support-badge{display:none}}@media (max-width:640px){.nav-inner-v8{min-height:74px;gap:12px}.header-v8 .corporate-brand{max-width:180px}.header-v8 .corporate-brand .custom-logo,.header-v8 .corporate-brand .custom-logo-link img,.header-v8 .corporate-brand img{height:42px !important;max-height:42px !important;max-width:170px !important}.primary-nav-v8{top:74px;right:12px;width:calc(100vw - 24px)}.topbar-left span,.header-utility-left a,.header-utility-left>span{display:block;width:100%}.header-social a{width:28px;height:28px}.btn{padding:13px 18px}.footer-bottom-simple,.copyright-redesign{flex-direction:column;align-items:flex-start}.section{padding:54px 0}.content-card,.contact-panel-card,.contact-location-card,.footer-col{padding:22px}.trust-strip{padding:16px}.project-card,.team-card,.service-card{min-width:0}body{overflow-x:hidden}}
