.energy-page {
  --energy-accent: #8fd5d7;
  --energy-dark: #090b0d;
  --energy-ink: #171a20;
  --energy-muted: #62666c;
  --energy-line: #d7d9dc;
  color: var(--energy-ink);
  background: #fff;
}

.energy-page h1,
.energy-page h2,
.energy-page h3,
.energy-page p,
.energy-page ul,
.energy-page ol,
.energy-page figure {
  margin: 0;
}

.energy-page .reveal {
  opacity: 1;
  transform: none;
}

.energy-page .contact-info h2 {
  margin-bottom: clamp(54px, 5vw, 88px);
}

@media (max-width: 767px) {
  .energy-page .contact-info h2 {
    margin-bottom: 32px;
  }
}

.energy-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 123px);
  align-items: center;
  overflow: hidden;
  padding: clamp(70px, 10vh, 118px) var(--page-x);
  color: #fff;
  background: var(--energy-dark);
}

.energy-hero > img,
.energy-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.energy-hero > img {
  object-fit: cover;
  object-position: center;
}

.energy-hero > picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.energy-hero > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.energy-hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 5, 7, .9) 0%, rgba(3, 5, 7, .68) 38%, rgba(3, 5, 7, .2) 72%, rgba(3, 5, 7, .1) 100%),
    linear-gradient(180deg, rgba(3, 5, 7, .06) 0%, rgba(3, 5, 7, .18) 48%, rgba(3, 5, 7, .78) 100%);
}

.energy-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1080px, 72vw);
}

.energy-page-name {
  margin-bottom: clamp(24px, 3vh, 36px) !important;
  font-size: var(--fs-hero) !important;
  line-height: var(--lh-hero) !important;
  font-weight: 700;
  letter-spacing: 0 !important;
}

.energy-hero h1 {
  max-width: 920px;
  margin-bottom: clamp(34px, 4vh, 54px) !important;
  font-size: var(--fs-card-title) !important;
  line-height: var(--lh-card-title) !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
}

.energy-hero-copy > p:not(.energy-page-name) {
  max-width: 840px;
  margin-top: 0;
  color: rgba(255, 255, 255, .75);
  font-size: var(--fs-body) !important;
  line-height: var(--lh-body) !important;
  font-weight: 500 !important;
}

.energy-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: clamp(34px, 4vh, 54px);
}

.energy-button {
  display: inline-flex;
  min-width: 170px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 4px;
  font-size: var(--fs-button);
  line-height: var(--lh-button);
  font-weight: 650;
  transition: opacity 260ms ease, color 260ms ease, background-color 260ms ease;
}

.energy-button:hover {
  text-decoration: none;
  opacity: .84;
}

.energy-button.primary {
  border-color: #fff;
  color: var(--energy-ink);
  background: #fff;
}

.energy-button.secondary {
  color: #fff;
  background: rgba(0, 0, 0, .18);
}

.energy-section {
  padding: clamp(92px, 10vw, 170px) var(--page-x);
}

.energy-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
  margin-bottom: var(--title-content-gap);
}

.energy-heading > span,
.energy-report-copy > span {
  padding-top: 8px;
  color: #777b80;
  font-size: var(--fs-button);
  line-height: var(--lh-button);
  letter-spacing: .12em;
  font-weight: 700;
}

.energy-heading h2,
.energy-report h2 {
  max-width: 980px;
  font-size: var(--fs-section-title);
  line-height: var(--lh-section-title);
  letter-spacing: -.05em;
  font-weight: 620;
}

.energy-heading p {
  max-width: 760px;
  margin-top: 24px;
  color: var(--energy-muted);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

.energy-heading.light > span,
.energy-heading.light p {
  color: rgba(255, 255, 255, .58);
}

.energy-cost-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  gap: clamp(42px, 4.8vw, 88px);
  align-items: center;
}

.energy-cost .energy-heading h2 {
  max-width: 900px;
  font-size: var(--fs-section-title);
  line-height: var(--lh-section-title);
}

.energy-cost .energy-heading p {
  max-width: 880px;
}

.energy-cost {
  padding-top: clamp(64px, 8vh, 118px);
  padding-bottom: clamp(56px, 7vh, 104px);
}

.energy-cost .energy-heading {
  margin-bottom: var(--title-content-gap);
}

