.our-company-page .company-hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.our-company-page .company-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.our-company-page .company-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 27, 73, 0.96), rgba(6, 27, 73, 0.76) 50%, rgba(6, 27, 73, 0.28)),
    linear-gradient(0deg, rgba(6, 27, 73, 0.36), rgba(6, 27, 73, 0.06));
}

.our-company-page .company-hero-inner {
  position: relative;
  z-index: 1;
  padding: 88px 0 96px;
}

.our-company-page .company-hero-copy {
  max-width: 840px;
}

.our-company-page .company-hero-copy h1 {
  margin: 0;
  color: var(--white);
  font-size: 4.75rem;
  font-weight: 900;
  line-height: 1.03;
}

.our-company-page .company-hero-copy p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.our-company-page .company-proof-band {
  color: var(--white);
  background: var(--navy);
  border-top: 4px solid var(--orange);
}

.our-company-page .company-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.our-company-page .company-proof-grid div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 18px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.our-company-page .company-proof-grid div:first-child {
  border-left: 0;
}

.our-company-page .company-proof-grid strong {
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.our-company-page .company-proof-grid span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

.our-company-page .company-overview-section,
.our-company-page .impact-section,
.our-company-page .customers-section {
  background: var(--soft);
}

.our-company-page .company-overview-layout,
.our-company-page .mission-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
  gap: 50px;
  align-items: center;
}

.our-company-page .company-capability-grid,
.our-company-page .security-grid,
.our-company-page .values-grid,
.our-company-page .department-grid,
.our-company-page .testimonial-grid {
  display: grid;
  gap: 14px;
}

.our-company-page .company-capability-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.our-company-page .company-capability-grid a,
.our-company-page .security-card,
.our-company-page .values-grid article,
.our-company-page .impact-grid article,
.our-company-page .team-feature-grid article,
.our-company-page .department-grid article,
.our-company-page .testimonial-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(8, 28, 72, 0.08);
}

.our-company-page .company-capability-grid a {
  min-height: 132px;
  display: block;
  padding: 18px;
  color: inherit;
  text-decoration: none;
}

.our-company-page .company-capability-grid a:hover,
.our-company-page .company-capability-grid a:focus-visible {
  border-color: rgba(245, 155, 25, 0.55);
  background: rgba(245, 155, 25, 0.08);
}

.our-company-page .company-capability-grid strong,
.our-company-page .security-grid strong,
.our-company-page .values-grid h3,
.our-company-page .department-grid h3,
.our-company-page .testimonial-grid h3 {
  display: block;
  margin: 0;
  color: var(--navy);
  line-height: 1.16;
}

.our-company-page .company-capability-grid span,
.our-company-page .security-grid span,
.our-company-page .values-grid p,
.our-company-page .department-grid p,
.our-company-page .testimonial-grid p {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.our-company-page .security-card {
  padding: 24px;
}

.our-company-page .security-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.16;
}

.our-company-page .security-card p {
  color: var(--muted);
}

.our-company-page .security-grid {
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.our-company-page .security-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.our-company-page .mission-section {
  color: var(--white);
  background:
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 68%, #173f83 100%);
}

.our-company-page .mission-section h2,
.our-company-page .mission-section p {
  color: var(--white);
}

.our-company-page .mission-section p {
  color: rgba(255, 255, 255, 0.8);
}

.our-company-page .values-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.our-company-page .values-grid article {
  min-height: 210px;
  padding: 22px;
}

.our-company-page .values-grid article:last-child {
  grid-column: 1 / -1;
  min-height: 150px;
}

.our-company-page .values-grid span {
  display: block;
  margin-bottom: 18px;
  color: rgba(13, 44, 103, 0.18);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.our-company-page .impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.our-company-page .impact-grid article {
  min-height: 230px;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 24px;
}

.our-company-page .impact-grid img {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  object-fit: contain;
}

.our-company-page .impact-grid strong {
  color: var(--navy);
  font-size: 2.05rem;
  font-weight: 900;
  line-height: 1.05;
}

.our-company-page .impact-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.our-company-page .team-section {
  background: var(--white);
}

.our-company-page .team-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -10px 0 34px;
}

.our-company-page .team-section-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: var(--navy);
  font-weight: 900;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(8, 28, 72, 0.06);
}

.our-company-page .team-section-nav a:hover,
.our-company-page .team-section-nav a:focus-visible {
  border-color: rgba(245, 155, 25, 0.55);
  background: rgba(245, 155, 25, 0.08);
}

.our-company-page .team-roster-section {
  padding-top: 10px;
  margin-top: 34px;
}

.our-company-page .team-roster-section:first-of-type {
  margin-top: 0;
}

.our-company-page .team-roster-heading {
  margin-bottom: 16px;
  padding-left: 18px;
  border-left: 5px solid var(--orange);
}

.our-company-page .team-roster-heading h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.55rem;
  line-height: 1.16;
}

.our-company-page .team-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.our-company-page .team-feature-grid article {
  min-height: 318px;
  overflow: hidden;
}

.our-company-page .team-feature-grid img {
  width: 100%;
  height: 250px;
  padding: 12px;
  object-fit: contain;
  object-position: center;
  background: var(--soft);
}

.our-company-page .team-feature-grid h4 {
  margin: 20px 20px 0;
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.16;
}

.our-company-page .bio-toggle {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  color: var(--navy);
  font: inherit;
  font-weight: 900;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.our-company-page .bio-toggle::after {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  content: "+";
  color: var(--white);
  font-size: 1rem;
  line-height: 1;
  border-radius: 50%;
  background: var(--navy);
}

.our-company-page .bio-toggle[aria-expanded="true"]::after {
  content: "-";
  background: var(--orange);
}

.our-company-page .bio-toggle:hover,
.our-company-page .bio-toggle:focus-visible {
  color: var(--blue);
}

.our-company-page .team-feature-grid p {
  margin: 6px 20px 22px;
  color: var(--muted);
  font-weight: 800;
}

.our-company-page .bio-panel {
  margin: -6px 20px 22px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.our-company-page .bio-panel p {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
}

.our-company-page .bio-panel p + p {
  margin-top: 10px;
}

.our-company-page .testimonial-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.our-company-page .testimonial-grid article {
  min-height: 280px;
  padding: 22px;
}

.our-company-page .testimonial-grid img {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  object-fit: contain;
}

.our-company-page .company-cta {
  background: var(--white);
}

@media (max-width: 1080px) {
  .our-company-page .company-overview-layout,
  .our-company-page .mission-layout {
    grid-template-columns: 1fr;
  }

  .our-company-page .company-hero-copy h1 {
    font-size: 4rem;
  }

  .our-company-page .company-proof-grid,
  .our-company-page .impact-grid,
  .our-company-page .team-feature-grid,
  .our-company-page .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .our-company-page .company-proof-grid div:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .our-company-page .company-hero {
    min-height: auto;
  }

  .our-company-page .company-hero-inner {
    padding: 64px 0 72px;
  }

  .our-company-page .company-hero-copy h1 {
    font-size: 2.9rem;
  }

  .our-company-page .company-proof-grid,
  .our-company-page .company-capability-grid,
  .our-company-page .values-grid,
  .our-company-page .impact-grid,
  .our-company-page .team-feature-grid,
  .our-company-page .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .our-company-page .company-proof-grid div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .our-company-page .company-proof-grid div:first-child {
    border-top: 0;
  }

  .our-company-page .values-grid article:last-child {
    grid-column: auto;
  }

  .our-company-page .team-feature-grid img {
    height: 280px;
  }
}
