:root {
    --ink: #f2f5ef;
    --muted: #b9c0b4;
    --subtle: #7d877d;
    --carbon: #070a08;
    --panel: #101610;
    --line: rgba(242, 245, 239, 0.14);
    --line-strong: rgba(255, 122, 26, 0.42);
    --accent: #ff7a1a;
    --accent-soft: #ffb23f;
    --accent-deep: #a94707;
    --moss: #6f8f54;
    --shadow: rgba(0, 0, 0, 0.42);
    --mono: "JetBrains Mono", monospace;
    --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background: var(--carbon);
    font-family: var(--sans);
}

a {
    color: inherit;
    text-decoration: none;
}

.signal-canvas {
    position: fixed;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(7, 10, 8, 0.78), rgba(7, 10, 8, 0.96)),
    linear-gradient(110deg, #070a08 0%, #11170e 52%, #0a0e0b 100%);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px clamp(18px, 5vw, 64px);
    color: var(--ink);
    background: linear-gradient(180deg, rgba(7, 10, 8, 0.82), rgba(7, 10, 8, 0));
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    font-size: 1rem;
}

.brand-glyph {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    flex: 0 0 60px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2), 0 10px 26px rgba(255, 145, 48, 0.12);
}

.brand-glyph img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 8px 18px rgba(255, 145, 48, 0.12));
}

.site-nav {
    display: flex;
    gap: clamp(14px, 2.5vw, 32px);
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 600;
}

.site-nav a {
    transition: color 180ms ease;
}

.site-nav a:hover {
    color: var(--accent);
}

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: end;
    overflow: hidden;
    padding: 136px clamp(18px, 5vw, 64px) 54px;
    isolation: isolate;
}

.hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(7, 10, 8, 0.88) 0%, rgba(7, 10, 8, 0.64) 42%, rgba(7, 10, 8, 0.18) 100%),
    linear-gradient(0deg, rgba(7, 10, 8, 0.94) 0%, rgba(7, 10, 8, 0) 44%),
    repeating-linear-gradient(90deg, rgba(255, 122, 26, 0.08) 0 1px, transparent 1px 92px);
}

.hero-grid {
    position: absolute;
    inset: 0 0 0 36%;
    z-index: -1;
    opacity: 0.52;
    background: linear-gradient(rgba(255, 122, 26, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 122, 26, 0.14) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(90deg, transparent, #000 22%, #000 72%, transparent);
    transform: perspective(700px) rotateX(58deg) translateY(20%);
    transform-origin: center bottom;
    animation: gridDrift 12s linear infinite;
}

.drone-constellation {
    position: absolute;
    right: clamp(20px, 8vw, 120px);
    top: clamp(138px, 22vh, 220px);
    width: min(40vw, 480px);
    aspect-ratio: 1.45;
    opacity: 0.92;
    filter: drop-shadow(0 0 30px rgba(255, 122, 26, 0.12));
}

.radar-ring,
.radar-core,
.radar-sweep,
.axis-line,
.bar,
.signal-hit,
.signal-trace,
.gamma-panel,
.gamma-axis,
.gamma-bar {
    position: absolute;
}

.radar-ring {
    left: 50%;
    top: 50%;
    border: 1px solid rgba(255, 122, 26, 0.28);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ring-one {
    width: 118px;
    height: 118px;
}

.ring-two {
    width: 208px;
    height: 208px;
}

.ring-three {
    width: 312px;
    height: 312px;
    border-color: rgba(255, 122, 26, 0.18);
}

.radar-core {
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 178, 63, 1) 0%, rgba(255, 122, 26, 0.92) 58%, rgba(255, 122, 26, 0.1) 100%);
    box-shadow: 0 0 26px rgba(255, 122, 26, 0.72);
}

.radar-sweep {
    left: 50%;
    top: 50%;
    width: 332px;
    height: 332px;
    border-radius: 50%;
    background: conic-gradient(
    from 230deg,
    rgba(255, 122, 26, 0) 0deg,
    rgba(255, 122, 26, 0) 292deg,
    rgba(255, 122, 26, 0.12) 314deg,
    rgba(255, 178, 63, 0.34) 338deg,
    rgba(255, 122, 26, 0) 360deg
  );
    transform: translate(-50%, -50%) rotate(0deg);
    mix-blend-mode: screen;
    animation: radarSweep 5.8s linear infinite;
    mask-image: radial-gradient(circle, transparent 0 54px, #000 56px 100%);
}

.axis-line {
    background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.82), transparent);
}

