:root {
  --ink: #eef0eb;
  --paper: #0d100e;
  --paper-raised: #121613;
  --muted: #8c938a;
  --line: rgba(238, 240, 235, 0.18);
  --line-strong: rgba(238, 240, 235, 0.34);
  --signal: #a6b58f;
  --light-ink: #171a17;
  --light-paper: #e9ebe4;
  --light-muted: #686e66;
  --light-line: rgba(23, 26, 23, 0.2);
  --page: 1440px;
  --gutter: clamp(22px, 4.5vw, 72px);
  --space: clamp(96px, 11vw, 170px);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

p,
h1,
h2,
h3,
ol,
figure {
  margin: 0;
}

a:focus-visible {
  outline: 1px solid var(--signal);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 12px;
  left: 12px;
  padding: 8px 10px;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  background: var(--paper);
  font-size: 13px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.military-header,
.military-hero,
.scope-strip,
.capabilities,
.delivery,
.focus,
.assurance,
.military-contact,
.military-footer {
  width: min(100%, var(--page));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.military-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  color: var(--ink);
  font-size: 13px;
}

.brand {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.brand__mark {
  display: block;
  width: 36px;
  height: 18px;
  object-fit: contain;
  filter: invert(1);
  mix-blend-mode: screen;
}

.military-header > p {
  color: var(--muted);
}

.header-contact {
  justify-self: end;
}

.military-header a,
.military-contact a,
.military-footer a {
  transition: opacity 150ms ease;
}

.military-header a:hover,
.military-contact a:hover,
.military-footer a:hover {
  opacity: 0.55;
}

.eyebrow {
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.military-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1.58fr);
  gap: var(--gutter);
  min-height: calc(100svh - 82px);
  padding-top: clamp(82px, 12vh, 150px);
  padding-bottom: clamp(48px, 7vh, 82px);
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.military-hero::before {
  content: "";
  position: absolute;
  inset: 0 var(--gutter);
  pointer-events: none;
  background-image:
    linear-gradient(to right, transparent calc(50% - 0.5px), rgba(238, 240, 235, 0.045) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(to bottom, transparent calc(50% - 0.5px), rgba(238, 240, 235, 0.045) 50%, transparent calc(50% + 0.5px));
  background-size: 25% 100%, 100% 25%;
}

.military-hero > * {
  position: relative;
}

.military-hero h1 {
  grid-column: 1 / -1;
  align-self: center;
  max-width: 1260px;
  font-size: clamp(72px, 11.2vw, 162px);
  font-weight: 400;
  line-height: 0.87;
  letter-spacing: -0.08em;
}

.military-hero__copy {
  grid-column: 2;
  align-self: end;
  max-width: 720px;
  margin-left: auto;
  color: #c9cec6;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.48;
  letter-spacing: -0.025em;
}

.military-hero__index {
  position: absolute;
  right: var(--gutter);
  top: clamp(82px, 12vh, 150px);
  display: flex;
  gap: 26px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.scope-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.technical-visual {
  min-width: 0;
}

.technical-visual--primary {
  width: min(100%, var(--page));
  margin-inline: auto;
  padding: clamp(58px, 7vw, 108px) var(--gutter) var(--space);
}

.technical-visual__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0a0d0b;
}

.technical-visual--grid .technical-visual__frame {
  background-image:
    linear-gradient(rgba(166, 174, 168, 0.065) 0.5px, transparent 0.5px),
    linear-gradient(90deg, rgba(166, 174, 168, 0.065) 0.5px, transparent 0.5px);
  background-size: 6.25% 11.111%;
}

.technical-visual--grid img {
  mix-blend-mode: lighten;
}

.technical-visual__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.24);
}

.technical-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technical-visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 14px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.technical-visual figcaption span:last-child {
  text-align: right;
}

.scope-strip > div {
  min-height: 132px;
  padding: 28px 28px 30px 0;
  border-right: 1px solid var(--line);
}

.scope-strip > div + div {
  padding-left: clamp(24px, 3vw, 46px);
}

.scope-strip > div:last-child {
  border-right: 0;
}

.scope-strip > div > :last-child {
  margin-top: 42px;
  font-size: clamp(18px, 1.7vw, 25px);
  letter-spacing: -0.035em;
}

.capabilities,
.delivery,
.focus,
.military-contact {
  padding-top: var(--space);
  padding-bottom: var(--space);
}

.visual-studies {
  width: min(100%, var(--page));
  margin-inline: auto;
  padding: 0 var(--gutter) var(--space);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.3vw, 34px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1.18fr) minmax(260px, 0.4fr);
  gap: var(--gutter);
  margin-bottom: clamp(76px, 9vw, 132px);
}

.section-heading h2,
.focus__intro h2,
.military-contact h2 {
  max-width: 980px;
  font-size: clamp(48px, 6.7vw, 96px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.section-heading > p:last-child {
  max-width: 390px;
  align-self: end;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

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

.capability {
  display: grid;
  grid-template-columns: 72px minmax(220px, 0.75fr) minmax(320px, 1.25fr) minmax(180px, 0.6fr);
  gap: clamp(22px, 3vw, 48px);
  align-items: start;
  padding-top: 32px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
}

.capability__number,
.capability__scope {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.capability h3 {
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.capability > p:nth-of-type(2) {
  max-width: 620px;
  color: #bec4bb;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.capability__scope {
  justify-self: end;
  text-align: right;
}

.delivery {
  color: var(--light-ink);
  background: var(--light-paper);
}

.delivery .eyebrow,
.delivery .section-heading > p:last-child {
  color: var(--light-muted);
}

.delivery__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--light-line);
}

.delivery__steps li {
  min-height: 340px;
  padding: 30px clamp(24px, 2.6vw, 42px) 36px 0;
  border-right: 1px solid var(--light-line);
}

.delivery__steps li + li {
  padding-left: clamp(24px, 2.6vw, 42px);
}

.delivery__steps li:last-child {
  padding-right: 0;
  border-right: 0;
}

.delivery__steps li > span {
  color: var(--light-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
}

.delivery__steps li > div {
  margin-top: 104px;
}

.delivery__steps h3 {
  max-width: 240px;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.delivery__steps p {
  max-width: 270px;
  margin-top: 24px;
  color: var(--light-muted);
  font-size: 13px;
  line-height: 1.6;
}

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

.focus__intro {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1.18fr) minmax(260px, 0.4fr);
  gap: var(--gutter);
  margin-bottom: clamp(88px, 10vw, 152px);
}

.focus__intro > p:last-child {
  max-width: 430px;
  align-self: end;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

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

.focus__boundary article {
  min-height: 390px;
  padding: 30px clamp(24px, 3vw, 46px) 40px 0;
  border-right: 1px solid var(--line);
}

.focus__boundary article + article {
  padding-left: clamp(24px, 3vw, 46px);
}

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

.focus__boundary h3 {
  max-width: 370px;
  margin-top: 92px;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.focus__boundary article > p:last-child {
  max-width: 360px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.assurance {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1.58fr);
  gap: var(--gutter);
  padding-top: clamp(70px, 8vw, 112px);
  padding-bottom: clamp(70px, 8vw, 112px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-raised);
}

.assurance > p:last-child {
  max-width: 1080px;
  color: #d7dbd4;
  font-size: clamp(30px, 4.4vw, 63px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.military-contact {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1.58fr);
  gap: var(--gutter);
}

.military-contact > div {
  display: grid;
  gap: clamp(50px, 7vw, 96px);
}

.military-contact > div > p {
  max-width: 620px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.military-contact__links {
  display: grid;
  gap: 22px;
}

.military-contact a {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-strong);
  font-size: clamp(20px, 2.2vw, 32px);
  letter-spacing: -0.035em;
}

.military-contact__channel {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
}

.contact-arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.contact-arrow::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -1px;
  width: 21px;
  height: 1px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: right center;
}

.military-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  min-height: 112px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}

.military-footer p:last-child {
  justify-self: end;
}

@media (max-width: 900px) {
  .military-header {
    grid-template-columns: 1fr auto;
  }

  .military-header > p {
    display: none;
  }

  .military-hero {
    grid-template-columns: 1fr;
  }

  .military-hero h1 {
    font-size: clamp(62px, 15.5vw, 118px);
  }

  .military-hero__copy {
    grid-column: 1;
    margin-left: 0;
  }

  .military-hero__index {
    display: none;
  }

  .section-heading,
  .focus__intro {
    grid-template-columns: minmax(130px, 0.38fr) minmax(0, 1.62fr);
  }

  .section-heading > p:last-child,
  .focus__intro > p:last-child {
    grid-column: 2;
  }

  .capability {
    grid-template-columns: 46px minmax(190px, 0.85fr) minmax(240px, 1.15fr);
  }

  .capability__scope {
    grid-column: 2 / -1;
    justify-self: start;
    text-align: left;
  }

  .delivery__steps,
  .focus__boundary {
    grid-template-columns: repeat(2, 1fr);
  }

  .visual-studies {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .delivery__steps li:nth-child(2),
  .focus__boundary article:nth-child(2) {
    border-right: 0;
  }

  .delivery__steps li:nth-child(n + 3),
  .focus__boundary article:nth-child(n + 3) {
    border-top: 1px solid var(--light-line);
  }

  .focus__boundary article:nth-child(n + 3) {
    border-top-color: var(--line);
  }

  .delivery__steps li:nth-child(3),
  .focus__boundary article:nth-child(3) {
    padding-left: 0;
  }

  .focus__boundary article:last-child {
    border-right: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .military-header {
    min-height: 70px;
  }

  .brand {
    font-size: 16px;
  }

  .brand__mark {
    width: 32px;
    height: 16px;
  }

  .military-hero {
    min-height: calc(100svh - 70px);
    padding-top: 58px;
    padding-bottom: 42px;
  }

  .military-hero h1 {
    font-size: clamp(56px, 18vw, 86px);
  }

  .scope-strip {
    grid-template-columns: 1fr;
  }

  .scope-strip > div,
  .scope-strip > div + div {
    min-height: 94px;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .scope-strip > div:last-child {
    border-bottom: 0;
  }

  .scope-strip > div > :last-child {
    margin-top: 18px;
  }

  .technical-visual--primary {
    padding-top: 32px;
    padding-bottom: 86px;
  }

  .technical-visual figcaption {
    display: grid;
    gap: 5px;
  }

  .technical-visual figcaption span:last-child {
    text-align: left;
  }

  .visual-studies {
    gap: 40px;
    padding-bottom: 88px;
  }

  .section-heading,
  .focus__intro,
  .assurance,
  .military-contact {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .focus__intro h2,
  .military-contact h2 {
    margin-top: 32px;
  }

  .section-heading > p:last-child,
  .focus__intro > p:last-child {
    grid-column: 1;
    margin-top: 26px;
  }

  .capability {
    grid-template-columns: 38px 1fr;
    gap: 18px;
    padding-top: 25px;
    padding-bottom: 34px;
  }

  .capability > p:nth-of-type(2),
  .capability__scope {
    grid-column: 2;
  }

  .capability > p:nth-of-type(2) {
    margin-top: 8px;
  }

  .capability__scope {
    margin-top: 5px;
  }

  .delivery__steps,
  .focus__boundary {
    grid-template-columns: 1fr;
  }

  .delivery__steps li,
  .delivery__steps li + li,
  .focus__boundary article,
  .focus__boundary article + article,
  .focus__boundary article:last-child {
    min-height: 0;
    padding: 24px 0 40px;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid;
  }

  .delivery__steps li {
    border-bottom-color: var(--light-line);
  }

  .focus__boundary article,
  .focus__boundary article:last-child {
    border-bottom-color: var(--line);
  }

  .delivery__steps li:last-child,
  .focus__boundary article:last-child {
    border-bottom: 0;
  }

  .delivery__steps li > div,
  .focus__boundary h3 {
    margin-top: 56px;
  }

  .assurance > p:last-child {
    margin-top: 34px;
  }

  .military-contact > div {
    margin-top: 36px;
  }

  .military-contact a {
    font-size: 18px;
  }

  .military-contact__channel {
    font-size: 10px;
  }

  .military-footer {
    grid-template-columns: 1fr auto;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .military-footer p:first-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