.energy-placeholder {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--energy-line);
  border-radius: 8px;
  color: #7a7e84;
  background:
    linear-gradient(135deg, rgba(23, 26, 32, .06), rgba(23, 26, 32, .16)),
    repeating-linear-gradient(90deg, rgba(23, 26, 32, .06) 0 1px, transparent 1px 88px),
    #f3f4f5;
  font-size: 13px;
  letter-spacing: .08em;
}

.energy-placeholder::before {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(23, 26, 32, .14);
  content: "";
}

.energy-placeholder.lightbox::after {
  position: absolute;
  right: 14%;
  bottom: 18%;
  width: 42%;
  height: 34%;
  border: 1px solid rgba(23, 26, 32, .2);
  background: rgba(255, 255, 255, .35);
  content: "";
}

.energy-placeholder.engineer {
  min-height: 560px;
}

.energy-cost-image {
  height: clamp(220px, 26vh, 340px);
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--energy-line);
  border-radius: 8px;
  background: #f3f4f5;
}

.energy-cost-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.energy-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(32px, 5vh, 78px);
  gap: clamp(16px, 1.8vw, 28px);
}

.energy-metric-grid article {
  min-width: 0;
  min-height: clamp(180px, 18vh, 260px);
  padding: clamp(24px, 3vh, 42px);
  border: 1px solid var(--energy-line);
  border-radius: 8px;
  background: #fff;
}

.energy-metric-grid article:not(:first-child) {
  padding-left: clamp(24px, 3vh, 42px);
}

.energy-metric-grid h3 {
  margin: 0;
  color: var(--energy-text);
  font-size: clamp(22px, 1.6vw, 30px);
  line-height: 1.18;
  letter-spacing: -.02em;
  font-weight: 600;
}

.energy-saving small {
  margin-left: 4px;
  font-size: .34em;
}

.energy-metric-grid p {
  margin: clamp(18px, 1.6vw, 28px) 0 0;
  color: var(--energy-muted);
  font-size: clamp(14px, .95vw, 16px);
  line-height: 1.72;
  font-weight: 500;
}

.energy-statement {
  margin-top: clamp(34px, 5vh, 80px) !important;
  padding-top: clamp(24px, 4vh, 46px);
  border-top: 1px solid var(--energy-line);
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 1.45;
  letter-spacing: -.025em;
}

@media (max-height: 800px) and (min-width: 901px) {
  .energy-cost {
    padding-top: 46px;
    padding-bottom: 44px;
  }

  .energy-cost-layout {
    gap: clamp(28px, 3vw, 52px);
  }

  .energy-cost .energy-heading {
    margin-bottom: 26px;
  }

  .energy-cost .energy-heading p {
    margin-top: 16px;
  }

  .energy-cost-image {
    height: clamp(190px, 24vh, 250px);
  }

  .energy-metric-grid {
    margin-top: 28px;
    gap: 14px;
  }

  .energy-metric-grid article,
  .energy-metric-grid article:not(:first-child) {
    min-height: 165px;
    padding: 24px;
  }

  .energy-metric-grid p {
    margin-top: 12px;
    line-height: 1.58;
  }

  .energy-statement {
    margin-top: 30px !important;
    padding-top: 22px;
  }
}

@media (max-height: 720px) and (min-width: 901px) {
  .energy-cost {
    padding-top: 36px;
    padding-bottom: 34px;
  }

  .energy-cost-image {
    height: clamp(160px, 22vh, 220px);
  }

  .energy-metric-grid {
    margin-top: 22px;
  }

  .energy-metric-grid article,
  .energy-metric-grid article:not(:first-child) {
    min-height: 145px;
    padding: 22px;
  }

  .energy-statement {
    margin-top: 24px !important;
    padding-top: 18px;
  }
}

.energy-advantages {
  background: #f4f4f4;
}

.energy-capability-list article > span,
.energy-advantage-grid article > span {
  color: #8b8e93;
  font-size: 12px;
  font-weight: 700;
}

.energy-solution,
.energy-model {
  color: #fff;
  background: var(--energy-dark);
}

.energy-architecture {
  display: grid;
  grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr);
  gap: clamp(48px, 7vw, 118px);
  align-items: stretch;
}

.energy-layer-list {
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .24);
}

.energy-layer-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.energy-layer-list span {
  padding-top: 6px;
  color: var(--energy-accent);
  font-size: 12px;
  font-weight: 700;
}

