-
- Drop your hero drone / devkit photo here
+
+
+
+
+
+
+
+
+
+
Navigation
+
Autonomous waypoint flight
+
+
+
+
+
+
Tracking
+
Lock on & follow targets
+
+
+
+
+
+
Alerts
+
Real-time event detection
+
+
+
+
+
+
Surveillance
+
Perimeter monitoring
+
+
diff --git a/style.css b/style.css
index 5ae221c..f97b15b 100644
--- a/style.css
+++ b/style.css
@@ -235,7 +235,9 @@ img { display: block; max-width: 100%; }
.hero {
position: relative;
overflow: hidden;
- padding: clamp(56px, 8vw, 104px) 0 0;
+ min-height: clamp(640px, 90vh, 940px);
+ display: flex;
+ flex-direction: column;
}
.hero-bg {
@@ -244,29 +246,20 @@ img { display: block; max-width: 100%; }
pointer-events: none;
}
-.hero-inner {
- position: relative;
+.drone-vision-bg {
+ position: absolute;
+ inset: 0;
z-index: 1;
- max-width: 1200px;
- margin: 0 auto;
- padding: 0 32px;
- text-align: center;
+ pointer-events: none;
}
-.hero h1 {
- font-size: clamp(52px, 9vw, 128px);
- font-weight: 800;
- letter-spacing: -0.045em;
- line-height: 0.92;
- margin-top: 22px;
-}
+html.dark .drone-vision-bg svg { filter: invert(1); }
-.hero p {
- font-size: clamp(18px, 2vw, 22px);
- line-height: 1.5;
- color: var(--ink-2);
- max-width: 660px;
- margin: 26px auto 0;
+.hero-caps-strip {
+ background: rgba(255,255,255,0.86);
+}
+html.dark .hero-caps-strip {
+ background: rgba(15,15,14,0.88);
}
.hero-ctas {