:root {
  --navy: #0d1b2a;
  --navy2: #14283a;
  --gold: #b8924a;
  --gold2: #d3ac68;
  --cream: #f5f3ee;
  --cream2: #ebe6db;
  --ink: #16212c;
  --muted: #5f6c76;
  --line: rgba(13, 27, 42, .14);
  --white: #fff;
  --display: "Cormorant Garamond", serif;
  --body: "DM Sans", sans-serif;
  --mono: "DM Mono", monospace;
  --max: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

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

h1,h2,h3 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.02;
  margin: 0 0 .45em;
}

h2 {
  font-size: clamp(2.6rem, 5vw, 5rem);
}

h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
}

p {
  margin: 0 0 1em;
  color: var(--muted);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(var(--max), calc(100% - 64px));
  margin: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 9999;
  background: #fff;
  padding: 10px;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(13, 27, 42, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.nav-row {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  font-family: var(--mono);
  font-size: .76rem;
  letter-spacing: .12em;
  color: #fff;
  white-space: nowrap;
}

.brand span {
  color: var(--gold2);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}

.primary-nav a {
  color: rgba(255, 255, 255, .78);
  font-size: .84rem;
}

.primary-nav a:hover {
  color: #fff;
}

.nav-toggle {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: .86rem;
  transition: .2s;
}

.btn-gold {
  background: var(--gold);
  color: #fff;
}

.btn-gold:hover {
  background: var(--gold2);
  color: var(--navy);
}

.btn-outline {
  border-color: rgba(255, 255, 255, .5);
  color: #fff;
}

.btn-outline:hover {
  background: #fff;
  color: var(--navy);
}

.eyebrow {
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.eyebrow:before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
}

.eyebrow-light {
  color: var(--gold2);
}

section {
  padding: 110px 0;
}

section[id] {
  scroll-margin-top: 82px;
}

.hero {
  min-height: 850px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  padding-top: 150px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1622070604011-fa4abc0ac777?w=1800&q=80&auto=format&fit=crop") center/cover;
  filter: saturate(.7);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 27, 42, .98) 0%, rgba(13, 27, 42, .88) 48%, rgba(13, 27, 42, .38) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(4rem, 8vw, 8rem);
  max-width: 8.7ch;
  color: #fff;
}

.hero h1 em {
  display: block;
  color: var(--gold2);
  font-weight: 500;
}

.hero-subhead {
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.6vw, 2.4rem);
  max-width: 28ch;
  color: #fff;
}

.hero-lead {
  max-width: 67ch;
  color: rgba(255, 255, 255, .72);
  font-size: 1.03rem;
}

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

.hero-proof {
  display: flex;
  gap: 32px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .64);
  font-size: .78rem;
}

.section-intro {
  margin-bottom: 56px;
}

.split-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: end;
}

.split-intro>p {
  font-size: 1.05rem;
  max-width: 54ch;
}

.centered {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 58px;
}

.centered .eyebrow {
  justify-content: center;
}

.pillar-grid,.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pillar-card {
  background: #fff;
  padding: 38px;
  border-top: 3px solid var(--gold);
  min-height: 410px;
  display: flex;
  flex-direction: column;
}

.pillar-card .number {
  font-family: var(--mono);
  color: var(--gold);
  font-size: .75rem;
}

.kicker {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 48px;
}

.pillar-card a {
  margin-top: auto;
  font-weight: 600;
  font-size: .87rem;
}

.readiness {
  background: var(--navy);
  color: #fff;
}

.readiness h2 {
  color: #fff;
}

.readiness h2 em {
  color: var(--gold2);
}

.readiness-head {
  max-width: 900px;
  margin-bottom: 55px;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
}

.state {
  padding: 48px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
}

.state-after {
  background: rgba(184, 146, 74, .12);
  border-color: rgba(211, 172, 104, .5);
}

.state-label {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  color: var(--gold2);
  margin-bottom: 26px;
}

.state li {
  color: rgba(255, 255, 255, .82);
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  position: relative;
}

.state li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold2);
}

.state-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold2);
  font-size: 2rem;
}

.readiness-close {
  max-width: 850px;
  margin: 42px auto 0;
  text-align: center;
  color: #fff;
  font-family: var(--display);
  font-size: 1.8rem;
}

.evolution {
  background: var(--cream2);
}

.evolution-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}

.evolution-track:before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 34px;
  height: 1px;
  background: var(--line);
}

