:root{--navy:#071a2c;--navy-2:#0b2742;--ink:#0a2242;--blue:#058bf0;--blue-2:#19a8ff;--white:#fff;--muted:#526177;--line:#dbe3eb;--shadow:0 10px 30px rgba(0,22,45,.18)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.48}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{height:80px;background:rgba(5,22,38,.98);color:#fff;display:flex;align-items:center;padding:0 max(5vw,24px);position:sticky;top:0;z-index:20;box-shadow:0 4px 18px rgba(0,0,0,.18)}.brand{display:flex;align-items:center;gap:16px;min-width:350px}.eye{width:104px;height:58px;background:#0397f5;display:grid;place-items:center;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.eye:before{content:"";width:78px;height:46px;background:#fff;clip-path:polygon(50% 5%,95% 50%,50% 95%,5% 50%);position:absolute}.eye span{z-index:1;width:36px;height:36px;border:10px solid #0b1b2d;border-radius:50%;background:#fff}.brand-copy{font-size:15px;line-height:.96;letter-spacing:.3px;white-space:nowrap}.brand-copy strong{display:block;font-size:27px;line-height:1}.brand-copy b{font-size:27px;color:var(--blue)}.brand-copy small{font-size:15px}.site-nav{margin-left:auto;display:flex;align-items:stretch;height:100%}.site-nav a{display:grid;place-items:center;text-transform:uppercase;font-size:13px;padding:0 25px;border-bottom:2px solid transparent}.site-nav a:hover,.site-nav a.active{color:var(--blue-2);border-bottom-color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:linear-gradient(135deg,var(--blue),#0578df);color:#fff;text-transform:uppercase;font-weight:700;font-size:14px;letter-spacing:.35px;padding:13px 26px;border-radius:3px;border:0;cursor:pointer;box-shadow:0 7px 18px rgba(0,107,215,.2);transition:.2s transform,.2s filter}.button:hover{filter:brightness(1.1);transform:translateY(-1px)}.button span{font-size:26px;line-height:12px}.quote-button{margin-left:32px;padding:13px 22px}.quote-button span{font-size:16px}.menu-toggle{display:none}
.hero{height:500px;position:relative;background:url('assets/wide-bay-sunset.jpg') center/cover no-repeat;color:#fff;display:flex;align-items:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,12,22,.82),rgba(2,12,22,.2) 55%,rgba(2,12,22,.16))}.hero-content{position:relative;width:min(1250px,82vw);margin:auto}.hero h1{margin:0;text-transform:uppercase;font-size:61px;line-height:.9;letter-spacing:1px;text-shadow:0 2px 6px rgba(0,0,0,.3)}.hero h1 span{font-size:.63em;font-weight:400;white-space:nowrap}.hero p{font-size:22px;line-height:1.3;margin:22px 0 18px;text-shadow:0 1px 3px #000}.hero .button{min-width:165px}
.service-strip{display:grid;grid-template-columns:repeat(6,1fr);max-width:1280px;margin:auto;background:#fff}.service-strip a{min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-transform:uppercase;border-right:1px solid var(--line);font-size:14px;line-height:1.25;transition:.2s color,.2s background}.service-strip a:last-child{border-right:0}.service-strip a:hover{color:var(--blue);background:#f6fbff}.service-strip .icon{font-size:39px;line-height:1;margin-bottom:8px;color:#0b376d}.service-strip .drone-mark{font-size:44px}
.section{padding:64px max(7vw,28px)}.about,.drone-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about{background:#fff}.copy{max-width:620px}.eyebrow{text-transform:uppercase;letter-spacing:2px;color:var(--blue);font-weight:700;font-size:13px;margin:0 0 8px}.section h2{text-transform:uppercase;font-size:29px;line-height:1.15;letter-spacing:.8px;margin:0 0 16px}.section p{font-size:16px;color:#33445a;margin:0 0 10px}.about img,.drone-section img{width:100%;height:310px;object-fit:cover;box-shadow:var(--shadow)}.about .button{margin-top:10px}.drone-section{background:radial-gradient(circle at 75% 10%,#123958,#071a2c 60%);color:#fff}.drone-section .copy{max-width:680px}.drone-section p{color:#e1ebf5}.drone-section ul{columns:2;gap:30px;padding:0;list-style:none;margin:12px 0 22px}.drone-section li{break-inside:avoid;margin:7px 0;padding-left:24px;font-size:14px}.drone-section li:before{content:"✓";color:var(--blue-2);font-weight:bold;margin-left:-24px;margin-right:10px}.outline{background:transparent;border:2px solid var(--blue);box-shadow:none}
.regions{background:#f1f6fa;display:flex;align-items:center;justify-content:space-between;gap:50px}.regions>div{max-width:760px}.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;background:#fff}.contact-intro p{max-width:480px}.privacy-note{margin-top:28px;padding:17px 20px;border-left:4px solid var(--blue);background:#f1f7fb;font-weight:700;letter-spacing:.4px}.contact form{background:#f4f7fa;padding:30px;box-shadow:var(--shadow)}label{display:block;font-weight:700;font-size:14px;margin-bottom:17px}input,textarea{display:block;width:100%;margin-top:7px;padding:12px 13px;border:1px solid #b9c7d4;border-radius:2px;background:white;color:#071a2c;font:inherit}input:focus,textarea:focus{outline:3px solid rgba(0,143,240,.2);border-color:var(--blue)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-status{margin:12px 0 0!important;color:#087a3d!important;font-weight:700}footer{background:#041321;color:#b9c7d4;padding:34px max(7vw,28px);display:flex;align-items:center;justify-content:space-between;gap:25px}footer .brand{min-width:auto;transform:scale(.72);transform-origin:left center}.footer-brand .eye{position:relative}footer p{font-size:13px}
@media(max-width:1100px){.site-nav a{padding:0 13px}.quote-button{margin-left:15px}.brand{min-width:300px}.eye{width:82px;height:50px}.brand-copy strong,.brand-copy b{font-size:22px}.hero-content{width:88vw}.hero h1{font-size:54px}.section{padding:55px 6vw}.about,.drone-section{gap:40px}}
@media(max-width:860px){html{scroll-padding-top:68px}.site-header{height:68px;padding:0 18px}.brand{min-width:0;gap:10px}.eye{width:63px;height:42px}.eye:before{width:49px;height:33px}.eye span{width:26px;height:26px;border-width:7px}.brand-copy strong,.brand-copy b{font-size:18px}.brand-copy small{font-size:11px}.menu-toggle{display:grid;gap:5px;margin-left:auto;background:transparent;border:0;padding:12px;z-index:2}.menu-toggle span:not(.sr-only){display:block;width:26px;height:2px;background:#fff}.site-nav{display:none;position:absolute;left:0;right:0;top:68px;height:auto;background:#061b2d;padding:10px 18px 18px;box-shadow:0 12px 20px rgba(0,0,0,.25)}.site-nav.open{display:block}.site-nav a{display:block;padding:15px 8px;border-bottom:1px solid rgba(255,255,255,.1)}.quote-button{display:none}.hero{height:520px}.hero-content{width:calc(100% - 40px)}.hero h1{font-size:45px}.hero p{font-size:18px}.service-strip{grid-template-columns:repeat(2,1fr)}.service-strip a{border-bottom:1px solid var(--line);min-height:120px}.about,.drone-section{grid-template-columns:1fr;gap:30px}.about img{order:-1}.drone-section ul{columns:1}.regions{align-items:flex-start;flex-direction:column;gap:20px}.contact{grid-template-columns:1fr;gap:32px}.section{padding:48px 22px}footer{flex-direction:column;align-items:flex-start}.desktop-only{display:none}}
@media(max-width:480px){.brand-copy strong,.brand-copy b{font-size:15px}.brand-copy small{font-size:9px}.eye{width:54px;height:38px}.hero{height:470px}.hero h1{font-size:37px}.hero h1 span{font-size:.56em}.hero p{font-size:17px}.service-strip .icon{font-size:33px}.service-strip a{font-size:12px}.section h2{font-size:25px}.about img,.drone-section img{height:230px}.form-grid{grid-template-columns:1fr}.contact form{padding:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.eye{background:transparent;clip-path:none;filter:drop-shadow(0 0 6px rgba(0,151,245,.5))}.eye:before{content:none}.eye img{width:100%;height:100%;object-fit:contain}
.hero .hero-credential{display:inline-block;margin:0 0 20px;padding:7px 11px;border-left:3px solid var(--blue-2);background:rgba(4,19,33,.72);font-size:14px;font-weight:700;letter-spacing:.55px;text-transform:uppercase}.hero .button{display:flex;width:max-content}.credentials{display:flex;flex-wrap:wrap;gap:8px 22px;margin:18px 0 6px;padding:14px 17px;border-left:4px solid var(--blue);background:#f1f7fb;color:var(--ink);font-size:14px}.credentials strong{color:#087fcf}.footer-details{text-align:right}.footer-details p{margin:2px 0}.footer-details p:first-child{color:#fff;font-weight:700}
@media(max-width:860px){.hero .hero-credential{font-size:12px}.footer-details{text-align:left}}
