.psc-cases-intro {
  padding: clamp(62px, 7vw, 96px) 0 clamp(48px, 5.5vw, 76px);
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 206, 124, .16), transparent 27%),
    linear-gradient(135deg, #f5f1e8 0%, #fff 72%);
  border-bottom: 1px solid #dce1e5;
}

.psc-cases-eyebrow,
.psc-case-single__eyebrow {
  margin: 0 0 14px;
  color: var(--psc-teal);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.psc-cases-intro h1 {
  max-width: 1120px;
  margin: 0;
  color: var(--psc-navy);
  font-size: clamp(2.85rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.04;
}

.psc-cases-intro__lede {
  max-width: 880px;
  margin: 24px 0 0;
  color: #43596a;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  font-weight: 400;
  line-height: 1.65;
}

.psc-cases-index {
  padding: clamp(72px, 8vw, 118px) 0;
  background: #fff;
}

.psc-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
}

.psc-case-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d7dee2;
  border-top: 5px solid var(--psc-green-bright);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 65, 107, .09);
}

.psc-case-card:nth-child(2n) {
  border-top-color: var(--psc-orange);
}

.psc-case-card__media {
  display: block;
  overflow: hidden;
  background: #e8ece7;
}

.psc-case-card__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .35s ease;
}

.psc-case-card__media:hover img {
  transform: scale(1.025);
}

.psc-case-card__body {
  padding: clamp(26px, 3vw, 40px);
}

.psc-case-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 17px;
  color: var(--psc-teal);
  font-size: .74rem;
  font-weight: 650;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.psc-case-card__meta span + span::before {
  margin-right: 18px;
  color: var(--psc-orange);
  content: "•";
}

.psc-case-card h2 {
  margin: 0 0 18px;
  font-size: clamp(1.85rem, 2.6vw, 2.7rem);
  font-weight: 400;
  line-height: 1.08;
}

.psc-case-summary a,
.psc-case-section a {
  text-decoration: underline;
  text-underline-offset: .16em;
}

.psc-case-card h2 a {
  color: var(--psc-navy);
  text-decoration: none;
}

.psc-case-card h2 a:hover {
  color: var(--psc-teal);
  text-decoration: underline;
  text-decoration-thickness: .08em;
}

.psc-case-card__body > p {
  margin: 0 0 24px;
  color: #33485b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.72;
}

.psc-case-card__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: var(--psc-navy);
  font-size: .88rem;
  font-weight: 700;
}

.psc-case-single__header {
  padding: clamp(42px, 5vw, 68px) 0 clamp(38px, 4.5vw, 58px);
  background:
    radial-gradient(circle at 92% 8%, rgba(248, 141, 42, .13), transparent 28%),
    #f5f1e8;
  border-bottom: 1px solid #d8dedf;
}

.psc-case-single__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-bottom: 24px;
  color: var(--psc-teal);
  font-size: .88rem;
  font-weight: 650;
}

.psc-case-single__header h1 {
  max-width: 980px;
  margin: 0;
  color: var(--psc-navy);
  font-size: clamp(2.4rem, 3.4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.03em;
}

.psc-case-single__timeline {
  margin: 22px 0 0;
  color: var(--psc-teal);
  font-size: .88rem;
  line-height: 1.5;
}

.psc-case-single__subtitle {
  max-width: 880px;
  margin: 12px 0 0;
  color: #43596a;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.65;
}

.psc-case-summary {
  padding: clamp(64px, 7vw, 104px) 0;
  background: #fff;
}

.psc-case-summary__grid {
  overflow: hidden;
  border: 1px solid #d7dee2;
  border-top: 6px solid var(--psc-orange);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(0, 65, 107, .1);
}

.psc-case-summary__top {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr);
  align-items: stretch;
}

.psc-case-summary__top.is-text-only {
  grid-template-columns: 1fr;
}

.psc-case-summary__media {
  overflow: hidden;
  margin: 0;
  min-height: 480px;
  background: #e8ece7;
}

.psc-case-summary__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
}

.psc-case-summary--longform {
  padding-bottom: clamp(24px, 3vw, 42px);
}

.psc-case-summary__media--standalone {
  min-height: 0;
  overflow: hidden;
  border: 1px solid #d7dee2;
  border-top: 6px solid var(--psc-orange);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(0, 65, 107, .1);
}

.psc-case-summary__media--standalone img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.psc-case-summary__essentials,
.psc-case-summary__impact {
  margin: 0;
}

.psc-case-summary__essentials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f7f8f5;
}

.psc-case-summary__row {
  padding: clamp(20px, 2.2vw, 30px) clamp(26px, 3vw, 44px);
  border-bottom: 1px solid #d7dee2;
}

.psc-case-summary__row:last-child {
  border-bottom: 0;
}

.psc-case-summary__impact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d7dee2;
  background: #fff;
}

.psc-case-summary__impact-item {
  padding: clamp(28px, 3.4vw, 48px);
}

.psc-case-summary__impact-item + .psc-case-summary__impact-item {
  border-left: 1px solid #d7dee2;
}

