
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#172033;background:#fff;line-height:1.65}a{color:#0759a8;text-decoration:none}a:hover{text-decoration:underline}.top{background:#0b2239;color:#fff;padding:9px 5%;font-size:14px}.top a{color:#fff}.wrap{max-width:1180px;margin:auto;padding:0 20px}header{border-bottom:1px solid #e5e9ef;background:#fff;position:sticky;top:0;z-index:10}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-weight:800;font-size:20px;color:#101a28}.menu{display:flex;gap:18px;flex-wrap:wrap}.menu a{font-weight:700}.hero{background:linear-gradient(135deg,#eef5fb,#fff);padding:72px 0}.eyebrow{font-weight:800;color:#0759a8;letter-spacing:1px;text-transform:uppercase}.hero h1{font-size:clamp(38px,6vw,66px);line-height:1.05;margin:14px 0 20px;max-width:900px}.hero p{font-size:20px;max-width:850px}.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-block;background:#0759a8;color:#fff;padding:13px 20px;border-radius:7px;font-weight:800}.btn.alt{background:#fff;color:#0759a8;border:2px solid #0759a8}.section{padding:58px 0}.section h2{font-size:34px;line-height:1.15;margin:0 0 18px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.card{border:1px solid #e0e6ee;border-radius:12px;padding:24px;background:#fff;box-shadow:0 5px 20px rgba(20,40,70,.05)}.card h3{margin-top:0}.light{background:#f5f8fb}.areas{display:flex;flex-wrap:wrap;gap:9px}.pill{background:#eaf2fa;border-radius:999px;padding:8px 13px;font-weight:700}.cta{background:#0b2239;color:#fff;padding:45px 0}.cta a{color:#fff}.contact{display:grid;grid-template-columns:1fr 1fr;gap:25px}@media(max-width:760px){.nav{align-items:flex-start;padding:15px 0;flex-direction:column}.hero{padding:48px 0}.contact{grid-template-columns:1fr}.menu{gap:10px 14px}}footer{background:#071727;color:#dbe5ef;padding:35px 0}footer a{color:#fff}.small{font-size:14px;color:#66758a}.breadcrumbs{font-size:14px;margin-bottom:20px}.service-list li{margin:8px 0}

/* V8 project photo gallery */
.project-gallery{padding:42px 0}
.project-gallery .section-head{max-width:760px;margin:0 auto 22px}
.project-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.project-gallery figure{margin:0;border-radius:14px;overflow:hidden;background:#f6f6f6;box-shadow:0 4px 18px rgba(0,0,0,.08)}
.project-gallery img{display:block;width:100%;height:250px;object-fit:cover}
.project-gallery figcaption{padding:9px 12px;font-size:.9rem}
@media (max-width:800px){.project-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-gallery img{height:220px}}
@media (max-width:520px){.project-gallery-grid{grid-template-columns:1fr}.project-gallery img{height:250px}}
