:root {
  --psc-navy: #00416b;
  --psc-navy-2: #002e51;
  --psc-teal: #006072;
  --psc-blue: #0083c1;
  --psc-green: #47763b;
  --psc-green-dark: #315b27;
  --psc-orange: #f88d2a;
  --psc-cream: #fbfaf7;
  --psc-sand: #f4f1ea;
  --psc-ink: #10233d;
  --psc-muted: #4f5f70;
  --psc-line: #d7ddd9;
}

.psc-home {
  background: #fbfaf7;
}

.psc-home .site-header {
  background: rgba(255, 255, 255, .97);
  border-bottom-color: rgba(0, 65, 107, .12);
}

.psc-home .site-header__inner {
  min-height: 92px;
}

.psc-home .site-nav {
  gap: 22px;
}

.psc-home .site-nav ul {
  gap: 22px;
}

.psc-home .site-nav a {
  font-size: .875rem;
}

.psc-home .site-nav .psc-button {
  padding-inline: 24px;
  background: #00385f;
  border-color: #00385f;
  border-radius: 8px;
  color: #fff !important;
}

.psc2-section {
  position: relative;
  padding: 108px 0;
}

.psc2-section h1,
.psc2-section h2,
.psc2-section h3 {
  color: #00385f;
}

.psc2-section h2 {
  margin-bottom: 34px;
  font-size: clamp(2.15rem, 4vw, 3.75rem);
}

.psc2-lede {
  color: #334b5f;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.75;
}

.psc2-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 25px;
  color: #315b27;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.psc2-kicker::before {
  content: '';
  width: 28px;
  height: 3px;
  flex: 0 0 auto;
  background: #f88d2a;
}

.psc2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.psc2-button {
  display: inline-flex;
  min-height: 52px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 23px;
  border: 2px solid #00385f;
  border-radius: 7px;
  background: #00385f;
  color: #fff !important;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.psc2-button:hover {
  border-color: #006072;
  background: #006072;
  color: #fff !important;
}

.psc2-button--outline {
  border-color: #47763b;
  background: #fff;
  color: #315b27 !important;
}

.psc2-button--outline:hover {
  border-color: #315b27;
  background: #edf3ea;
  color: #21441a !important;
}

.psc2-button--preview,
.psc2-button--preview:hover {
  cursor: default;
  box-shadow: none;
  transform: none;
}

.psc2-button--preview:not(.psc2-button--outline):hover {
  border-color: #00385f;
  background: #00385f;
}

.psc2-button--preview.psc2-button--outline:hover {
  border-color: #47763b;
  background: #fff;
  color: #315b27 !important;
}

.psc2-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: #00385f;
  padding-block: 8px;
  font-size: .9rem;
  font-weight: 800;
  text-underline-offset: .22em;
}

.psc2-text-link--preview {
  cursor: default;
  text-decoration: none;
}

/* Hero */
.psc2-hero {
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 88px 0 104px;
  background: #fbfaf7;
}

.psc2-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 68px;
}

.psc2-hero__content {
  position: relative;
  z-index: 3;
}

