.eng-page {
  --eng-navy: #10273d;
  --eng-blue: #176f9f;
  --eng-light: #edf6fa;
  --eng-green: #a7ca31;
  --eng-yellow: #f3c63f;
}

.eng-page h1,
.eng-page h2,
.eng-page h3,
.eng-page p,
.eng-page li,
.eng-page a,
.eng-page strong,
.eng-page small {
  overflow-wrap: anywhere;
}

.eng-hero-grid > *,
.eng-scope-grid > *,
.eng-system-grid > *,
.eng-inputs > *,
.eng-deliverables > *,
.eng-process > *,
.eng-revision > * {
  min-width: 0;
}

.eng-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--eng-light);
}

.eng-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: 48px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 64px;
}

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

.eng-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--eng-navy);
  font-size: 64px;
  line-height: 1.04;
}

.eng-hero-copy > p {
  max-width: 700px;
  margin: 0 0 30px;
  color: #385269;
  font-size: 20px;
  line-height: 1.7;
}

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

.eng-actions .pl-btn-secondary {
  border-color: #8aa3b4;
  background: #fff;
}

.eng-hero-media {
  min-height: 500px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eng-hero-media img {
  width: min(760px, 118%);
  max-width: none;
  height: auto;
  display: block;
  transform: translateX(4%);
}

#review-scope {
  scroll-margin-top: 145px;
}

.eng-page .core-section-head h2,
.eng-page .core-split-copy h2,
.eng-revision h2 {
  font-size: 48px;
  line-height: 1.12;
}

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

.eng-scope-grid article {
  min-height: 278px;
  padding: 30px;
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  background: #fff;
}

.eng-scope-grid article > span,
.eng-process article > span {
  display: block;
  margin-bottom: 30px;
  color: var(--eng-blue);
  font-size: 13px;
  font-weight: 700;
}

.eng-scope-grid h3,
.eng-system-grid h3,
.eng-input-row h3,
.eng-deliverable-row h3,
.eng-process h3 {
  margin: 0 0 12px;
  color: var(--eng-navy);
  font-size: 23px;
  line-height: 1.28;
}

.eng-scope-grid p,
.eng-system-grid p,
.eng-input-row p,
.eng-deliverable-row p,
.eng-process p {
  margin: 0;
  color: var(--pl-muted);
  line-height: 1.72;
}

.eng-system-section {
  background: var(--eng-navy);
  color: #fff;
}

.eng-system-section .core-section-head h2,
.eng-system-section .core-section-head p {
  color: #fff;
}

.eng-system-section .core-section-head p {
  color: rgba(255, 255, 255, .74);
}

.eng-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.eng-system-grid article {
  padding-top: 24px;
  border-top: 4px solid var(--eng-green);
}

.eng-system-grid article:nth-child(2) {
  border-top-color: #52b4d9;
}

.eng-system-grid article:nth-child(3) {
  border-top-color: var(--eng-yellow);
}

.eng-system-media {
  margin-bottom: 25px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.eng-system-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.eng-system-grid article:last-child img {
  object-fit: cover;
}

.eng-system-grid h3 {
  color: #fff;
}

.eng-system-grid p {
  color: rgba(255, 255, 255, .72);
}