.evolution-step {
  position: relative;
  text-align: center;
  padding: 0 12px;
}

.evolution-step span {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  font-family: var(--mono);
  font-size: .72rem;
  position: relative;
  z-index: 1;
}

.evolution-step.active span {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}

.evolution-step strong {
  display: block;
  font-family: var(--display);
  font-size: 1.25rem;
}

.evolution-step small {
  display: block;
  color: var(--muted);
  margin-top: 8px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center;
}

.about-image img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.about-stat {
  display: flex;
  gap: 18px;
  align-items: end;
  padding-top: 24px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.about-stat strong {
  font-family: var(--display);
  font-size: 2.8rem;
  color: var(--gold);
}

.about-stat span {
  color: var(--muted);
  padding-bottom: 8px;
}

.process {
  background: #fff;
}

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

.process-grid article {
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid span {
  font-family: var(--mono);
  font-size: .72rem;
  color: var(--gold);
}

.process-grid h3 {
  font-size: 1.55rem;
  margin-top: 26px;
}

.engagements {
  background: var(--navy);
  color: #fff;
}

.engagements h2 {
  color: #fff;
}

.engagements .centered p {
  color: rgba(255, 255, 255, .68);
}

.engagement-card {
  background: #fff;
  color: var(--ink);
  padding: 38px;
  display: flex;
  flex-direction: column;
  min-height: 650px;
}

.engagement-card.featured {
  transform: translateY(-16px);
  border-top: 4px solid var(--gold);
}

.engagement-card p {
  color: var(--muted);
}

.engagement-card .kicker {
  margin-top: 0;
}

.engagement-card li {
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid var(--line);
  position: relative;
  color: var(--muted);
}

.engagement-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  background: var(--gold);
}

.investment {
  margin-top: auto;
  padding-top: 28px;
}

.investment span {
  display: block;
  font-family: var(--mono);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--gold);
}

.investment strong {
  font-size: 1.2rem;
}

.center-cta {
  text-align: center;
  margin-top: 28px;
}

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

.capability-grid article {
  background: var(--cream);
  padding: 34px;
  min-height: 260px;
}

.capability-grid span {
  font-family: var(--mono);
  font-size: .67rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--gold);
}

.capability-grid h3 {
  margin-top: 30px;
}

.cta-subtext {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
}

.firm-credentials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 72px;
  padding-top: 0;
}

.credential {
  min-width: 0;
}

.credential-value {
  color: var(--gold);
  font-family: var(--display);
  font-size: clamp(2.35rem, 3.1vw, 3.35rem);
  font-weight: 500;
  line-height: .95;
  margin-bottom: 20px;
  white-space: nowrap;
}

.credential-line {
  width: 100%;
  height: 2px;
  margin-bottom: 18px;
  background: var(--gold);
  opacity: .65;
}

.credential-label strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.65;
  text-transform: uppercase;
}

.credential-label span {
  display: block;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}

.industries {
  background: var(--cream2);
}

.industries .centered > p:last-child {
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.industry-card {
  min-height: 270px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.industry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 146, 74, .55);
  box-shadow: 0 16px 34px rgba(13, 27, 42, .07);
}


.industry-card h3 {
  margin-top: 0;
  font-size: 1.55rem;
}

.industry-card p {
  font-size: .94rem;
}

.industry-link {
  margin-top: auto;
  padding: 18px 0 0;
  background: none;
  border: 0;
  color: var(--navy);
  font: inherit;
  font-size: .82rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.industry-link span {
  margin-left: 6px;
  color: var(--gold);
}

.industry-link:hover,
.industry-link:focus-visible {
  color: var(--gold);
}

#govcon {
  scroll-margin-top: 104px;
}

.government-callout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  margin-top: 28px;
  padding: 54px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  color: var(--ink);
  position: relative;
  overflow: hidden;
}

.government-callout:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(184, 146, 74, .16);
  border-radius: 50%;
  right: -110px;
  top: -120px;
}

.government-callout h2 {
  color: var(--ink);
  font-size: clamp(2.5rem, 4.5vw, 4.35rem);
}

.government-callout-copy,
.government-callout-services {
  position: relative;
  z-index: 1;
}

.government-callout-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.03rem;
  max-width: 58ch;
}

.government-callout-copy .btn {
  margin-top: 22px;
}

.government-callout-services {
  align-self: center;
}