.axis-horizontal {
    inset: 50% 3% auto;
    height: 1px;
}

.axis-vertical {
    left: 50%;
    top: 7%;
    bottom: 7%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255, 122, 26, 0.82), transparent);
}

.bar {
    width: 18px;
    border: 1px solid rgba(255, 122, 26, 0.62);
    box-shadow: 0 0 18px rgba(255, 122, 26, 0.12);
}

.bar::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    background: rgba(242, 245, 239, 0.42);
    transform: translateX(-50%);
}

.bar.bullish {
    border-color: rgba(151, 214, 106, 0.78);
    background: linear-gradient(180deg, rgba(151, 214, 106, 0.42), rgba(151, 214, 106, 0.14));
    box-shadow: 0 0 18px rgba(151, 214, 106, 0.14);
}

.bar.bearish {
    border-color: rgba(255, 122, 26, 0.72);
    background: linear-gradient(180deg, rgba(255, 178, 63, 0.46), rgba(255, 122, 26, 0.12));
    box-shadow: 0 0 18px rgba(255, 122, 26, 0.16);
}

.bar-a {
    left: 13%;
    top: 22%;
    height: 72px;
    border-bottom-width: 1px;
}

.bar-a::after {
    top: -14px;
    height: 24px;
}

.bar-b {
    left: 28%;
    top: 11%;
    height: 118px;
    border-bottom-width: 1px;
}

.bar-b::after {
    top: -18px;
    height: 30px;
}

.bar-c {
    left: 43%;
    top: 18%;
    height: 92px;
    border-bottom-width: 1px;
}

.bar-c::after {
    top: -16px;
    height: 24px;
}

.bar-d {
    left: 58%;
    top: 52%;
    height: 78px;
    border-bottom-width: 1px;
}

.bar-d::after {
    top: -10px;
    height: 108px;
}

.bar-e {
    left: 72%;
    top: 60%;
    height: 128px;
    border-bottom-width: 1px;
}

.bar-e::after {
    top: -14px;
    height: 164px;
}

.bar-f {
    left: 85%;
    top: 56%;
    height: 66px;
    border-bottom-width: 1px;
}

.bar-f::after {
    top: -12px;
    height: 104px;
}

.signal-hit {
    width: 24px;
    height: 24px;
    animation: ping 2.8s ease-in-out infinite;
}

.signal-hit::before {
    content: "";
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(255, 178, 63, 0.72);
    border-radius: 50%;
}

.signal-hit.long {
    background: linear-gradient(180deg, rgba(151, 214, 106, 0.98), rgba(255, 178, 63, 0.94));
    box-shadow: 0 0 30px rgba(151, 214, 106, 0.28);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.signal-hit.short {
    background: linear-gradient(180deg, rgba(255, 178, 63, 0.96), rgba(255, 122, 26, 0.92));
    box-shadow: 0 0 30px rgba(255, 122, 26, 0.34);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.hit-a {
    left: calc(28% - 3px);
    top: calc(11% - 30px);
}

.hit-b {
    left: calc(72% - 3px);
    top: calc(60% + 134px);
    animation-delay: 600ms;
}

.hit-c {
    left: calc(43% - 3px);
    top: calc(18% - 30px);
    animation-delay: 1200ms;
}

.signal-trace {
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 122, 26, 0.08), rgba(255, 178, 63, 0.84), rgba(255, 122, 26, 0.08));
    transform-origin: left center;
}

.trace-upper {
    left: 20%;
    top: 31%;
    width: 140px;
    transform: rotate(-22deg);
}

.trace-lower {
    left: 54%;
    top: 63%;
    width: 126px;
    transform: rotate(34deg);
}

