:root {
  --navy-950: #061326;
  --navy-900: #081a33;
  --navy-800: #102846;
  --blue-700: #174e87;
  --blue-600: #1f67a5;
  --blue-100: #d9e9f5;
  --gold: #e8ae48;
  --gold-soft: #f6d99f;
  --ink: #122033;
  --slate: #536174;
  --line: #d6dee8;
  --mist: #eef3f8;
  --paper: #f8fafc;
  --white: #ffffff;
  --shell: min(1180px, calc(100% - 48px));
  --shadow: 0 28px 80px rgba(0, 12, 35, 0.22);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 16px;
  color: var(--navy-950);
  background: var(--gold);
  font-weight: 800;
  text-decoration: none;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 12px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--white);
  background: rgba(6, 19, 38, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  flex: 0 0 auto;
  color: var(--navy-950);
  background: var(--gold);
  border: 1px solid var(--gold-soft);
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.12);
}

.brand-mark > span {
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
}

.brand-mark > span:first-child {
  grid-row: 1;
  grid-column: 1;
  font-size: 1.4rem;
  border-right: 1px solid rgba(6, 19, 38, 0.26);
}

.brand-mark > span:last-child {
  grid-row: 1;
  grid-column: 2;
  writing-mode: vertical-rl;
  letter-spacing: 0.02em;
}

.brand-copy {
  display: grid;
  line-height: 1.12;
}

.brand-copy strong {
  font-size: 1.06rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.brand-copy span {
  margin-top: 4px;
  color: #b8c6d9;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav a {
  color: #dce6f1;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--gold-soft);
}

.primary-nav .nav-contact {
  padding: 9px 15px;
  color: var(--navy-950);
  background: var(--gold);
  border: 1px solid var(--gold-soft);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 42%, rgba(31, 103, 165, 0.33), transparent 34%),
    linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 55%, #0d3152 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -200px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(232, 174, 72, 0.32);
  transform: rotate(45deg);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, transparent 0%, black 42%, black 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  align-items: center;
  gap: clamp(52px, 7vw, 100px);
  padding-block: 92px 104px;
}

.eyebrow,
.section-number,
.mini-kicker,
.card-kicker {
  margin: 0 0 18px;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-soft);
}

.eyebrow span {
  width: 30px;
  height: 2px;
  background: var(--gold);
}

.hero h1,
.section h2,
.contact h2,
.federal-profile h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 800px;
  font-size: clamp(3.25rem, 6.5vw, 6.3rem);
}

.hero h1 em {
  color: var(--gold-soft);
  font-weight: 500;
}

.hero-lede {
  max-width: 700px;
  margin: 28px 0 0;
  color: #cbd8e8;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.primary-nav a:focus-visible,
.brand:focus-visible,
.contact-details a:focus-visible,
.menu-button:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 4px;
}

.button-primary {
  color: var(--navy-950);
  background: var(--gold);
  border-color: var(--gold-soft);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.28);
}

.delivery-card {
  position: relative;
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.delivery-card::before {
  content: "";
  position: absolute;
  inset: -9px 9px 9px -9px;
  z-index: -1;
  border: 1px solid rgba(232, 174, 72, 0.38);
}

.card-kicker {
  color: var(--gold-soft);
}

.delivery-steps {
  padding: 0;
  margin: 0;
  list-style: none;
}

.delivery-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.delivery-steps li > span {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.delivery-steps strong {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.delivery-steps small {
  color: #becce0;
  font-size: 0.84rem;
}

.card-footer {
  margin-top: 8px;
  padding-top: 18px;
  color: var(--gold-soft);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.88rem;
  font-weight: 800;
}

.identity-strip {
  color: var(--white);
  background: var(--blue-700);
  border-bottom: 4px solid var(--gold);
}

.identity-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.4fr 0.75fr 0.9fr 0.7fr;
}

.identity-grid > div {
  min-width: 0;
  padding: 19px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.identity-grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.identity-grid span,
.identity-grid strong {
  display: block;
}

.identity-grid span {
  color: #bed8ee;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.identity-grid strong {
  margin-top: 3px;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}

.section {
  padding: 112px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 54px;
}

.section-heading h2,
.leadership h2,
.federal-profile h2,
.contact h2 {
  font-size: clamp(2.45rem, 4.2vw, 4.3rem);
}

.section-heading > p {
  margin: 0 0 4px;
  color: var(--slate);
  font-size: 1.02rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 360px;
  padding: 38px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:hover {
  z-index: 1;
  background: #f2f7fc;
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(8, 26, 51, 0.09);
}

.service-index {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--navy-900);
  background: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 700;
}

.service-card h3 {
  max-width: 400px;
  margin: 26px 0 12px;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.18;
}

.service-card p {
  max-width: 500px;
  margin: 0;
  color: var(--slate);
}

.service-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.service-card li {
  padding: 5px 10px;
  color: var(--blue-700);
  background: var(--mist);
  border: 1px solid #dae6f0;
  font-size: 0.78rem;
  font-weight: 750;
}

.approach {
  color: var(--white);
  background: var(--navy-900);
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(60px, 8vw, 120px);
}

.section-number.light {
  color: var(--gold-soft);
}

.approach-intro h2 {
  font-size: clamp(2.8rem, 4.8vw, 5rem);
}

.approach-intro > p:last-child {
  margin: 28px 0 0;
  color: #c3d0df;
  font-size: 1.04rem;
}

.approach-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.approach-list article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.approach-list article > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.approach-list h3 {
  margin: 0 0 5px;
  font-size: 1.1rem;
}

.approach-list p {
  margin: 0;
  color: #bdcad9;
  font-size: 0.92rem;
}

.leadership {
  background: var(--white);
}

.leadership-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: center;
}

.leader-panel {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--navy-900);
  border-bottom: 8px solid var(--gold);
  box-shadow: var(--shadow);
}

.leader-panel::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 46%, rgba(4, 16, 32, 0.32) 67%, rgba(4, 16, 32, 0.92) 100%);
  pointer-events: none;
}

