:root {
  --navy-950: #061829;
  --navy-925: #071c31;
  --navy-900: #082039;
  --navy-850: #0b2944;
  --navy-800: #0d314f;
  --steel-700: #40536a;
  --slate: #6f8193;
  --slate-200: #dce4ec;
  --light: #f5f7fa;
  --paper: #fbfcfd;
  --white: #ffffff;
  --orange: #f7931e;
  --orange-dark: #d9780f;
  --ink: #132236;
  --muted: #53677e;
  --line-dark: rgba(8, 32, 57, 0.12);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow-soft: 0 18px 48px rgba(6, 24, 41, 0.14);
  --shadow-deep: 0 28px 80px rgba(3, 12, 22, 0.34);
  --radius: 6px;
  --radius-sm: 4px;
  --max-width: 1240px;
  --header-height: 88px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 2.5rem;
  --space-8: 3.5rem;
  --space-9: 4.75rem;
  --space-10: 6rem;
  --ease: 180ms ease;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 28px);
}

#about,
#capabilities,
#industries,
#commitment,
#capabilities-statement,
#contact {
  scroll-margin-top: calc(var(--header-height) + 12px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

a,
button {
  transition: color var(--ease), background var(--ease), border-color var(--ease), box-shadow var(--ease), transform var(--ease), opacity var(--ease);
}

button {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
  border-radius: var(--radius-sm);
}

::selection {
  color: var(--white);
  background: var(--orange-dark);
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: var(--navy-950);
  box-shadow: var(--shadow-soft);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.shell {
  width: min(calc(100% - 56px), var(--max-width));
  margin-inline: auto;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h2 {
  color: var(--ink);
  font-size: clamp(2.15rem, 3.15vw, 3.35rem);
  line-height: 1.06;
}

h3 {
  line-height: 1.16;
}

p {
  margin: 0;
}

.eyebrow,
.hero-kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::after,
.hero-kicker::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-left: 12px;
  vertical-align: middle;
  background: currentColor;
  opacity: 0.75;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: var(--header-height);
  background: linear-gradient(180deg, rgba(6, 24, 41, 0.92), rgba(6, 24, 41, 0.54));
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  background: rgba(6, 24, 41, 0.97);
  box-shadow: 0 16px 44px rgba(3, 13, 24, 0.28);
}

.nav {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: clamp(124px, 12vw, 164px);
  height: auto;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 44px);
}

.nav-panel a,
.nav-cta,
.btn {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-panel a {
  position: relative;
  padding-block: 10px;
  color: rgba(255, 255, 255, 0.92);
}

.nav-panel a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: var(--orange);
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: center;
}

.nav-panel a:hover,
.nav-panel a:focus-visible {
  color: var(--white);
}

.nav-panel a:hover::after,
.nav-panel a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  color: var(--white);
  white-space: nowrap;
}

.btn-small {
  min-height: 48px;
  padding-inline: 26px;
}

.btn-primary {
  background: linear-gradient(180deg, #ff9e2a, var(--orange));
  box-shadow: 0 16px 36px rgba(247, 147, 30, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: var(--white);
  background: linear-gradient(180deg, #ee8514, var(--orange-dark));
  transform: translateY(-1px);
  box-shadow: 0 20px 46px rgba(247, 147, 30, 0.3);
}

.btn-outline {
  color: var(--white);
  background: rgba(6, 24, 41, 0.5);
  border-color: rgba(247, 147, 30, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  color: var(--white);
  border-color: rgba(247, 147, 30, 0.9);
  background: rgba(11, 41, 68, 0.78);
}

.btn-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  min-height: clamp(620px, calc(100svh - 120px), 920px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-950);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 147, 30, 0.42), transparent);
  z-index: 2;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 50%;
  z-index: -3;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 24, 41, 0.98) 0%, rgba(6, 24, 41, 0.92) 31%, rgba(8, 32, 57, 0.56) 61%, rgba(6, 24, 41, 0.3) 100%),
    linear-gradient(180deg, rgba(6, 24, 41, 0.58), rgba(6, 24, 41, 0.08) 46%, rgba(6, 24, 41, 0.58));
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  background-image:
    linear-gradient(125deg, transparent 0 21%, rgba(255, 255, 255, 0.2) 21.15%, transparent 21.5% 52%, rgba(255, 255, 255, 0.14) 52.15%, transparent 52.5%),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 100% 100%, 96px 96px, 96px 96px;
}

.hero-inner {
  position: relative;
  padding-top: var(--header-height);
}

.hero-inner.reveal {
  opacity: 1;
  transform: none;
}

.hero-copy {
  width: min(650px, 100%);
}

