:root {
  --ink: #e9edf0;
  --muted: #8c9aa3;
  --faint: #52616b;
  --void: #05080b;
  --graphite: #0b1115;
  --panel: #10191e;
  --line: rgba(175, 202, 214, .16);
  --line-strong: rgba(175, 202, 214, .28);
  --cyan: #70d6e4;
  --cyan-soft: rgba(112, 214, 228, .12);
  --gold: #bda66d;
  --gold-soft: rgba(189, 166, 109, .12);
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body { margin: 0; background: var(--void); color: var(--ink); font-family: var(--body); line-height: 1.5; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; background-image: linear-gradient(rgba(125, 159, 171, .032) 1px, transparent 1px), linear-gradient(90deg, rgba(125, 159, 171, .032) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 58%); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.shell { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.section { padding: 132px 0; position: relative; }
.section-lined { border-top: 1px solid var(--line); }
.section-kicker, .eyebrow { margin: 0 0 20px; color: var(--cyan); font: 12px/1.2 var(--mono); text-transform: uppercase; }
.section-kicker { color: var(--gold); }
.section h2 { margin: 0; font: 500 clamp(34px, 4vw, 60px)/1.06 var(--display); text-transform: uppercase; }
.section h2 span { color: #91a5b0; }

.status-bar { height: 33px; border-bottom: 1px solid var(--line); background: #05080b; color: #78909c; font: 10px/1 var(--mono); }
.status-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; white-space: nowrap; }
.status-inner span:first-child { display: inline-flex; align-items: center; gap: 9px; }
.status-inner i { width: 6px; height: 6px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 12px var(--cyan); }
.status-right b { color: var(--gold); font-weight: 400; padding: 0 8px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid transparent; background: rgba(5, 8, 11, .78); backdrop-filter: blur(16px); transition: border-color .25s ease, background .25s ease; }
.site-header.is-stuck { border-color: var(--line); background: rgba(5, 8, 11, .94); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark { position: relative; width: 27px; height: 31px; border: 1px solid var(--gold); display: grid; place-items: center; }
.brand-mark::before, .brand-mark::after, .brand-mark span::before { content: ""; position: absolute; background: var(--gold); }
.brand-mark::before { width: 1px; height: 18px; }
.brand-mark::after { width: 13px; height: 1px; top: 8px; }
.brand-mark span::before { width: 7px; height: 1px; bottom: 7px; left: 9px; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { color: var(--ink); font: 700 13px/1 var(--display); }
.brand-copy small { color: var(--muted); font: 9px/1 var(--mono); text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 27px; color: #b5c2c9; font-size: 13px; }
.site-nav > a:not(.nav-cta) { transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--cyan); }
.nav-cta { padding: 10px 14px; border: 1px solid rgba(112, 214, 228, .55); color: var(--cyan); font: 11px/1 var(--mono); text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--cyan); color: #061014; }
.menu-toggle { display: none; width: 40px; height: 36px; border: 1px solid var(--line-strong); background: transparent; color: var(--ink); cursor: pointer; }
.menu-toggle span { display: block; width: 16px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }

.hero { min-height: calc(100vh - 109px); position: relative; display: grid; align-content: stretch; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-media { position: absolute; inset: 0; background: #061015 url("/assets/miguel-command-map.png") center center / cover no-repeat; animation: map-breathe 16s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 8, 11, .97) 0%, rgba(4, 8, 11, .83) 31%, rgba(4, 8, 11, .35) 58%, rgba(4, 8, 11, .28) 100%), linear-gradient(0deg, rgba(4, 8, 11, .9) 0%, transparent 34%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 710px) minmax(250px, 340px); justify-content: space-between; align-items: center; gap: 48px; padding: 104px 0 114px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #9eafb8; }
.eyebrow span { width: 26px; height: 1px; background: var(--gold); }
.hero h1 { display: grid; gap: 2px; margin: 0; color: #f2f5f6; font-family: var(--display); text-transform: uppercase; }
.hero h1 span { font-size: clamp(70px, 10.8vw, 156px); line-height: .8; font-weight: 700; }
.hero h1 em { color: var(--gold); font-size: clamp(23px, 3.6vw, 50px); line-height: 1; font-style: normal; font-weight: 400; }
.hero-role { max-width: 480px; margin: 34px 0 0; color: var(--cyan); font: 12px/1.4 var(--mono); text-transform: uppercase; }
.hero-statement { max-width: 440px; margin: 13px 0 0; color: #d9e2e6; font-size: clamp(18px, 1.65vw, 23px); line-height: 1.35; }
.hero-tagline { max-width: 470px; margin: 12px 0 0; color: #91a8b2; font: 11px/1.5 var(--mono); text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 35px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 12px 17px; border: 1px solid transparent; font: 11px/1.1 var(--mono); text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button-primary { background: var(--cyan); border-color: var(--cyan); color: #061014; }
.button-primary:hover { background: #b5f3f9; border-color: #b5f3f9; }
.text-link { color: #c2cfd4; font: 12px/1.2 var(--mono); }
.text-link:hover { color: var(--cyan); }
.text-link span { color: var(--gold); margin-left: 6px; }
.hero-signature { margin: 52px 0 0; color: #d3dadd; font: 11px/1.3 var(--mono); text-transform: uppercase; }
.hero-signature span { color: var(--gold); padding: 0 5px; }
.hero-readout { align-self: center; border: 1px solid rgba(130, 181, 194, .3); background: rgba(7, 15, 19, .64); backdrop-filter: blur(10px); box-shadow: 0 22px 60px rgba(0, 0, 0, .22); }
.readout-head, .readout-line, .readout-meter { padding: 16px 18px; }
.readout-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font: 10px/1 var(--mono); }
.readout-head b { color: var(--cyan); font-weight: 400; }
.readout-head b::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 6px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 10px var(--cyan); vertical-align: middle; }
.readout-line { display: grid; gap: 7px; border-bottom: 1px solid var(--line); }
.readout-line span { color: var(--muted); font: 11px/1.1 var(--mono); }
.readout-line strong { color: #dfe8eb; font: 500 11px/1.1 var(--mono); }
.readout-meter > div { display: flex; align-items: baseline; justify-content: space-between; color: var(--muted); font: 10px/1 var(--mono); }
.readout-meter b { color: var(--gold); font-size: 20px; font-weight: 400; }
.readout-meter > i { display: block; height: 3px; margin-top: 11px; background: rgba(112, 214, 228, .16); }
.readout-meter > i i { display: block; width: 94%; height: 100%; background: var(--cyan); box-shadow: 0 0 12px rgba(112, 214, 228, .7); }
.hero-footer { z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); position: relative; border-top: 1px solid var(--line); }
.hero-footer div { min-height: 84px; display: flex; align-items: center; gap: 12px; padding: 18px 16px 18px 0; border-right: 1px solid var(--line); }
.hero-footer div + div { padding-left: 18px; }
.hero-footer div:last-child { border-right: 0; }
.hero-footer strong { color: var(--gold); font: 12px/1 var(--mono); }
.hero-footer span { color: #aebcc3; font-size: 12px; line-height: 1.25; }

.intro { background: var(--void); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(52px, 11vw, 172px); }
.intro-copy { max-width: 540px; padding-top: 8px; }
.intro-copy > p { margin: 0 0 18px; color: #a7b5bc; font-size: 17px; line-height: 1.7; }
.intro-copy > p:first-child { color: #d5dde0; }
.principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 37px; }
.principles span { border: 1px solid var(--line); padding: 8px 10px; color: #96a8b0; font: 10px/1.2 var(--mono); text-transform: uppercase; }

.mission { background: #080e12; overflow: hidden; }
.section-heading { max-width: 880px; }
.mission-frame { display: grid; grid-template-columns: 1.14fr .86fr; min-height: 410px; margin-top: 52px; border: 1px solid var(--line-strong); background: #0a1217; }
.mission-map { position: relative; overflow: hidden; min-height: 410px; background: radial-gradient(circle at 60% 54%, rgba(85, 194, 210, .14), transparent 2px), radial-gradient(circle at 22% 37%, rgba(189, 166, 109, .22), transparent 2px), #091319; }
.mission-map::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; left: 14%; top: 12%; border: 1px solid rgba(112, 214, 228, .22); border-radius: 50%; box-shadow: 0 0 0 45px rgba(112, 214, 228, .035), 0 0 0 90px rgba(112, 214, 228, .025), 0 0 0 135px rgba(112, 214, 228, .02); }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(112, 214, 228, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(112, 214, 228, .08) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(90deg, transparent, black 22%, black 82%, transparent); }
.coord { position: absolute; color: #73909c; font: 9px/1 var(--mono); }
.c1 { top: 22px; left: 26px; }.c2 { bottom: 22px; right: 25px; }
.node { position: absolute; z-index: 2; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); border: 2px solid #0c252c; box-shadow: 0 0 16px var(--cyan); }
.n1 { left: 22%; top: 39%; }.n2 { left: 43%; top: 59%; }.n3 { left: 61%; top: 31%; }.n4 { left: 76%; top: 63%; }.n5 { left: 54%; top: 76%; background: var(--gold); box-shadow: 0 0 16px var(--gold); }
.route { position: absolute; z-index: 1; height: 1px; transform-origin: left; background: linear-gradient(90deg, var(--cyan), transparent); }
.r1 { width: 31%; left: 23%; top: 40%; transform: rotate(31deg); }.r2 { width: 26%; left: 43%; top: 59%; transform: rotate(-53deg); }.r3 { width: 31%; left: 44%; top: 60%; transform: rotate(7deg); }
.mission-stack { padding: 25px; display: flex; flex-direction: column; justify-content: center; gap: 14px; border-left: 1px solid var(--line); }
.stack-label { color: var(--gold); font: 10px/1.3 var(--mono); }
.stack-row { display: grid; grid-template-columns: 80px 1fr; gap: 14px; padding: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.012); }
.stack-row.active { border-color: rgba(112, 214, 228, .48); background: rgba(112, 214, 228, .055); }
.stack-row span { color: var(--cyan); font: 10px/1.4 var(--mono); }.stack-row b { color: #b4c1c6; font: 12px/1.45 var(--body); font-weight: 400; }

.modules { background: var(--void); }
.section-heading-split { max-width: none; display: grid; grid-template-columns: 1fr minmax(260px, 380px); gap: 38px; align-items: end; }
.section-heading-split > p { margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 58px; border: 1px solid var(--line); background: var(--line); }
.module { position: relative; min-height: 285px; padding: 24px; background: #080d11; overflow: hidden; transition: background .25s ease; }
.module:hover { background: #0c151a; }.module:hover .module-rule { width: 100%; }
.module-id { display: block; margin-bottom: 47px; color: var(--gold); font: 10px/1 var(--mono); }.module h3 { margin: 0; color: #dce4e7; font: 500 18px/1.18 var(--display); }.module h3 b { color: var(--cyan); font-weight: 500; }.module p { margin: 17px 0 0; color: #91a1a8; font-size: 13px; line-height: 1.62; }.module-rule { position: absolute; bottom: 0; left: 0; width: 24px; height: 2px; background: var(--cyan); transition: width .35s ease; }

.assurance { background: #080e12; }
.assurance-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(48px, 10vw, 150px); }
.assurance-title p:last-child { max-width: 430px; margin: 27px 0 0; color: #9baab1; font-size: 15px; line-height: 1.7; }
.assurance-list { border-top: 1px solid var(--line); }.assurance-list article { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }.assurance-list article > span { color: var(--gold); font: 11px/1.2 var(--mono); }.assurance-list h3 { margin: 0; color: #dce5e9; font: 500 21px/1.1 var(--display); text-transform: uppercase; }.assurance-list p { max-width: 480px; margin: 9px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.domains { background: var(--void); }.domain-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 57px; border-top: 1px solid var(--line); }.domain-grid div { display: flex; align-items: center; gap: 22px; min-height: 69px; padding: 17px 22px 17px 0; border-bottom: 1px solid var(--line); color: #b9c6ca; font-size: 15px; }.domain-grid div:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 30px; }.domain-grid div:nth-child(even) { padding-left: 30px; }.domain-grid span { color: var(--gold); font: 10px/1 var(--mono); }

.briefing { position: relative; overflow: hidden; border-top: 1px solid rgba(112, 214, 228, .22); border-bottom: 1px solid var(--line); background: #071116; }.briefing-glow { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(112, 214, 228, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(112, 214, 228, .045) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse 60% 100% at 85% 50%, black, transparent); }.briefing-wrap { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: end; }.briefing h2 { color: #e6edef; }.briefing > .shell p:not(.section-kicker) { max-width: 570px; margin: 28px 0 0; color: #a4b5bb; font-size: 15px; line-height: 1.7; }.briefing-actions { display: grid; justify-items: start; gap: 33px; padding-bottom: 3px; }.briefing-actions > p { margin: 0; color: var(--gold); font: 11px/1.45 var(--mono); text-transform: uppercase; }.briefing-actions > p span { color: #83949b; }

.site-footer { background: #040709; padding: 36px 0; }.footer-wrap { display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; align-items: end; }.footer-wrap div { display: grid; gap: 4px; }.footer-wrap strong { color: #e4e9eb; font: 700 14px/1 var(--display); }.footer-wrap span, .footer-wrap p, .footer-wrap small { color: #74848c; font: 10px/1.5 var(--mono); text-transform: uppercase; }.footer-wrap p { margin: 0; }.footer-wrap small { text-align: right; }

.reveal { opacity: 0; transform: translateY(15px); transition: opacity .55s ease, transform .55s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes map-breathe { from { transform: scale(1); } to { transform: scale(1.025); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.hero-media { animation: none; }.reveal { transition: none; } }

@media (max-width: 960px) {
  .hero-layout { grid-template-columns: 1fr; }.hero-readout { max-width: 340px; }.module-grid { grid-template-columns: repeat(2, 1fr); }.mission-frame { grid-template-columns: 1fr; }.mission-stack { border-left: 0; border-top: 1px solid var(--line); }.assurance-grid { grid-template-columns: 1fr; gap: 52px; }.footer-wrap { grid-template-columns: 1fr 1fr; }.footer-wrap small { text-align: left; }
}
@media (max-width: 700px) {
  .shell { width: min(var(--max), calc(100% - 38px)); }.section { padding: 86px 0; }.status-right { display: none; }.site-header { background: rgba(5, 8, 11, .94); }.nav-wrap { min-height: 64px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 19px 18px; border-bottom: 1px solid var(--line); background: #071015; }.site-nav.is-open { display: flex; }.site-nav > a:not(.nav-cta) { padding: 12px 0; }.nav-cta { margin-top: 7px; text-align: center; }.hero { min-height: auto; }.hero-layout { padding: 82px 0 57px; gap: 47px; }.hero h1 span { font-size: clamp(61px, 19vw, 96px); }.hero h1 em { font-size: clamp(20px, 6.5vw, 33px); }.hero-role { margin-top: 27px; }.hero-statement { font-size: 18px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 28px; }.hero-signature { margin-top: 39px; }.hero-readout { width: 100%; max-width: none; }.hero-footer { grid-template-columns: repeat(2, 1fr); }.hero-footer div { min-height: 73px; padding: 14px 10px 14px 0; }.hero-footer div:nth-child(2) { border-right: 0; }.hero-footer div:nth-child(3) { padding-left: 0; }.hero-footer div + div { padding-left: 12px; }.intro-grid, .section-heading-split, .briefing-wrap { grid-template-columns: 1fr; }.intro-grid { gap: 36px; }.intro-copy { padding-top: 0; }.intro-copy > p { font-size: 15px; }.mission-frame { margin-top: 39px; }.mission-map { min-height: 310px; }.mission-stack { padding: 19px; }.stack-row { grid-template-columns: 1fr; gap: 8px; }.module-grid { margin-top: 38px; grid-template-columns: 1fr; }.module { min-height: 225px; }.module-id { margin-bottom: 30px; }.domain-grid { grid-template-columns: 1fr; margin-top: 38px; }.domain-grid div:nth-child(odd), .domain-grid div:nth-child(even) { border-right: 0; padding-left: 0; padding-right: 0; }.briefing-actions { gap: 25px; }.button { width: 100%; padding-left: 12px; padding-right: 12px; text-align: center; }.footer-wrap { grid-template-columns: 1fr; gap: 19px; }.footer-wrap small { text-align: left; }
}
