*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:#172536}header{height:78px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:5}.brand{display:flex;flex-direction:column;color:#0c2942;font-family:Georgia,serif;font-size:25px}.brand small{font:11px Arial;color:#333;margin-top:4px}nav{display:flex;gap:24px}nav a{text-decoration:none;color:#172536;font-weight:bold}.hero{height:650px;background:url("assets/mosat-hero.png") center/cover;position:relative;color:white;display:flex;align-items:center}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,34,.9),rgba(4,20,34,.48),transparent)}.heroText{position:relative;width:650px;margin-left:6%}.hero h1{font:60px Georgia;margin:8px 0}.hero h2{font:48px Georgia;margin:20px 0}.hero em{font-style:normal;color:#f2b536}.button{display:inline-block;background:#e7a824;color:#102236;text-decoration:none;font-weight:bold;padding:16px 22px;margin-top:12px}.wrap{width:min(1180px,90%);margin:auto}section:not(.hero){padding:75px 0}label{color:#c88a08;font-size:12px;font-weight:bold;letter-spacing:3px}h2{font:40px Georgia;color:#0c2942}.cards,.projects{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cards article{border:1px solid #ddd;padding:25px;background:white}.cards h3{font:22px Georgia;color:#0c2942}.dark{background:#0b2941;color:white}.dark h2{color:white}.projects article{min-height:260px;position:relative;overflow:hidden;background:#173a55;padding:22px}.featured{grid-column:span 2;padding:0!important}.featured img{position:absolute;width:100%;height:100%;object-fit:cover}.featured:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.9))}.featured div{position:absolute;z-index:2;bottom:20px;left:22px}.projects b{color:#efb338;font-size:12px;letter-spacing:2px}.projects h3{font:22px Georgia}.projects button{border:0;background:none;color:#efb338;font-weight:bold;padding:0;cursor:pointer}.placeholder{display:flex;flex-direction:column;justify-content:flex-end}.two{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact{background:#f4f5f6}.contact a{color:#0c2942}footer{padding:30px 5%;background:#071e31;color:white;display:flex;justify-content:space-between}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:20;overflow:auto;padding:30px}.modal.show{display:block}.modalbox{max-width:1200px;margin:auto;background:white;padding:30px;position:relative}.close{position:absolute;right:20px;top:15px;border:0;background:#0b2941;color:white;width:42px;height:42px;border-radius:50%;font-size:25px;cursor:pointer}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}@media(max-width:800px){nav{display:none}.hero h1{font-size:42px}.hero h2{font-size:34px}.heroText{width:88%}.cards,.projects,.two,.gallery{grid-template-columns:1fr}.featured{grid-column:auto;min-height:330px}footer{flex-direction:column;gap:8px}}
.heroText h2{color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.heroText h2 em{color:#f2b536!important}
