@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{--navy:#06253a;--navy2:#0b3650;--gold:#f6b52b;--ink:#0b2239;--muted:#627184;--line:#dfe7ee;--cream:#f6f8fb;--green:#00a98f;--blue:#1687df}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Montserrat',Arial,Helvetica,sans-serif;color:var(--ink);background:white}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1540px,92vw);margin:auto}
header{position:sticky;top:0;z-index:50;background:var(--navy);color:white;border-bottom:1px solid rgba(255,255,255,.1)}.nav{height:82px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;padding:7px 0;overflow:visible}.brand img{width:225px;height:auto;max-height:62px;object-fit:contain;object-position:left center}.navlinks{display:flex;gap:28px;margin-left:auto;font-size:15px;font-weight:500}.navlinks a{opacity:.94}.navlinks a:hover{color:var(--gold)}
.btn{border:0;cursor:pointer;font:inherit;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 19px;border-radius:8px;font-weight:700}.btn-gold{background:var(--gold);color:#10202c;box-shadow:0 8px 24px rgba(246,181,43,.23)}.btn-outline{border:1px solid rgba(255,255,255,.65);color:white;background:transparent}.link{color:#0877bf;font-weight:800;font-size:14px}
.hero{position:relative;overflow:hidden;background:var(--navy);min-height:660px;color:white;display:flex;align-items:center}.hero-media{position:absolute;inset:0 0 0 auto;width:68%;z-index:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--navy) 0%,rgba(6,37,58,.95) 15%,rgba(6,37,58,.62) 36%,rgba(6,37,58,.14) 59%,rgba(6,37,58,0) 80%)}.hero .inner{position:relative;z-index:1;padding:84px 0;width:min(1540px,92vw);margin:auto}.hero-copy{width:min(720px,48vw);transform:translateX(-28px)}.eyebrow{letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:800;color:var(--gold)}h1,h2,h3{margin:0;font-weight:800;letter-spacing:-.025em}.hero h1{font-size:clamp(48px,3.7vw,70px);line-height:1.04}.hero p{font-size:18px;line-height:1.65;color:#e5eef4;margin:24px 0 28px;max-width:680px}.cta{display:flex;gap:14px;flex-wrap:wrap}.proof{display:flex;gap:24px;flex-wrap:wrap;margin-top:32px;font-size:13px}.proof span{display:flex;align-items:center;gap:8px}.dot{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center}
section{padding:72px 0}.services{padding-top:28px}.section-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:28px}.section-head h2{font-size:44px;line-height:1.08}.section-head p{max-width:500px;color:var(--muted);line-height:1.65}.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:16px;padding:28px;background:white;box-shadow:0 12px 35px rgba(15,39,59,.07)}.icon{font-size:34px;margin-bottom:18px}.card h3{font-size:24px;line-height:1.18}.card p{color:var(--muted);line-height:1.65;font-size:15px}.dark{background:linear-gradient(135deg,#06263b,#0b3a55);color:white}.dark .section-head p{color:#c8d9e4}.ventures{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.venture{background:white;color:var(--ink);border-radius:12px;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;min-height:96px}.venture b{display:block;margin-bottom:5px}.venture small{color:var(--muted);line-height:1.4;display:block}.venture .arrow{color:#0d78b9;font-size:22px}
.about{display:grid;grid-template-columns:320px 1fr;gap:42px;align-items:center}.about img{border-radius:18px;aspect-ratio:1/1;object-fit:cover;object-position:48% 20%;box-shadow:0 16px 40px rgba(10,35,55,.18)}.about p,.prose p{color:var(--muted);line-height:1.75}.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.chip{padding:8px 11px;background:#eef4f7;border-radius:999px;font-size:12px;font-weight:700;color:#315169}.testimonial-cta{background:#f4f7fa}.testimonial-box{border:1px solid var(--line);border-radius:16px;padding:32px;background:white;display:flex;justify-content:space-between;gap:28px;align-items:center}.testimonial-box h3{font-size:30px}.testimonial-box p{color:var(--muted);max-width:720px;line-height:1.65}
.history{background:#fbfcfd}.history-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:34px;align-items:start}.history h2{font-size:42px}.history p{color:var(--muted);line-height:1.7}.history-gallery{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:12px}.history-gallery img{width:100%;height:220px;object-fit:cover;border-radius:10px;border:1px solid #d8dfe5;background:#fff}.history-gallery img:first-child{object-fit:contain;padding:8px}.history-gallery img:nth-child(4){grid-column:1/4;height:240px;object-position:top}.milestones{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:28px}.mile{border-top:3px solid var(--gold);padding-top:12px}.mile b{display:block;font-size:13px}.mile small{color:var(--muted);line-height:1.35;display:block;margin-top:6px}
.page-hero{background:linear-gradient(135deg,var(--navy),#0b3a55);color:white;padding:72px 0 66px}.page-hero h1{font-size:clamp(42px,4.5vw,70px);max-width:1000px;line-height:1.04}.page-hero p{max-width:800px;color:#d6e4ed;line-height:1.7;font-size:18px}.content-grid{display:grid;grid-template-columns:1fr 360px;gap:52px}.sidebar-card{background:#f6f8fb;border:1px solid var(--line);border-radius:16px;padding:26px;position:sticky;top:110px}.resume-section{padding:0 0 38px;margin-bottom:38px;border-bottom:1px solid var(--line)}.resume-section h2{font-size:30px;margin-bottom:16px}.resume-section ul{padding-left:21px;line-height:1.72;color:var(--muted)}.resume-section li{margin-bottom:8px}.pub-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:24px}.pub-card{border:1px solid var(--line);border-radius:14px;padding:18px;background:white}.pub-card img{width:100%;height:300px;object-fit:contain;background:#fafafa;border-radius:8px;margin-bottom:14px}.quote{border-left:4px solid var(--gold);padding:5px 0 5px 20px;margin:24px 0;font-size:18px;line-height:1.7;color:#42566a}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.testimonial-card{border:1px solid var(--line);border-radius:15px;padding:26px;background:white}.empty-state{border:2px dashed #cdd9e2;border-radius:16px;padding:44px;text-align:center;background:#f9fbfc}.empty-state h2{font-size:30px}.empty-state p{max-width:700px;margin:14px auto;color:var(--muted);line-height:1.7}
footer{background:#061f31;color:white;padding:48px 0}.foot{display:grid;grid-template-columns:1.3fr 1fr auto;gap:32px;align-items:center}.foot h2{font-size:40px}.contact{line-height:2;color:#d8e4ec}.contact a{color:white}.fine{font-size:12px;color:#91a7b7;margin-top:24px}
.modal-backdrop{position:fixed;inset:0;background:rgba(1,16,26,.72);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.modal-backdrop.open{display:flex}.modal{width:min(680px,96vw);max-height:92vh;overflow:auto;background:white;border-radius:18px;box-shadow:0 28px 90px rgba(0,0,0,.34);position:relative}.modal-head{background:var(--navy);color:white;padding:24px 28px}.modal-head h2{font-size:30px}.modal-body{padding:26px 28px 30px}.close{position:absolute;right:18px;top:16px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:transparent;color:white;font-size:22px;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/3}.field label{font-weight:700;font-size:13px}.field input,.field textarea{width:100%;border:1px solid #cbd7e0;border-radius:8px;padding:12px 13px;font:inherit}.field textarea{min-height:130px;resize:vertical}.hp{position:absolute;left:-10000px}.form-status{font-size:13px;margin-top:12px;min-height:20px}.form-status.ok{color:#087554}.form-status.err{color:#b42318}
@media(min-width:1800px){.container,.hero .inner{width:min(1740px,90vw)}.nav{height:98px}.brand{padding:9px 0}.brand img{width:285px;height:auto;max-height:72px}.navlinks{gap:34px;font-size:17px}.nav>.btn{font-size:16px;padding:15px 22px}.hero{min-height:700px}.hero-copy{width:760px;transform:translateX(-72px)}.hero h1{font-size:72px}.hero p{font-size:19px}.services{padding-top:24px}.card{padding:34px}.card h3{font-size:28px}.card p{font-size:17px}.icon{font-size:40px}.venture{font-size:16px}.venture small{font-size:14px}}
@media(max-width:1200px){.container,.hero .inner{width:min(1120px,92vw)}.navlinks{gap:18px;font-size:13px}.hero-copy{width:min(620px,56vw);transform:none}.hero h1{font-size:58px}.hero-media{width:72%}}
@media(max-width:900px){.navlinks{display:none}.nav .btn{margin-left:auto}.hero{min-height:650px}.hero-media{width:100%;opacity:.72}.hero-media:after{background:linear-gradient(90deg,rgba(6,37,58,.96) 0%,rgba(6,37,58,.86) 52%,rgba(6,37,58,.35) 100%)}.hero-copy{width:72%;transform:none}.cards3,.ventures,.testimonials-grid{grid-template-columns:1fr}.about,.history-grid,.foot,.content-grid{grid-template-columns:1fr}.sidebar-card{position:static}.history-gallery{grid-template-columns:1fr 1fr}.history-gallery img:nth-child(4){grid-column:1/3}.milestones{grid-template-columns:1fr 1fr}.section-head{align-items:start;flex-direction:column}}
@media(max-width:640px){.brand{padding:6px 0}.brand img{width:175px;height:auto;max-height:54px}.nav>.btn{display:none}.hero{min-height:690px;align-items:end}.hero-media{width:100%;height:100%}.hero-media img{object-position:58% center}.hero-media:after{background:linear-gradient(180deg,rgba(6,37,58,.18) 0%,rgba(6,37,58,.55) 35%,rgba(6,37,58,.96) 76%,var(--navy) 100%)}.hero .inner{padding:260px 0 52px}.hero-copy{width:100%}.hero h1{font-size:42px}.hero p{font-size:16px}.section-head h2,.history h2{font-size:36px}.history-gallery,.pub-grid{grid-template-columns:1fr}.history-gallery img:nth-child(4){grid-column:auto}.milestones{grid-template-columns:1fr}.testimonial-box{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.field.full{grid-column:1}.page-hero{padding:52px 0}.page-hero h1{font-size:40px}}