.hero h1 {
  margin-bottom: var(--space-5);
  color: var(--white);
  font-size: clamp(4rem, 6.4vw, 6.3rem);
  font-weight: 850;
  line-height: 0.94;
}

.hero h1 span {
  color: var(--orange);
}

.hero-copy > p:not(.hero-kicker) {
  width: min(590px, 100%);
  margin-bottom: var(--space-6);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.02rem, 1.15vw, 1.16rem);
  line-height: 1.72;
}

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

.trust-bar {
  background: linear-gradient(90deg, var(--navy-950), var(--navy-850));
  border-block: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-grid {
  min-height: 104px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.trust-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 22px clamp(18px, 2vw, 28px);
  color: var(--white);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-item:first-child {
  border-left: 0;
}

.trust-item svg {
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.92);
}

.trust-item span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.25;
}

.trust-item strong {
  display: block;
  color: var(--white);
  font-size: 0.9rem;
}

.section {
  padding-block: var(--space-10);
}

.about {
  position: relative;
  overflow: hidden;
  padding-top: var(--space-6);
  background:
    linear-gradient(135deg, rgba(247, 147, 30, 0.05), transparent 35%),
    linear-gradient(180deg, var(--paper), var(--light));
}

.about::after {
  content: "";
  position: absolute;
  left: 48%;
  top: 52%;
  width: 320px;
  height: 104px;
  border-right: 1px solid rgba(247, 147, 30, 0.42);
  border-bottom: 1px solid rgba(247, 147, 30, 0.42);
  transform: translate(-50%, -50%) skewX(38deg);
  pointer-events: none;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(52px, 7vw, 96px);
  align-items: center;
}

.about-copy > p:not(.eyebrow) {
  margin: var(--space-5) 0 var(--space-6);
  max-width: 660px;
  color: var(--steel-700);
  font-size: 1.02rem;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgba(8, 32, 57, 0.13);
  background: rgba(255, 255, 255, 0.38);
}

.value-item {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 20px 18px;
  color: var(--navy-900);
  border-left: 1px solid rgba(8, 32, 57, 0.12);
  font-size: 0.86rem;
  font-weight: 850;
}

.value-item:first-child {
  border-left: 0;
}

.value-item svg {
  width: 32px;
  height: 32px;
  color: var(--slate);
}

.about-media {
  position: relative;
  filter: drop-shadow(var(--shadow-soft));
}

.about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.about-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #e8edf3;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}

.angle-mark {
  position: absolute;
  inset: -18px auto auto -18px;
  width: 112px;
  height: 112px;
  border-top: 2px solid rgba(247, 147, 30, 0.7);
  border-left: 2px solid rgba(247, 147, 30, 0.7);
  z-index: 1;
}

.capabilities {
  position: relative;
  overflow: hidden;
  padding-bottom: var(--space-8);
  color: var(--white);
  background:
    radial-gradient(circle at 14% 4%, rgba(247, 147, 30, 0.12), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(150deg, var(--navy-900), var(--navy-950));
  background-size: auto, 82px 82px, 82px 82px, auto;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 850px;
  margin-bottom: var(--space-6);
}

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
}

.capabilities h2,
.commitment h2 {
  color: var(--white);
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-block: 1px solid rgba(184, 196, 208, 0.2);
}

.capability-item {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
  min-height: 170px;
  padding: 28px 26px 28px 0;
  overflow: hidden;
  border-left: 1px solid rgba(184, 196, 208, 0.18);
}

.capability-item:first-child {
  border-left: 0;
}

.capability-item:not(:first-child) {
  padding-left: 26px;
}

.capability-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: var(--orange);
  opacity: 0;
}

.capability-item:hover {
  background: rgba(255, 255, 255, 0.035);
}

.capability-item:hover::before {
  opacity: 1;
}

.capability-item svg {
  position: relative;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.94);
}

.capability-item h3 {
  position: relative;
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.2;
}

.capability-item p {
  position: relative;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.58;
}

.industries-band {
  margin-top: var(--space-5);
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(247, 147, 30, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 22px 58px rgba(0, 0, 0, 0.18);
}

.industries-band .eyebrow {
  margin-bottom: 12px;
}

.industries-band .eyebrow::after {
  width: 28px;
}

.industries-band h3 {
  color: var(--white);
  font-size: clamp(1.7rem, 2.6vw, 2.55rem);
  font-weight: 850;
  line-height: 1.08;
}

.industries-copy {
  display: grid;
  align-content: center;
}

.industries-copy > p:not(.eyebrow) {
  max-width: 420px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.98rem;
  line-height: 1.62;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.industry-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  min-height: 168px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(6, 24, 41, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.industry-card svg {
  width: 38px;
  height: 38px;
  color: rgba(255, 255, 255, 0.9);
}

.industry-card h4 {
  margin: 0;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.2;
}

.industry-card p {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.48;
}

.industry-card span {
  display: inline-flex;
  margin-top: 14px;
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.commitment {
  position: relative;
  overflow: hidden;
  padding-block: var(--space-8);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 24, 41, 0.97), rgba(8, 32, 57, 0.92)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 36px),
    var(--navy-850);
}

.commitment-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 4vw, 58px);
  align-items: center;
}