.energy-layer-list strong {
  display: block;
  font-size: clamp(22px, 1.9vw, 32px);
  font-weight: 540;
}

.energy-layer-list p {
  max-width: 620px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .62);
  font-size: 15px;
  line-height: 1.75;
}

.energy-architecture-visual {
  position: relative;
  display: grid;
  min-height: 520px;
  margin: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  color: rgba(255, 255, 255, .58);
  background:
    radial-gradient(circle at 76% 28%, rgba(143, 213, 215, .18), transparent 32%),
    linear-gradient(145deg, #14181c, #0d1013);
  font-size: 13px;
  letter-spacing: .08em;
}

.energy-architecture-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.energy-flowline {
  position: absolute;
  inset: 16%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: center;
}

.energy-flowline i {
  height: 88px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  background: rgba(255, 255, 255, .04);
}

.energy-flowline i:not(:last-child)::after {
  display: block;
  margin: 34px -16px 0 auto;
  color: var(--energy-accent);
  content: "→";
  font-size: 20px;
}

.energy-capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
}

.energy-capability-list article {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 3vw, 36px);
  padding: clamp(32px, 3vw, 44px) clamp(34px, 3.4vw, 48px);
  border: 1px solid var(--energy-line);
  border-radius: 8px;
  background: #fff;
}

.energy-capability-copy {
  flex: 1 1 58%;
  min-width: 0;
}

.energy-capability-copy span {
  display: block;
  margin-bottom: clamp(26px, 3vw, 40px);
  color: #858a90;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.energy-capability-list h3 {
  font-size: var(--fs-card-title);
  font-weight: 600;
  line-height: var(--lh-card-title);
}

.energy-capability-list p {
  max-width: 460px;
  margin-top: 14px;
  color: var(--energy-muted);
  font-size: var(--fs-muted);
  line-height: var(--lh-muted);
}

.energy-mini-visual {
  position: relative;
  display: grid;
  flex: 0 0 38%;
  min-width: 168px;
  min-height: 150px;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(23, 26, 32, .035), rgba(23, 26, 32, .075)), #f7f8f8;
}

.energy-mini-visual::before {
  display: none;
}

.energy-mini-visual svg {
  position: relative;
  z-index: 1;
  width: min(100%, 220px);
  height: auto;
  overflow: visible;
}

.energy-mini-visual .icon-frame,
.energy-mini-visual .chart-shell,
.energy-mini-visual .panel-shell,
.energy-mini-visual .remote-box {
  fill: #fff;
  stroke: rgba(23, 26, 32, .2);
  stroke-width: 1.4;
}

.energy-mini-visual .icon-line {
  stroke: rgba(23, 26, 32, .22);
  stroke-width: 4;
  stroke-linecap: round;
}

.dim-zone {
  fill: rgba(143, 213, 215, .36);
  animation: energy-dim-zone 3.6s ease-in-out infinite;
}

.dim-zone-b { animation-delay: .35s; }
.dim-zone-c { animation-delay: .7s; }
.dim-zone-d { animation-delay: 1.05s; }

.dim-knob {
  fill: #171a20;
  animation: energy-dim-knob 3.6s ease-in-out infinite;
}

.data-track {
  stroke-dasharray: 5 8;
}

.flow-dot {
  fill: rgba(143, 213, 215, .82);
  animation: energy-data-flow 2.8s linear infinite;
}

.flow-dot-b { animation-delay: .9s; }
.flow-dot-c { animation-delay: 1.8s; }

.meter-bar {
  fill: rgba(143, 213, 215, .5);
  transform-box: fill-box;
  transform-origin: bottom;
  animation: energy-meter-bar 3s ease-in-out infinite;
}

.meter-bar-b { animation-delay: .24s; }
.meter-bar-c { animation-delay: .48s; }

.switch-track {
  fill: rgba(23, 26, 32, .12);
}

.remote-switch {
  fill: rgba(143, 213, 215, .86);
  animation: energy-switch 3.2s ease-in-out infinite;
}

.remote-signal {
  fill: none;
  stroke: rgba(23, 26, 32, .24);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 60;
  animation: energy-signal 3.2s ease-in-out infinite;
}

.remote-box {
  animation: energy-remote-box 3.2s ease-in-out infinite;
}

.remote-box-b { animation-delay: .18s; }
.remote-box-c { animation-delay: .36s; }

.alert-device {
  fill: #fff;
}

