:root {
  --psc-navy: #00416b;
  --psc-navy-2: #006072;
  --psc-teal: #006072;
  --psc-blue: #0083c1;
  --psc-green: #00ce7c;
  --psc-green-dark: #006072;
  --psc-green-bright: #00ce7c;
  --psc-orange: #f88d2a;
  --psc-yellow: #f5ea61;
  --psc-cream: #fbfaf7;
  --psc-sand: #f4f1ea;
  --psc-ink: #00416b;
  --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: var(--psc-navy);
  border-color: var(--psc-navy);
  border-radius: 8px;
  color: #fff !important;
}

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

.psc2-section h1,
.psc2-section h2,
.psc2-section h3 {
  color: var(--psc-navy);
}

.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: var(--psc-teal);
  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-section h2.psc2-kicker {
  margin: 0 0 25px;
  color: var(--psc-teal);
  font-family: var(--psc-sans);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.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 var(--psc-navy);
  border-radius: 7px;
  background: var(--psc-navy);
  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: var(--psc-teal);
  background: #fff;
  color: var(--psc-teal) !important;
}

.psc2-button--outline:hover {
  border-color: var(--psc-teal);
  background: rgba(0, 206, 124, .1);
  color: var(--psc-teal) !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: var(--psc-navy);
  background: var(--psc-navy);
}

.psc2-button--preview.psc2-button--outline:hover {
  border-color: var(--psc-teal);
  background: #fff;
  color: var(--psc-teal) !important;
}

/* Give icon-only arrow glyphs an explicit foreground/background pair so
 * contrast tools do not evaluate them against the hero photograph. */
.psc2-button > span[aria-hidden="true"] {
  color: #fff;
  background-color: var(--psc-navy);
}

.psc2-button:hover > span[aria-hidden="true"] {
  color: #fff;
  background-color: #006072;
}

.psc2-button--outline > span[aria-hidden="true"],
.psc2-button--preview.psc2-button--outline:hover > span[aria-hidden="true"] {
  color: var(--psc-teal);
  background-color: #fff;
}

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

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

.psc2-text-link > span[aria-hidden="true"] {
  color: var(--psc-navy);
  background-color: #fff;
}

/* Hero */
.psc2-hero {
  min-height: 660px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 42px 0 36px;
  background: #fbfaf7;
}

.psc2-hero__grid {
  display: block;
}

.psc2-hero__content {
  position: relative;
  z-index: 3;
  width: min(100%, 660px);
  padding: 14px 0 22px;
  background: transparent;
  box-shadow: none;
}

.psc2-hero h1 {
  max-width: 650px;
  margin: 0 0 24px;
  background: transparent;
  font-size: clamp(3rem, 4.35vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -.03em;
  text-wrap: balance;
  box-shadow: none;
  text-shadow: none;
}

.psc2-hero h1 em {
  display: inline-block;
  background: transparent;
  color: #9b4700;
  font-weight: 400;
  text-shadow: none;
  white-space: nowrap;
}

.psc2-hero .psc2-lede {
  max-width: 620px;
  margin-bottom: 0;
  background: transparent;
  color: #263e52;
  font-size: clamp(.98rem, 1.22vw, 1.08rem);
  line-height: 1.62;
  box-shadow: none;
}

.psc2-trust {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  gap: 13px;
  margin: 24px 0 0;
  padding: 4px 8px 4px 0;
  background: transparent;
  color: #263e52;
  font-size: .875rem;
  line-height: 1.55;
  box-shadow: none;
}

.psc2-trust .psc2-trust__icon {
  width: 29px;
  height: 33px;
  flex: 0 0 29px;
  display: grid;
  place-items: center;
  margin-top: -3px;
  color: #536b78;
}

.psc2-trust__icon svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, .36);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.psc2-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  pointer-events: none;
}

.psc2-hero__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #fbfaf7 0%, #fbfaf7 42%, rgba(251, 250, 247, .98) 48%, rgba(251, 250, 247, .88) 54%, rgba(251, 250, 247, .52) 62%, rgba(251, 250, 247, .14) 69%, rgba(251, 250, 247, 0) 75%);
}

.psc2-hero__media img {
  position: absolute;
  z-index: 0;
  border-radius: 0;
  box-shadow: none;
}