.gamma-panel {
    left: 50%;
    top: 7%;
    bottom: 7%;
    width: 72px;
    transform: translateX(-50%);
    opacity: 0.52;
}

.gamma-axis,
.gamma-zero-line,
.gamma-zero-dot {
    position: absolute;
}

.gamma-axis {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(242, 245, 239, 0.2), transparent),
    repeating-linear-gradient(180deg, rgba(242, 245, 239, 0.14) 0 2px, transparent 2px 10px);
}

.gamma-zero-line {
    left: 50%;
    top: 50%;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(242, 245, 239, 0.24), transparent);
    transform: translateX(-50%);
}

.gamma-zero-dot {
    left: calc(50% - 4px);
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(222, 233, 244, 0.92);
    box-shadow: 0 0 10px rgba(222, 233, 244, 0.32);
}

.gamma-bar {
    left: 50%;
    height: 2px;
    border-radius: 999px;
    opacity: 0.82;
}

.gamma-bar.positive {
    background: linear-gradient(90deg, rgba(151, 214, 106, 0.12), rgba(151, 214, 106, 0.94));
    transform: translateX(0);
}

.gamma-bar.negative {
    background: linear-gradient(90deg, rgba(255, 122, 26, 0.94), rgba(255, 122, 26, 0.12));
    transform: translateX(-100%);
}

.gamma-g1 {
    top: 2%;
    width: 34px;
}

.gamma-g2 {
    top: 7%;
    width: 14px;
}

.gamma-g3 {
    top: 12%;
    width: 20px;
}

.gamma-g4 {
    top: 18%;
    width: 12px;
}

.gamma-g5 {
    top: 24%;
    width: 28px;
}

.gamma-g6 {
    top: 30%;
    width: 16px;
}

.gamma-g7 {
    top: 37%;
    width: 24px;
}

.gamma-g8 {
    top: 44%;
    width: 30px;
}

.gamma-g9 {
    top: 49.5%;
    width: 10px;
}

.gamma-g10 {
    top: 55%;
    width: 20px;
}

.gamma-g11 {
    top: 62%;
    width: 18px;
}

.gamma-g12 {
    top: 69%;
    width: 12px;
}

.gamma-g13 {
    top: 76%;
    width: 18px;
}

.gamma-g14 {
    top: 83%;
    width: 14px;
}

.gamma-g15 {
    top: 89%;
    width: 12px;
}

.gamma-g16 {
    top: 95%;
    width: 8px;
}

.hero-content {
    width: min(760px, 100%);
    padding-bottom: 38px;
}

.eyebrow,
.section-kicker {
    margin: 0 0 18px;
    color: var(--accent);
    font-family: var(--mono);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1 {
    margin: 0;
    font-size: clamp(4rem, 13vw, 11rem);
    line-height: 0.84;
    font-weight: 800;
}

h2 {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 5.2rem);
    line-height: 0.94;
    font-weight: 800;
}

h3 {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    line-height: 1.08;
}

p {
    line-height: 1.7;
}

.hero-lede {
    max-width: 680px;
    margin: 28px 0 0;
    color: var(--muted);
    font-size: clamp(1.05rem, 2vw, 1.38rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 20px;
    font-weight: 800;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    color: var(--carbon);
    background: linear-gradient(135deg, var(--accent), var(--accent-soft));
    border: 0;
    box-shadow: 0 18px 44px rgba(255, 122, 26, 0.2);
}

.button-secondary {
    border: 1px solid var(--line);
    color: var(--ink);
    background: rgba(242, 245, 239, 0.05);
}

.button-secondary:hover {
    border-color: var(--line-strong);
}

.hero-caption {
    max-width: 440px;
    margin: 0 0 0 auto;
    color: var(--muted);
    font-size: 0.96rem;
}

.section {
    padding: clamp(76px, 12vw, 150px) clamp(18px, 5vw, 64px);
}

.intro {
    border-top: 1px solid var(--line);
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.72fr);
    gap: clamp(34px, 7vw, 96px);
    align-items: start;
}

