:root{--navy:#061624;--navy2:#0a2135;--blue:#2c9cff;--blue2:#5db8ff;--text:#f7fbff;--muted:#b8c8d7;--ink:#08162a;--paper:#f8fbfe;--shell:1425px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--navy)}a{color:inherit;text-decoration:none}.page-shell{width:min(var(--shell),calc(100% - 110px));margin:0 auto}.hero{height:590px;position:relative;overflow:hidden;background:linear-gradient(90deg,#061624 0%,#071725 53%,#0a2031 100%)}.hero-photo{position:absolute;right:0;top:0;height:100%;width:58%;background:url('/assets/coastal-road.jpg') center 53%/cover no-repeat;filter:saturate(.9) brightness(.78)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#061624 0%,rgba(6,22,36,.98) 37%,rgba(6,22,36,.75) 54%,rgba(6,22,36,.23) 74%,rgba(4,14,24,.24) 100%),linear-gradient(180deg,rgba(3,13,22,.18),rgba(3,13,22,.08) 58%,rgba(3,13,22,.33))}.hero-shell{position:relative;height:100%}.topbar{height:96px;display:grid;grid-template-columns:330px 1fr 170px;align-items:center}.brand{display:inline-flex;align-items:center;gap:13px;width:max-content}.brand img{width:76px;height:auto}.brand-name{font-weight:760;font-size:37px;letter-spacing:-1.5px}.brand-name span{color:#2699ff}.top-links{display:flex;justify-content:center;gap:68px;font-size:16px;font-weight:600}.top-links a{height:74px;display:flex;align-items:center;border-bottom:3px solid transparent;transition:.2s}.top-links a:hover,.top-links .active{border-bottom-color:#2da3ff;color:#fff}.contact-button{justify-self:end;background:linear-gradient(135deg,#258ff5,#55b7ff);padding:16px 28px;border-radius:10px;font-weight:700;box-shadow:0 10px 24px rgba(24,139,239,.18)}.hero-copy{position:absolute;top:136px;left:0}.eyebrow{margin:0 0 20px;color:#a9c0d2;font-size:18px;font-weight:700;letter-spacing:3.7px}.hero h1{margin:0;font-size:66px;line-height:1.08;letter-spacing:-3.4px;font-weight:790}.hero h1 span{color:#2f9cf8}.lede{font-size:23px;line-height:1.56;color:#b8c8d7;margin:22px 0 26px}.hero-actions{display:flex;gap:34px}.button{height:64px;min-width:198px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:30px;font-size:18px;font-weight:700}.button.primary{background:linear-gradient(135deg,#2595f9,#49b1ff);box-shadow:0 12px 27px rgba(28,144,240,.17)}.button.primary span{font-size:30px;font-weight:400;line-height:1}.button.secondary{border:1.5px solid #9fb4c6;background:rgba(0,0,0,.12)}.ops-rail{position:absolute;right:6px;top:220px;width:270px;height:340px;display:flex;gap:30px}.rail-line{position:relative;width:2px;background:rgba(130,181,220,.4);height:310px}.rail-line span{position:absolute;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:#248fff;box-shadow:0 0 8px rgba(36,143,255,.5)}.rail-line span:nth-child(1){top:34px}.rail-line span:nth-child(2){top:113px}.rail-line span.big{top:191px;width:11px;height:11px}.rail-items{display:grid;grid-template-rows:77px 77px 88px 1fr;font-weight:700;letter-spacing:4px;font-size:17px}.rail-items div{display:flex;align-items:flex-start;padding-top:1px;gap:12px}.rail-items div b{width:8px;height:8px;background:#2599ff;border-radius:50%;margin-top:6px}.rail-items p{margin:0;color:#9db2c3;font-size:13px;line-height:1.75;letter-spacing:2.8px;font-weight:600}.services{background:linear-gradient(180deg,#f9fcff,#f3f8fc);color:var(--ink)}.service-grid{height:278px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.service-card{height:158px;display:grid;grid-template-columns:70px 1fr;gap:16px;padding:0 38px 0 0;border-right:1px solid #d7e4ee}.service-card+ .service-card{padding-left:44px}.service-card.last{border-right:0}.service-icon{color:#248ff1}.service-icon svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.service-card h2{font-size:22px;line-height:1.05;margin:2px 0 17px;letter-spacing:-.5px}.service-card p{font-size:18px;line-height:1.48;color:#40566b;margin:0}.footer{height:155px;background:linear-gradient(90deg,#061522,#071a2a);border-top:1px solid rgba(255,255,255,.04)}.footer-inner{height:100%;display:grid;grid-template-columns:420px 1fr 160px;align-items:center}.footer-brand img{width:64px}.footer-brand .brand-name{font-size:32px}.footer-brand-wrap p{margin:5px 0 0 76px;color:#9fb5c6;font-size:12px;letter-spacing:2.4px}.footer-nav{display:flex;justify-content:center;gap:52px;color:#b5c4d0;font-size:14px}.footer-nav a:hover{color:#fff}.socials{justify-self:end;padding-left:38px;border-left:1px solid rgba(174,201,220,.25);display:flex;gap:28px;color:#a9b8c7;font-weight:800;font-size:28px}.socials .yt{font-size:16px;display:grid;place-items:center;width:33px;height:23px;border-radius:7px;background:#9fb2c4;color:#071827;margin-top:5px}@media(max-width:1150px){.page-shell{width:min(100% - 48px,var(--shell))}.topbar{grid-template-columns:260px 1fr 140px}.top-links{gap:30px}.brand-name{font-size:30px}.brand img{width:62px}.hero h1{font-size:56px}.lede{font-size:20px}.ops-rail{display:none}.service-grid{grid-template-columns:repeat(2,1fr);height:auto;padding:35px 0}.service-card{border-bottom:1px solid #d7e4ee;border-right:0;padding:25px!important}.footer-inner{grid-template-columns:300px 1fr 120px}.footer-nav{gap:24px}}@media(max-width:760px){.hero{height:auto;min-height:720px}.hero-photo{width:100%;opacity:.34}.hero-shade{background:linear-gradient(180deg,rgba(6,22,36,.76),rgba(6,22,36,.98) 48%,#061624)}.topbar{height:82px;display:flex;justify-content:space-between}.top-links{display:none}.contact-button{font-size:13px;padding:12px 16px}.brand img{width:51px}.brand-name{font-size:26px}.hero-copy{position:relative;top:auto;padding-top:88px}.eyebrow{font-size:12px;letter-spacing:2.3px}.hero h1{font-size:48px;letter-spacing:-2.2px}.lede{font-size:18px}.wide-only{display:none}.hero-actions{flex-direction:column;gap:14px;width:230px}.button{height:55px}.service-grid{grid-template-columns:1fr;padding:20px 0}.service-card{height:auto;min-height:150px;border-bottom:1px solid #d7e4ee}.footer{height:auto}.footer-inner{grid-template-columns:1fr;gap:28px;padding:38px 0}.footer-nav{justify-content:flex-start;flex-wrap:wrap}.socials{justify-self:start;border-left:0;padding-left:0}.footer-brand-wrap p{margin-left:65px}}