.commitment-lead {
  max-width: 380px;
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.commitment-item {
  min-height: 188px;
  padding: 18px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.commitment-item svg {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.94);
}

.commitment-item h3 {
  color: var(--white);
  font-size: 0.94rem;
  font-weight: 850;
}

.commitment-item p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.48;
}

.statement {
  padding-block: var(--space-6);
  background:
    radial-gradient(circle at 90% 45%, rgba(8, 32, 57, 0.12), transparent 30%),
    linear-gradient(135deg, transparent 0 68%, rgba(247, 147, 30, 0.055) 68.2%),
    var(--light);
}

.statement-banner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 34px 38px;
  overflow: hidden;
  border: 1px solid rgba(8, 32, 57, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    repeating-linear-gradient(135deg, rgba(8, 32, 57, 0.05) 0 1px, transparent 1px 20px);
  box-shadow: var(--shadow-soft);
}

.statement-banner::after {
  content: "DCS GS";
  position: absolute;
  right: 38px;
  bottom: -26px;
  color: rgba(8, 32, 57, 0.045);
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.statement-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 147, 30, 0.42);
  border-radius: var(--radius);
  color: var(--orange);
  background: rgba(247, 147, 30, 0.08);
}

.statement-icon svg {
  width: 40px;
  height: 40px;
}

.statement h2 {
  font-size: clamp(1.75rem, 2.3vw, 2.45rem);
}

.statement p {
  max-width: 660px;
  margin-top: 10px;
  color: var(--steel-700);
}

.statement .btn {
  position: relative;
  z-index: 1;
}

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

.contact-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(360px, 1.08fr) minmax(260px, 0.72fr);
  align-items: stretch;
  min-height: 540px;
  box-shadow: 0 -1px 0 rgba(8, 32, 57, 0.08);
}

.contact-image {
  position: relative;
  overflow: hidden;
}

.contact-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(6, 24, 41, 0.2));
}

.contact-image img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.contact-copy {
  display: grid;
  align-content: center;
  padding: clamp(42px, 4.4vw, 66px);
}

.contact-copy h2 {
  font-size: clamp(1.95rem, 2.45vw, 2.75rem);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 12px 0 26px;
  color: var(--steel-700);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  color: #24384e;
  font-weight: 760;
  line-height: 1.4;
}

.contact-list a:hover {
  color: var(--orange-dark);
}

.contact-list svg {
  width: 21px;
  height: 21px;
  margin-top: 1px;
  color: var(--slate);
}

.legal-main {
  padding-top: var(--header-height);
  background:
    linear-gradient(180deg, #eef3f8 0, var(--paper) 250px);
}

.legal-hero {
  padding: 76px 0 46px;
  color: var(--white);
  background:
    linear-gradient(130deg, rgba(6, 24, 41, 0.98), rgba(11, 41, 68, 0.96)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px);
}

.legal-hero h1 {
  max-width: 860px;
  color: var(--white);
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 0.98;
}

.legal-hero p:not(.eyebrow) {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
}

.legal-section {
  padding: clamp(42px, 6vw, 76px) 0;
}

.legal-content {
  max-width: 900px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(8, 32, 57, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.legal-content p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.76;
}

.legal-content p + p {
  margin-top: 14px;
}

.legal-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-left: 1.2rem;
  color: var(--muted);
}

.legal-list li {
  padding-left: 0.15rem;
  line-height: 1.68;
}

.legal-content h2 {
  margin-top: 34px;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.18;
}

.legal-content h2:first-of-type {
  margin-top: 26px;
}

.legal-content a {
  color: var(--orange-dark);
  font-weight: 800;
}

.legal-content a:hover,
.legal-content a:focus-visible {
  color: var(--navy-800);
}

.email-card {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 32px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(6, 24, 41, 0.98), rgba(11, 41, 68, 0.96)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px);
}

.email-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.footer {
  color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, var(--navy-925), var(--navy-950));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.72fr 1fr 0.96fr 1.06fr;
  gap: clamp(24px, 3.2vw, 44px);
  padding: 40px 0 30px;
}

.footer-brand p {
  max-width: 430px;
  margin-top: 14px;
}

.footer h2 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer p,
.footer li,
.footer a {
  font-size: 0.88rem;
  line-height: 1.45;
}

.footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--orange);
}

.footer-contract p + p {
  margin-top: 12px;
}