.alert-dot {
  fill: rgba(213, 23, 31, .78);
  transform-box: fill-box;
  transform-origin: center;
  animation: energy-alert-pulse 2.6s ease-in-out infinite;
}

.alert-mark {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 1.8;
  animation: energy-alert-mark 2.6s ease-in-out infinite;
}

.alert-mark + .alert-mark {
  fill: #fff;
  stroke: none;
}

.alert-status {
  stroke: rgba(23, 26, 32, .12);
}

.alert-line {
  stroke: rgba(213, 23, 31, .68);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 56;
  animation: energy-alert-line 2.6s ease-in-out infinite;
}

@keyframes energy-dim-zone {
  0%, 100% { opacity: .36; }
  50% { opacity: .86; }
}

@keyframes energy-dim-knob {
  0%, 100% { transform: translateX(-18px); }
  50% { transform: translateX(28px); }
}

@keyframes energy-data-flow {
  0% { opacity: 0; transform: translateX(0); }
  15% { opacity: 1; }
  75% { opacity: 1; }
  100% { opacity: 0; transform: translateX(58px); }
}

@keyframes energy-meter-bar {
  0%, 100% { transform: scaleY(.62); opacity: .55; }
  50% { transform: scaleY(1.08); opacity: .92; }
}

@keyframes energy-switch {
  0%, 100% { transform: translateX(-5px); }
  50% { transform: translateX(10px); }
}

@keyframes energy-signal {
  0% { opacity: .25; stroke-dashoffset: 60; }
  45%, 70% { opacity: .82; stroke-dashoffset: 0; }
  100% { opacity: .25; stroke-dashoffset: -60; }
}

@keyframes energy-remote-box {
  0%, 100% { fill: #fff; }
  50% { fill: rgba(143, 213, 215, .28); }
}

@keyframes energy-alert-pulse {
  0%, 100% { opacity: .68; }
  50% { opacity: 1; }
}

@keyframes energy-alert-mark {
  0%, 100% { opacity: .62; }
  50% { opacity: 1; }
}

@keyframes energy-alert-line {
  0%, 100% { stroke-dashoffset: 56; opacity: .36; }
  50% { stroke-dashoffset: 0; opacity: .9; }
}

.energy-delivery-layout {
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 7vw, 118px);
}

.energy-delivery-layout ol {
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--energy-ink);
}

.energy-delivery-layout li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--energy-line);
}

.energy-delivery-layout li.active {
  padding-left: 18px;
  border-left: 3px solid var(--energy-ink);
  background: linear-gradient(90deg, rgba(23, 26, 32, .05), transparent 80%);
}

.energy-delivery-layout li span {
  color: #85888d;
  font-size: 12px;
  font-weight: 700;
}

.energy-delivery-layout li strong {
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 540;
}

.energy-delivery-layout li p {
  margin-top: 8px;
  color: var(--energy-muted);
  font-size: 14px;
  line-height: 1.7;
}

.energy-delivery-image {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--energy-line);
  border-radius: 8px;
  background: #f3f4f5;
}

.energy-delivery-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .energy-delivery-image {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

.energy-comparison {
  display: grid;
  grid-template-columns: 1fr minmax(240px, .72fr) 1fr;
  gap: clamp(16px, 1.6vw, 24px);
  align-items: stretch;
  padding-top: clamp(20px, 2.6vw, 34px);
  border-top: 1px solid var(--energy-line);
}

.energy-comparison > article {
  min-height: 100%;
  padding: clamp(32px, 3vw, 42px);
  border: 1px solid var(--energy-line);
  border-radius: 8px;
  background: #fff;
}

.energy-proof-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.energy-proof-card-head span {
  color: var(--energy-ink);
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.2;
}

.energy-proof-card-head em {
  padding: 7px 12px;
  border: 1px solid var(--energy-line);
  border-radius: 999px;
  color: #6e7378;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.energy-comparison ul {
  padding: 0;
  margin-top: clamp(24px, 3vw, 34px);
  list-style: none;
}

.energy-comparison li {
  padding: 16px 0;
  border-bottom: 1px solid var(--energy-line);
}

.energy-comparison li:first-child {
  padding-top: 0;
}

.energy-comparison li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.energy-comparison li strong {
  display: block;
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 600;
}

.energy-comparison li p {
  margin-top: 8px;
  color: var(--energy-muted);
  font-size: 14px;
  line-height: 1.65;
}

.energy-saving {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 3.2vw, 48px) clamp(24px, 2.6vw, 36px);
  border: 1px solid rgba(23, 26, 32, .18);
  border-radius: 8px;
  background: #171a20;
  color: #fff;
  text-align: center;
}

