:root {
  --ink: #07121f;
  --ink-soft: #0d1d2f;
  --blue: #22b8e6;
  --blue-bright: #76ddf7;
  --paper: #f2f1eb;
  --muted: #8e9aaa;
  --line: rgba(255, 255, 255, 0.15);
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #eef6fb; background: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
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; }
.noise { position: fixed; inset: 0; z-index: 20; opacity: .045; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; height: 92px; padding: 0 clamp(24px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: .78; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--blue); clip-path: polygon(0 0, 78% 0, 100% 22%, 100% 100%, 22% 100%, 0 78%); font: 800 29px/1 var(--display); }
.brand-copy { display: flex; flex-direction: column; font-family: var(--display); letter-spacing: .06em; }
.brand-copy strong { font-size: 22px; }
.brand-copy span { color: var(--blue); font-size: 15px; font-weight: 700; letter-spacing: .12em; margin-top: 6px; }
.site-nav { display: flex; align-items: center; gap: clamp(25px, 3vw, 48px); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a:not(.nav-call) { position: relative; }
.site-nav a:not(.nav-call)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-call { color: var(--blue-bright); border-left: 1px solid var(--line); padding-left: clamp(25px, 3vw, 48px); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }

.hero { min-height: 820px; height: 100vh; max-height: 980px; padding: 92px clamp(24px, 7vw, 112px) 0; position: relative; overflow: hidden; background: radial-gradient(circle at 80% 42%, rgba(19, 126, 170, .17), transparent 34%), linear-gradient(125deg, #07121f 20%, #0a1929 100%); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; }
.hero::before { content: ""; position: absolute; left: -11vw; bottom: -17vw; width: 42vw; height: 42vw; border: 1px solid rgba(34, 184, 230, .1); transform: rotate(45deg); }
.hero-grid { position: absolute; inset: 92px 0 0 52%; opacity: .1; background-image: linear-gradient(rgba(118,221,247,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(118,221,247,.22) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to left, black, transparent); }
.hero-copy { position: relative; z-index: 2; max-width: 720px; padding-bottom: 70px; }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 11px; color: var(--blue-bright); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font: 700 clamp(70px, 8.2vw, 132px)/.78 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
h1 em { color: var(--blue); font-style: italic; font-weight: 600; }
.hero-intro { max-width: 590px; color: #aebbc7; font-size: clamp(16px, 1.3vw, 19px); }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 32px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 800; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button-primary { padding: 0 28px; color: var(--ink); background: var(--blue); clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); }
.button-primary:hover { transform: translateY(-3px); background: var(--blue-bright); }
.button-link { gap: 10px; }
.button-link svg { width: 18px; fill: var(--blue); }

.hero-visual { position: relative; height: 560px; align-self: center; }
.radar { position: absolute; width: 530px; height: 530px; left: 50%; top: 50%; transform: translate(-43%, -54%); border-radius: 50%; border: 1px solid rgba(118, 221, 247, .16); }
.radar::before, .radar::after, .radar i { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(118, 221, 247, .13); border-radius: 50%; }
.radar::after { inset: 31%; }
.radar i:nth-child(1) { inset: 50% 0 auto; height: 1px; border: 0; border-top: 1px solid rgba(118,221,247,.12); border-radius: 0; }
.radar i:nth-child(2) { inset: 0 auto 0 50%; width: 1px; border: 0; border-left: 1px solid rgba(118,221,247,.12); border-radius: 0; }
.radar i:nth-child(3) { inset: 2%; border-top-color: var(--blue); animation: spin 9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.camera-illustration { position: absolute; width: 380px; height: 260px; left: 50%; top: 47%; transform: translate(-42%, -50%) rotate(-8deg); filter: drop-shadow(0 34px 42px rgba(0,0,0,.55)); }
.camera-body { position: absolute; width: 310px; height: 155px; right: 0; top: 18px; background: linear-gradient(165deg, #f5f9fa 0 12%, #aab8c1 40%, #596b78 100%); clip-path: polygon(3% 10%, 89% 0, 100% 23%, 93% 87%, 16% 100%, 0 71%); }
.camera-body::after { content: "DASATHA"; position: absolute; right: 50px; top: 67px; color: #526370; font: 800 18px var(--display); letter-spacing: .08em; }
.camera-lens { position: absolute; width: 118px; height: 118px; left: -35px; top: 18px; border-radius: 50%; background: radial-gradient(circle, #07121f 0 14%, #1db0dc 15% 20%, #07111c 21% 47%, #738591 49% 56%, #172735 58% 100%); border: 6px solid #d7e0e4; box-shadow: inset 0 0 0 3px #73838d; }
.camera-lens span { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: rgba(191, 244, 255, .7); left: 28px; top: 24px; }
.camera-bracket { position: absolute; width: 70px; height: 170px; right: 48px; top: 135px; border: 22px solid #788996; border-top: 0; border-radius: 0 0 18px 18px; transform: skewX(-15deg); }
.camera-bracket::after { content: ""; position: absolute; width: 130px; height: 27px; background: #9aa9b1; left: -48px; bottom: -30px; border-radius: 50%; }
.status-card { position: absolute; right: 0; top: 90px; padding: 16px 22px; min-width: 170px; display: flex; align-items: center; gap: 13px; background: rgba(8, 25, 40, .86); border: 1px solid rgba(118,221,247,.22); backdrop-filter: blur(8px); }
.status-card small { color: var(--muted); display: block; font-size: 9px; letter-spacing: .15em; }
.status-card strong { font: 700 24px var(--display); text-transform: uppercase; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: #62dcb0; box-shadow: 0 0 0 7px rgba(98,220,176,.11); animation: pulse 2s ease infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 13px rgba(98,220,176,0); } }
.visual-caption { position: absolute; bottom: 35px; right: 5%; color: #718293; font: 700 13px var(--display); letter-spacing: .22em; }
.visual-caption span { color: var(--blue); margin: 0 8px; }
.hero-foot { position: absolute; left: clamp(24px, 7vw, 112px); right: clamp(24px, 7vw, 112px); bottom: 0; height: 104px; display: flex; border-top: 1px solid var(--line); }
.hero-foot div { flex: 1; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.hero-foot div + div { padding-left: 35px; }
.hero-foot div:last-child { border-right: 0; }
.hero-foot strong { color: var(--blue); font: 700 28px var(--display); text-transform: uppercase; }
.hero-foot span { color: #7e8d9d; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.section-shell { padding: 130px clamp(24px, 7vw, 112px); }
.services { color: var(--ink); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 9vw; align-items: end; margin-bottom: 75px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -16px; color: #1987aa; }
.section-heading h2, .process h2, .contact h2 { margin: 0; max-width: 680px; font: 700 clamp(52px, 6vw, 88px)/.9 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.section-heading > p:last-child { margin: 0 0 7px; color: #596675; max-width: 470px; }
.service-list { border-top: 1px solid #c8cbd0; }
.service-card { position: relative; min-height: 178px; display: grid; grid-template-columns: 70px 90px 1fr 50px; align-items: center; gap: 25px; border-bottom: 1px solid #c8cbd0; transition: background .3s ease, padding .3s ease; }
.service-card:hover { background: #e7e9e5; padding: 0 22px; }
.service-number { align-self: start; margin-top: 28px; color: #71808c; font: 600 13px var(--display); }
.service-icon { width: 66px; height: 66px; display: grid; place-items: center; color: #188cb0; background: #dce5e5; clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%); }
.service-icon svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 9px; font: 700 clamp(28px, 3vw, 42px)/1 var(--display); text-transform: uppercase; }
.service-card p { max-width: 600px; margin-bottom: 0; color: #64717c; font-size: 14px; }
.service-arrow { font-size: 25px; color: #338aa4; }

.process { min-height: 780px; display: grid; grid-template-columns: .88fr 1.12fr; background: #0a1826; }
.process-image { position: relative; min-height: 700px; overflow: hidden; }
.process-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,18,31,.85), transparent 60%), linear-gradient(to right, transparent 70%, #0a1826); }
.process-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; filter: saturate(.8) contrast(1.08); }
.image-label { position: absolute; z-index: 2; left: 10%; bottom: 7%; padding-left: 17px; border-left: 3px solid var(--blue); }
.image-label span { color: #8091a0; font-size: 10px; letter-spacing: .2em; }
.image-label strong { display: block; font: 700 28px var(--display); text-transform: uppercase; }
.process-copy { padding: 120px clamp(40px, 7vw, 120px); align-self: center; }
.process-copy h2 { max-width: 590px; }
.process-lead { margin: 30px 0 44px; max-width: 520px; color: #9aabba; font-size: 17px; }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 58px 1fr; gap: 17px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.process li > span { color: var(--blue); font: 700 15px var(--display); }
.process li strong { font: 700 24px var(--display); text-transform: uppercase; }
.process li p { margin: 3px 0 0; color: #778898; font-size: 13px; }

.contact { background: var(--paper); }
.contact-panel { padding: clamp(35px, 5.5vw, 82px); color: var(--ink); background: var(--blue); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 120px); clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 32px 100%, 0 calc(100% - 32px)); }
.eyebrow-dark { color: #07536d; }
.contact-copy > p:not(.eyebrow) { max-width: 470px; margin: 25px 0 45px; color: #174e60; }
.contact-details { display: grid; gap: 25px; }
.contact-details a { display: block; }
.contact-details small { display: block; margin-bottom: 4px; color: #11607a; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.contact-details strong { font: 700 24px/1.2 var(--display); text-transform: uppercase; }
.contact-form { padding: 38px; color: #eef6fb; background: var(--ink); box-shadow: 18px 18px 0 rgba(5, 74, 96, .18); }
.contact-form label { display: block; margin-bottom: 20px; }
.contact-form label > span { display: block; margin-bottom: 7px; color: #8ea0af; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; color: #f2f6f8; background: #0e2031; border: 1px solid #263b4d; border-radius: 0; outline: 0; padding: 14px 15px; transition: border-color .2s, background .2s; }
.contact-form textarea { resize: vertical; min-height: 115px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); background: #102638; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #617181; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hidden-field { position: absolute; left: -9999px; }
.form-submit { width: 100%; gap: 12px; color: var(--ink); background: var(--blue); }
.form-submit:hover { background: var(--blue-bright); }
.form-submit span { font-size: 20px; }

footer { min-height: 130px; padding: 30px clamp(24px, 7vw, 112px); display: flex; align-items: center; gap: 45px; border-top: 1px solid var(--line); }
footer p { margin: 0; color: #6f7f8f; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
footer p:last-child { margin-left: auto; }
.footer-brand { transform: scale(.82); transform-origin: left center; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .16s; }

@media (max-width: 950px) {
  .site-header { height: 78px; }
  .menu-toggle { position: relative; z-index: 3; display: grid; gap: 6px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: #fff; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 120px 30px 40px; display: flex; flex-direction: column; align-items: flex-start; background: rgba(7,18,31,.98); transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.is-open { transform: none; }
  .site-nav a { font: 700 36px var(--display); }
  .nav-call { margin-top: 20px; padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero { height: auto; max-height: none; min-height: 980px; padding-top: 145px; grid-template-columns: 1fr; align-content: start; }
  .hero-copy { padding-bottom: 20px; }
  .hero-visual { height: 430px; }
  .camera-illustration { transform: translate(-50%, -50%) rotate(-8deg) scale(.82); }
  .radar { width: 420px; height: 420px; transform: translate(-50%, -54%); }
  .status-card { right: 5%; }
  .hero-foot { position: static; height: 90px; margin-top: 10px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .process { grid-template-columns: 1fr; }
  .process-image { min-height: 500px; }
  .process-copy { padding: 90px clamp(24px, 7vw, 80px); }
  .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .brand-mark { width: 36px; height: 36px; font-size: 25px; }
  .brand-copy strong { font-size: 19px; }
  .brand-copy span { font-size: 12px; }
  .hero { min-height: 920px; padding-inline: 22px; }
  h1 { font-size: clamp(63px, 21vw, 90px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { height: 330px; }
  .camera-illustration { transform: translate(-50%, -50%) rotate(-8deg) scale(.62); }
  .radar { width: 310px; height: 310px; }
  .status-card { top: 36px; right: 0; transform: scale(.78); transform-origin: right top; }
  .visual-caption { bottom: 10px; font-size: 10px; }
  .hero-foot { left: 22px; right: 22px; overflow-x: auto; }
  .hero-foot div { min-width: 145px; }
  .hero-foot div + div { padding-left: 18px; }
  .section-shell { padding: 85px 22px; }
  .service-card { grid-template-columns: 38px 64px 1fr; gap: 14px; padding: 25px 0; }
  .service-card:hover { padding: 25px 10px; }
  .service-number { margin-top: 5px; }
  .service-icon { width: 56px; height: 56px; }
  .service-icon svg { width: 31px; }
  .service-arrow { display: none; }
  .service-card h3 { font-size: 25px; }
  .service-card p { font-size: 12px; }
  .process-image { min-height: 390px; }
  .process-copy { padding: 75px 22px; }
  .contact-panel { padding: 37px 22px; clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
  .contact-form { padding: 25px 18px; box-shadow: 9px 9px 0 rgba(5, 74, 96, .18); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { align-items: flex-start; flex-direction: column; gap: 15px; }
  footer p:last-child { margin-left: 0; }
}

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