.section-copy {
    color: var(--muted);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.identity-strip {
    display: grid;
    grid-template-columns: minmax(520px, 720px) minmax(260px, 440px);
    gap: clamp(20px, 3vw, 40px);
    align-items: center;
    margin-top: clamp(48px, 8vw, 108px);
    padding-top: clamp(34px, 5vw, 64px);
    border-top: 1px solid var(--line);
}

.systems-visual {
    position: relative;
    min-height: 520px;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: radial-gradient(circle at 50% 46%, rgba(255, 178, 63, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(20, 28, 20, 0.95), rgba(9, 13, 10, 0.98));
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), 0 0 110px rgba(255, 122, 26, 0.16);
}

.systems-grid,
.systems-orbit,
.systems-node,
.systems-link,
.systems-halo {
    position: absolute;
}

.systems-grid {
    inset: 0;
    background: linear-gradient(rgba(255, 178, 63, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 178, 63, 0.08) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 100%);
}

.systems-orbit {
    border: 1px solid rgba(255, 178, 63, 0.24);
    border-radius: 999px;
    animation: systemsLoop 9s ease-in-out infinite;
}

.orbit-a {
    inset: 18% 12%;
}

.orbit-b {
    inset: 28% 21%;
    animation-delay: 1.2s;
}

.orbit-c {
    inset: 12% 7%;
    border-color: rgba(151, 214, 106, 0.14);
    animation-delay: 2.2s;
}

.systems-node {
    display: grid;
    place-items: center;
    min-width: 84px;
    height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(242, 245, 239, 0.2);
    border-radius: 999px;
    background: rgba(10, 14, 11, 0.78);
    color: var(--ink);
    font-family: var(--mono);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 0 24px rgba(255, 178, 63, 0.08);
}

.node-ingest {
    left: 0.5%;
    top: 50%;
    transform: translateY(-50%);
}

.node-sense {
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}

.node-route {
    left: 43%;
    top: 24%;
}

.node-decide {
    left: 43%;
    top: 50%;
    transform: translateY(-50%);
}

.node-review {
    bottom: 25%;
    left: 43%;
}

.node-execute {
    left: 67%;
    top: 50%;
    transform: translateY(-50%);
}

.node-audit {
    left: 85%;
    top: 50%;
    transform: translateY(-50%);
}

.systems-link {
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 178, 63, 0.12), rgba(255, 214, 138, 0.56), rgba(255, 178, 63, 0.12));
    transform-origin: left center;
    overflow: visible;
}

.systems-link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 22px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 178, 63, 0), rgba(255, 214, 138, 0.96), rgba(255, 178, 63, 0));
    transform: translateY(-50%);
    animation: systemsFlow 2.8s linear infinite;
}

.link-a {
    left: 15%;
    top: 50%;
    width: 40px;
}

.link-b {
    left: 34%;
    top: 43%;
    width: 92px;
    transform: rotate(-45deg);
}

.link-c {
    left: 34%;
    top: 50%;
    width: 60px;
}

.link-d {
    left: 34%;
    top: 57%;
    width: 92px;
    transform: rotate(45deg);
}

.link-e {
    left: 56.5%;
    top: 33%;
    width: 92px;
    transform: rotate(45deg);
}

.link-f {
    left: 58%;
    top: 50%;
    width: 60px;
}

.link-g {
    left: 56.5%;
    top: 67%;
    width: 92px;
    transform: rotate(-45deg);
}

.link-h {
    left: 81.5%;
    top: 50%;
    width: 40px;
}

.link-i {
    left: 88.5%;
    top: 50%;
    width: 22px;
}

.systems-halo {
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 214, 138, 0.18);
    border-radius: 50%;
    animation: systemsOrbit 4.6s ease-in-out infinite;
}

.halo-sense {
    left: calc(27.5% + 8px);
    top: calc(50% - 14px);
}

.halo-route {
    left: calc(50.5% + 18px);
    top: calc(24% - 13px);
    animation-delay: 900ms;
}

.halo-review {
    left: calc(50.5% + 18px);
    top: calc(78% - 13px);
    animation-delay: 1.8s;
}

.identity-copy {
    display: grid;
    gap: 20px;
    max-width: 34rem;
}

