.energy-page {
  --psc-deep: #001d36;
  --psc-navy: #02284b;
  --psc-ink: #122947;
  --psc-gold: #b79555;
  --psc-gold-light: #d3bd86;
  --psc-paper: #fbfaf7;
  --psc-soft: #f5f2ec;
  --psc-line: rgba(18, 41, 71, .13);
  color: var(--text);
}

.energy-page main {
  overflow: clip;
}

.psc-container {
  width: min(calc(100% - var(--container-gutter) - var(--container-gutter)), var(--container));
  margin-inline: auto;
}

.psc-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: var(--psc-gold);
  font-family: var(--font-en);
  font-size: var(--fs-label);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.psc-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.psc-button--gold {
  --button-base-bg: linear-gradient(135deg, #d7bf84, #b79555);
  --button-fill-bg: #fff;
  --button-hover-color: var(--psc-deep);
  border-color: rgba(215, 191, 132, .8);
  color: #071a2b;
}

.psc-button--glass {
  --button-base-bg: rgba(4, 28, 48, .22);
  --button-fill-bg: rgba(255, 255, 255, .94);
  --button-hover-color: var(--psc-deep);
  border-color: rgba(255, 255, 255, .38);
  color: #fff;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

/* Motion system: progressive enhancement, one-shot reveals, and diagram sequencing. */
@media (prefers-reduced-motion: no-preference) {
  .psc-motion-ready .psc-v2-tech-board .psc-v2-layer-diagram__visual > img,
  .psc-motion-ready .psc-v2-tech-board .psc-v2-layer-labels li,
  .psc-motion-ready .psc-v2-tech-board .psc-v2-layer-pins span,
  .psc-motion-ready .psc-v2-tech-board .psc-v2-light-direction {
    opacity: 0;
  }

  .psc-motion-ready .psc-v2-tech-board .psc-v2-layer-diagram__visual > img {
    transform: translate3d(0, 18px, 0);
    transition: opacity .8s var(--motion-ease), transform .9s var(--motion-ease);
  }

  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-diagram__visual > img {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .psc-motion-ready .psc-v2-tech-board .psc-v2-layer-labels li {
    transform: translate3d(0, 12px, 0);
    transition: opacity .62s var(--motion-ease), transform .7s var(--motion-ease), background-color .55s ease, box-shadow .55s ease;
  }

  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-labels li,
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-pins span {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-labels li:nth-child(1) { transition-delay: 140ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-labels li:nth-child(2) { transition-delay: 230ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-labels li:nth-child(3) { transition-delay: 320ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-labels li:nth-child(4) { transition-delay: 410ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-labels li:nth-child(5) { transition-delay: 500ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-labels li:nth-child(6) { transition-delay: 590ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-labels li:nth-child(7) { transition-delay: 680ms; }

  .psc-motion-ready .psc-v2-tech-board .psc-v2-layer-arrows polyline {
    stroke-dasharray: 1400;
    stroke-dashoffset: 1400;
    transition: stroke-dashoffset .72s var(--motion-ease);
  }

  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-arrows polyline {
    stroke-dashoffset: 0;
  }

  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-arrows polyline:nth-of-type(1) { transition-delay: 170ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-arrows polyline:nth-of-type(2) { transition-delay: 260ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-arrows polyline:nth-of-type(3) { transition-delay: 350ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-arrows polyline:nth-of-type(4) { transition-delay: 440ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-arrows polyline:nth-of-type(5) { transition-delay: 530ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-arrows polyline:nth-of-type(6) { transition-delay: 620ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-arrows polyline:nth-of-type(7) { transition-delay: 710ms; }

  .psc-motion-ready .psc-v2-tech-board .psc-v2-layer-pins span {
    transform: translate(-50%, calc(-50% + 7px));
    transition: opacity .42s ease, transform .58s var(--motion-ease);
  }

  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-pins span {
    transform: translate(-50%, -50%);
  }

  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-pins span:nth-child(1) { transition-delay: 580ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-pins span:nth-child(2) { transition-delay: 650ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-pins span:nth-child(3) { transition-delay: 720ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-pins span:nth-child(4) { transition-delay: 790ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-pins span:nth-child(5) { transition-delay: 860ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-pins span:nth-child(6) { transition-delay: 930ms; }
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-pins span:nth-child(7) { transition-delay: 1000ms; }

  .psc-motion-ready .psc-v2-tech-board .psc-v2-light-direction {
    transform: translate3d(-10px, 0, 0);
    transition: opacity .65s ease, transform .75s var(--motion-ease);
  }

  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-light-direction {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1040ms;
  }

  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-labels .is-gold,
  .psc-motion-ready .psc-v2-tech-board.is-visible .psc-v2-layer-labels .is-accent {
    animation: psc-layer-emphasis .9s 1.12s var(--motion-ease) both;
  }

  .psc-v2-product-grid article,
  .psc-v2-example-grid article {
    transition: opacity .78s var(--motion-ease), transform .78s var(--motion-ease), border-color .32s ease, box-shadow .32s ease;
  }

  .psc-v2-product-grid article.is-visible:hover,
  .psc-v2-example-grid article.is-visible:hover {
    transform: translate3d(0, -4px, 0);
    border-color: rgba(183, 149, 85, .42);
    box-shadow: 0 18px 38px rgba(7, 29, 49, .1);
  }

  .psc-v2-final {
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }

  .psc-v2-final::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -50% -25%;
    background: linear-gradient(105deg, transparent 34%, rgba(255, 255, 255, .045) 47%, rgba(211, 189, 134, .08) 51%, transparent 64%);
    transform: translate3d(-12%, 0, 0);
    animation: psc-cta-light 12s ease-in-out infinite alternate;
    pointer-events: none;
  }

  .psc-v2-final__actions .button {
    transition: border-color .28s ease, background-size .38s var(--motion-ease), color .28s ease, transform .32s var(--motion-ease), box-shadow .32s ease;
  }

  .psc-v2-final__actions .button::before {
    content: "";
    position: absolute;
    inset: -40% auto -40% -38%;
    width: 24%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
    transform: skewX(-18deg);
    pointer-events: none;
  }

  .psc-v2-final__actions .button:hover,
  .psc-v2-final__actions .button:focus-visible {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
  }

  .psc-v2-final__actions .button:hover::before,
  .psc-v2-final__actions .button:focus-visible::before {
    animation: psc-button-shine .7s var(--motion-ease) 1;
  }
}

@keyframes psc-layer-emphasis {
  0%, 100% { background-color: transparent; box-shadow: none; }
  48% { background-color: rgba(211, 189, 134, .09); box-shadow: 0 0 22px rgba(183, 149, 85, .1); }
}

@keyframes psc-cta-light {
  to { transform: translate3d(12%, 0, 0); }
}

@keyframes psc-button-shine {
  from { left: -38%; }
  to { left: 118%; }
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  .psc-v2-final::before { animation-duration: 18s; opacity: .65; }
  .psc-motion-ready .psc-v2-tech-board .psc-v2-layer-diagram__visual > img { transform: translate3d(0, 10px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .psc-v2-final::before,
  .psc-v2-final__actions .button::before { animation: none; }
  .psc-v2-product-grid article,
  .psc-v2-example-grid article,
  .psc-v2-product-grid img,
  .psc-v2-example-grid img { transition: none; }
}

@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Perovskite page v2 — composed from shared H&S design tokens */
.energy-page {
  --psc-v2-navy: var(--hs-navy, #061d31);
  --psc-v2-navy-2: #0a2942;
  --psc-v2-gold: var(--gold, #b79555);
  --psc-v2-gold-light: var(--gold-2, #d3bd86);
  --psc-v2-ink: var(--ink, #132b42);
  --psc-v2-paper: var(--bg-page, #fbfaf7);
  --psc-v2-card: var(--bg-card, #fff);
  --psc-v2-line: color-mix(in srgb, var(--psc-v2-navy) 14%, transparent);
}

.psc-v2-eyebrow {
  margin: 0;
  color: var(--psc-v2-gold);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
}

.psc-v2-section,
.psc-v2-technology {
  position: relative;
  padding: clamp(72px, 7vw, 112px) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(251, 250, 247, .92)),
    var(--paper-grain),
    var(--psc-v2-paper);
}

.psc-v2-section-head {
  width: min(100%, 920px);
  margin: 0 auto clamp(30px, 4vw, 52px);
  text-align: center;
}

.psc-v2-section-head h2 {
  margin: 10px auto 0;
  color: var(--psc-v2-ink);
  font-family: var(--font-heading);
  font-size: clamp(var(--fs-30), 3vw, var(--fs-42));
  font-weight: var(--fw-heading);
  line-height: 1.48;
  letter-spacing: var(--ls-heading);
}

.psc-v2-section-head h2 small {
  display: inline;
  margin-left: .55em;
  color: #536376;
  font-family: var(--font-body);
  font-size: var(--fs-16);
  font-weight: 500;
  letter-spacing: .01em;
}

.psc-v2-hero {
  position: relative;
  display: grid;
  min-height: clamp(700px, 100svh, 930px);
  padding-bottom: 112px;
  background: var(--psc-v2-navy);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.psc-v2-hero__media,
.psc-v2-hero__shade {
  position: absolute;
  inset: 0;
}

.psc-v2-hero__media {
  z-index: -2;
}

.psc-v2-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(.72) contrast(1.04) brightness(.91);
  transform: scale(1.012);
}

.psc-v2-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 17, 29, .88) 0%, rgba(4, 25, 41, .76) 31%, rgba(4, 24, 39, .2) 63%, rgba(3, 21, 34, .12) 100%),
    linear-gradient(180deg, rgba(3, 20, 33, .16), rgba(3, 20, 33, .45));
}

.psc-v2-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  min-height: calc(clamp(700px, 100svh, 930px) - 112px);
  padding-top: calc(var(--header-h) + clamp(42px, 6vw, 76px));
  padding-bottom: clamp(46px, 5.5vh, 68px);
}

.psc-v2-hero__copy {
  width: min(680px, 54%);
}

.psc-v2-hero__copy .psc-kicker {
  color: var(--psc-v2-gold-light);
}

.psc-v2-hero__copy h1 {
  margin: 20px 0 24px;
  color: rgba(255, 255, 255, .96);
  font-family: var(--font-heading);
  font-size: clamp(var(--fs-40), 4vw, var(--fs-58, 58px));
  font-weight: var(--fw-heading);
  line-height: 1.38;
  letter-spacing: var(--ls-heading);
  text-shadow: 0 8px 30px rgba(0, 0, 0, .26);
}

.psc-v2-hero__copy h1 em {
  color: var(--psc-v2-gold-light);
  font-style: normal;
}

.psc-v2-hero__copy > p:not(.psc-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, .83);
  font-size: clamp(var(--fs-15), 1.18vw, var(--fs-18));
  font-weight: 500;
  line-height: 1.95;
}

.psc-v2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.psc-v2-hero__actions .button {
  min-width: 205px;
  min-height: 58px;
  justify-content: space-between;
  gap: 28px;
}

.psc-v2-benefits {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 112px;
  padding-inline: max(var(--container-gutter), calc((100vw - var(--container)) / 2));
  border-top: 1px solid rgba(211, 189, 134, .3);
  background: rgba(3, 28, 48, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.psc-v2-benefits > div {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(12px, 1.4vw, 22px);
  align-items: center;
  padding: 22px clamp(14px, 2vw, 30px);
}

.psc-v2-benefits > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  bottom: 23px;
  width: 1px;
  background: rgba(211, 189, 134, .27);
}

.psc-v2-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--psc-v2-gold-light);
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1;
}

.psc-v2-benefits p {
  display: grid;
  gap: 5px;
  margin: 0;
}

.psc-v2-benefits strong {
  color: var(--psc-v2-gold-light);
  font-size: var(--fs-16);
  line-height: 1.4;
}

.psc-v2-benefits small {
  color: rgba(255, 255, 255, .75);
  font-size: var(--fs-13);
  line-height: 1.5;
}

.psc-v2-technology {
  padding-top: clamp(58px, 6vw, 90px);
}

.psc-v2-technology .psc-v2-section-head {
  margin-bottom: 30px;
}

.psc-v2-technology .psc-v2-section-head h2 {
  margin-top: 9px;
}

.psc-v2-technology .psc-v2-section-head > p:last-child {
  margin: 10px auto 0;
  color: #536376;
  font-size: var(--fs-15);
  line-height: 1.8;
}

.psc-v2-tech-board {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr);
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--psc-v2-line);
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 54px rgba(7, 29, 49, .09);
}

.psc-v2-layer-diagram {
  padding: 24px 20px 20px;
  border-right: 1px solid var(--psc-v2-line);
}

.psc-v2-layer-diagram h3 {
  margin: 0 0 12px;
  color: var(--psc-v2-navy-2);
  font-size: var(--fs-15);
  font-weight: 700;
  text-align: center;
}

.psc-v2-layer-diagram__visual {
  position: relative;
  min-height: 465px;
  overflow: hidden;
}

.psc-v2-layer-diagram__visual > img {
  position: absolute;
  z-index: 1;
  inset: 44px -3% 0 22%;
  width: 82%;
  height: 86%;
  object-fit: contain;
}

.psc-v2-layer-labels {
  position: absolute;
  z-index: 4;
  inset: 22px auto 10px 0;
  display: grid;
  align-content: space-between;
  width: 37%;
  height: 422px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.psc-v2-layer-labels li {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  width: 100%;
  padding-right: 8px;
  color: #3b4b5e;
  font-size: 11px;
  line-height: 1.35;
}

.psc-v2-layer-index {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(18, 41, 71, .34);
  border-radius: 50%;
  background: #fff;
  color: var(--psc-v2-navy-2);
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 3px 9px rgba(18, 41, 71, .08);
}

.psc-v2-layer-text {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.psc-v2-layer-labels strong {
  color: var(--psc-v2-navy-2);
  font-size: 12px;
}

.psc-v2-layer-labels .is-accent strong { color: #80602e; }
.psc-v2-layer-labels .is-gold strong { color: var(--psc-v2-gold); }
.psc-v2-layer-labels small { color: #687586; font-size: 10px; }
.psc-v2-layer-labels .is-accent .psc-v2-layer-index { border-color: rgba(128, 96, 46, .52); background: #80602e; color: #fff; }
.psc-v2-layer-labels .is-gold .psc-v2-layer-index { border-color: var(--psc-v2-gold); background: var(--psc-v2-gold); color: #fff; }

.psc-v2-layer-arrows {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.psc-v2-layer-arrows polyline {
  fill: none;
  stroke: rgba(35, 59, 82, .6);
  stroke-width: 1.7;
  vector-effect: non-scaling-stroke;
  marker-end: url(#psc-layer-arrow);
}

.psc-v2-layer-arrows marker path { fill: #36516b; }
.psc-v2-layer-arrows .is-absorber { stroke: #80602e; }
.psc-v2-layer-arrows .is-ito { stroke: var(--psc-v2-gold); }
.psc-v2-layer-arrows .is-substrate { stroke: #278bc1; }

.psc-v2-layer-pins {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.psc-v2-layer-pins span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  background: #36516b;
  color: #fff;
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 3px 10px rgba(18, 41, 71, .22);
}

.psc-v2-layer-pins span:nth-child(1) { left: 72%; top: 25.8%; }
.psc-v2-layer-pins span:nth-child(2) { left: 70%; top: 35.8%; }
.psc-v2-layer-pins span:nth-child(3) { left: 68%; top: 45.8%; }
.psc-v2-layer-pins span:nth-child(4) { left: 66%; top: 52.7%; background: #80602e; }
.psc-v2-layer-pins span:nth-child(5) { left: 65%; top: 61%; }
.psc-v2-layer-pins span:nth-child(6) { left: 64%; top: 71.7%; background: var(--psc-v2-gold); }
.psc-v2-layer-pins span:nth-child(7) { left: 62%; top: 83.3%; background: #278bc1; }

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

.psc-v2-properties article {
  display: grid;
  grid-template-rows: 150px 1fr;
  min-width: 0;
  padding: 18px;
}

.psc-v2-properties article:nth-child(odd) { border-right: 1px solid var(--psc-v2-line); }
.psc-v2-properties article:nth-child(-n + 2) { border-bottom: 1px solid var(--psc-v2-line); }

.psc-v2-property-photo {
  min-width: 0;
  overflow: hidden;
  border-radius: calc(var(--card-radius) - 2px);
  background: #e8edf0;
}

.psc-v2-property-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.psc-v2-properties article > div:last-child { padding-top: 13px; }
.psc-v2-properties span { color: var(--psc-v2-gold); font-family: var(--font-label); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.psc-v2-properties h3 { margin: 3px 0 6px; color: var(--psc-v2-navy-2); font-size: var(--fs-18); }
.psc-v2-properties p { margin: 0; color: #566577; font-size: 12px; line-height: 1.7; }

.psc-v2-mission {
  padding: clamp(48px, 5vw, 72px) 0;
  background:
    linear-gradient(105deg, rgba(3, 27, 46, .97), rgba(8, 43, 69, .95)),
    var(--paper-grain),
    var(--psc-v2-navy);
  color: #fff;
}

.psc-v2-mission .psc-container {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: 28px 64px;
}

.psc-v2-mission__text {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: var(--fs-15);
  line-height: 1.95;
}

.psc-v2-mission__route {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgba(211, 189, 134, .36);
  border-radius: var(--card-radius);
}

.psc-v2-mission__route > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 18px 26px;
}

.psc-v2-mission__route > div > span { color: var(--psc-v2-gold-light); font-size: 34px; }
.psc-v2-mission__route p { display: grid; gap: 4px; margin: 0; }
.psc-v2-mission__route strong { color: var(--psc-v2-gold-light); font-size: var(--fs-17); }
.psc-v2-mission__route small { color: rgba(255, 255, 255, .72); font-size: 12px; line-height: 1.55; }
.psc-v2-mission__route i { color: var(--psc-v2-gold-light); font-size: 30px; font-style: normal; }

.psc-v2-products {
  padding-block: clamp(60px, 5.5vw, 84px);
  background: var(--psc-v2-paper);
}

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

.psc-v2-product-grid article,
.psc-v2-example-grid article {
  overflow: hidden;
  border: 1px solid var(--psc-v2-line);
  border-radius: var(--card-radius);
  background: var(--psc-v2-card);
  box-shadow: var(--card-shadow);
}

.psc-v2-product-grid figure,
.psc-v2-example-grid figure {
  height: clamp(190px, 18vw, 260px);
  margin: 0;
  overflow: hidden;
  background: #e4eaee;
}

.psc-v2-product-grid img,
.psc-v2-example-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s var(--motion-ease);
}

.psc-v2-product-grid article:hover img,
.psc-v2-example-grid article:hover img { transform: scale(1.025); }
.psc-v2-product-grid article > div { padding: 22px 24px 25px; }
.psc-v2-product-grid h3 { margin: 0 0 10px; color: var(--psc-v2-navy-2); font-family: var(--font-heading); font-size: var(--fs-20); }
.psc-v2-product-grid p { margin: 0; color: #536376; font-size: var(--fs-14); line-height: 1.78; }

.psc-v2-consultation,
.psc-v2-examples {
  background:
    linear-gradient(180deg, rgba(247, 248, 249, .8), rgba(255, 255, 255, .94)),
    var(--paper-grain),
    #f5f7f8;
}

.psc-v2-check-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--psc-v2-line);
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, .87);
  box-shadow: 0 18px 40px rgba(7, 29, 49, .055);
}

.psc-v2-check-grid article {
  position: relative;
  min-width: 0;
  min-height: 210px;
  padding: 20px 17px;
}

.psc-v2-check-grid article:not(:last-child) { border-right: 1px solid var(--psc-v2-line); }
.psc-v2-check-grid article > span { color: var(--psc-v2-gold); font-family: var(--font-label); font-size: 12px; font-weight: 700; }
.psc-v2-check-grid h3 { margin: 8px 0 14px; color: var(--psc-v2-navy-2); font-size: var(--fs-15); line-height: 1.45; }
.psc-v2-check-grid ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.psc-v2-check-grid li { position: relative; padding-left: 12px; color: #586779; font-size: 11px; line-height: 1.55; }
.psc-v2-check-grid li::before { content: "◆"; position: absolute; top: .28em; left: 0; color: var(--psc-v2-gold-light); font-size: 7px; }

.psc-v2-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.psc-v2-capability-grid article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38%;
  min-height: 170px;
  overflow: hidden;
  border: 1px solid var(--psc-v2-line);
  border-radius: var(--card-radius);
  background: var(--psc-v2-card);
  box-shadow: 0 12px 28px rgba(7, 29, 49, .05);
}

.psc-v2-capability-grid article > div { padding: 20px; }
.psc-v2-capability-grid span { color: var(--psc-v2-gold); font-family: var(--font-label); font-size: 11px; font-weight: 700; }
.psc-v2-capability-grid h3 { margin: 6px 0 8px; color: var(--psc-v2-navy-2); font-size: var(--fs-16); line-height: 1.55; }
.psc-v2-capability-grid p { margin: 0; color: #607082; font-size: 12px; line-height: 1.65; }
.psc-v2-capability-grid img { width: 100%; height: 100%; object-fit: cover; }

.psc-v2-examples .psc-v2-section-head {
  position: relative;
  width: min(100%, 980px);
}

.psc-v2-examples .psc-v2-section-head .psc-v2-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.psc-v2-examples .psc-v2-section-head .psc-v2-eyebrow::before,
.psc-v2-examples .psc-v2-section-head .psc-v2-eyebrow::after {
  content: "";
  width: 42px;
  height: 1px;
  background: color-mix(in srgb, var(--psc-v2-gold) 72%, transparent);
}

.psc-v2-examples__lead {
  max-width: 900px;
  margin: 18px auto 0;
  color: #536376;
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 1.8;
}

.psc-v2-examples .psc-v2-section-head > small {
  display: block;
  margin-top: 14px;
  color: #75808c;
  font-size: 11px;
  line-height: 1.65;
}

.psc-v2-example-grid article {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
}

.psc-v2-example-grid figure {
  height: clamp(220px, 18vw, 280px);
}

.psc-v2-example-grid article > .psc-v2-example-card__copy {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 2vw, 30px);
}

.psc-v2-example-grid article > .psc-v2-example-card__copy > span {
  position: static;
  padding: 0;
  background: transparent;
  color: var(--psc-v2-gold);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.psc-v2-example-grid h3 {
  margin: 10px 0 14px;
  color: var(--psc-v2-navy-2);
  font-family: var(--font-heading);
  font-size: var(--fs-20);
  line-height: 1.55;
}

.psc-v2-example-grid p {
  margin: 0;
  color: #5e6d7e;
  font-size: var(--fs-15);
  line-height: 1.8;
}

.psc-v2-example-tags {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.psc-v2-example-tags span {
  min-width: 92px;
  padding: 7px 12px;
  border: 1px solid var(--psc-v2-line);
  border-radius: calc(var(--card-radius) - 2px);
  color: #44576a;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.psc-v2-example-grid a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--psc-v2-navy-2);
  font-size: var(--fs-14);
  font-weight: 700;
}

.psc-v2-example-grid a > span {
  color: var(--psc-v2-gold);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: transform .25s ease;
}

.psc-v2-example-grid a:hover > span,
.psc-v2-example-grid a:focus-visible > span {
  transform: translateX(4px);
}

.psc-v2-final {
  padding: clamp(40px, 4vw, 62px) 0;
  background: var(--psc-v2-navy);
  color: #fff;
}

.psc-v2-final .psc-container {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: 42px;
  align-items: center;
}

.psc-v2-final .psc-container > div:first-child {
  display: grid;
  grid-template-columns: minmax(270px, .8fr) minmax(260px, 1fr);
  gap: 28px;
  align-items: center;
}

.psc-v2-final h2 { margin: 0; color: #fff; font-family: var(--font-heading); font-size: clamp(var(--fs-24), 2.25vw, var(--fs-32)); font-weight: var(--fw-heading); line-height: 1.5; }
.psc-v2-final p { margin: 0; color: rgba(255, 255, 255, .72); font-size: var(--fs-14); line-height: 1.8; }
.psc-v2-final__actions { display: flex; gap: 16px; justify-content: flex-end; }
.psc-v2-final__actions .button { min-width: 180px; min-height: 54px; justify-content: space-between; }

@media (max-width: 1180px) {
  .psc-v2-hero__copy { width: min(620px, 60%); }
  .psc-v2-benefits { padding-inline: var(--container-gutter); }
  .psc-v2-benefits > div { padding-inline: 12px; }
  .psc-v2-tech-board { grid-template-columns: minmax(0, 1fr) 430px; }
  .psc-v2-mission .psc-container { gap: 28px 40px; }
  .psc-v2-check-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .psc-v2-check-grid article:nth-child(3) { border-right: 0; }
  .psc-v2-check-grid article:nth-child(-n + 3) { border-bottom: 1px solid var(--psc-v2-line); }
  .psc-v2-final .psc-container { grid-template-columns: 1fr; }
  .psc-v2-final .psc-container > div:first-child { grid-template-columns: minmax(280px, .75fr) minmax(0, 1fr); }
  .psc-v2-final__actions { justify-content: flex-start; }
}

@media (max-width: 900px) {
  .psc-v2-hero { min-height: auto; padding-bottom: 0; }
  .psc-v2-hero__inner { min-height: 720px; padding-bottom: 64px; }
  .psc-v2-hero__copy { width: min(640px, 85%); }
  .psc-v2-hero__shade { background: linear-gradient(90deg, rgba(2, 17, 29, .91), rgba(3, 24, 40, .62) 68%, rgba(3, 22, 37, .4)); }
  .psc-v2-benefits { position: relative; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .psc-v2-benefits > div:nth-child(2)::after { content: none; }
  .psc-v2-benefits > div:nth-child(-n + 2) { border-bottom: 1px solid rgba(211, 189, 134, .22); }
  .psc-v2-tech-board { grid-template-columns: 1fr; }
  .psc-v2-layer-diagram { border-right: 0; border-bottom: 1px solid var(--psc-v2-line); }
  .psc-v2-properties article { grid-template-rows: 190px 1fr; }
  .psc-v2-mission .psc-container { grid-template-columns: 1fr; }
  .psc-v2-mission__route { grid-column: 1; }
  .psc-v2-product-grid,
  .psc-v2-example-grid { grid-template-columns: 1fr; }
  .psc-v2-product-grid article { display: grid; grid-template-columns: 42% 1fr; }
  .psc-v2-product-grid figure { height: 100%; min-height: 240px; }
  .psc-v2-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .psc-v2-section,
  .psc-v2-technology { padding: 58px 0; }
  .psc-v2-section-head { margin-bottom: 28px; }
  .psc-v2-section-head h2 small { display: block; margin: 8px 0 0; }
  .psc-v2-hero__inner { min-height: 680px; padding-top: calc(var(--header-h) + 48px); }
  .psc-v2-hero__copy { width: 100%; }
  .psc-v2-hero__copy h1 { font-size: clamp(34px, 9vw, 46px); }
  .psc-v2-hero__copy > p:not(.psc-kicker) br { display: none; }
  .psc-v2-hero__actions .button { min-width: 0; flex: 1 1 100%; }
  .psc-v2-benefits { grid-template-columns: 1fr; padding-inline: var(--container-gutter); }
  .psc-v2-benefits > div { min-height: 86px; }
  .psc-v2-benefits > div::after { content: none !important; }
  .psc-v2-benefits > div:not(:last-child) { border-bottom: 1px solid rgba(211, 189, 134, .22); }
  .psc-v2-tech-board { min-height: 0; }
  .psc-v2-layer-diagram { padding: 20px 12px; }
  .psc-v2-layer-diagram__visual { min-height: 600px; }
  .psc-v2-layer-diagram__visual > img { inset: 175px -15% 0 8%; width: 110%; height: 62%; }
  .psc-v2-layer-labels { inset: 12px 0 auto; width: 100%; height: 190px; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 9px 12px; }
  .psc-v2-layer-labels li { padding: 8px; border-left: 2px solid rgba(183, 149, 85, .42); background: rgba(248, 247, 244, .82); }
  .psc-v2-layer-labels li::after { content: none; }
  .psc-v2-layer-arrows,
  .psc-v2-layer-pins { display: none; }
  .psc-v2-properties { grid-template-columns: 1fr; }
  .psc-v2-properties article { grid-template-columns: 42% 1fr; grid-template-rows: 1fr; min-height: 160px; }
  .psc-v2-properties article:nth-child(odd) { border-right: 0; }
  .psc-v2-properties article:not(:last-child) { border-bottom: 1px solid var(--psc-v2-line); }
  .psc-v2-properties article > div:last-child { padding: 0 0 0 14px; align-self: center; }
  .psc-v2-mission__route { grid-template-columns: 1fr; padding: 0 18px; }
  .psc-v2-mission__route > div { padding-inline: 10px; }
  .psc-v2-mission__route i { transform: rotate(90deg); justify-self: center; }
  .psc-v2-product-grid article { grid-template-columns: 1fr; }
  .psc-v2-product-grid figure { min-height: 210px; }
  .psc-v2-check-grid { grid-template-columns: 1fr; }
  .psc-v2-check-grid article { min-height: 0; }
  .psc-v2-check-grid article:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--psc-v2-line); }
  .psc-v2-capability-grid { grid-template-columns: 1fr; }
  .psc-v2-final .psc-container > div:first-child { grid-template-columns: 1fr; gap: 14px; }
  .psc-v2-final__actions { flex-direction: column; }
  .psc-v2-final__actions .button { width: 100%; }
}

/* Product information: project-based corporate catalogue and full-card inquiry links. */
.energy-page .psc-v2-products .psc-v2-section-head {
  width: min(100%, 760px);
  margin-bottom: clamp(24px, 3vw, 36px);
}

.energy-page .psc-v2-product-grid article {
  position: relative;
  isolation: isolate;
}

.energy-page .psc-v2-product-card__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: var(--card-radius);
}

.energy-page .psc-v2-product-card__link:focus-visible {
  outline: 3px solid var(--psc-v2-gold);
  outline-offset: -3px;
}

.energy-page .psc-v2-product-grid .psc-v2-product-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  color: var(--psc-v2-navy-2);
  font-size: var(--fs-15);
  font-weight: 700;
}

.energy-page .psc-v2-product-grid .psc-v2-product-cta span {
  color: var(--psc-v2-gold);
  font-size: 20px;
  transition: transform .3s var(--motion-ease);
}

.energy-page .psc-v2-product-grid article:hover .psc-v2-product-cta span {
  transform: translateX(4px);
}

.energy-page .psc-v2-products__note {
  width: min(100%, 960px);
  margin: 24px auto 0;
  color: #667587;
  font-size: var(--fs-13);
  line-height: 1.75;
  text-align: center;
}

/* Technical content stays intact; visuals provide a quick process cue. */
.energy-page .psc-v2-check-grid article {
  grid-template-columns: 56px minmax(190px, 240px) minmax(210px, .72fr) minmax(0, 1.45fr);
}

.energy-page .psc-v2-check-visual {
  width: 100%;
  height: 126px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(196, 204, 211, .9);
  border-radius: calc(var(--card-radius) - 3px);
  background: #eef1f3;
}

.energy-page .psc-v2-check-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .energy-page .psc-v2-check-grid article {
    grid-template-columns: 56px minmax(180px, 220px) minmax(0, 1fr);
  }

  .energy-page .psc-v2-check-grid article > ul {
    grid-column: 2 / -1;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .energy-page .psc-v2-products__note {
    text-align: left;
  }

  .energy-page .psc-v2-check-grid article {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .energy-page .psc-v2-check-visual {
    grid-column: 2;
    height: clamp(150px, 48vw, 210px);
  }

  .energy-page .psc-v2-check-grid article > div,
  .energy-page .psc-v2-check-grid article > ul {
    grid-column: 2;
    margin-left: 0;
  }
}

/* Perovskite v4 — Index-aligned typography, product sales flow and n-i-p diagram */
.energy-page .psc-v2-section-head {
  width: min(100%, 1060px);
  margin-inline: 0;
  text-align: left;
}

.energy-page .psc-v2-section-head h2 {
  margin: 12px 0 0;
  color: var(--psc-v2-ink);
  font-size: var(--fs-section-heading-title);
  line-height: 1.34;
  text-align: left;
  text-wrap: balance;
}

.energy-page .psc-v2-section-head > p:last-child:not(.psc-v2-eyebrow) {
  max-width: 880px;
  margin: 20px 0 0;
  color: #536376;
  font-size: var(--fs-body);
  line-height: 1.9;
}

.energy-page .psc-v2-hero {
  min-height: clamp(720px, 100svh, 920px);
}

.energy-page .psc-v2-hero__media img {
  object-position: center 48%;
  filter: saturate(.82) contrast(1.04) brightness(.88);
  transform: scale(1.01);
}

.energy-page .psc-v2-hero__shade {
  background:
    linear-gradient(90deg, rgba(2, 13, 24, .82) 0%, rgba(2, 13, 24, .68) 34%, rgba(2, 13, 24, .32) 58%, rgba(2, 13, 24, .12) 82%, rgba(2, 13, 24, .18) 100%),
    linear-gradient(180deg, rgba(0, 29, 54, .08), rgba(0, 29, 54, .44));
  opacity: .86;
}

.energy-page .psc-v2-hero__inner {
  min-height: calc(clamp(720px, 100svh, 920px) - 112px);
}

.energy-page .psc-v2-hero__copy {
  width: min(720px, 58%);
  text-align: left;
}

.energy-page .psc-v2-hero__copy h1 {
  font-size: clamp(var(--fs-48), 4.45vw, var(--fs-68));
  line-height: 1.24;
  text-align: left;
}

.energy-page .psc-v2-technology {
  padding-block: clamp(88px, 8vw, 124px);
}

.energy-page .psc-v2-technology .psc-v2-section-head {
  margin: 0 0 clamp(36px, 4vw, 54px);
}

.energy-page .psc-v2-technology .psc-v2-section-head > p:last-child {
  margin: 20px 0 0;
  font-size: var(--fs-body);
  line-height: 1.9;
}

.energy-page .psc-v2-tech-board {
  display: block;
  min-height: 0;
  overflow: hidden;
}

.energy-page .psc-v2-layer-diagram {
  padding: clamp(28px, 3.4vw, 48px);
  border-right: 0;
  border-bottom: 1px solid var(--psc-v2-line);
}

.energy-page .psc-v2-layer-diagram__head {
  display: flex;
  gap: 28px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 18px;
}

.energy-page .psc-v2-layer-diagram__head > div > p {
  margin: 0 0 6px;
  color: var(--psc-v2-gold);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  letter-spacing: var(--ls-label);
}

.energy-page .psc-v2-layer-diagram__head h3 {
  margin: 0;
  font-size: var(--type-h3);
  text-align: left;
}

.energy-page .psc-v2-light-direction {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(39, 139, 193, .28);
  background: rgba(39, 139, 193, .06);
  color: #266f98;
  font-size: var(--fs-14);
  font-weight: 700;
}

.energy-page .psc-v2-light-direction span {
  font-size: 22px;
  line-height: 1;
}

.energy-page .psc-v2-layer-diagram__visual {
  min-height: 480px;
  overflow: hidden;
  background: #fff;
}

.energy-page .psc-v2-layer-diagram__visual > img {
  inset: 14px 0 0 31%;
  width: 69%;
  height: 96%;
  object-position: center;
  transform: none;
  filter: none;
  box-shadow: none;
}

.energy-page .psc-v2-layer-labels {
  inset: 14px auto 12px 0;
  width: 32%;
  height: 454px;
}

.energy-page .psc-v2-layer-labels li {
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  padding-right: 16px;
}

.energy-page .psc-v2-layer-text {
  justify-self: start;
  width: max-content;
  max-width: 100%;
  padding-right: 6px;
  background: #fff;
  box-shadow: -12px 0 0 #fff, 8px 0 0 #fff;
}

.energy-page .psc-v2-layer-index {
  width: 32px;
  height: 32px;
  font-size: 11px;
}

.energy-page .psc-v2-layer-labels strong {
  font-size: var(--fs-15);
  line-height: 1.4;
}

.energy-page .psc-v2-layer-labels small {
  color: #687586;
  font-size: 12px;
  line-height: 1.5;
}

.energy-page .psc-v2-layer-arrows polyline {
  stroke-width: 2;
}

.energy-page .psc-v2-layer-pins span {
  width: 28px;
  height: 28px;
  font-size: 10px;
}

.energy-page .psc-v2-layer-pins span:nth-child(1) { left: 67%; top: 14.7%; background: #278bc1; }
.energy-page .psc-v2-layer-pins span:nth-child(2) { left: 67%; top: 26%; background: var(--psc-v2-gold); }
.energy-page .psc-v2-layer-pins span:nth-child(3) { left: 67%; top: 36.4%; }
.energy-page .psc-v2-layer-pins span:nth-child(4) { left: 67%; top: 46.8%; }
.energy-page .psc-v2-layer-pins span:nth-child(5) { left: 67%; top: 58%; background: #7f8991; }
.energy-page .psc-v2-layer-pins span:nth-child(6) { left: 67%; top: 68.9%; background: #59636b; }
.energy-page .psc-v2-layer-pins span:nth-child(7) { left: 67%; top: 80.8%; background: #8d98a1; }

.energy-page .psc-v2-properties {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.energy-page .psc-v2-properties article {
  grid-template-rows: 190px 1fr;
  padding: clamp(18px, 2vw, 26px);
}

.energy-page .psc-v2-properties article:nth-child(-n + 2) {
  border-bottom: 0;
}

.energy-page .psc-v2-properties article:not(:last-child) {
  border-right: 1px solid var(--psc-v2-line);
}

.energy-page .psc-v2-properties h3 {
  font-size: var(--type-h3);
}

.energy-page .psc-v2-properties p {
  color: #566577;
  font-size: var(--fs-body);
  line-height: 1.8;
}

.energy-page .psc-v2-mission {
  display: grid;
  min-height: clamp(720px, 100svh, 920px);
  align-items: center;
  padding: clamp(88px, 10vh, 120px) 0;
}

.energy-page .psc-v2-mission .psc-container {
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  gap: 0 clamp(30px, 4vw, 60px);
  align-items: start;
}

.energy-page .psc-v2-mission__label {
  display: inline-grid;
  gap: 14px;
  justify-self: start;
  padding-top: 13px;
  color: var(--psc-v2-gold-light);
}

.energy-page .psc-v2-mission__label::after {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(211, 189, 134, .76);
}

.energy-page .psc-v2-mission__content {
  position: relative;
  max-width: 930px;
  padding-left: clamp(28px, 3vw, 52px);
}

.energy-page .psc-v2-mission__content::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -30px;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(211, 189, 134, .92), rgba(211, 189, 134, .16));
}

.energy-page .psc-v2-mission__content h2 {
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-family: var(--font-heading);
  font-size: var(--type-h2);
  font-weight: var(--fw-heading);
  line-height: 1.38;
  letter-spacing: var(--ls-heading);
  text-align: left;
  text-shadow: 0 16px 38px rgba(0, 0, 0, .26);
  text-wrap: balance;
}

.energy-page .psc-v2-mission__text {
  width: min(100%, 46em);
  margin: clamp(28px, 3vw, 42px) 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: var(--fs-section-text);
  line-height: 1.95;
}

.energy-page .psc-v2-mission__route {
  grid-column: 1 / -1;
  margin-top: clamp(58px, 7vh, 84px);
  overflow: hidden;
}

.energy-page .psc-v2-mission__route > div {
  min-width: 0;
  min-height: 132px;
  padding: 24px clamp(18px, 2vw, 30px);
}

.energy-page .psc-v2-mission__route p,
.energy-page .psc-v2-mission__route small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.energy-page .psc-v2-mission__route strong {
  font-size: var(--fs-18);
}

.energy-page .psc-v2-mission__route small {
  font-size: var(--fs-14);
  line-height: 1.7;
}

.energy-page .psc-v2-product-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  transition: transform .45s var(--motion-ease), box-shadow .45s var(--motion-ease);
}

.energy-page .psc-v2-product-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(7, 29, 49, .12);
}

.energy-page .psc-v2-product-grid figure {
  position: relative;
  height: clamp(200px, 18vw, 250px);
}

.energy-page .psc-v2-product-grid figure > span {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 7px 11px;
  background: rgba(6, 29, 49, .92);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}

.energy-page .psc-v2-product-grid article > div {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2vw, 28px);
}

.energy-page .psc-v2-product-grid .psc-v2-product-code {
  margin: 0 0 8px;
  color: var(--psc-v2-gold);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: .11em;
}

.energy-page .psc-v2-product-grid h3 {
  min-height: 0;
  margin: 0 0 10px;
  font-size: var(--type-h3);
  line-height: 1.45;
}

.energy-page .psc-v2-product-grid p:not(.psc-v2-product-code) {
  color: #536376;
  font-size: var(--fs-body);
  line-height: 1.82;
}

@media (min-width: 901px) {
  .energy-page .psc-v2-product-grid p:not(.psc-v2-product-code) {
    min-height: calc(1.82em * 3);
  }

  .energy-page .psc-v2-example-card__copy > p {
    min-height: calc(1.8em * 4);
  }
}

.energy-page .psc-v2-product-grid dl {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  border-top: 1px solid var(--psc-v2-line);
}

.energy-page .psc-v2-product-grid dl > div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--psc-v2-line);
  font-size: var(--fs-14);
}

.energy-page .psc-v2-product-grid dt {
  color: #7a8794;
}

.energy-page .psc-v2-product-grid dd {
  margin: 0;
  color: var(--psc-v2-navy-2);
  font-weight: 700;
}

.energy-page .psc-v2-product-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  color: var(--psc-v2-navy-2);
  font-size: var(--fs-15);
  font-weight: 700;
}

.energy-page .psc-v2-product-grid a span {
  color: var(--psc-v2-gold);
  font-size: 20px;
}

.energy-page .psc-v2-check-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.energy-page .psc-v2-check-grid::before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 35px;
  width: 1px;
  background: linear-gradient(180deg, var(--psc-v2-gold), rgba(183, 149, 85, .18));
}

.energy-page .psc-v2-check-grid article {
  display: grid;
  grid-template-columns: 70px minmax(210px, .7fr) minmax(0, 1.45fr) minmax(220px, .62fr);
  gap: clamp(20px, 3vw, 46px);
  align-items: center;
  min-height: 154px;
  padding: clamp(24px, 2.8vw, 36px);
  border: 1px solid var(--psc-v2-line) !important;
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 34px rgba(7, 29, 49, .055);
}

.energy-page .psc-v2-check-grid article > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(183, 149, 85, .45);
  border-radius: 50%;
  background: #fff;
  color: var(--psc-v2-gold);
  font-size: var(--fs-14);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .9);
}

.energy-page .psc-v2-check-grid article > div > p {
  margin: 0 0 6px;
  color: var(--psc-v2-gold);
}

.energy-page .psc-v2-check-grid h3 {
  margin: 0;
  color: var(--psc-v2-navy-2);
  font-size: var(--type-h3);
  line-height: 1.5;
}

.energy-page .psc-v2-check-grid ul {
  gap: 8px;
}

.energy-page .psc-v2-check-grid li {
  padding-left: 18px;
  color: #536376;
  font-size: var(--fs-15);
  line-height: 1.72;
}

.energy-page .psc-v2-check-grid article > strong {
  padding: 16px 18px;
  border-left: 3px solid var(--psc-v2-gold);
  background: rgba(183, 149, 85, .07);
  color: var(--psc-v2-navy-2);
  font-size: var(--fs-14);
  line-height: 1.65;
}

@media (min-width: 1181px) {
  .energy-page .psc-v2-check-grid article {
    grid-template-columns: 70px minmax(380px, 460px) minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 12px clamp(28px, 3vw, 46px);
    min-height: 286px;
  }

  .energy-page .psc-v2-check-grid article > span {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .energy-page .psc-v2-check-visual {
    grid-column: 2;
    grid-row: 1 / 3;
    height: clamp(220px, 15vw, 252px);
  }

  .energy-page .psc-v2-check-grid article > div {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    text-align: left;
  }

  .energy-page .psc-v2-check-grid article > ul {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
    max-width: 760px;
    text-align: left;
  }
}

.energy-page .psc-v2-capability-grid {
  gap: clamp(16px, 2vw, 24px);
}

.energy-page .psc-v2-capability-grid article {
  grid-template-columns: minmax(0, 1fr) 42%;
  min-height: 220px;
}

.energy-page .psc-v2-capability-grid article > div {
  padding: clamp(22px, 2.2vw, 30px);
}

.energy-page .psc-v2-capability-grid span {
  font-size: var(--fs-13);
}

.energy-page .psc-v2-capability-grid h3 {
  margin: 10px 0 12px;
  font-size: var(--type-h3);
  line-height: 1.48;
}

.energy-page .psc-v2-capability-grid p {
  color: #607082;
  font-size: var(--fs-body);
  line-height: 1.78;
}

.energy-page .psc-v2-final {
  padding: clamp(78px, 8vw, 112px) 0;
}

.energy-page .psc-v2-final .psc-container {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(40px, 6vw, 90px);
}

.energy-page .psc-v2-final .psc-container > div:first-child {
  display: block;
}

.energy-page .psc-v2-final__copy {
  max-width: 820px;
  text-align: left;
}

.energy-page .psc-v2-final__copy .psc-v2-eyebrow {
  margin-bottom: 12px;
  color: var(--psc-v2-gold-light);
}

.energy-page .psc-v2-final h2 {
  color: #fff;
  font-size: var(--fs-section-heading-title);
  line-height: 1.38;
  text-align: left;
}

.energy-page .psc-v2-final p:not(.psc-v2-eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: var(--fs-body);
  line-height: 1.9;
  text-align: left;
}

.energy-page .psc-v2-final__actions {
  flex-direction: column;
  min-width: 260px;
}

.energy-page .psc-v2-final__actions .button {
  width: 100%;
  min-width: 260px;
}

@media (max-width: 1180px) {
  .energy-page .psc-v2-check-grid article {
    grid-template-columns: 70px minmax(220px, .8fr) minmax(0, 1.2fr);
  }

  .energy-page .psc-v2-check-grid article > strong {
    grid-column: 2 / -1;
  }

  .energy-page .psc-v2-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .energy-page .psc-v2-section-head h2 {
    font-size: var(--fs-section-heading-title-tablet);
  }

  .energy-page .psc-v2-hero__copy {
    width: min(640px, 88%);
  }

  .energy-page .psc-v2-layer-diagram__visual {
    min-height: 460px;
  }

  .energy-page .psc-v2-layer-labels {
    height: 434px;
  }

  .energy-page .psc-v2-properties {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .energy-page .psc-v2-properties article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--psc-v2-line);
  }

  .energy-page .psc-v2-properties article:nth-child(2) {
    border-right: 0;
  }

  .energy-page .psc-v2-mission .psc-container {
    grid-template-columns: 1fr;
  }

  .energy-page .psc-v2-mission__label {
    margin-bottom: 30px;
    padding-top: 0;
  }

  .energy-page .psc-v2-mission__route {
    grid-column: 1;
  }

  .energy-page .psc-v2-product-grid {
    grid-template-columns: 1fr;
  }

  .energy-page .psc-v2-product-grid article {
    grid-template-columns: 40% 1fr;
    grid-template-rows: 1fr;
  }

  .energy-page .psc-v2-product-grid figure {
    height: 100%;
    min-height: 300px;
  }

  .energy-page .psc-v2-product-grid h3 {
    min-height: 0;
  }

  .energy-page .psc-v2-check-grid article {
    grid-template-columns: 60px 1fr;
  }

  .energy-page .psc-v2-check-grid article > ul,
  .energy-page .psc-v2-check-grid article > strong {
    grid-column: 2;
  }

  .energy-page .psc-v2-check-grid::before {
    left: 31px;
  }

  .energy-page .psc-v2-final .psc-container {
    grid-template-columns: 1fr;
  }

  .energy-page .psc-v2-final__actions {
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .energy-page .psc-v2-section-head h2,
  .energy-page .psc-v2-final h2 {
    font-size: var(--fs-section-heading-title-mobile);
  }

  .energy-page .psc-v2-hero__media img {
    object-position: 62% center;
  }

  .energy-page .psc-v2-hero__copy h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .energy-page .psc-v2-layer-diagram {
    padding: 24px 16px;
  }

  .energy-page .psc-v2-layer-diagram__head {
    display: grid;
    align-items: start;
  }

  .energy-page .psc-v2-light-direction {
    justify-self: start;
  }

  .energy-page .psc-v2-layer-diagram__visual {
    min-height: 760px;
    background: transparent;
  }

  .energy-page .psc-v2-layer-diagram__visual > img {
    inset: 310px -20% 0 0;
    width: 125%;
    height: 56%;
    transform: none;
  }

  .energy-page .psc-v2-layer-labels {
    inset: 0;
    grid-template-columns: 1fr;
    width: 100%;
    height: 300px;
    gap: 6px;
  }

  .energy-page .psc-v2-layer-labels li {
    grid-template-columns: 28px 1fr;
    padding: 7px 10px;
  }

  .energy-page .psc-v2-layer-index {
    width: 28px;
    height: 28px;
  }

  .energy-page .psc-v2-layer-labels strong {
    font-size: var(--fs-14);
  }

  .energy-page .psc-v2-layer-labels small {
    font-size: 11px;
  }

  .energy-page .psc-v2-properties {
    grid-template-columns: 1fr;
  }

  .energy-page .psc-v2-properties article {
    grid-template-columns: 40% 1fr;
    grid-template-rows: 1fr;
    min-height: 180px;
  }

  .energy-page .psc-v2-properties article:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--psc-v2-line);
  }

  .energy-page .psc-v2-mission {
    min-height: 0;
  }

  .energy-page .psc-v2-mission__content {
    padding-left: 22px;
  }

  .energy-page .psc-v2-mission__content h2 {
    font-size: var(--fs-title);
    line-height: 1.4;
  }

  .energy-page .psc-v2-mission__text {
    font-size: var(--fs-body);
  }

  .energy-page .psc-v2-mission__route {
    margin-top: 52px;
  }

  .energy-page .psc-v2-product-grid article {
    grid-template-columns: 1fr;
  }

  .energy-page .psc-v2-product-grid figure {
    min-height: 220px;
  }

  .energy-page .psc-v2-products {
    padding-block: 54px;
  }

  .energy-page .psc-v2-check-grid article {
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding: 22px 18px;
  }

  .energy-page .psc-v2-check-grid::before {
    left: 23px;
  }

  .energy-page .psc-v2-check-grid article > span {
    width: 38px;
    height: 38px;
  }

  .energy-page .psc-v2-check-grid article > ul,
  .energy-page .psc-v2-check-grid article > strong {
    grid-column: 1 / -1;
    margin-left: 54px;
  }

  .energy-page .psc-v2-check-grid li {
    font-size: var(--fs-14);
  }

  .energy-page .psc-v2-capability-grid {
    grid-template-columns: 1fr;
  }

  .energy-page .psc-v2-final__actions,
  .energy-page .psc-v2-final__actions .button {
    min-width: 0;
    width: 100%;
  }
}