.government-list-label,
.modal-label {
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.government-callout-services ul {
  display: grid;
  gap: 0;
}

.government-callout-services li {
  position: relative;
  padding: 14px 0 14px 28px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.government-callout-services li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 7px;
  height: 7px;
  background: var(--gold);
}

body.modal-open {
  overflow: hidden;
}

.industry-modal[hidden] {
  display: none;
}

.industry-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  transition: opacity .18s ease;
}

.industry-modal.is-open {
  opacity: 1;
}

.industry-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 27, 42, .76);
}

.industry-modal-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: var(--cream);
  border-top: 3px solid var(--gold);
  padding: 42px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  transform: translateY(12px);
  transition: transform .18s ease;
  outline: none;
}

.industry-modal.is-open .industry-modal-panel {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.modal-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  margin-bottom: 18px;
}

.industry-modal-panel h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 18px;
}

.industry-modal-panel > p:not(.modal-label) {
  max-width: 70ch;
}

.industry-modal-panel ul {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.industry-modal-panel li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: .92rem;
}

.industry-modal-panel li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.modal-proof {
  background: #eee9df;
  border-left: 2px solid var(--gold);
  padding: 18px 20px;
  margin: 26px 0 22px;
}

.modal-proof span {
  display: block;
  font-family: var(--mono);
  font-size: .62rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 7px;
}

.modal-proof strong {
  display: block;
  font-size: .86rem;
  line-height: 1.55;
}

.modal-cta {
  min-width: 128px;
}

.contact {
  background: var(--navy);
  color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
}

.contact h2 {
  color: #fff;
}

.contact p {
  color: rgba(255, 255, 255, .68);
}

.contact-meta {
  display: grid;
  gap: 8px;
  color: #fff;
  margin-top: 32px;
}

.contact-form {
  background: #fff;
  padding: 34px;
  color: var(--ink);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-grid label {
  font-size: .76rem;
  font-weight: 600;
}

.form-grid .full {
  grid-column: 1/-1;
}

input,select,textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid var(--line);
  background: #faf9f6;
  padding: 13px;
  font: inherit;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.btn-full {
  width: 100%;
  margin-top: 18px;
}

.form-status {
  margin: 12px 0 0;
  color: var(--muted) !important;
  font-size: .85rem;
}

footer {
  background: #08131e;
  padding: 28px 0;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-row p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: .78rem;
}

@media (max-width:1100px) {
  .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
    background: none;
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    padding: 8px 12px;
  }

  .primary-nav {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .primary-nav.open {
    display: flex;
  }

  .pillar-grid,.engagement-grid {
    grid-template-columns: 1fr;
  }

  .engagement-card.featured {
    transform: none;
  }

  .evolution-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
  }

  .evolution-track:before {
    display: none;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .capability-grid {
    grid-template-columns: 1fr 1fr;
  }

  .firm-credentials {
    grid-template-columns: 1fr 1fr;
    row-gap: 48px;
  }

  .industry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .government-callout {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px;
  }
}

@media (max-width:760px) {
  .container {
    width: min(100% - 36px, var(--max));
  }

  .nav-row {
    height: 72px;
  }

  .primary-nav {
    top: 72px;
  }

  .brand {
    font-size: .66rem;
  }

  section {
    padding: 78px 0;
  }

  .hero {
    min-height: 760px;
    padding-top: 125px;
  }

  .hero h1 {
    font-size: 3.85rem;
  }

  .hero-subhead {
    font-size: 1.45rem;
  }

  .hero-actions,.hero-proof {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-proof {
    gap: 8px;
  }

  .split-intro,.about-grid,.contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pillar-card {
    min-height: auto;
  }

  .before-after {
    grid-template-columns: 1fr;
  }

  .state-divider {
    height: 70px;
    transform: rotate(90deg);
  }

  .evolution-track {
    grid-template-columns: 1fr 1fr;
  }

  .process-grid,.capability-grid,.industry-grid,.firm-credentials {
    grid-template-columns: 1fr;
  }

  .firm-credentials {
    gap: 42px;
    margin-top: 64px;
    padding-top: 48px;
  }

  .government-callout {
    margin-top: 22px;
    padding: 34px 26px;
  }

  .industry-card {
    min-height: auto;
  }

  .industry-modal {
    padding: 12px;
  }

  .industry-modal-panel {
    max-height: calc(100vh - 24px);
    padding: 34px 24px 28px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid .full {
    grid-column: auto;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .about-image {
    order: -1;
  }
}