.identity-copy p {
    margin: 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.45vw, 1.14rem);
    line-height: 1.72;
}

.section-copy p:first-child,
.research-copy p,
.service-header p,
.final-cta p {
    margin-top: 0;
}

.service-band {
    background: linear-gradient(180deg, rgba(16, 22, 16, 0.82), rgba(7, 10, 8, 0.95)),
    repeating-linear-gradient(135deg, rgba(242, 245, 239, 0.05) 0 1px, transparent 1px 18px);
    border-block: 1px solid var(--line);
}

.service-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: clamp(24px, 5vw, 72px);
    align-items: end;
    margin-bottom: clamp(42px, 7vw, 84px);
}

.service-header p {
    color: var(--muted);
    font-size: 1.1rem;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line);
}

.service-list article {
    padding: clamp(26px, 4vw, 48px) clamp(10px, 3vw, 34px);
    border-right: 1px solid var(--line);
}

.service-list article:first-child {
    padding-left: 0;
}

.service-list article:last-child {
    border-right: 0;
    padding-right: 0;
}

.service-list span {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--accent);
    font-family: var(--mono);
    font-weight: 700;
}

.service-list p {
    margin: 18px 0 0;
    color: var(--muted);
}

.agents {
    border-bottom: 1px solid var(--line);
    background: linear-gradient(135deg, rgba(255, 122, 26, 0.13), rgba(7, 10, 8, 0.94) 42%, rgba(16, 22, 16, 0.82)),
    repeating-linear-gradient(90deg, rgba(242, 245, 239, 0.06) 0 1px, transparent 1px 86px);
}

.agents-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
    gap: clamp(34px, 7vw, 96px);
    align-items: end;
}

.agents-layout p {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.55vw, 1.2rem);
}

.agent-console {
    display: grid;
    gap: 0;
    border-block: 1px solid var(--line-strong);
}

.agent-console p {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-family: var(--mono);
    font-size: clamp(0.82rem, 1.2vw, 0.98rem);
    line-height: 1.6;
}

.agent-console p:last-child {
    border-bottom: 0;
}

.agent-console span,
.agent-lanes span {
    display: block;
    margin-bottom: 8px;
    color: var(--accent);
    font-family: var(--mono);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.agent-lanes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 4vw, 56px);
    margin-top: clamp(46px, 7vw, 84px);
    border-top: 1px solid var(--line);
}

.agent-lanes article {
    padding-top: 28px;
}

.agent-lanes p {
    margin: 16px 0 0;
    color: var(--muted);
}

.research {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
    gap: clamp(36px, 8vw, 120px);
    align-items: center;
}