.leader-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.leader-caption {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
}

.leader-label {
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.leader-panel blockquote {
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1.22;
}

.leader-title {
  margin: 12px 0 24px;
  color: var(--blue-700);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.leader-copy > p:not(.section-number):not(.leader-title) {
  color: var(--slate);
  font-size: 1.02rem;
}

.clearance-note {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  margin-top: 30px;
  padding: 20px;
  color: var(--navy-900);
  background: var(--mist);
  border-left: 4px solid var(--gold);
}

.clearance-note > span {
  color: var(--gold);
}

.clearance-note p {
  margin: 0;
  font-size: 0.9rem;
}

.credentials {
  background: var(--mist);
}

.credentials-heading {
  margin-bottom: 48px;
}

.credential-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.82fr);
  gap: 34px;
}

.credential-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--white);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.credential-list > div {
  min-height: 120px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.credential-list strong,
.credential-list span {
  display: block;
}

.credential-list strong {
  color: var(--blue-700);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.credential-list span {
  margin-top: 8px;
  color: var(--slate);
  font-size: 0.88rem;
}

.team-capabilities {
  padding: 34px;
  color: var(--white);
  background: var(--blue-700);
  border-bottom: 6px solid var(--gold);
}

.team-capabilities .mini-kicker {
  color: var(--gold-soft);
}

.team-capabilities h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.15;
}

.team-capabilities > p:not(.mini-kicker) {
  color: #d7e6f3;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tag-list span {
  padding: 6px 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.78rem;
  font-weight: 700;
}

.federal-profile {
  padding: 112px 0;
  color: var(--white);
  background: var(--navy-950);
}

.federal-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(54px, 7vw, 100px);
}

.profile-table {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.profile-table > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 26px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.profile-table dt {
  color: #a9bdd4;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-table dd {
  margin: 0;
  font-size: 0.91rem;
  font-weight: 700;
}

.profile-note {
  grid-column: 2;
  margin: -74px 0 0;
  padding-top: 16px;
  color: #94a8bf;
  font-size: 0.78rem;
}

.contact {
  padding: 104px 0;
  background: var(--gold);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: end;
}

.contact .section-number {
  color: var(--navy-900);
}

.contact h2 {
  max-width: 790px;
  color: var(--navy-950);
}

.contact-details {
  display: grid;
  gap: 12px;
}

.contact-details a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 9px;
  color: var(--navy-950);
  border-bottom: 1px solid rgba(6, 19, 38, 0.45);
  font-size: 1rem;
  font-weight: 850;
  text-decoration: none;
}

.contact-details a:hover {
  border-color: var(--navy-950);
}

.contact-details p {
  margin: 18px 0 0;
  color: #3b321d;
  font-size: 0.9rem;
}

.site-footer {
  color: #b9c7d8;
  background: var(--navy-950);
}

.footer-inner {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 750;
}

.brand-mark.small {
  width: 34px;
  height: 34px;
  box-shadow: none;
}

.brand-mark.small > span:first-child {
  font-size: 1rem;
}

.brand-mark.small > span:last-child {
  font-size: 0.56rem;
}

.footer-inner > p {
  margin: 0;
  font-size: 0.77rem;
}

@media (max-width: 980px) {
  :root {
    --shell: min(100% - 36px, 820px);
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0 10px 14px;
    color: var(--white);
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 800;
  }

  .menu-icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-content: center;
    gap: 6px;
    background: var(--gold);
  }

  .menu-icon i {
    display: block;
    width: 14px;
    height: 2px;
    background: var(--navy-950);
    transition: transform 160ms ease;
  }

  .menu-button[aria-expanded="true"] .menu-icon i:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] .menu-icon i:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .primary-nav {
    position: absolute;
    inset: 80px 0 auto;
    display: none;
    padding: 14px 18px 22px;
    background: var(--navy-950);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    padding: 12px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .primary-nav .nav-contact {
    margin-top: 8px;
    text-align: center;
  }

  .hero-inner,
  .section-heading,
  .approach-grid,
  .leadership-grid,
  .credential-layout,
  .federal-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    gap: 70px;
    padding-block: 90px;
  }

  .delivery-card {
    width: min(100%, 600px);
  }

  .identity-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .identity-grid > div:last-child {
    border-right: 0;
  }

  .section-heading {
    align-items: start;
    gap: 24px;
  }

  .approach-grid,
  .leadership-grid {
    gap: 60px;
  }

  .leader-panel {
    width: min(100%, 540px);
    justify-self: center;
  }

  .profile-note {
    grid-column: 1;
    margin: 18px 0 0;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-copy strong {
    font-size: 0.9rem;
  }

  .brand-copy span {
    max-width: 165px;
    font-size: 0.62rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .primary-nav {
    inset-block-start: 72px;
  }

  .hero-inner {
    padding-block: 70px 78px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .delivery-card {
    padding: 24px 20px;
  }

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

  .identity-grid > div {
    padding: 16px 12px;
  }

  .section,
  .federal-profile {
    padding: 82px 0;
  }

  .section-heading h2,
  .leadership h2,
  .federal-profile h2,
  .contact h2 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .service-grid,
  .credential-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
    padding: 30px 24px;
  }

  .team-capabilities {
    padding: 28px;
  }

  .leader-caption {
    padding: 28px;
  }

  .profile-table > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .contact {
    padding: 80px 0;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 30px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