.energy-saving strong {
  margin-top: 18px;
  font-size: clamp(64px, 6.8vw, 112px);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 620;
}

.energy-saving strong small {
  margin-left: 4px;
  font-size: .24em;
  letter-spacing: 0;
}

.energy-saving > span {
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 700;
}

.energy-saving p {
  margin-top: 10px;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  font-weight: 600;
}

.energy-saving > small {
  max-width: 220px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.6;
}

.energy-saving-bar {
  margin-top: clamp(28px, 3vw, 40px);
}

.energy-saving-bar div {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .52);
  font-size: 12px;
}

.energy-saving-bar i {
  position: relative;
  display: block;
  height: 8px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
}

.energy-saving-bar i::before {
  position: absolute;
  inset: 0 28% 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(143, 213, 215, .85), rgba(213, 23, 31, .78));
  content: "";
}

.energy-proof-note {
  max-width: 1180px;
  margin: clamp(18px, 2vw, 28px) auto 0;
  color: #8b8f94;
  font-size: 13px;
  line-height: 1.7;
}

.energy-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .34);
  border-bottom: 1px solid rgba(255, 255, 255, .34);
}

.energy-flow li {
  position: relative;
  min-height: 310px;
  padding: clamp(28px, 3vw, 48px);
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.energy-flow li:last-child {
  border-right: 0;
}

.energy-flow li:not(:last-child)::after {
  position: absolute;
  top: 46px;
  right: 22px;
  color: var(--energy-accent);
  content: "→";
  font-size: 22px;
}

.energy-flow span {
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
  font-weight: 700;
}

.energy-flow strong {
  display: block;
  margin-top: clamp(70px, 7vw, 122px);
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 520;
}

.energy-flow p {
  margin-top: 18px;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.7;
}

.energy-advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.energy-advantage-grid article {
  min-height: 190px;
  padding: clamp(24px, 2.4vw, 36px);
  border: 1px solid var(--energy-line);
  border-radius: 8px;
  background: #fff;
}

.energy-advantage-grid h3 {
  margin-top: clamp(34px, 3.8vw, 56px);
  font-size: clamp(22px, 1.9vw, 32px);
  font-weight: 540;
}

.energy-advantage-grid p {
  margin-top: 16px;
  color: var(--energy-muted);
  font-size: 14px;
  line-height: 1.7;
}

.energy-report {
  display: flex;
  justify-content: center;
  padding: clamp(80px, 9vw, 140px) var(--page-x);
  color: #fff;
  background: #101316;
}

.energy-report-button {
  display: flex;
  width: min(100%, 760px);
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  color: var(--energy-ink);
  background: #fff;
  font-size: 15px;
  font-weight: 650;
  transition: opacity 260ms ease;
}

.energy-report-button:hover {
  text-decoration: none;
  opacity: .84;
}

@media (min-width: 1680px) {
  .energy-cost-layout {
    grid-template-columns: minmax(0, .94fr) minmax(640px, 1.06fr);
  }
}

@media (max-width: 1199px) {
  .energy-cost-layout,
  .energy-architecture,
  .energy-delivery-layout {
    grid-template-columns: 1fr;
  }

  .energy-cost .energy-heading h2,
  .energy-cost .energy-heading p {
    white-space: normal;
  }

  .energy-capability-list,
  .energy-advantage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .energy-metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .energy-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .energy-flow li:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .energy-hero {
    min-height: 820px;
    padding-top: 116px;
    padding-bottom: 72px;
  }

  .energy-hero-overlay {
    background: linear-gradient(180deg, rgba(3, 5, 7, .84), rgba(3, 5, 7, .34) 56%, rgba(3, 5, 7, .84));
  }

  .energy-hero-copy {
    align-self: center;
    width: 100%;
  }

  .energy-page-name {
    margin-bottom: 16px !important;
    font-size: clamp(34px, 9vw, 46px) !important;
  }

  .energy-hero h1 {
    margin-bottom: 24px !important;
    font-size: clamp(16px, 4.4vw, 20px) !important;
    line-height: 1.42 !important;
  }

  .energy-hero-copy > p:not(.energy-page-name) {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .energy-hero-actions {
    flex-direction: column;
  }

  .energy-button {
    width: 100%;
  }

  .energy-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .energy-heading h2,
  .energy-report h2 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .energy-heading p {
    font-size: 15px;
  }

  .energy-placeholder,
  .energy-placeholder.engineer,
  .energy-architecture-visual {
    min-height: 360px;
  }

  .energy-cost-image {
    height: 280px;
  }

  .energy-metric-grid,
  .energy-capability-list,
  .energy-comparison,
  .energy-flow,
  .energy-advantage-grid {
    grid-template-columns: 1fr;
  }

  .energy-metric-grid article,
  .energy-metric-grid article:not(:first-child) {
    padding: clamp(28px, 8vw, 38px);
    border: 1px solid var(--energy-line);
  }

  .energy-metric-grid article:last-child {
    border: 1px solid var(--energy-line);
  }

  .energy-capability-list article {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .energy-capability-copy {
    width: 100%;
  }

  .energy-capability-copy span {
    margin-bottom: 22px;
  }

  .energy-mini-visual {
    width: 100%;
    min-width: 0;
    min-height: 138px;
  }

  .energy-layer-list li,
  .energy-delivery-layout li {
    grid-template-columns: 42px 1fr;
  }

  .energy-comparison > article:first-child,
  .energy-comparison > article.after {
    border: 1px solid var(--energy-line);
  }

  .energy-saving {
    min-height: 260px;
  }

  .energy-flow li {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .energy-flow li:last-child {
    border-bottom: 0;
  }

  .energy-flow li:not(:last-child)::after {
    top: auto;
    right: 24px;
    bottom: 24px;
  }

  .energy-flow strong {
    margin-top: 54px;
  }
}

/* Align first-screen Banner titles with the homepage hero title hierarchy. */
.energy-page-name {
  font-size: var(--fs-hero) !important;
  line-height: var(--lh-hero) !important;
}

@media (prefers-reduced-motion: reduce) {
  .energy-mini-visual * {
    animation: none !important;
  }
}

/* Lighting energy cooperation flow: compact card layout. */
.energy-flow {
  gap: clamp(14px, 1.4vw, 22px);
  border-top: 0;
  border-bottom: 0;
}

.energy-flow li {
  min-height: clamp(176px, 13vw, 220px);
  padding: clamp(24px, 2vw, 32px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.energy-flow li:last-child {
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.energy-flow li:not(:last-child)::after {
  top: 28px;
  right: 24px;
  content: "→";
  font-size: 20px;
}

.energy-flow strong {
  margin-top: clamp(42px, 4vw, 64px);
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.25;
  font-weight: 600;
}

.energy-flow p {
  margin-top: 14px;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  .energy-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .energy-flow li:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, .18);
  }
}

@media (max-width: 767px) {
  .energy-flow {
    grid-template-columns: 1fr;
  }

  .energy-flow li {
    min-height: 0;
  }

  .energy-flow li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .energy-flow strong {
    margin-top: 44px;
  }
}

/* English lighting-energy page: keep long labels and CTA text contained. */
html[lang="en"] .energy-hero-copy,
html[lang="en"] .energy-heading,
html[lang="en"] .energy-capability-copy,
html[lang="en"] .energy-proof-card,
html[lang="en"] .energy-saving,
html[lang="en"] .energy-flow li,
html[lang="en"] .energy-advantage-grid article,
html[lang="en"] .energy-report-button {
  min-width: 0;
  max-width: 100%;
}

html[lang="en"] .energy-hero h1,
html[lang="en"] .energy-hero-copy > p,
html[lang="en"] .energy-heading h2,
html[lang="en"] .energy-heading p,
html[lang="en"] .energy-capability-copy h3,
html[lang="en"] .energy-capability-copy p,
html[lang="en"] .energy-proof-card-head,
html[lang="en"] .energy-flow strong,
html[lang="en"] .energy-flow p,
html[lang="en"] .energy-advantage-grid h3,
html[lang="en"] .energy-advantage-grid p,
html[lang="en"] .energy-report-button {
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: normal;
}

@media (max-width: 600px) {
  html[lang="en"] .energy-hero-copy,
  html[lang="en"] .energy-heading {
    width: min(92vw, 100%);
    max-width: 92vw;
  }
}