.research-visual {
    position: sticky;
    top: 110px;
    min-height: 520px;
    border-left: 1px solid var(--line-strong);
    background:
        radial-gradient(circle at 42% 40%, rgba(255, 178, 63, 0.18), transparent 32%),
        radial-gradient(circle at 68% 58%, rgba(151, 214, 106, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(19, 26, 19, 0.74), rgba(7, 10, 8, 0.94));
    overflow: hidden;
}

.terrain-ambient,
.terrain-mesh,
.terrain-contour,
.terrain-crest,
.terrain-particle {
    position: absolute;
}

.terrain-ambient {
    inset: 12% 8% 10%;
    border-radius: 28px;
    background:
        radial-gradient(circle at 28% 62%, rgba(151, 214, 106, 0.22), transparent 22%),
        radial-gradient(circle at 64% 34%, rgba(255, 214, 138, 0.24), transparent 26%),
        radial-gradient(circle at 56% 54%, rgba(255, 122, 26, 0.2), transparent 36%);
    filter: blur(18px);
    animation: terrainGlow 9s ease-in-out infinite;
}

.terrain-mesh {
    left: 8%;
    right: 8%;
    border: 1px solid rgba(255, 178, 63, 0.26);
    border-radius: 18px;
    transform: perspective(900px) rotateX(66deg);
    transform-origin: center bottom;
    background:
        linear-gradient(rgba(255, 214, 138, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 214, 138, 0.12) 1px, transparent 1px);
    background-size: 48px 36px;
    box-shadow: inset 0 0 62px rgba(255, 178, 63, 0.1), 0 0 40px rgba(255, 178, 63, 0.06);
}

.mesh-back {
    top: 21%;
    bottom: 12%;
    opacity: 0.46;
    animation: terrainParallax 11s ease-in-out infinite;
}

.mesh-mid {
    top: 32%;
    bottom: 18%;
    left: 14%;
    right: 14%;
    opacity: 0.58;
    animation: terrainParallax 9s ease-in-out infinite 600ms;
}

.mesh-front {
    top: 45%;
    bottom: 24%;
    left: 20%;
    right: 20%;
    opacity: 0.68;
    animation: terrainParallax 8s ease-in-out infinite 1.2s;
}

.terrain-contour {
    left: 12%;
    right: 12%;
    height: 132px;
    border: 1px solid rgba(255, 178, 63, 0.28);
    border-radius: 999px;
    transform: perspective(900px) rotateX(66deg);
    transform-origin: center bottom;
}

.contour-back {
    top: 24%;
    opacity: 0.42;
}

.contour-mid {
    top: 40%;
    opacity: 0.52;
}

.contour-front {
    top: 57%;
    opacity: 0.62;
}

.terrain-crest {
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 178, 63, 0.02), rgba(255, 233, 178, 0.98), rgba(151, 214, 106, 0.34), rgba(255, 178, 63, 0.02));
    border-radius: 999px;
    transform-origin: left center;
    filter: blur(0.1px);
    box-shadow: 0 0 16px rgba(255, 214, 138, 0.16);
}

.crest-a {
    left: 18%;
    top: 36%;
    width: 56%;
    transform: rotate(-11deg);
}

.crest-b {
    left: 20%;
    top: 51%;
    width: 46%;
    transform: rotate(7deg);
}

.crest-c {
    left: 34%;
    top: 66%;
    width: 34%;
    transform: rotate(-3deg);
}

.terrain-particle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 233, 178, 0.92);
    box-shadow: 0 0 24px rgba(255, 214, 138, 0.24);
    animation: particleDrift 12s ease-in-out infinite;
}

.particle-a {
    left: 18%;
    top: 28%;
}

.particle-b {
    left: 62%;
    top: 24%;
    background: rgba(151, 214, 106, 0.76);
    animation-delay: 1.2s;
}

.particle-c {
    left: 74%;
    top: 48%;
    animation-delay: 2.3s;
}

.particle-d {
    left: 36%;
    top: 60%;
    background: rgba(151, 214, 106, 0.72);
    animation-delay: 3s;
}

.particle-e {
    left: 52%;
    top: 40%;
    animation-delay: 4.1s;
}

.research-copy {
    max-width: 760px;
}