.psc2-hero h1 {
  max-width: 640px;
  margin: 0 0 30px;
  font-size: clamp(3rem, 5vw, 5.1rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.psc2-hero h1 em {
  color: #47763b;
  font-weight: 400;
}

.psc2-hero .psc2-lede {
  max-width: 650px;
  margin-bottom: 0;
}

.psc2-trust {
  display: flex;
  max-width: 610px;
  align-items: flex-start;
  gap: 11px;
  margin: 28px 0 0;
  color: #405363;
  font-size: .875rem;
  line-height: 1.55;
}

.psc2-trust span {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  border: 1px solid #47763b;
  border-radius: 50%;
  color: #315b27;
  font-weight: 900;
}

.psc2-hero__media {
  position: relative;
  min-height: 520px;
  isolation: isolate;
}

.psc2-hero__media::before {
  content: '';
  position: absolute;
  inset: -28px -42px 45px 65px;
  z-index: -2;
  border-radius: 50% 18% 48% 28%;
  background: linear-gradient(145deg, rgba(0, 131, 193, .13), rgba(71, 118, 59, .12));
}

.psc2-hero__media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 48% 12% 44% 18%;
  box-shadow: 0 25px 64px rgba(0, 65, 107, .16);
}

.psc2-wave {
  position: absolute;
  z-index: 2;
  right: -17%;
  bottom: 15px;
  width: 118%;
  height: 130px;
  border-top: 28px solid rgba(0, 96, 114, .72);
  border-radius: 50%;
  transform: rotate(-6deg);
}

.psc2-wave--two {
  right: -21%;
  bottom: -16px;
  border-top-color: rgba(71, 118, 59, .68);
  transform: rotate(-4deg);
}

/* Challenges */
.psc2-challenges {
  padding: 78px 0 92px;
  background: #fff;
  border-block: 1px solid #e1e4df;
}

.psc2-challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.psc2-challenge {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 25px;
  min-height: 190px;
  padding: 26px 44px;
}

.psc2-challenge + .psc2-challenge {
  border-left: 1px solid #d7ddd9;
}

.psc2-number {
  color: #47763b;
  font-family: var(--psc-serif);
  font-size: 3.75rem;
  font-weight: 400;
  line-height: .95;
}

.psc2-challenge h3 {
  margin: 3px 0 17px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.psc2-challenge p {
  margin: 0;
  color: #46596a;
  font-size: .9rem;
  line-height: 1.7;
}

/* PSAS */
.psc2-system {
  overflow: hidden;
  background: #00385f;
  color: #fff;
}

.psc2-system::after {
  content: '';
  position: absolute;
  right: -190px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 42% 58% 55% 45%;
  box-shadow: 0 0 0 28px rgba(255,255,255,.025), 0 0 0 64px rgba(255,255,255,.018);
}

.psc2-system__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(470px, 1.18fr);
  align-items: center;
  gap: 88px;
}

.psc2-system .psc2-kicker {
  color: #d8ebd2;
}

.psc2-system h2 {
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.psc2-system__intro > p:not(.psc2-kicker) {
  max-width: 590px;
  color: #d9e4eb;
  line-height: 1.75;
}

.psc2-checks {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.psc2-checks li {
  position: relative;
  padding: 7px 0 7px 31px;
  color: #f4f8fa;
  font-size: .9rem;
}

.psc2-checks li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d8ebd2;
  color: #21441a;
  font-size: .72rem;
  font-weight: 900;
}

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

.psc2-system__row {
  display: grid;
  grid-template-columns: 70px 70px 1fr;
  align-items: center;
  min-height: 108px;
  overflow: hidden;
  border-radius: 8px;
  background: #005b66;
  color: #fff;
}

.psc2-system__row:nth-child(2) { background: #005a92; }
.psc2-system__row:nth-child(3) { background: #47763b; }

.psc2-system__num {
  align-self: stretch;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .14);
  font-family: var(--psc-serif);
  font-size: 2rem;
}

.psc2-system__icon {
  display: grid;
  place-items: center;
}

.psc2-system__icon svg {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.psc2-system__row strong,
.psc2-system__row small {
  display: block;
}

.psc2-system__row strong {
  margin-bottom: 7px;
  padding-right: 24px;
  color: #fff;
  font-family: var(--psc-sans);
  font-size: 1rem;
  letter-spacing: .01em;
  line-height: 1.35;
}

.psc2-system__row small {
  padding-right: 24px;
  color: rgba(255, 255, 255, .9);
  font-size: .875rem;
  line-height: 1.45;
}

/* Process */
.psc2-process-section {
  background: #fbfaf7;
}

.psc2-process-layout {
  display: grid;
  grid-template-columns: minmax(210px, .28fr) minmax(0, 1fr);
  gap: 66px;
  align-items: start;
}

.psc2-process-heading h2 {
  max-width: 300px;
  margin-bottom: 0;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.psc2-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: psc2-step;
}

.psc2-process li {
  position: relative;
  padding: 74px 14px 0;
  counter-increment: psc2-step;
}

.psc2-process li::before {
  content: counter(psc2-step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid #47763b;
  border-radius: 50%;
  background: #fbfaf7;
  color: #315b27;
  font-family: var(--psc-serif);
  font-size: 1.05rem;
}

.psc2-process li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 62px;
  width: calc(100% - 48px);
  border-top: 1px solid #b4c4ac;
}

.psc2-process strong,
.psc2-process span {
  display: block;
}

.psc2-process strong {
  margin-bottom: 10px;
  color: #00385f;
  font-size: .875rem;
  text-transform: uppercase;
}

.psc2-process span {
  color: #526272;
  font-size: .875rem;
  line-height: 1.6;
}

/* Industries */
.psc2-industries-section {
  padding-top: 78px;
  background: #fff;
}

.psc2-industries-section h2 {
  margin-bottom: 46px;
  text-align: center;
}

.psc2-industries-section .psc2-kicker {
  justify-content: center;
}

.psc2-industries {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.psc2-industry {
  position: relative;
  min-height: 175px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 5px;
  background: #00385f;
  color: #fff !important;
  text-decoration: none;
}

.psc2-industry::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 31, 55, .68), rgba(0, 30, 51, .86));
}

.psc2-industry img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.psc2-industry span {
  position: relative;
  z-index: 2;
  max-width: 175px;
  padding: 18px;
  color: #fff;
  font-family: var(--psc-serif);
  font-size: 1.3rem;
  line-height: 1.15;
  text-align: center;
}

.psc2-industry:hover img {
  transform: scale(1.04);
}

.psc2-industry--preview:hover img {
  transform: none;
}

/* Case studies */
.psc2-cases-section {
  padding-top: 94px;
  background: #f4f1ea;
}

.psc2-cases-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.psc2-cases-heading h2 {
  margin-bottom: 28px;
  font-size: clamp(2.2rem, 3.2vw, 3.35rem);
}

.psc2-cases {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.psc2-case {
  min-width: 0;
  overflow: hidden;
  border-top: 4px solid #006072;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 65, 107, .07);
}

.psc2-case:nth-child(2) { border-top-color: #f88d2a; }
.psc2-case:nth-child(3) { border-top-color: #47763b; }
.psc2-case:nth-child(4) { border-top-color: #0083c1; }

.psc2-case img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.psc2-case__body {
  padding: 23px 21px 25px;
}

.psc2-case__tag {
  min-height: 38px;
  margin: 0 0 9px;
  color: #315b27;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.psc2-case h3 {
  min-height: 55px;
  margin: 0 0 14px;
  font-size: 1.33rem;
  line-height: 1.18;
}

.psc2-case__body > p:not(.psc2-case__tag) {
  min-height: 152px;
  margin-bottom: 20px;
  color: #506171;
  font-size: .9rem;
  line-height: 1.65;
}

/* Footer */
.psc-home .site-footer {
  padding-top: 68px;
  background: #fff;
}

.psc-home .site-footer__top {
  grid-template-columns: minmax(220px, 1.45fr) repeat(4, minmax(120px, .72fr));
  gap: 42px;
}

.psc-home .site-footer__brand p {
  max-width: 290px;
  margin-top: 22px;
  font-size: .9rem;
  line-height: 1.65;
}

@media (max-width: 1120px) {
  .psc-home .site-nav,
  .psc-home .site-nav ul { gap: 14px; }
  .psc-home .site-nav a { font-size: .82rem; }
  .psc2-hero__grid { gap: 40px; }
  .psc2-challenge { padding-inline: 28px; }
  .psc2-system__grid { grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr); gap: 55px; }
  .psc2-process-layout { grid-template-columns: 1fr; gap: 20px; }
  .psc2-process-heading h2 { max-width: 650px; }
  .psc2-cases-layout { grid-template-columns: 1fr; }
  .psc2-cases-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
  .psc2-cases-heading h2 { margin-bottom: 0; }
}

@media (max-width: 900px) {
  .psc2-section { padding: 84px 0; }
  .psc-home .site-nav { gap: 0; }
  .psc-home .site-nav a { font-size: 1rem; }
  .psc2-hero { padding-top: 70px; }
  .psc2-hero__grid,
  .psc2-system__grid { grid-template-columns: 1fr; }
  .psc2-hero__media { min-height: 500px; }
  .psc2-challenge-grid { grid-template-columns: 1fr; }
  .psc2-challenge { min-height: 0; padding: 34px 0; }
  .psc2-challenge + .psc2-challenge { border-top: 1px solid #d7ddd9; border-left: 0; }
  .psc2-system__grid { gap: 60px; }
  .psc2-process { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 45px; }
  .psc2-process li:nth-child(3)::after { display: none; }
  .psc2-industries { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .psc2-industry:last-child { grid-column: 1 / -1; }
  .psc2-cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .psc-home .site-footer__top { grid-template-columns: 1.3fr 1fr 1fr; }
}

@media (max-width: 620px) {
  .psc2-section { padding: 70px 0; }
  .psc2-hero { min-height: 0; padding: 58px 0 76px; }
  .psc2-hero h1 { font-size: clamp(2.45rem, 12vw, 3.45rem); overflow-wrap: normal; }
  .psc2-actions { align-items: stretch; }
  .psc2-button { width: 100%; }
  .psc2-hero__media { min-height: 390px; }
  .psc2-hero__media img { height: 390px; border-radius: 34% 8% 30% 10%; }
  .psc2-wave { right: -26%; height: 92px; border-top-width: 20px; }
  .psc2-challenge { grid-template-columns: 72px 1fr; gap: 18px; }
  .psc2-number { font-size: 3rem; }
  .psc2-system__row { grid-template-columns: 54px 56px 1fr; min-height: 116px; }
  .psc2-system__num { font-size: 1.5rem; }
  .psc2-system__icon svg { width: 32px; height: 32px; }
  .psc2-system__row strong { font-size: .9rem; }
  .psc2-system__row small { font-size: .82rem; }
  .psc2-process { grid-template-columns: 1fr; gap: 28px; }
  .psc2-process li { min-height: 64px; padding: 5px 0 5px 76px; }
  .psc2-process li::before { left: 0; }
  .psc2-process li::after { display: none; }
  .psc2-industries { grid-template-columns: 1fr; }
  .psc2-industry:last-child { grid-column: auto; }
  .psc2-industry { min-height: 190px; }
  .psc2-cases-heading { display: block; }
  .psc2-cases-heading h2 { margin-bottom: 24px; }
  .psc2-cases { grid-template-columns: 1fr; }
  .psc2-case img { height: 210px; }
  .psc2-case h3,
  .psc2-case__body > p:not(.psc2-case__tag) { min-height: 0; }
  .psc-home .site-footer__top { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .psc2-industry img,
  .psc2-button { transition: none; }
}