.psc2-hero__backdrop {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.psc2-hero__portrait {
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .4) 7%, #000 15%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .4) 7%, #000 15%);
}

@media (min-width: 901px) {
  /*
   * Saved hero position presets:
   * bright-team: width 58%, right 0
   * garden-event: width 58%, right -2%
   * event (active): width 58%, right -2%
   */
  .psc2-hero__portrait { max-width: none; }
}

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

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

.psc2-challenge {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  min-height: 215px;
  padding: 30px 48px;
}

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

.psc2-challenge:first-child {
  padding-left: 0;
}

.psc2-challenge:last-child {
  padding-right: 0;
}

.psc2-number {
  color: var(--psc-teal);
  font-family: var(--psc-serif);
  font-size: 4.15rem;
  font-weight: 400;
  line-height: .95;
}

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

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

/* PSAS */
.psc2-system {
  overflow: hidden;
  background: var(--psc-navy);
  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: var(--psc-yellow);
}

.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: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--psc-green-bright);
}

.psc2-checks li::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 6px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid var(--psc-teal);
  border-left: 2px solid var(--psc-teal);
  transform: rotate(-45deg);
}

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

.psc2-system__row {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  min-height: 108px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--psc-teal);
  color: #fff;
}

.psc2-system__row:nth-child(2) { background: var(--psc-navy); }
.psc2-system__row:nth-child(3) { background: var(--psc-green-bright); color: var(--psc-navy); }

.psc2-system__row:nth-child(2) .psc2-system__icon {
  background: var(--psc-blue);
}

.psc2-system__icon {
  align-self: stretch;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .14);
}

.psc2-system__row > span:last-child {
  min-width: 0;
  padding: 20px 30px 20px 27px;
}

.psc2-system__icon svg {
  width: 43px;
  height: 43px;
  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;
  color: #fff;
  font-family: var(--psc-sans);
  font-size: 1rem;
  letter-spacing: .01em;
  line-height: 1.35;
}

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

.psc2-system__row:nth-child(3) strong,
.psc2-system__row:nth-child(3) small {
  color: var(--psc-navy);
}

/* 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 {
  --psc2-process-marker: 38px;
  --psc2-process-marker-color: var(--psc-green);
  --psc2-process-line-color: var(--psc-navy);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: psc2-step;
}

.psc2-process li {
  position: relative;
  min-width: 0;
  padding: 54px 22px 0 0;
}

.psc2-process__number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  width: var(--psc2-process-marker);
  height: var(--psc2-process-marker);
  place-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 3px solid var(--psc2-process-marker-color);
  border-radius: 50%;
  background: #fbfaf7;
  color: var(--psc-navy);
  font-family: var(--psc-sans);
  font-size: 1.03rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transform: none;
}

.psc2-process li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: calc((var(--psc2-process-marker) - 2px) / 2);
  left: var(--psc2-process-marker);
  width: calc(100% - var(--psc2-process-marker));
  height: 2px;
  background: var(--psc2-process-line-color);
}

.psc2-process li:not(:last-child) strong::after {
  content: none;
}

.psc2-process strong,
.psc2-process li > span:not(.psc2-process__number) {
  display: block;
}

.psc2-process strong {
  margin-bottom: 12px;
  color: var(--psc-navy);
  font-size: .95rem;
}

.psc2-process li > span:not(.psc2-process__number) {
  color: #526272;
  font-size: .9rem;
  line-height: 1.65;
}

/* 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 {
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d7ddd9;
  border-radius: 5px;
  background: #fff;
  color: var(--psc-navy) !important;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 65, 107, .07);
}

.psc2-industry__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: var(--psc-navy);
}

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

.psc2-industry__label {
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 14px;
  background-color: #f4f1ea;
  color: var(--psc-navy);
  font-family: var(--psc-serif);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

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

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

/* Case studies */
.psc2-cases-section {
  padding: 94px 0 108px;
  background: #fff;
}

.psc2-cases-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 48px;
  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: 15px;
}

.psc2-case {
  min-width: 0;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dde3e3;
  border-top: 4px solid var(--psc-green-bright);
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 65, 107, .055);
}

