/* Bridge Gap: a clear span from requirement to accountable delivery. */
@font-face {
  font-family: Syne;
  src: url("assets/fonts/syne-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}
:root {
  color-scheme: light;
  --ink: #002b68;
  --paper: #faf8f3;
  --orange: #fe5d08;
  --rust: #b43c00;
  --muted: #465561;
  --line: #c7c9c8;
  --white: #fff;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 100%;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
  min-width: 0;
}
body {
  margin: 0;
}
a {
  color: inherit;
  overflow-wrap: anywhere;
  text-underline-offset: 0.25em;
}
button {
  font: inherit;
}
h1,
h2,
h3,
p,
dl {
  margin: 0;
}
h1,
h2,
h3 {
  overflow-wrap: anywhere;
  text-wrap: balance;
}
h1,
h2 {
  font-family: Syne, "Segoe UI", Arial, sans-serif;
  font-weight: 650;
  letter-spacing: -0.04em;
}
h1 {
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  line-height: 1.06;
}
h2 {
  font-size: clamp(1.9rem, 2.5vw, 3.125rem);
  line-height: 1.16;
}
h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.005em;
}
p {
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--muted);
}
p + p {
  margin-top: 1rem;
}
dd {
  margin: 0;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--rust);
  outline-offset: 5px;
}
section,
details {
  scroll-margin-top: 1.5rem;
}
[hidden] {
  display: none !important;
}
.container {
  width: 90%;
  margin-inline: auto;
}
.section {
  padding-block: clamp(2.75rem, 3vw, 3.5rem);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 1rem;
}
.eyebrow > span:last-child {
  overflow-wrap: anywhere;
}
.section-index {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--rust);
  border-right: 1px solid var(--line);
  padding-right: 0.8rem;
  font-size: 0.8125rem;
  letter-spacing: 0;
  flex-shrink: 0;
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 1.5rem;
}
.section-heading > p {
  max-width: 48ch;
  justify-self: end;
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: -6rem;
  z-index: 10;
  background: white;
  color: var(--ink);
  padding: 1rem;
}
.skip-link:focus {
  top: 1rem;
}
/* Original approved bridge pixels, revealed proportionally; never redrawn. */
.site-header {
  background: white;
}
.header-inner {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding-block: 1.25rem;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  text-decoration: none;
}
.brand-symbol {
  display: block;
  position: relative;
  width: clamp(200px, 15vw, 264px);
  aspect-ratio: 994/310;
  overflow: hidden;
  flex-shrink: 0;
}
.brand-symbol img {
  position: absolute;
  display: block;
  width: 126.157%;
  height: auto;
  max-width: none;
  left: -13.079%;
  top: -120.968%;
}
.brand-type {
  display: grid;
  gap: 0.35rem;
}
.brand-type strong {
  color: var(--rust);
  font-size: clamp(1.55rem, 1.5vw, 2.15rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.brand-type > span {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  line-height: 1.4;
}
nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1.75rem, 2vw, 3.5rem);
  margin-left: auto;
}
nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
  text-decoration-color: var(--rust);
}
.nav-contact {
  flex-shrink: 0;
  gap: 1.25rem;
  border-bottom: 3px solid var(--orange);
}
.menu-toggle {
  min-height: 44px;
  padding: 0.6rem 0.75rem;
  gap: 0.6rem;
  align-items: center;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
/* The headline and operational brief are the two banks of one orange span. */
.hero {
  background: var(--ink);
  color: var(--white);
}
.hero .eyebrow,
.hero-description,
.hero .aside-heading {
  color: var(--white);
}
.hero-audience,
.hero-legal,
.hero .credentials dt {
  color: #e5e5e2;
}
.hero a:focus-visible {
  outline-color: var(--orange);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: 1rem clamp(2rem, 4vw, 6rem);
  padding-block: clamp(2.5rem, 3.4vw, 4rem) 0;
}
.hero-copy {
  grid-column: 1;
  grid-row: 1;
}
.hero-copy > .eyebrow {
  margin: 0 0 1.25rem;
}
.hero h1 {
  align-self: start;
  font-size: clamp(3rem, 4.65vw, 6.5rem);
  letter-spacing: -0.047em;
  font-weight: 700;
  line-height: 1.06;
}
.hero h1 span {
  display: block;
}
.hero h1 span + span {
  color: var(--orange);
  margin-top: 0.12em;
}
.hero-introduction {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  max-width: 54ch;
  padding-top: 0.25rem;
}
.hero-description {
  color: var(--white);
  font-size: clamp(1.0625rem, 1.05vw, 1.25rem);
  line-height: 1.6;
}
.hero-audience {
  font-size: 0.875rem;
  margin-top: 0.75rem;
  max-width: 65ch;
}
.hero-introduction .hero-legal {
  font-size: 0.75rem;
  margin-top: 1.1rem;
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 1.35rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  min-height: 48px;
  max-width: 100%;
  padding: 1rem 1.2rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--ink);
  border-radius: 3px;
  overflow-wrap: anywhere;
  transition:
    background-color 160ms ease,
    border-color 160ms ease;
}
.button-label {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}
.button-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.6875rem;
}
.button-light {
  color: #00204d;
  background: var(--orange);
  border-color: var(--orange);
}
.button-light:hover {
  background: #ff7a30;
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-dark:hover {
  background: #184c82;
}
.text-link {
  display: inline-block;
  min-height: 44px;
  padding-block: 0.65rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.text-link > span {
  margin-left: 0.7rem;
}
.text-link:hover {
  text-decoration-thickness: 2px;
}
/* Meaningful route: requirement and delivery connected through qualified partners. */
.hero-aside {
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
}
.aside-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  min-height: 88px;
  padding-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--ink);
}
.aside-heading span {
  position: relative;
  z-index: 2;
}
.aside-heading .span-partner {
  text-align: center;
}
.aside-heading span:last-child {
  text-align: right;
}
.aside-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  border-top: 2px solid var(--white);
}
.aside-heading::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40%;
  height: 70px;
  left: 30%;
  top: 14px;
  border-top: 6px solid var(--orange);
  border-radius: 50% 50% 0 0;
  background: var(--ink);
}
.credentials {
  grid-column: 1/-1;
  grid-row: 3;
  margin-top: 0;
  border-top: 1px solid #9a9f9f;
}
.credentials-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1.2fr 1fr;
  padding-block: 1.15rem 1.4rem;
}
.credentials-grid > div {
  padding-inline: 1.5rem;
}
.credentials-grid > div:first-child {
  border: 0;
  padding-left: 0;
}
.credentials dt {
  color: var(--muted);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
}
.credentials dd {
  font-size: 1.0625rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.credentials-grid > div:nth-child(-n + 2) dd {
  font-family: ui-monospace, "Courier New", monospace;
  letter-spacing: 0.025em;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--orange);
  margin-right: 0.5rem;
  vertical-align: middle;
}
/* A compact statement of responsibility, not another equal split. */
.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 3rem;
  align-items: start;
}
.intro h2 {
  font-size: clamp(1.9rem, 2.35vw, 2.5rem);
  max-width: 22ch;
}
.intro .lead {
  font-size: clamp(1.125rem, 1.35vw, 1.25rem);
  line-height: 1.5;
  color: var(--ink);
}
.intro-copy {
  max-width: 80ch;
  padding-left: 1.5rem;
  border-left: 4px solid var(--orange);
}
.intro .lead strong {
  font-weight: 500;
}
/* Four concise pathways share one horizontal band, without separate cards. */
.audience {
  padding-bottom: 1.5rem;
  border-top: 1px solid var(--line);
}
.audience .section-heading {
  display: block;
}
.audience .section-heading > div {
  display: flex;
  align-items: baseline;
  gap: 2rem;
}
.audience .section-heading .eyebrow {
  margin: 0;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.audience-grid article {
  padding: 1.25rem 0 0;
  border-top: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
  align-items: start;
}
.audience-grid article:nth-child(n) {
  border-top-color: var(--ink);
}
.audience-grid h3 {
  font-size: 1.125rem;
  margin-bottom: 0.65rem;
}
.audience-grid p {
  font-size: 0.9375rem;
  max-width: 42ch;
}
.audience-grid .text-link {
  margin-top: auto;
  padding-top: 0.9rem;
}
/* Capabilities form one white register, not six separate cards. */
#capabilities {
  padding-block: 2.5rem 3rem;
  background: var(--white);
}
#capabilities .section-heading {
  display: block;
}
#capabilities .section-heading > div {
  display: block;
}
#capabilities .eyebrow {
  margin-bottom: 1rem;
}
.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 clamp(1.5rem, 2.5vw, 3rem);
  border-top: 3px solid var(--ink);
}
.capability {
  display: grid;
  align-content: start;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.5rem 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.capability p {
  grid-column: 2;
}
.capability .item-number {
  grid-row: 1 / 3;
}
.item-number {
  font-family: Syne, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--rust);
}
.capability h3 {
  font-size: 1.125rem;
}
.capability p {
  font-size: 0.9375rem;
  max-width: 40ch;
}
/* One uninterrupted delivery span; responsibility continues beneath every stage. */
.delivery-section {
  background: var(--ink);
  color: white;
}
.delivery-section .eyebrow,
.delivery-section p {
  color: #e5e5e2;
}
.delivery-section .section-index {
  color: #ff9b60;
  border-color: #9a9f9f;
}
.delivery-section .section-heading {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
}
.process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 1.5rem;
}
.process li {
  position: relative;
  padding: 0 1.75rem 0 0;
}
.process li::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: -1.5rem;
  top: 1.5rem;
  border-top: 2px solid #c7c9c8;
}
.process li:last-child::before {
  display: none;
}
.process li::after {
  content: "";
  position: absolute;
  height: 0.9rem;
  border-left: 1px solid #9a9f9f;
  left: 1.5rem;
  top: 3rem;
}
.step-number {
  position: relative;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.6rem;
  background: var(--ink);
  border: 1px solid #c7c9c8;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.process li:first-child .step-number,
.process li:last-child .step-number {
  background: var(--orange);
  border-color: var(--orange);
  color: #00204d;
}
.process h3 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.process p {
  font-size: 0.9375rem;
  max-width: 28ch;
}
.accountability-note {
  padding: 1.25rem 0 0;
  border-top: 1px solid #9a9f9f;
  font-size: 0.9375rem;
}
.accountability-note strong {
  color: white;
}
/* Coverage is a landscape: two broad trade groups, three technical/support
   groups, then two compact operational groups. No factual content is collapsed. */
#service-categories {
  background: var(--white);
}
#service-categories .section-heading {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
}
.primary-naics {
  padding: 0.9rem 1.25rem;
  border-left: 5px solid var(--orange);
  background: var(--paper);
  color: var(--ink);
  margin-bottom: 1.5rem;
}
.primary-naics strong {
  font-weight: 600;
}
.service-groups {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0 2.5rem;
  counter-reset: service;
}
.service-groups article {
  position: relative;
  grid-column: span 2;
  padding: 1.35rem 0 1.35rem 2rem;
  border-top: 1px solid var(--line);
  counter-increment: service;
}
.service-groups article:nth-child(-n + 2),
.service-groups article:nth-child(n + 6) {
  grid-column: span 3;
}
.service-groups article:nth-child(-n + 2) {
  border-top: 2px solid var(--ink);
}
.service-groups article:nth-child(-n + 2) h3 {
  font-size: 1.35rem;
}
.service-groups article::before {
  content: counter(service, upper-alpha);
  position: absolute;
  left: 0;
  top: 1.45rem;
  font-family: Syne, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--rust);
}
.service-groups h3 {
  margin-bottom: 0.5rem;
}
.service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}
.service-list li {
  position: relative;
  padding: 0.3rem 0 0.3rem 0.8rem;
  overflow-wrap: anywhere;
}
.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.92rem;
  width: 3px;
  height: 3px;
  background: var(--rust);
}
.service-groups article:nth-child(-n + 2) .service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.5rem;
}
.service-groups article:nth-child(2) .service-list li:first-child {
  grid-column: 1 / -1;
}
.registered-naics {
  border-block: 1px solid var(--ink);
  margin-top: 1.25rem;
}
.registered-naics summary {
  cursor: pointer;
  padding: 1.25rem 0.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.registered-naics summary:hover {
  color: var(--rust);
  background: var(--paper);
}
.registered-naics-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 2.5rem;
  padding-bottom: 1rem;
}
.naics-list > div {
  display: grid;
  grid-template-columns: 6ch minmax(0, 1fr);
  gap: 1rem;
  padding-block: 0.8rem;
  border-top: 1px solid var(--line);
  font-size: 0.875rem;
  line-height: 1.5;
}
.naics-list dt {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--ink);
}
.naics-list dd {
  color: var(--muted);
  overflow-wrap: anywhere;
}
/* One credential panel: legal identity on the left, verifiable facts on the right. */
#government .section-heading {
  display: block;
}
.company-panel {
  border-top: 4px solid var(--orange);
  background: var(--white);
}
.company-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.company-data > div {
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.company-data > div:nth-child(-n + 2) {
  background: var(--ink);
  color: var(--white);
}
.company-data > div:nth-child(-n + 2) dt {
  color: #e5e5e2;
}
.company-data > div:nth-child(1) dd {
  font-family: Syne, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.2;
}
.company-data dt {
  color: var(--muted);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}
.company-data dd {
  font-weight: 500;
  overflow-wrap: anywhere;
}
.company-data > div:nth-child(3) dd,
.company-data > div:nth-child(4) dd {
  font-family: ui-monospace, "Courier New", monospace;
  font-size: clamp(1.0625rem, 1.25vw, 1.375rem);
  letter-spacing: 0.025em;
}
.company-data > div:nth-child(5) dd::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.5rem;
  vertical-align: middle;
  background: var(--orange);
}
.company-data > div:nth-child(n + 5) {
  border-top: 1px solid var(--line);
}
.company-data .government-primary {
  grid-column: 1 / -1;
  border-left: 3px solid var(--orange);
}
.government-actions {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding: 1.25rem 1.5rem;
}
/* Three differentiators, stated once as a compact trust band. */
.why-section {
  background: var(--paper);
  padding-block: 0;
}
.why-section .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 2rem;
  align-items: center;
  padding-block: 1.5rem;
  border-block: 1px solid var(--line);
}
.why-section .section-heading {
  display: block;
  margin: 0;
}
.why-section h2 {
  display: flex;
  align-items: start;
  gap: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
.why-section .section-index {
  margin-top: 0.35rem;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.why-grid article {
  padding-left: 1.25rem;
  border-left: 3px solid var(--orange);
}
.why-grid h3 {
  font-size: 1.0625rem;
  line-height: 1.45;
}
/* The partnership section owns the submission instructions and one action. */
.partners {
  margin-block: 2rem;
  padding: 1.75rem 2rem;
  background: white;
  border: 1px solid var(--line);
  border-left: 5px solid var(--orange);
  border-radius: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.4fr);
  gap: 2.5rem;
  align-items: center;
}
.partners h2,
#government h2 {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
}
.partner-invitation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.partner-invitation p {
  flex: 1 1 300px;
  max-width: 57ch;
  font-size: 0.9375rem;
}
.partner-invitation .text-link {
  padding: 1rem 1.2rem;
  background: var(--ink);
  color: white;
  text-decoration: none;
}
.partner-invitation .text-link:hover {
  background: #184c82;
  text-decoration: underline;
}
/* A compact navy close echoes delivery; white keeps contact details prominent. */
.contact-section {
  background: var(--ink);
  color: white;
  padding-block: clamp(3rem, 4vw, 5rem);
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
}
.contact-section .eyebrow,
.contact-section p {
  color: inherit;
}
.contact-section .section-index {
  color: #ff9b60;
  border-color: #9a9f9f;
}
.contact-grid h2 {
  font-size: clamp(2.2rem, 3.65vw, 5rem);
  margin-bottom: 0;
}
.contact-grid > div:first-child > p:last-child {
  max-width: 52ch;
}
.contact-details {
  position: relative;
  padding: 1rem 0 1rem 2.5rem;
  border-left: 1px solid #9a9f9f;
  color: var(--white);
}
.contact-name {
  font-family: Syne, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  letter-spacing: -0.035em;
}
.contact-details p + p {
  margin-top: 0.5rem;
}
.contact-details .contact-legal {
  font-size: 0.8125rem;
}
.contact-email {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: clamp(1.125rem, 2vw, 2.25rem);
  line-height: 1.5;
  font-weight: 500;
  padding-block: 0.65rem;
  margin-block: 1.2rem 1rem;
  border-bottom: 2px solid var(--orange);
  text-decoration: none;
  transition: border-color 160ms ease;
  overflow-wrap: anywhere;
}
.contact-email:hover {
  border-color: var(--white);
  text-decoration: underline;
}
.contact-email span {
  color: var(--orange);
  flex-shrink: 0;
}
.contact-location {
  font-size: 0.875rem;
}
.site-footer {
  background: var(--ink);
  color: white;
  padding-block: 1.25rem;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.footer-inner p,
.footer-inner a {
  font-size: 0.75rem;
  color: #e5e5e2;
  line-height: 1.6;
}
.footer-inner p + p {
  margin: 0;
}
.footer-inner p span {
  margin-inline: 0.75rem;
}
.footer-inner a {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 44px;
}
.contact-section a:focus-visible,
.site-footer a:focus-visible {
  outline-color: var(--orange);
}
@media (min-width: 1101px) {
  .company-data {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .company-data > div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 5;
  }
  .company-data > div:nth-child(2) {
    grid-area: 2 / 1 / 3 / 5;
    padding-top: 0.5rem;
  }
  .company-data > div:nth-child(3) {
    grid-area: 1 / 5 / 2 / 9;
  }
  .company-data > div:nth-child(4) {
    grid-area: 1 / 9 / 2 / 11;
  }
  .company-data > div:nth-child(5) {
    grid-area: 1 / 11 / 2 / 13;
    border-top: 0;
  }
  .company-data > div:nth-child(6) {
    grid-area: 2 / 5 / 3 / 9;
  }
  .company-data > div:nth-child(7) {
    grid-area: 2 / 9 / 3 / 13;
  }
  .company-data > div:nth-child(8) {
    grid-area: 3 / 1 / 4 / 7;
  }
  .company-data > div:nth-child(9) {
    grid-area: 3 / 7 / 4 / 13;
  }
}
@media (min-width: 1600px) {
  .service-groups {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .service-groups article:nth-child(n) {
    grid-column: span 2;
  }
  .service-groups article:nth-child(-n + 2) {
    grid-column: span 5;
  }
  .intro-copy {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 2rem;
    max-width: none;
  }
  .intro-copy p {
    max-width: 49ch;
  }
  .intro-copy p + p {
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 3rem);
  }
  .brand-symbol {
    width: 110px;
  }
  .brand-type strong {
    font-size: 1.15rem;
  }
  .wordmark {
    gap: 0.7rem;
  }
  nav {
    gap: 1.1rem;
  }
  nav a {
    font-size: 0.8125rem;
  }
  .hero-grid {
    column-gap: 2rem;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }
  .intro,
  .section-heading,
  .partners,
  .contact-grid {
    column-gap: 2.5rem;
  }
  .audience-grid {
    column-gap: 2rem;
  }
  .capabilities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .capability {
    grid-template-columns: 1.5rem minmax(0, 1fr);
    gap: 0.5rem 1rem;
  }
  .capability p {
    grid-column: 2;
  }
  .item-number {
    grid-row: 1/3;
  }
  .registered-naics-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .company-data {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .company-data > div:nth-child(-n + 2),
  .company-data > div:nth-child(8) {
    grid-column: span 1;
  }
  .company-data .government-primary {
    grid-column: 1/-1;
  }
  .contact-details {
    padding-left: 1.5rem;
  }
}
@media (max-width: 800px) {
  .section {
    padding-block: 2.25rem;
  }
  .header-inner {
    min-height: 96px;
    gap: 1rem;
    padding-block: 1rem;
  }
  .wordmark {
    min-width: min(100%, 190px);
    flex: 1;
  }
  .brand-symbol {
    width: 100px;
  }
  .menu-toggle:not([hidden]) {
    display: inline-flex;
  }
  nav {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  nav a {
    padding: 0.65rem 0.5rem;
    border-top: 1px solid var(--line);
  }
  .nav-contact {
    border-bottom: 0;
  }
  .js #primary-nav:not([data-open="true"]) {
    display: none;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    padding-block: 2rem 0;
    gap: 1.5rem;
  }
  .hero-copy {
    display: block;
  }
  .hero-copy > .eyebrow {
    margin-bottom: 1.25rem;
  }
  .hero h1 {
    font-size: clamp(2.2rem, 5.8vw, 3rem);
  }
  .hero-introduction {
    align-self: stretch;
    max-width: 68ch;
  }
  .hero-description {
    font-size: 1rem;
  }
  .credentials {
    margin-top: 0;
    border-top: 1px solid var(--line);
    border-bottom: 0;
  }
  .credentials-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding-bottom: 0;
  }
  .credentials-grid > div {
    padding: 0;
    border: 0;
  }
  .credentials dd {
    font-size: 0.9375rem;
  }
  .credentials dt {
    font-size: 0.625rem;
  }
  .aside-heading {
    min-height: 78px;
    font-size: 0.6875rem;
  }
  .aside-heading::before {
    width: 42%;
    left: 29%;
    height: 45px;
    top: 20.5px;
    border-top-width: 5px;
  }
  .aside-heading::after {
    top: 42px;
  }
  .hero-aside {
    display: block;
    padding-block: 0.25rem;
    width: 100%;
  }
  .intro,
  .section-heading,
  .delivery-section .section-heading,
  #service-categories .section-heading,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
  .intro h2 {
    max-width: 24ch;
  }
  .intro-copy {
    padding-left: 1.25rem;
  }
  .section-heading > p {
    justify-self: start;
    max-width: 65ch;
  }
  .audience .section-heading > div,
  #capabilities .section-heading > div {
    display: block;
  }
  .audience .section-heading .eyebrow,
  #capabilities .eyebrow {
    margin-bottom: 1rem;
  }
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 2rem;
  }
  .audience-grid article:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    border-top: 1px solid var(--line);
    padding-block: 1.4rem;
  }
  .audience-grid article:nth-child(n + 3) h3 {
    font-family: inherit;
    font-size: 1.125rem;
    letter-spacing: -0.015em;
  }

  .process {
    display: block;
    margin-top: 2rem;
  }
  .process li {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.3rem 1.25rem;
    padding: 0 0 2rem;
  }
  .process li::before {
    border: 0;
    border-radius: 0;
    width: 2px;
    height: auto;
    background: #c7c9c8;
    top: 0;
    bottom: 0;
    left: 1.5rem;
    right: auto;
  }
  .process li::after {
    display: none;
  }
  .step-number {
    grid-row: 1/3;
    margin: 0;
  }
  .process h3 {
    margin: 0.2rem 0 0.35rem;
  }
  .process p {
    grid-column: 2;
    max-width: 62ch;
  }
  .process li:last-child {
    padding-bottom: 0;
  }
  .service-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
  }
  .service-groups article:nth-child(n) {
    grid-column: auto;
  }
  .service-groups article:last-child {
    grid-column: 1/-1;
  }
  .service-groups article:nth-child(-n + 2) h3 {
    font-size: 1.125rem;
  }
  .registered-naics-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .why-section .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
  .partners {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }
  .contact-section {
    padding-block: 2.5rem;
  }
  .contact-details {
    padding: 1.5rem 0 0;
    border-left: 0;
    border-top: 1px solid #9a9f9f;
  }
  .contact-grid h2 {
    max-width: 22ch;
  }
  .footer-inner {
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
  }
  .footer-inner p:first-child {
    width: 100%;
  }
  .footer-inner a {
    margin-left: auto;
  }
}
@media (max-width: 540px) {
  h2 {
    letter-spacing: -0.04em;
  }
  .company-data > div:nth-child(2n + 3) {
    border-top: 1px solid var(--line);
  }
  .container {
    width: calc(100% - 2.25rem);
  }
  .header-inner {
    gap: 0.6rem;
  }
  .wordmark {
    gap: 0.55rem;
  }
  .brand-symbol {
    width: 76px;
  }
  .brand-type strong {
    font-size: 1.05rem;
  }
  .brand-type > span {
    font-size: 0.5625rem;
    letter-spacing: 0.1em;
  }
  .menu-toggle {
    padding: 0.6rem;
  }
  .hero-copy > .eyebrow {
    font-size: 0.625rem;
    letter-spacing: 0.06em;
  }
  .hero h1 {
    font-size: clamp(1.8rem, 7.5vw, 2.6rem);
  }
  .credentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.3rem;
  }
  .button {
    padding: 0.9rem;
    gap: 0.65rem;
    font-size: 0.8125rem;
  }
  .eyebrow {
    margin-bottom: 1.1rem;
  }
  .intro .lead {
    font-size: 1.125rem;
  }
  .intro-copy {
    padding-left: 1rem;
  }
  .audience-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .capabilities-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .capability:nth-child(odd) {
    border-right: 0;
  }
  .partners {
    padding: 1.5rem 1rem;
  }
  .service-groups {
    grid-template-columns: minmax(0, 1fr);
  }
  .service-groups article:nth-child(-n + 2) .service-list {
    column-gap: 1rem;
  }
  .company-data {
    grid-template-columns: minmax(0, 1fr);
  }
  .company-data > div {
    padding: 1.1rem;
  }
  .company-data > div:nth-child(1) dd {
    font-size: 1.3rem;
  }
  .government-actions {
    align-items: stretch;
    flex-direction: column;
    padding-inline: 1rem;
  }
  .why-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
  }
  .why-grid article {
    padding-left: 0;
    border-left: 0;
  }
  .partner-invitation .text-link {
    width: 100%;
  }
  .desktop-break {
    display: none;
  }
  .contact-grid h2 {
    font-size: clamp(2rem, 8vw, 2.7rem);
  }
  .contact-details {
    padding-top: 1.5rem;
  }
  .contact-name {
    font-size: 1.3rem;
  }
  .contact-email {
    font-size: 1.15rem;
    gap: 0.5rem;
  }
  .footer-inner a {
    margin-left: 0;
  }
}
@media (max-width: 360px) {
  .brand-symbol {
    width: 56px;
  }
  .brand-type strong {
    font-size: 0.9375rem;
  }
  .wordmark {
    gap: 0.45rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .site-header,
  .site-footer,
  .actions,
  .menu-toggle,
  .skip-link,
  .hero-aside,
  .button {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .section,
  .hero-grid,
  .contact-section {
    padding-block: 1.5rem;
  }
  body,
  .hero,
  #capabilities,
  .delivery-section,
  #service-categories,
  .why-section,
  .contact-section,
  .credentials {
    background: white;
    color: black;
  }
  .delivery-section p,
  .eyebrow,
  .section-index,
  .item-number,
  .credentials dt,
  .credentials dd,
  .contact-section p {
    color: black;
  }
  .hero h1 span,
  .hero h1 span + span,
  .hero .eyebrow,
  .hero p,
  .hero a,
  .hero .credentials dt,
  .company-data > div:nth-child(-n + 2),
  .company-data > div:nth-child(-n + 2) dt,
  .contact-details,
  .contact-email span {
    color: black;
    background: white;
  }
  .hero-grid,
  .hero-copy,
  .intro,
  .partners,
  .contact-grid {
    display: block;
  }
  .hero-introduction {
    margin-top: 1rem;
  }
  .section-heading {
    margin-bottom: 1rem;
  }
  .capability,
  .process li,
  .service-groups article {
    break-inside: avoid;
  }
  h2,
  h3 {
    break-after: avoid;
  }
  .partner-invitation,
  .contact-details {
    margin-top: 1rem;
  }
}