.psc-case-summary dt {
  margin: 0 0 7px;
  color: var(--psc-teal);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.psc-case-summary dd {
  margin: 0;
  color: #33485b;
  font-size: clamp(.96rem, 1.15vw, 1.06rem);
  line-height: 1.62;
}

.psc-case-summary dd p {
  margin: 0 0 .8em;
}

.psc-case-summary dd p:last-child {
  margin-bottom: 0;
}

.psc-case-summary dd strong {
  color: var(--psc-navy);
  font-weight: 650;
}

.psc-case-details {
  padding: clamp(72px, 8vw, 120px) 0;
  background: #f5f1e8;
}

.psc-case-tabs {
  max-width: 1180px;
  margin-inline: auto;
}

.psc-case-guide {
  margin: 0 0 clamp(34px, 5vw, 64px);
  padding: clamp(26px, 3.5vw, 44px);
  border: 1px solid #cfd8dc;
  border-top: 5px solid var(--psc-teal);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 65, 107, .07);
}

.psc-case-guide > h2 {
  margin: 0 0 24px;
  color: var(--psc-navy);
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  font-weight: 400;
  line-height: 1.15;
}

.psc-case-guide__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.psc-case-guide__link {
  display: grid;
  min-height: 72px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #d7dee2;
  border-radius: 12px;
  background: #f7f8f5;
  color: var(--psc-navy);
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.psc-case-guide__link:hover {
  border-color: var(--psc-teal);
  background: #eef7f2;
  color: var(--psc-navy);
}

.psc-case-guide__link:focus-visible {
  outline: 3px solid var(--psc-navy);
  outline-offset: 3px;
}

.psc-case-guide__number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--psc-green-bright);
  border-radius: 50%;
  background: #fff;
  color: var(--psc-navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  line-height: 1;
}

.psc-case-tabs--longform .psc-case-section > h2 {
  scroll-margin-top: 120px;
}

.psc-case-tabs--longform .psc-case-section:last-child {
  margin-bottom: 0;
}

.psc-case-section__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 14px;
  color: var(--psc-teal);
  font-size: .88rem;
  font-weight: 700;
}

.psc-case-section__back::before {
  margin-right: 8px;
  content: "\2191";
}

.psc-case-tabs__list {
  display: flex;
  gap: 8px;
  margin: 0 0 34px;
  padding: 7px;
  overflow-x: auto;
  border: 1px solid #cfd8dc;
  border-radius: 14px;
  background: #fff;
}

.psc-case-tabs__tab {
  min-width: 138px;
  min-height: 48px;
  flex: 1 0 auto;
  padding: 11px 18px;
  border: 2px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: var(--psc-navy);
  font-weight: 700;
  line-height: 1.25;
}

.psc-case-tabs__tab[aria-selected="true"] {
  background: var(--psc-navy);
  color: #fff;
}

.psc-case-section {
  margin: 0 0 28px;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid #d7dee2;
  border-top: 5px solid var(--psc-green-bright);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0, 65, 107, .07);
}

.psc-case-section[hidden] {
  display: none;
}

.psc-case-section > h2 {
  margin: 0 0 30px;
  color: var(--psc-navy);
  font-size: clamp(2.25rem, 3.7vw, 3.75rem);
  font-weight: 400;
}

.psc-case-section h3 {
  margin: 38px 0 13px;
  color: var(--psc-navy);
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.2;
}

.psc-case-section p {
  max-width: 900px;
  margin: 0 0 1.15em;
  color: #33485b;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  font-weight: 400;
  line-height: 1.82;
}

.psc-case-section ul {
  max-width: 900px;
  margin: 0 0 1.35em;
  padding-left: 1.35em;
  color: #33485b;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.75;
}

.psc-case-section li {
  margin-bottom: .7em;
  padding-left: .25em;
}

.psc-case-section li::marker {
  color: var(--psc-teal);
}

.psc-case-section p strong {
  color: var(--psc-navy);
  font-weight: 650;
}

.psc-case-single__footer {
  padding: 28px 0 72px;
  background: #f5f1e8;
}

.psc-case-single__footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--psc-navy);
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .psc-case-card__media img {
    transition: none;
  }
}

@media (max-width: 940px) {
  .psc-case-summary__top {
    grid-template-columns: 1fr;
  }

  .psc-case-summary__media,
  .psc-case-summary__media img {
    min-height: 0;
  }

  .psc-case-summary__media img {
    height: auto;
    aspect-ratio: 16 / 8;
  }

  .psc-case-summary__essentials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .psc-case-summary__row:nth-child(odd) {
    border-right: 1px solid #d7dee2;
  }
}

@media (max-width: 720px) {
  .psc-cases-intro h1 {
    font-size: clamp(2.2rem, 10vw, 2.85rem);
  }

  .psc-cases-grid {
    grid-template-columns: 1fr;
  }

  .psc-case-card__body {
    padding: 26px 22px 30px;
  }

  .psc-case-single__header h1 {
    font-size: clamp(2.15rem, 9.6vw, 2.85rem);
  }

  .psc-case-summary__essentials,
  .psc-case-summary__impact {
    grid-template-columns: 1fr;
  }

  .psc-case-summary__row:nth-child(odd) {
    border-right: 0;
  }

  .psc-case-summary__impact-item + .psc-case-summary__impact-item {
    border-top: 1px solid #d7dee2;
    border-left: 0;
  }

  .psc-case-tabs__list {
    flex-wrap: wrap;
    margin-inline: 0;
    overflow-x: visible;
  }

  .psc-case-tabs__tab {
    min-width: 0;
    flex: 1 1 100%;
  }

  .psc-case-guide {
    padding: 24px 18px;
  }

  .psc-case-guide__list {
    grid-template-columns: 1fr;
  }

  .psc-case-guide__link {
    min-height: 64px;
    padding: 12px 14px;
  }

  .psc-case-section {
    padding: 28px 22px 34px;
  }
}