.psc2-case:nth-child(2) { border-top-color: #006072; }
.psc2-case:nth-child(3) { border-top-color: #f88d2a; }
.psc2-case:nth-child(4) { border-top-color: #6284ce; }

.psc2-case__identity {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 14px 18px 8px;
}

.psc2-case__logo {
  width: 100%;
  max-width: 220px;
  height: 48px;
  background-color: #fff;
}

.psc2-case__logo-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  max-width: 100%;
}

.elementor .psc2-case__logo.psc2-case__logo--image {
  display: block;
  width: auto;
  max-width: 128px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.psc2-case__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 6px 18px 20px;
}

.psc2-case__tag {
  min-height: 34px;
  margin: 0 0 10px;
  color: var(--psc-teal);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.psc2-case__body > p:not(.psc2-case__tag) {
  min-height: 96px;
  margin-bottom: 16px;
  color: #506171;
  font-size: .84rem;
  line-height: 1.6;
}

.psc2-case__body .psc2-text-link {
  margin-top: auto;
}

@media (max-width: 1120px) {
  .psc-home .site-nav,
  .psc-home .site-nav ul { gap: 14px; }
  .psc-home .site-nav a { font-size: .82rem; }
  .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; }
  .psc2-cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@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 { min-height: 650px; padding: 54px 0 44px; }
  .psc2-hero__content { width: min(100%, 620px); }
  .psc2-hero__media::before {
    background: linear-gradient(90deg, #fbfaf7 0%, #fbfaf7 48%, rgba(251, 250, 247, .95) 58%, rgba(251, 250, 247, .68) 72%, rgba(251, 250, 247, .25) 88%, rgba(251, 250, 247, 0) 100%);
  }
  .psc2-hero__portrait {
    width: 72%;
    object-position: right center;
  }
  .psc2-system__grid { grid-template-columns: 1fr; }
  .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,
  .psc2-process li:nth-child(3) strong::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)); }
}

@media (max-width: 620px) {
  .psc2-section { padding: 70px 0; }
  .psc2-hero { min-height: 0; padding: 34px 0 54px; }
  .psc2-hero__grid { display: flex; flex-direction: column; }
  .psc2-hero__content { width: 100%; padding: 12px 0 0; }
  .psc2-hero__content { box-shadow: none; }
  .psc2-hero h1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(2.28rem, 10.7vw, 3.05rem);
    overflow-wrap: anywhere;
    text-wrap: normal;
  }
  .psc2-hero .psc2-lede { max-width: 100%; font-size: .98rem; line-height: 1.58; }
  .psc2-hero__media {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: clamp(250px, 72vw, 300px);
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid #d6dde0;
    border-radius: 16px;
    background: #07101f;
    box-shadow: 0 14px 30px rgba(0, 65, 107, .1);
  }
  .psc2-hero__backdrop { display: none; }
  .psc2-hero__portrait {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .psc2-hero__media::before { display: none; }
  .psc2-actions { align-items: stretch; }
  .psc2-button { width: 100%; }
  .psc2-trust { order: 3; margin-top: 20px; font-size: .82rem; }
  .psc2-challenge { grid-template-columns: 72px 1fr; gap: 18px; }
  .psc2-number { font-size: 3rem; }
  .psc2-system__row { grid-template-columns: 68px 1fr; min-height: 116px; }
  .psc2-system__row > span:last-child { padding: 16px 18px; }
  .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: 0; }
  .psc2-process li { min-height: 92px; padding: 0 0 28px 58px; }
  .psc2-process__number {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--psc2-process-marker);
    height: var(--psc2-process-marker);
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    transform: none;
    border: 3px solid var(--psc2-process-marker-color);
    border-radius: 50%;
    background: #fbfaf7;
    font-size: 1.03rem;
    line-height: 1;
    text-align: center;
  }
  .psc2-process li:not(:last-child)::after {
    display: block;
    top: var(--psc2-process-marker);
    left: calc((var(--psc2-process-marker) - 2px) / 2);
    width: 2px;
    height: calc(100% - var(--psc2-process-marker));
    background: var(--psc2-process-line-color);
  }
  .psc2-process li strong::after { display: none; }
  .psc2-industries { grid-template-columns: 1fr; }
  .psc2-industry:last-child { grid-column: auto; }
  .psc2-industry { min-height: 0; }
  .psc2-cases-heading { display: block; }
  .psc2-cases-heading h2 { margin-bottom: 24px; }
  .psc2-cases { grid-template-columns: 1fr; }
  .psc2-case__body > p:not(.psc2-case__tag) { min-height: 0; }
}

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