*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#10243b;background:#fff}header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:10px 6%;position:sticky;top:0;background:rgba(255,255,255,.96);z-index:10;box-shadow:0 2px 14px #0001}.brand{display:flex;align-items:center;gap:12px;color:#082c5c;text-decoration:none;font-weight:900;font-size:20px}.brand img{width:60px;height:60px;object-fit:contain}nav{display:flex;align-items:center;gap:26px}nav a{color:#17324f;text-decoration:none;font-weight:700}.quote,.primary{background:#b2092f!important;color:#fff!important;padding:13px 18px;border-radius:8px}.hero{min-height:680px;background:url('assets/hero.jpg') center/cover no-repeat;position:relative;display:flex;align-items:center}.overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,24,52,.92),rgba(3,24,52,.58),rgba(3,24,52,.12))}.hero-content{position:relative;color:#fff;width:min(760px,88%);margin-left:7%}.eyebrow{font-size:13px;font-weight:900;letter-spacing:2px;color:#d26024}.hero .eyebrow{color:#ff9b45}.hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:14px 0 20px}.hero-content>p:not(.eyebrow){font-size:20px;line-height:1.6;max-width:680px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{text-decoration:none;font-weight:800;padding:14px 20px;border-radius:8px}.secondary{border:2px solid #fff;color:#fff}.section{padding:88px 7%}.heading{text-align:center;max-width:760px;margin:0 auto 40px}.heading h2,.about h2,.contact h2{font-size:clamp(34px,5vw,54px);margin:8px 0 12px;color:#082c5c}.heading p{line-height:1.6}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1200px;margin:auto}.cards article{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 10px 35px #001a3517}.cards img{width:100%;height:260px;object-fit:cover}.cards article div{padding:24px}.cards h3{font-size:24px;margin:0 0 10px;color:#073563}.cards p{line-height:1.65;margin:0}.dark{background:#062a4f;color:#fff}.dark .heading h2{color:#fff}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:1200px;margin:auto}.gallery img{width:100%;height:390px;object-fit:cover;border-radius:12px}.about{display:grid;grid-template-columns:1.5fr .7fr;gap:60px;align-items:center;max-width:1200px;margin:auto}.about p{font-size:18px;line-height:1.7}.about img{width:100%;max-width:380px}.contact{background:#f1f4f7;display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact>div:first-child p{font-size:18px;line-height:1.6}.contact-box{display:grid;gap:12px}.contact-box a{display:flex;flex-direction:column;text-decoration:none;color:#082c5c;background:#fff;border-left:5px solid #b2092f;padding:18px 20px;border-radius:8px;box-shadow:0 6px 20px #001a3510}.contact-box span{font-size:14px;margin-top:4px;color:#536579}footer{background:#031b35;color:#fff;display:flex;align-items:center;justify-content:center;gap:16px;padding:24px}footer img{width:52px;height:52px;object-fit:contain;border-radius:5px}@media(max-width:800px){header{height:auto;padding:8px 4%}.brand span{display:none}.brand img{width:52px;height:52px}nav{gap:10px;font-size:13px}nav a:not(.quote){display:none}.quote{padding:11px 13px}.hero{min-height:620px}.hero-content{margin-left:6%}.cards,.gallery,.about,.contact{grid-template-columns:1fr}.gallery img{height:280px}.section{padding:65px 6%}.about img{max-width:260px;margin:auto}.contact{gap:25px}}