:root {
  --ink: #101213;
  --ink-soft: #191c1e;
  --paper: #f2f1ed;
  --paper-2: #deddd7;
  --line: rgba(255, 255, 255, 0.17);
  --accent: #ed1c24;
  --muted: #8d9193;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  padding: 0 3.3vw;
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: #fff;
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-size: 15px; font-weight: 700; letter-spacing: .04em; }
.brand strong { font-weight: 400; color: rgba(255,255,255,.66); }
.brand-logo { display: block; width: clamp(190px, 18vw, 285px); height: auto; max-height: 58px; object-fit: contain; object-position: left center; }
.brand-mark { position: relative; width: 34px; height: 25px; display: inline-block; transform: rotate(-7deg); }
.brand-mark i, .brand-mark b { position: absolute; inset: 1px 0; border: 3px solid transparent; border-radius: 50%; }
.brand-mark i { border-top-color: #9ca3a6; border-left-color: #9ca3a6; }
.brand-mark b { border-bottom-color: var(--accent); border-right-color: var(--accent); }
.desktop-nav { display: flex; gap: clamp(22px, 3.2vw, 54px); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.desktop-nav a { position: relative; padding: 35px 0 34px; color: rgba(255,255,255,.74); transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 100%; height: 2px; background: var(--accent); transition: right .25s ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.language { font-size: 11px; letter-spacing: .16em; color: rgba(255,255,255,.66); }
.header-cta { display: inline-flex; gap: 18px; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.header-cta span { color: var(--accent); font-size: 18px; }
.mobile-menu { display: none; position: relative; }

.hero { position: relative; min-height: 820px; height: 100svh; overflow: hidden; background: #171b1d; }
.hero-media { position: absolute; inset: 0; background-image: url('/hero-drone.png'); background-size: cover; background-position: center; transform: scale(1.015); animation: hero-in 1.4s cubic-bezier(.22,.61,.36,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,11,12,.94) 0%, rgba(9,11,12,.69) 38%, rgba(9,11,12,.13) 72%), linear-gradient(0deg, rgba(9,11,12,.72) 0%, transparent 38%); }
.hero-grid { position: absolute; inset: 88px 0 0; opacity: .14; background-image: linear-gradient(90deg, transparent calc(25% - 1px), rgba(255,255,255,.35) 25%, transparent calc(25% + 1px)), linear-gradient(90deg, transparent calc(75% - 1px), rgba(255,255,255,.35) 75%, transparent calc(75% + 1px)); }
.hero-content { position: relative; z-index: 2; width: min(700px, 78vw); padding: clamp(190px, 25vh, 285px) 0 150px 8.3vw; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 29px; font-size: 11px; text-transform: uppercase; letter-spacing: .22em; color: rgba(255,255,255,.74); }
.eyebrow span { width: 27px; height: 2px; background: var(--accent); }
.hero h1 { margin: 0; font-size: clamp(74px, 9.2vw, 148px); font-weight: 500; line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 em { font-style: normal; color: rgba(255,255,255,.32); }
.hero-copy { max-width: 545px; margin: 40px 0 0; padding-left: 4px; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.7); }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .16em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: #ff2931; }
.button-ghost { border: 1px solid rgba(255,255,255,.34); color: #fff; }
.button-ghost:hover { background: rgba(255,255,255,.09); }
.hero-meta { position: absolute; z-index: 3; left: 8.3vw; right: 8.3vw; bottom: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; max-width: 800px; }
.hero-meta div { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.28); display: flex; flex-direction: column; gap: 8px; }
.hero-meta small { font-size: 9px; letter-spacing: .18em; color: rgba(255,255,255,.43); }
.hero-meta strong { font-size: 12px; font-weight: 500; color: rgba(255,255,255,.83); }
.scroll-cue { position: absolute; z-index: 2; right: 3.3vw; bottom: 36px; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.scroll-cue span { font-size: 8px; letter-spacing: .2em; writing-mode: vertical-rl; color: rgba(255,255,255,.5); }
.scroll-cue i { width: 1px; height: 42px; background: linear-gradient(#fff, transparent); }

.section-light { background: var(--paper); color: var(--ink); }
.intro { padding: 110px 3.3vw 130px; }
.section-kicker { display: flex; align-items: center; gap: 20px; margin-bottom: 70px; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 700; color: #5d6162; }
.section-kicker span { width: 38px; padding-bottom: 9px; border-bottom: 2px solid var(--accent); color: var(--ink); }
.section-kicker.light { color: rgba(255,255,255,.5); }
.section-kicker.light span { color: #fff; }
.intro-heading { display: grid; grid-template-columns: minmax(0, 2fr) minmax(250px, .65fr); gap: 7vw; align-items: end; margin-bottom: 78px; padding-left: 4.8vw; }
.intro-heading h2, .company-copy h2, .contact-main h2 { margin: 0; font-size: clamp(44px, 5.7vw, 88px); font-weight: 500; line-height: 1.02; letter-spacing: -.055em; text-transform: uppercase; }
.intro-heading h2 em, .contact-main h2 em { font-style: normal; color: #a4a49f; }
.intro-heading p { margin: 0; padding-bottom: 8px; max-width: 390px; font-size: 15px; line-height: 1.75; color: #696d6e; }
.domain-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; }
.domain-card { position: relative; height: 500px; overflow: hidden; background: #25292b; color: #fff; }
.domain-card:nth-child(1) { grid-column: span 5; }
.domain-card:nth-child(2) { grid-column: span 4; }
.domain-card:nth-child(3) { grid-column: span 3; }
.domain-card:nth-child(4), .domain-card:nth-child(5) { grid-column: span 6; height: 330px; }
.domain-image { position: absolute; inset: 0; background-size: cover; background-position: center; filter: saturate(.65); transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.drone .domain-image { background-image: url('/hero-drone.png'); }
.robot .domain-image { background-image: url('/ground-robot.webp'); }
.sensor .domain-image, .radar .domain-image { background-image: url('/sensor-suite.webp'); }
.effector .domain-image { background: radial-gradient(circle at 68% 52%, rgba(237,28,36,.55) 0 2px, transparent 3px), repeating-radial-gradient(circle at 68% 52%, transparent 0 38px, rgba(255,255,255,.09) 39px 40px), linear-gradient(135deg, #2d3234, #0f1112); }
.domain-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,10,11,.88), rgba(9,10,11,.03) 65%), linear-gradient(90deg, rgba(0,0,0,.2), transparent); }
.domain-top { position: absolute; top: 0; left: 0; right: 0; padding: 23px 25px; border-bottom: 1px solid rgba(255,255,255,.22); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .2em; }
.domain-top span:first-child { color: rgba(255,255,255,.45); }
.domain-bottom { position: absolute; left: 25px; right: 25px; bottom: 26px; display: flex; align-items: flex-end; justify-content: space-between; }
.domain-bottom h3 { max-width: 280px; margin: 0; font-size: clamp(22px, 2.1vw, 34px); line-height: 1; font-weight: 500; text-transform: uppercase; letter-spacing: -.035em; }
.domain-bottom span { font-size: 25px; color: var(--accent); transform: translate(-5px, 5px); transition: transform .3s ease; }
.domain-card:hover .domain-image { transform: scale(1.05); filter: saturate(.9); }
.domain-card:hover .domain-bottom span { transform: translate(0, 0); }

.capability-section { padding: 110px 8.3vw 130px; background: #171a1c; }
.capability-lead { display: grid; grid-template-columns: 1fr 2fr; align-items: start; margin-bottom: 100px; }
.capability-lead > p { margin: 8px 0; color: #989c9e; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.capability-lead h2 { margin: 0; font-size: clamp(54px, 7vw, 108px); line-height: .92; font-weight: 500; letter-spacing: -.06em; text-transform: uppercase; }
.capability-list { border-top: 1px solid var(--line); }
.capability-row { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 3vw; padding: 58px 0 64px; border-bottom: 1px solid var(--line); }
.capability-index { font-size: 11px; color: var(--accent); letter-spacing: .15em; }
.capability-copy small { display: block; margin-bottom: 22px; color: #8d9294; font-size: 9px; letter-spacing: .18em; }
.capability-copy h3 { margin: 0; max-width: 680px; font-size: clamp(28px, 3.1vw, 48px); line-height: 1.05; font-weight: 500; letter-spacing: -.04em; text-transform: uppercase; }
.capability-copy p { max-width: 590px; margin: 25px 0 28px; color: #929698; font-size: 14px; line-height: 1.75; }
.capability-copy a, .text-link { display: inline-flex; gap: 25px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 8px; }
.capability-copy a span, .text-link span { color: var(--accent); }
.capability-metric { align-self: end; justify-self: end; display: flex; flex-direction: column; align-items: flex-end; }
.capability-metric strong { font-size: clamp(48px, 6vw, 88px); line-height: .8; font-weight: 400; letter-spacing: -.05em; color: #d5d7d6; }
.capability-metric span { margin-top: 16px; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: #777b7d; }

.company-section { min-height: 860px; display: grid; grid-template-columns: 1fr 1fr; }
.company-image { position: relative; min-height: 760px; overflow: hidden; background: linear-gradient(0deg, rgba(15,17,18,.3), rgba(15,17,18,.05)), url('/sensor-suite.webp') center / cover; }
.company-image::after { content: "SYSTEM / INTEGRATION"; position: absolute; left: 35px; bottom: 35px; font-size: 9px; letter-spacing: .2em; color: rgba(255,255,255,.7); }
.scan-line { position: absolute; top: 0; left: 0; right: 0; height: 1px; box-shadow: 0 0 15px var(--accent); background: rgba(255,70,70,.75); animation: scan 6s ease-in-out infinite; }
.company-copy { padding: 90px 7vw 80px; display: flex; flex-direction: column; justify-content: center; }
.company-copy .section-kicker { margin-bottom: 50px; }
.company-quote { max-width: 530px; margin: 0 0 50px; padding-left: 20px; border-left: 2px solid var(--accent); font-size: 15px; line-height: 1.65; color: #707374; }
.company-copy h2 { font-size: clamp(48px, 5.2vw, 82px); }
.company-copy > p:not(.company-quote) { max-width: 600px; margin: 32px 0 42px; font-size: 15px; line-height: 1.8; color: #676b6c; }
.company-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 27px 0 35px; border-top: 1px solid #c9c8c2; }
.company-points div { display: flex; gap: 14px; align-items: flex-start; }
.company-points strong { color: var(--accent); font-size: 9px; letter-spacing: .13em; }
.company-points span { font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.company-copy .text-link { align-self: flex-start; color: var(--ink); border-color: #888; }

.contact-section { position: relative; min-height: 720px; padding: 90px 8.3vw; overflow: hidden; background: #111314; display: grid; grid-template-columns: 1fr 2fr 1fr; }
.contact-section > .section-kicker { grid-column: 1 / -1; align-self: start; }
.contact-main { grid-column: 2; align-self: center; z-index: 2; }
.contact-main > p { margin: 0 0 22px; color: #8c9091; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; }
.contact-main h2 { font-size: clamp(62px, 7.4vw, 116px); }
.contact-main .button { margin-top: 42px; }
.contact-note { grid-column: 3; align-self: end; z-index: 2; display: flex; flex-direction: column; gap: 10px; padding-top: 16px; border-top: 1px solid var(--line); }
.contact-note small { font-size: 8px; letter-spacing: .18em; color: #6e7375; }
.contact-note a { font-size: 13px; }
.contact-note span { font-size: 11px; color: #85898a; }
.contact-orbit { position: absolute; width: 700px; height: 440px; left: 50%; top: 53%; transform: translate(-50%,-50%) rotate(-12deg); border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; inset: 55px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; }
.contact-orbit::after { inset: 118px; }
.contact-orbit i, .contact-orbit b { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px var(--accent); }
.contact-orbit i { left: 12%; top: 19%; }
.contact-orbit b { right: 6%; bottom: 29%; }

footer { min-height: 150px; padding: 38px 3.3vw; background: #0b0d0e; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.footer-brand { color: #fff; }
footer > p { margin: 0; justify-self: center; color: #686d6e; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
footer > div { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 13px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
footer > div span { color: #565a5c; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.07); } to { opacity: 1; transform: scale(1.015); } }
@keyframes scan { 0%, 100% { top: 4%; opacity: .25; } 50% { top: 96%; opacity: .75; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { width: 28px; height: 24px; list-style: none; cursor: pointer; display: flex; flex-direction: column; justify-content: center; gap: 7px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 26px; height: 1px; background: #fff; }
  .mobile-menu nav { position: absolute; top: 42px; right: 0; width: 230px; padding: 24px; display: flex; flex-direction: column; gap: 20px; background: rgba(13,15,16,.97); border: 1px solid var(--line); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
  .intro-heading { grid-template-columns: 1fr; }
  .intro-heading p { max-width: 600px; }
  .domain-card:nth-child(1), .domain-card:nth-child(2) { grid-column: span 6; }
  .domain-card:nth-child(3), .domain-card:nth-child(4), .domain-card:nth-child(5) { grid-column: span 4; height: 360px; }
  .company-section { grid-template-columns: .8fr 1.2fr; }
  .contact-section { grid-template-columns: .5fr 2fr .8fr; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; padding: 0 20px; }
  .brand { font-size: 12px; }
  .brand-logo { width: 190px; max-height: 46px; }
  .brand-mark { width: 29px; height: 21px; }
  .header-cta, .language { display: none; }
  .hero { min-height: 760px; }
  .hero-media { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,11,12,.88), rgba(9,11,12,.38)), linear-gradient(0deg, rgba(9,11,12,.85), transparent 55%); }
  .hero-content { width: 100%; padding: 180px 22px 180px; }
  .hero h1 { font-size: clamp(59px, 19vw, 82px); }
  .hero-copy { font-size: 14px; max-width: 92%; margin-top: 30px; }
  .hero-actions { flex-direction: column; width: fit-content; }
  .hero-meta { left: 22px; right: 22px; bottom: 28px; grid-template-columns: 1fr 1fr; }
  .hero-meta div:nth-child(2) { display: none; }
  .scroll-cue { display: none; }
  .intro, .capability-section, .contact-section { padding: 78px 22px; }
  .section-kicker { margin-bottom: 48px; }
  .intro-heading { padding-left: 0; margin-bottom: 52px; }
  .intro-heading h2 { font-size: 42px; }
  .domain-grid { display: flex; flex-direction: column; }
  .domain-card, .domain-card:nth-child(n) { width: 100%; height: 340px; }
  .capability-lead { display: block; margin-bottom: 60px; }
  .capability-lead > p { margin-bottom: 28px; }
  .capability-lead h2 { font-size: 49px; }
  .capability-row { grid-template-columns: 34px 1fr; padding: 42px 0; }
  .capability-metric { display: none; }
  .capability-copy h3 { font-size: 31px; }
  .company-section { display: flex; flex-direction: column; }
  .company-image { min-height: 480px; }
  .company-copy { padding: 72px 22px; }
  .company-copy h2 { font-size: 45px; }
  .company-points { grid-template-columns: 1fr; }
  .contact-section { min-height: 700px; display: flex; flex-direction: column; }
  .contact-main { margin: auto 0; }
  .contact-main h2 { font-size: 55px; }
  .contact-note { margin-top: 80px; }
  .contact-orbit { width: 480px; height: 310px; }
  footer { grid-template-columns: 1fr; gap: 30px; padding: 38px 22px; }
  footer > p { justify-self: start; }
  footer > div { justify-self: start; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