.research-copy p {
    color: var(--muted);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.research-points {
    display: grid;
    gap: 0;
    margin: 44px 0 0;
    border-top: 1px solid var(--line);
}

.research-points div {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
}

.research-points dt {
    color: var(--ink);
    font-weight: 800;
}

.research-points dd {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.final-cta {
    min-height: 70svh;
    display: grid;
    align-content: center;
    justify-items: start;
    border-top: 1px solid var(--line);
    background: linear-gradient(90deg, rgba(255, 122, 26, 0.18), rgba(7, 10, 8, 0.76) 44%, rgba(7, 10, 8, 0.98)),
    repeating-linear-gradient(90deg, rgba(255, 122, 26, 0.14) 0 1px, transparent 1px 120px);
}

.final-cta h2 {
    width: min(1040px, 100%);
}

.final-cta p {
    max-width: 650px;
    color: var(--muted);
    font-size: 1.12rem;
}

.contact-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: clamp(18px, 4vw, 46px);
    align-items: end;
    width: min(1080px, 100%);
    margin-top: 38px;
    padding-top: 30px;
    border-top: 1px solid var(--line-strong);
}

.contact-panel span {
    display: block;
    margin-bottom: 10px;
    color: var(--accent);
    font-family: var(--mono);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-email,
.contact-panel address {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.05rem, 2vw, 1.5rem);
    font-style: normal;
    font-weight: 800;
    line-height: 1.35;
}

.contact-email {
    display: block;
    overflow-wrap: anywhere;
}

.copy-email {
    cursor: pointer;
    font: inherit;
    white-space: nowrap;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    padding: 26px clamp(18px, 5vw, 64px);
    border-top: 1px solid var(--line);
    color: var(--subtle);
    font-size: 0.9rem;
}

.reveal,
.reveal-delay {
    opacity: 0;
    transform: translateY(18px);
    animation: revealUp 800ms ease forwards;
}

.reveal-delay {
    animation-delay: 240ms;
}

@keyframes revealUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gridDrift {
    to {
        background-position: 0 68px, 68px 0;
    }
}

@keyframes radarSweep {
    from {
        transform: translate(-50%, -50%) rotate(-26deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(334deg);
    }
}

@keyframes ping {
    50% {
        transform: scale(1.24);
        background: rgba(255, 178, 63, 0.42);
    }
}

@keyframes systemsPulse {
    50% {
        transform: scale(1.4);
        opacity: 0.58;
    }
}

@keyframes systemsOrbit {
    50% {
        transform: scale(1.12);
        opacity: 0.54;
    }
}

@keyframes systemsFlow {
    from {
        transform: translate(-14px, -50%);
    }

    to {
        transform: translate(calc(100% + 14px), -50%);
    }
}

@keyframes systemsLoop {
  50% {
    transform: scale(1.015) rotate(-1.2deg);
    opacity: 0.82;
  }
}

@keyframes surfaceShift {
  50% {
    transform: perspective(840px) rotateX(58deg) translateY(-8px) scaleX(0.98);
    opacity: 0.82;
  }
}

@keyframes routeSweep {
  50% {
    opacity: 0.92;
    border-color: rgba(255, 214, 138, 0.76);
  }
}

@keyframes droneSurvey {
  0% {
    transform: translate(0, 0);
  }

  33% {
    transform: translate(58px, 34px);
  }

  66% {
    transform: translate(-22px, 112px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes terrainGlow {
  50% {
    opacity: 0.88;
    transform: scale(1.03);
  }
}

@keyframes terrainParallax {
  50% {
    transform: perspective(900px) rotateX(66deg) translateY(-10px) scaleX(0.985);
  }
}

@keyframes particleDrift {
  50% {
    transform: translate(12px, -10px);
    opacity: 0.58;
  }
}

@keyframes lineScan {
    50% {
        transform: translateY(-16px) scaleX(0.92);
        opacity: 0.72;
    }
}

@media (max-width: 900px) {
    .site-header {
        align-items: flex-start;
    }

    .site-nav {
        flex-wrap: wrap;
        justify-content: flex-end;
        max-width: 280px;
    }

    .hero {
        min-height: 92svh;
        padding-top: 128px;
    }

    .drone-constellation {
        right: -48px;
        top: 126px;
        width: 420px;
        opacity: 0.62;
    }

    .hero-caption {
        margin: 24px 0 0;
    }

    .split,
    .service-header,
    .identity-strip,
    .agents-layout,
    .research {
        grid-template-columns: 1fr;
    }

    .agent-lanes {
        grid-template-columns: 1fr;
    }

    .service-list {
        grid-template-columns: 1fr;
    }

    .service-list article,
    .service-list article:first-child,
    .service-list article:last-child {
        padding: 28px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .service-list article:last-child {
        border-bottom: 0;
    }

    .research-visual {
        position: relative;
        top: 0;
        min-height: 340px;
    }

    .contact-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .site-header {
        position: absolute;
        padding-top: 16px;
    }

    .site-nav {
        display: none;
    }

    .hero {
        min-height: 100svh;
        padding-bottom: 34px;
    }

    h1 {
        font-size: clamp(3.3rem, 19vw, 5.4rem);
    }

    h2 {
        font-size: clamp(2rem, 12vw, 3.2rem);
    }

    .hero-actions,
    .button {
        width: 100%;
    }

    .drone-constellation {
        width: 320px;
        top: 118px;
        right: -118px;
    }

    .research-points div {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .site-footer {
        flex-direction: column;
    }
}

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