.footer-contract strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
}

.footer-bottom {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 24px;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .capability-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-item:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .capability-item:nth-child(n + 3) {
    border-top: 1px solid rgba(184, 196, 208, 0.18);
  }

  .commitment-layout {
    grid-template-columns: 1fr;
  }

  .commitment-lead {
    max-width: 720px;
  }

  .commitment-grid {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .contact-layout {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  }

  .email-card {
    grid-column: 1 / -1;
    min-height: 155px;
  }
}

@media (max-width: 1024px) {
  :root {
    --header-height: 76px;
    --space-10: 4.75rem;
  }

  .shell {
    width: min(calc(100% - 44px), var(--max-width));
  }

  .nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: grid;
  }

  .nav-panel {
    position: fixed;
    top: calc(var(--header-height) + 10px);
    left: 22px;
    right: 22px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    background: rgba(6, 24, 41, 0.98);
    box-shadow: var(--shadow-deep);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
  }

  .nav-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-panel a {
    padding: 16px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-panel a::after {
    display: none;
  }

  .nav-panel a:last-child {
    border-bottom: 0;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 610px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 8vw, 5.35rem);
  }

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

  .trust-item {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .trust-item:nth-child(odd) {
    border-left: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-top: 0;
  }

  .trust-item:last-child {
    grid-column: 1 / -1;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about::after {
    display: none;
  }

  .about-media img {
    aspect-ratio: 4 / 3;
  }

  .industries-band {
    grid-template-columns: 1fr;
  }

  .industries-copy {
    align-content: start;
  }

  .statement-banner {
    grid-template-columns: auto 1fr;
  }

  .statement .btn {
    grid-column: 2;
    justify-self: start;
  }

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

@media (max-width: 768px) {
  .shell {
    width: min(calc(100% - 32px), var(--max-width));
  }

  h2 {
    font-size: clamp(1.95rem, 8vw, 2.65rem);
  }

  .brand img {
    width: 120px;
  }

  .hero {
    min-height: 590px;
  }

  .hero-image {
    object-position: 67% 50%;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(6, 24, 41, 0.98), rgba(6, 24, 41, 0.82) 72%, rgba(6, 24, 41, 0.46)),
      linear-gradient(180deg, rgba(6, 24, 41, 0.54), rgba(6, 24, 41, 0.6));
  }

  .hero-grid {
    opacity: 0.08;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(3rem, 12vw, 4.4rem);
    line-height: 0.98;
  }

  .hero-copy > p:not(.hero-kicker) {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 12px;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    white-space: normal;
    text-align: center;
  }

  .trust-grid,
  .capability-list,
  .value-grid,
  .statement-banner,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    min-height: auto;
  }

  .trust-item,
  .trust-item:nth-child(odd),
  .trust-item:nth-child(-n + 2),
  .trust-item:last-child {
    grid-column: auto;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .trust-item:first-child {
    border-top: 0;
  }

  .section {
    padding-block: 3.75rem;
  }

  .value-item,
  .value-item:first-child {
    min-height: 88px;
    border-left: 0;
    border-top: 1px solid rgba(8, 32, 57, 0.12);
  }

  .value-item:first-child {
    border-top: 0;
  }

  .about-media img {
    aspect-ratio: 4 / 3;
  }

  .capability-item,
  .capability-item:nth-child(n) {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: auto;
    padding: 22px 0;
    border-left: 0;
    border-top: 1px solid rgba(184, 196, 208, 0.18);
  }

  .capability-item:first-child {
    border-top: 0;
  }

  .capabilities {
    padding-bottom: 3rem;
  }

  .commitment-grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .commitment-item {
    min-height: auto;
    padding: 22px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .commitment-item:first-child {
    border-top: 0;
  }

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

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

  .statement-banner {
    padding: 26px;
  }

  .statement .btn {
    grid-column: auto;
    justify-self: stretch;
  }

  .contact-copy {
    padding: 34px 4px;
  }

  .contact-image img {
    min-height: 220px;
  }

  .email-card {
    min-height: auto;
    padding: 26px 24px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }
}

@media (max-width: 430px) {
  :root {
    --header-height: 74px;
  }

  .hero {
    min-height: 560px;
  }

  .hero h1 {
    font-size: clamp(2.72rem, 12vw, 3.25rem);
  }

  .hero-kicker {
    margin-bottom: 12px;
  }

  .nav-panel {
    left: 16px;
    right: 16px;
  }

  .trust-item {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 19px 4px;
  }

  .capability-item,
  .capability-item:nth-child(n) {
    gap: 14px;
    padding: 20px 0;
  }

  .statement-icon {
    width: 64px;
    height: 64px;
  }

  .footer-bottom div {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}
