:root {
  --brand: #8dbb3f;
  --brand-dark: #719a2d;
  --volt: #50516f;
  --solar: #f0a43a;
  --ink: #101712;
  --paper: #f3f1ea;
  --surface: #ffffff;
  --surface-2: #e8ebe2;
  --muted: #687169;
  --line: rgba(16, 23, 18, 0.14);
  --display: "Inter Tight", sans-serif;
  --body: "Manrope", sans-serif;
  --container: min(1380px, calc(100vw - 96px));
  --type-display-xl: clamp(3.75rem, 5.6vw, 6.4rem);
  --type-display-lg: clamp(2.8rem, 4.2vw, 5rem);
  --type-display-md: clamp(2rem, 2.9vw, 3.4rem);
  --type-title: clamp(1.35rem, 1.55vw, 1.8rem);
  --type-lead: clamp(1.02rem, 1.28vw, 1.2rem);
  --type-body: 1rem;
  --type-small: .84rem;
  --type-label: .68rem;
  --shadow-soft: 0 18px 60px rgba(15, 21, 17, 0.08);
  --shadow-strong: 0 35px 120px rgba(0, 0, 0, 0.22);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: var(--type-body);
  line-height: 1.6;
  transition: background .3s ease, color .3s ease;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1; letter-spacing: -0.03em; }
h1 em, h2 em { color: var(--brand); font-style: normal; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 130px 0; }
.skip-link {
  position: fixed;
  z-index: 200;
  top: -100px;
  left: 16px;
  padding: 12px 18px;
  background: var(--brand);
  color: #101712;
}
.skip-link:focus { top: 16px; }
.eyebrow {
  display: block;
  color: var(--muted);
  font-size: var(--type-label);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow--light { color: rgba(255, 255, 255, 0.78); }
.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 24px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .02em;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--brand { background: var(--brand); color: #101712; }
.button--brand:hover { background: #a4cf59; }
.button--dark { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.18); color: #fff; }
.button--dark:hover { background: rgba(255, 255, 255, 0.16); }
.button--small { min-height: 46px; padding-inline: 18px; }
.text-link, .arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid currentColor;
  padding-block: 10px 8px;
  font-size: .78rem;
  font-weight: 800;
}
.text-link { color: inherit; }
.inline-icon {
  display: inline-block;
  font-size: .95em;
  line-height: 1;
}

.ecv-form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
.ecv-form-status {
  grid-column: 1 / -1;
  margin-bottom: 18px;
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 800;
}
.ecv-form-status.is-success { background: #dff0bd; color: #20350d; }
.ecv-form-status.is-error { background: #ffe1dd; color: #6c1f15; }
.lead-form__consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
}
.lead-form__consent input { width: auto; margin-top: 5px; }
.lead-form__consent a { text-decoration: underline; }

.project-archive__hero,
.project-detail__hero,
.content-page__hero {
  padding-top: 190px;
  background: var(--ink);
  color: #fff;
}
.project-archive__hero h1,
.project-detail__hero h1,
.content-page__hero h1 {
  max-width: 980px;
  margin: 24px 0;
  font-size: var(--type-display-lg);
}
.project-archive__hero p,
.project-detail__hero p,
.content-page__hero p { max-width: 720px; color: rgba(255, 255, 255, .72); font-size: var(--type-lead); }
.content-page__body { max-width: 900px; padding-top: 72px; padding-bottom: 120px; }
.content-page__body > * { max-width: 100%; }
.content-page__body h2 { margin-top: 52px; font-size: var(--type-display-md); }
.content-page__body h3 { margin-top: 34px; font-size: var(--type-title); }
.content-page__body a { color: var(--brand-dark); text-decoration: underline; }
.content-list { display: grid; gap: 18px; }
.content-list__item { border-radius: 20px; padding: 28px; background: var(--surface); }
.content-list__item h2 { margin-top: 0; }
.project-archive .navigation.pagination { margin-top: 48px; }
.project-detail__body { padding-top: 72px; padding-bottom: 120px; }
.project-detail__cover { overflow: hidden; margin: 0 0 42px; border-radius: 28px; }
.project-detail__cover img { width: 100%; max-height: 760px; object-fit: cover; }
.project-detail__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 72px;
  border-block: 1px solid var(--line);
}
.project-detail__facts div { padding: 24px; border-right: 1px solid var(--line); }
.project-detail__facts div:last-child { border-right: 0; }
.project-detail__facts dt { color: var(--muted); font-size: var(--type-label); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-detail__facts dd { margin: 8px 0 0; font-family: var(--display); font-size: var(--type-title); font-weight: 700; }
.project-detail__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 80px; align-items: start; }
.project-detail__grid section { margin-bottom: 52px; }
.project-detail__grid h2 { margin: 14px 0 18px; font-size: var(--type-display-md); }
.project-detail__content > * { max-width: 760px; }
.project-detail__cta { position: sticky; top: 120px; border-radius: 24px; padding: 32px; background: var(--surface); box-shadow: var(--shadow-soft); }
.project-detail__cta h2 { margin: 16px 0; font-size: 2rem; }
.project-detail__cta .button { margin-top: 12px; }
.project-detail__gallery { margin-top: 96px; }
.project-detail__gallery > h2 { margin: 16px 0 32px; font-size: var(--type-display-md); }
.project-detail__gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.project-detail__gallery-grid figure { overflow: hidden; min-height: 260px; margin: 0; border-radius: 20px; background: var(--surface-2); }
.project-detail__gallery-grid img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.project-detail__gallery-grid--placeholder > div {
  display: grid;
  min-height: 260px;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 1px dashed rgba(16, 23, 18, .22);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(141, 187, 63, .08), rgba(80, 81, 111, .06));
  color: var(--muted);
}
.project-detail__gallery-grid--placeholder i { font-size: 2rem; color: var(--brand-dark); }
.project-detail__gallery-grid--placeholder span { font-size: var(--type-small); font-weight: 800; }

@media (max-width: 780px) {
  .project-detail__facts,
  .project-detail__grid { grid-template-columns: 1fr; }
  .project-detail__facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .project-detail__facts div:last-child { border-bottom: 0; }
  .project-detail__grid { gap: 40px; }
  .project-detail__cta { position: static; }
  .project-detail__gallery-grid { grid-template-columns: 1fr; }
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.is-condensed {
  background: rgba(10, 15, 12, 0.88);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}
.header-shell {
  width: var(--container);
  min-height: 86px;
  margin: auto;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: min-height .3s ease, border-color .3s ease;
}
.site-header.is-condensed .header-shell { min-height: 68px; border-bottom-color: transparent; }
.brand { display: flex; align-items: center; gap: 10px; font-family: "Nunito", sans-serif; font-size: 1.45rem; font-weight: 800; line-height: 1; }
.brand img { display: block; object-fit: contain; transition: width .3s ease, height .3s ease, opacity .2s ease; }
.brand--wordmark { min-width: 0; }
.brand__wordmark { width: clamp(142px, 14vw, 196px); height: auto; }
.brand__icon { width: 40px; height: 40px; }
.brand small { display: block; margin-top: 2px; font-size: .4rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.site-header.is-condensed .brand__icon { width: 34px; height: 34px; }
.site-header.is-condensed .brand__wordmark { width: clamp(126px, 13vw, 176px); }
.primary-nav { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 40px); }
.primary-nav a, .header-phone { position: relative; font-size: .76rem; font-weight: 700; }
.primary-nav a::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--brand);
  transition: width .2s ease;
}
.primary-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; padding: 12px; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: currentColor; }
.mobile-menu {
  position: fixed;
  z-index: 19;
  inset: 0;
  padding: 120px 8vw 60px;
  background: #101712;
  color: #fff;
}
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 14px 0;
  font-family: var(--display);
  font-size: clamp(1.7rem, 5vw, 2.4rem);
}

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  color: #fff;
}
.hero__media, .hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__media { object-fit: cover; object-position: center 54%; animation: hero-in 1.2s ease-out both; }
.hero__shade {
  background:
    radial-gradient(circle at 75% 20%, rgba(141, 187, 63, 0.2), transparent 24%),
    linear-gradient(100deg, rgba(7, 12, 9, 0.92), rgba(7, 12, 9, 0.72) 46%, rgba(7, 12, 9, 0.28) 74%, rgba(7, 12, 9, 0.66)),
    linear-gradient(0deg, rgba(7, 12, 9, 0.74), rgba(7, 12, 9, 0.08));
}
.hero__grid {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 92px);
  padding-top: 142px;
  padding-bottom: 142px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  gap: clamp(42px, 5vw, 86px);
  align-items: center;
}
.hero__copy { min-width: 0; max-width: 720px; }
.hero h1 {
  display: grid;
  gap: 14px;
  margin: 22px 0 26px;
  font-size: clamp(3.25rem, 4.9vw, 5.25rem);
  line-height: .9;
  letter-spacing: -.055em;
}
.hero-title__main {
  display: block;
}
.hero-title__dynamic {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  padding-left: 3px;
  font-size: clamp(1.15rem, 1.45vw, 1.5rem);
  line-height: 1;
  letter-spacing: -.025em;
}
.hero-title__fixed {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}
.hero-title__word {
  min-width: 11.5ch;
  color: var(--brand);
  font-weight: 600;
  will-change: transform, opacity;
}
.hero-title__word.is-switching {
  animation: hero-word-switch .45s ease;
}
@keyframes hero-word-switch {
  0% { opacity: .2; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}
.hero__copy p {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(.98rem, 1.12vw, 1.12rem);
  line-height: 1.55;
}
.hero__actions { margin-top: 30px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero__panel {
  min-width: 0;
  align-self: center;
}
.energy-system {
  --energy-accent: var(--brand);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(10, 18, 13, .86), rgba(17, 29, 21, .66));
  box-shadow: 0 36px 100px rgba(0, 0, 0, .3);
  isolation: isolate;
}
.energy-system::before {
  content: "";
  position: absolute;
  inset: -25% 20% 25% -20%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--energy-accent) 20%, transparent), transparent 66%);
  opacity: .65;
  transition: background .45s ease;
}
.energy-system[data-active="aerotermia"] { --energy-accent: #79c8ef; }
.energy-system[data-active="baterias"] { --energy-accent: #d1e873; }
.energy-system[data-active="recarga"] { --energy-accent: #70d8b0; }
.energy-system[data-active="monitorizacion"] { --energy-accent: #9ba8ff; }
.energy-system__head {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .63);
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.energy-system__head > span { display: flex; align-items: center; gap: 9px; }
.energy-system__head > span i,
.energy-system__live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--energy-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--energy-accent) 13%, transparent);
  transition: background .35s ease;
}
.energy-system__head small { color: rgba(255, 255, 255, .35); font: inherit; }
.energy-system__canvas {
  position: relative;
  aspect-ratio: 680 / 440;
  min-height: 0;
  overflow: hidden;
}
.energy-diagram {
  width: 100%;
  height: 100%;
  display: block;
}
.scene-grid,
.site-platform,
.energy-building,
.energy-flows,
.grid-tower { pointer-events: none; }
.scene-grid path {
  fill: none;
  stroke: rgba(255, 255, 255, .045);
  stroke-width: 1;
}
.site-platform {
  fill: rgba(4, 10, 6, .34);
  stroke: rgba(255, 255, 255, .1);
  stroke-width: 1;
}
.site-platform--inner {
  fill: rgba(141, 187, 63, .025);
  stroke: rgba(141, 187, 63, .12);
  stroke-dasharray: 3 7;
}
.building-shadow { fill: rgba(0, 0, 0, .24); transform: translate(7px, 8px); }
.building-wall,
.building-roof,
.building-gable,
.building-edge,
.building-window,
.building-window-glow,
.building-door,
.solar-modules > *,
.heat-pump > *,
.underfloor-heating > *,
.battery-unit > :not(.hit-area):not(.component-index),
.charging-point > :not(.hit-area):not(.component-index),
.grid-tower > *,
.monitor-node > :not(.hit-area):not(.component-index) {
  stroke: rgba(255, 255, 255, .38);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.building-roof--rear { fill: rgba(255, 255, 255, .025); }
.building-roof--front { fill: rgba(255, 255, 255, .07); }
.building-gable { fill: rgba(255, 255, 255, .045); stroke: rgba(255, 255, 255, .3); }
.building-edge, .building-window, .building-door { fill: none; stroke: rgba(255, 255, 255, .16); }
.building-window-glow { fill: rgba(141, 187, 63, .06); stroke: rgba(141, 187, 63, .14); }
.solar-modules > * { stroke: rgba(255, 255, 255, .3); }
.heat-pump__front,
.heat-pump__side,
.heat-pump__top,
.battery-body,
.charger-body,
.monitor-body { fill: rgba(255, 255, 255, .055); }
.home-switchboard > *,
.thermal-connections > * {
  fill: none;
  stroke: rgba(255, 255, 255, .48);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.switchboard-body { fill: rgba(5, 11, 7, .7); }
.switchboard-door { fill: rgba(141, 187, 63, .08); }
.switchboard-terminal { fill: var(--energy-accent); stroke: none; }
.heat-pump__side { fill: rgba(255, 255, 255, .025); }
.heat-pump__top { fill: rgba(255, 255, 255, .09); }
.fan-blades,
.underfloor-heating path,
.battery-detail,
.battery-level,
.battery-bolt,
.charger-screen,
.charger-cable,
.vehicle-body,
.vehicle-glass,
.vehicle-detail,
.vehicle-light,
.vehicle-wheel,
.vehicle-wheel-hub,
.grid-tower path,
.monitor-chart,
.monitor-axis,
.monitor-grid,
.monitor-screen { fill: none; }
.fan-ring { fill: rgba(3, 9, 5, .2); }
.fan-blades path {
  fill: rgba(255, 255, 255, .18);
  stroke: rgba(255, 255, 255, .62);
}
.fan-hub {
  fill: var(--energy-accent);
  stroke: rgba(255, 255, 255, .7);
  stroke-width: 1;
}
.underfloor-heating path { stroke: #f1a64b; opacity: .48; }
.thermal-riser--cold { stroke: #78c9ee !important; }
.thermal-riser--warm { stroke: #f1a64b !important; }
.thermal-connections path { stroke-width: 2; }
.thermal-port--cold,
.pipe-junction--cold { fill: #78c9ee !important; stroke: none !important; }
.thermal-port--warm,
.pipe-junction--warm { fill: #f1a64b !important; stroke: none !important; }
.battery-level { fill: color-mix(in srgb, var(--energy-accent) 22%, transparent); }
.battery-bolt { fill: var(--energy-accent) !important; stroke: none !important; }
.charger-screen { fill: color-mix(in srgb, var(--energy-accent) 28%, transparent); }
.vehicle-body { fill: rgba(255, 255, 255, .06); }
.vehicle-glass { fill: rgba(138, 192, 193, .1); }
.vehicle-wheel { fill: rgba(4, 8, 5, .8); }
.vehicle-wheel-hub { fill: rgba(255, 255, 255, .16); }
.vehicle-detail { stroke: rgba(255, 255, 255, .2) !important; }
.vehicle-light {
  stroke: var(--energy-accent) !important;
  filter: drop-shadow(0 0 4px var(--energy-accent));
}
.monitor-led { fill: var(--energy-accent); stroke: none !important; }
.monitor-screen { fill: rgba(3, 9, 5, .46); stroke: rgba(255, 255, 255, .22) !important; }
.monitor-axis { stroke: rgba(255, 255, 255, .42) !important; stroke-width: .8 !important; }
.monitor-grid { stroke: rgba(255, 255, 255, .12) !important; stroke-width: .55 !important; }
.monitor-chart { stroke: var(--energy-accent) !important; stroke-width: 1.8 !important; }
.hit-area {
  fill: transparent;
  stroke: none !important;
  pointer-events: all;
}
.energy-hotspot,
[data-energy-node-trigger] {
  cursor: pointer;
  outline: none;
}
.energy-hotspot:hover,
.energy-hotspot:focus-visible,
[data-energy-node-trigger]:hover,
[data-energy-node-trigger]:focus-visible {
  opacity: 1;
  filter: drop-shadow(0 0 9px color-mix(in srgb, var(--energy-accent) 44%, transparent));
}
.component-index circle {
  fill: rgba(7, 14, 9, .88);
  stroke: rgba(255, 255, 255, .24);
  stroke-width: 1;
  transition: fill .3s ease, stroke .3s ease;
}
.component-index text {
  fill: rgba(255, 255, 255, .62);
  font-size: 7px;
  letter-spacing: 0;
}
.energy-hotspot:hover .component-index circle,
.energy-hotspot:focus-visible .component-index circle {
  fill: var(--energy-accent);
  stroke: var(--energy-accent);
}
.energy-hotspot:hover .component-index text,
.energy-hotspot:focus-visible .component-index text { fill: #101712; }
.energy-diagram text {
  fill: rgba(255, 255, 255, .38);
  font-family: var(--body);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.energy-sun__core {
  fill: #f3b34c;
  filter: url(#soft-glow);
  opacity: .92;
}
.energy-sun__rays path {
  fill: none;
  stroke: #f3b34c;
  stroke-width: 1.4;
  stroke-linecap: round;
  opacity: .74;
}
.node-indicator {
  fill: var(--energy-accent);
  filter: url(#soft-glow);
}
.energy-node {
  opacity: .42;
  transition: opacity .45s ease, filter .45s ease;
}
.energy-system[data-active="fotovoltaica"] .energy-node--solar,
.energy-system[data-active="aerotermia"] .energy-node--aerotermia,
.energy-system[data-active="baterias"] .energy-node--baterias,
.energy-system[data-active="recarga"] .energy-node--recarga,
.energy-system[data-active="monitorizacion"] .energy-node--monitorizacion {
  opacity: 1;
  filter: drop-shadow(0 0 6px color-mix(in srgb, var(--energy-accent) 28%, transparent));
}
.energy-system[data-active="fotovoltaica"] .energy-node--solar .component-index circle,
.energy-system[data-active="aerotermia"] .energy-node--aerotermia .component-index circle,
.energy-system[data-active="baterias"] .energy-node--baterias .component-index circle,
.energy-system[data-active="recarga"] .energy-node--recarga .component-index circle,
.energy-system[data-active="monitorizacion"] .energy-node--monitorizacion .component-index circle {
  fill: var(--energy-accent);
  stroke: var(--energy-accent);
}
.energy-system[data-active="fotovoltaica"] .energy-node--solar .component-index text,
.energy-system[data-active="aerotermia"] .energy-node--aerotermia .component-index text,
.energy-system[data-active="baterias"] .energy-node--baterias .component-index text,
.energy-system[data-active="recarga"] .energy-node--recarga .component-index text,
.energy-system[data-active="monitorizacion"] .energy-node--monitorizacion .component-index text {
  fill: #101712;
}
.energy-system[data-active="fotovoltaica"] .solar-modules {
  animation: solar-breathe 3.2s ease-in-out infinite;
}
.energy-system[data-active="aerotermia"] .fan-blades {
  transform-box: fill-box;
  transform-origin: center;
  animation: fan-rotate 4.8s linear infinite;
}
.energy-system[data-active="aerotermia"] .underfloor-heating path,
.energy-system[data-active="aerotermia"] .thermal-connections path {
  stroke-dasharray: 5 7;
  animation: thermal-circulation 2.2s linear infinite;
}
.energy-system[data-active="baterias"] .battery-level {
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: battery-charge 3s ease-in-out infinite;
}
.energy-system[data-active="recarga"] .charger-screen,
.energy-system[data-active="recarga"] .vehicle-light,
.energy-system[data-active="monitorizacion"] .monitor-led {
  animation: device-pulse 2.4s ease-in-out infinite;
}
.energy-system[data-active="recarga"] .charger-cable {
  stroke: var(--energy-accent);
  stroke-dasharray: 4 7;
  animation: cable-charge 2s linear infinite;
}
.energy-system[data-active="monitorizacion"] .monitor-chart {
  stroke-dasharray: 42;
  stroke-dashoffset: 42;
  animation: chart-draw 3.6s ease-in-out infinite;
}
@keyframes solar-breathe {
  50% { filter: drop-shadow(0 0 5px color-mix(in srgb, var(--energy-accent) 42%, transparent)); }
}
@keyframes fan-rotate { to { transform: rotate(360deg); } }
@keyframes thermal-circulation { to { stroke-dashoffset: -24; } }
@keyframes battery-charge {
  0%, 100% { opacity: .48; transform: scaleY(.42); }
  50% { opacity: 1; transform: scaleY(1); }
}
@keyframes device-pulse { 50% { opacity: .45; filter: drop-shadow(0 0 3px var(--energy-accent)); } }
@keyframes cable-charge { to { stroke-dashoffset: -22; } }
@keyframes chart-draw {
  0%, 12% { stroke-dashoffset: 42; opacity: .4; }
  48%, 100% { stroke-dashoffset: 0; opacity: 1; }
}
.energy-flow {
  fill: none;
  stroke: rgba(255, 255, 255, .11);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 4 10;
  transition: stroke .35s ease, opacity .35s ease, stroke-width .35s ease;
}
.energy-system[data-active="fotovoltaica"] .energy-flow--solar,
.energy-system[data-active="fotovoltaica"] .energy-flow--core,
.energy-system[data-active="fotovoltaica"] .energy-flow--home,
.energy-system[data-active="fotovoltaica"] .energy-flow--baterias,
.energy-system[data-active="fotovoltaica"] .energy-flow--recarga,
.energy-system[data-active="aerotermia"] .energy-flow--core,
.energy-system[data-active="aerotermia"] .energy-flow--aerotermia,
.energy-system[data-active="baterias"] .energy-flow--core,
.energy-system[data-active="baterias"] .energy-flow--baterias,
.energy-system[data-active="recarga"] .energy-flow--core,
.energy-system[data-active="recarga"] .energy-flow--recarga,
.energy-system[data-active="monitorizacion"] .energy-flow--monitorizacion {
  stroke: var(--energy-accent);
  stroke-width: 3;
  opacity: .88;
  filter: drop-shadow(0 0 4px color-mix(in srgb, var(--energy-accent) 42%, transparent));
  animation: energy-travel 1.8s linear infinite;
}
.energy-system[data-active="monitorizacion"] .energy-flow--monitorizacion {
  stroke-width: 2.6;
}
.energy-hub {
  fill: var(--energy-accent);
  opacity: .8;
  filter: url(#soft-glow);
}
@keyframes energy-travel { to { stroke-dashoffset: -28; } }
.energy-system__metric {
  position: absolute;
  z-index: 2;
  padding-left: 11px;
  border-left: 1px solid var(--energy-accent);
  pointer-events: none;
}
.energy-system__metric--production { top: 18px; left: 18px; }
.energy-system__metric--balance { right: 18px; bottom: 16px; }
.energy-system__metric span {
  display: block;
  color: rgba(255, 255, 255, .42);
  font-size: .47rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.energy-system__metric strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1;
}
.energy-system__metric small { color: var(--energy-accent); font: inherit; font-size: .55em; }
.energy-system__foot {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
}
.energy-system__foot > div { min-width: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 11px; align-items: center; }
.energy-system__foot > div > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: color-mix(in srgb, var(--energy-accent) 12%, transparent);
  color: var(--energy-accent);
  font-size: 18px;
}
.energy-system__foot small {
  display: block;
  color: var(--energy-accent);
  font-size: .49rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.energy-system__foot strong {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: rgba(255, 255, 255, .68);
  font-size: .61rem;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.energy-system__live {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .38);
  font-size: .49rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.energy-system__live i { animation: live-pulse 1.8s ease-in-out infinite; }
@keyframes live-pulse { 50% { opacity: .35; transform: scale(.75); } }
.hero__ticker {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 92px;
  padding-inline: max(48px, calc((100vw - 1380px) / 2));
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 18px 28px;
  overflow: hidden;
  background: var(--brand);
  color: #101712;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero__ticker-track {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.hero__ticker i { width: 4px; height: 4px; border-radius: 50%; background: #101712; flex: 0 0 auto; }
.hero__ticker-button {
  border: 0;
  background: transparent;
  padding: 10px 0;
  color: rgba(16, 23, 18, 0.7);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  transition: color .2s ease, transform .2s ease;
}
.hero__ticker-button:hover,
.hero__ticker-button:focus-visible {
  color: #101712;
  transform: translateY(-1px);
}
.hero__ticker-button.is-active {
  color: #101712;
  text-shadow: 0 0 0 currentColor;
}
.hero__ticker-button.is-active::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 3px;
  border-radius: 999px;
  background: rgba(16, 23, 18, 0.6);
}
.hero__ticker-detail-wrap {
  justify-self: end;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  max-width: 42ch;
}
.hero__ticker-badge {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 23, 18, 0.08);
  box-shadow: inset 0 0 0 1px rgba(16, 23, 18, 0.14);
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}
.hero__ticker-copy { min-width: 0; }
.hero__ticker-label {
  display: block;
  margin-bottom: 3px;
  color: rgba(16, 23, 18, 0.72);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero__ticker-detail {
  margin: 0;
  color: rgba(16, 23, 18, 0.86);
  font-size: .74rem;
  line-height: 1.45;
  letter-spacing: .01em;
  text-transform: none;
  font-weight: 700;
}
@keyframes hero-in {
  from { opacity: .5; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1.02); }
}

.proof { position: relative; margin-top: 0; z-index: 4; }
.proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-block: 1px solid var(--line);
}
.proof__item {
  padding: 32px 28px;
  border-right: 1px solid var(--line);
}
.proof__item:last-child { border-right: 0; }
.proof__item strong {
  display: block;
  margin: 16px 0 14px;
  font-family: var(--display);
  font-size: clamp(2rem, 2.6vw, 3rem);
  line-height: .95;
}
.proof__item p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }

.section-marker {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.section-marker span:first-child { color: var(--brand-dark); }
.positioning { padding-block: 108px 116px; }
.positioning__grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(36px, 5vw, 82px);
}
.positioning__grid > .section-marker { padding-top: 12px; }
.positioning__body h2 {
  max-width: 1180px;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 4.35vw, 5rem);
  line-height: .91;
  text-wrap: balance;
}
.positioning__body h2 span,
.positioning__body h2 em { display: block; }
.positioning__body h2 em {
  margin-top: .08em;
  margin-left: clamp(0px, 4.8vw, 88px);
}
.positioning__content {
  display: grid;
  grid-template-columns: minmax(0, 680px) auto;
  justify-content: space-between;
  gap: clamp(40px, 8vw, 140px);
  align-items: end;
  margin-top: 54px;
  margin-left: clamp(0px, 4.8vw, 88px);
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.positioning__content p {
  max-width: 64ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--type-lead);
  line-height: 1.62;
}
.positioning__principles {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.positioning__principles li {
  display: flex;
  align-items: center;
}
.positioning__principles li + li::before {
  content: "";
  width: 3px;
  height: 3px;
  margin-inline: 15px;
  border-radius: 50%;
  background: var(--brand);
}
.positioning__content .arrow-link { flex: 0 0 auto; margin-bottom: 2px; }
.section-head p { color: var(--muted); }
.section-head {
  display: block;
  margin-bottom: 52px;
}
.section-head .section-marker { margin-bottom: 18px; }
.section-head > div:last-child {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(44px, 7vw, 110px);
  align-items: end;
}
.section-head h2 {
  max-width: 900px;
  margin-bottom: 0;
  font-size: var(--type-display-md);
}
.section-head p { max-width: 360px; margin: 0 0 5px; }

.segments {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 90% 12%, rgba(141, 187, 63, .1), transparent 27%),
    linear-gradient(180deg, rgba(255, 255, 255, .24), transparent);
}
.hero__ticker-button:focus-visible {
  outline: 2px solid rgba(16, 23, 18, 0.35);
  outline-offset: 2px;
}
.audience-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid var(--line);
}
.audience-path {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 36px clamp(34px, 5vw, 76px) 40px 0;
}
.audience-path + .audience-path {
  border-left: 1px solid var(--line);
  padding-right: 0;
  padding-left: clamp(34px, 5vw, 76px);
}
.audience-path__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  color: var(--muted);
}
.audience-path__head span {
  font-family: var(--display);
  font-size: 1.15rem;
}
.audience-path__head i {
  color: var(--brand-dark);
  font-size: 34px;
}
.audience-path h3 {
  max-width: 620px;
  margin: 15px 0 18px;
  font-size: clamp(2.15rem, 3.25vw, 4rem);
  line-height: .98;
}
.audience-path > p {
  max-width: 54ch;
  color: var(--muted);
}
.audience-path ul {
  margin: 0;
  padding: 22px 0 0;
  list-style: none;
  display: grid;
  gap: 0;
  align-content: start;
  border-top: 1px solid var(--line);
}
.audience-path li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}
.audience-path li i {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: var(--brand-dark);
  font-size: 22px;
  line-height: 1;
}
.audience-path .arrow-link { align-self: flex-start; margin-top: 28px; }

.solutions {
  background:
    radial-gradient(circle at 85% 10%, rgba(141, 187, 63, .15), transparent 28%),
    #101712;
  color: #fff;
}
.solutions .section-marker { color: var(--brand); }
.solutions .section-head p { color: rgba(255, 255, 255, .56); }
.solution-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, .17);
}
.solution-row {
  display: grid;
  grid-template-columns: 46px 72px minmax(180px, .55fr) minmax(280px, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 132px;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
  transition: padding .3s ease, background-color .3s ease;
}
.solution-row:hover { padding-inline: 16px; background: rgba(255, 255, 255, .035); }
.solution-glyph {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--brand);
  font-size: 32px;
  line-height: 1;
}
.solution-row__index {
  color: rgba(255, 255, 255, .35);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.solution-row h3 { margin: 0; color: #fff; font-size: clamp(1.55rem, 2.25vw, 2.5rem); }
.solution-row p { max-width: 64ch; margin: 0; color: rgba(255, 255, 255, .58); }
.equipment-showcase {
  position: relative;
  margin-top: clamp(76px, 8vw, 120px);
  padding-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, .17);
}
.equipment-showcase::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 120px;
  height: 2px;
  background: var(--brand);
  content: "";
}
.equipment-showcase__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  margin-bottom: 30px;
}
.equipment-showcase__intro h3 {
  max-width: 850px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(2.55rem, 4.6vw, 5.4rem);
  line-height: .91;
}
.equipment-showcase__intro h3 em {
  color: var(--brand);
  font-style: normal;
}
.equipment-showcase__proof {
  min-width: 280px;
  padding: 0 0 5px 26px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}
.equipment-showcase__seal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.equipment-showcase__seal i { font-size: 21px; }
.equipment-showcase__proof p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .76);
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 600;
}
.equipment-deck {
  position: relative;
  display: flex;
  align-items: stretch;
  height: clamp(520px, 43vw, 630px);
  padding: 18px 0 24px;
  perspective: 1600px;
  isolation: isolate;
}
.equipment-card {
  --card-accent: var(--brand);
  position: relative;
  z-index: 1;
  flex: 0 0 clamp(78px, 7.2vw, 108px);
  min-width: 0;
  overflow: hidden;
  margin: 0 0 0 -18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 30px;
  padding: 0;
  background: #172019;
  box-shadow: -18px 20px 50px rgba(0, 0, 0, .28);
  color: #fff;
  text-align: left;
  transform: none;
  transform-origin: left center;
  transition:
    flex-basis .72s cubic-bezier(.2, .78, .2, 1),
    flex-grow .72s cubic-bezier(.2, .78, .2, 1),
    transform .72s cubic-bezier(.2, .78, .2, 1),
    filter .45s ease,
    border-color .45s ease,
    box-shadow .72s ease;
}
.equipment-card:nth-child(1) { --card-accent: #b7dc62; }
.equipment-card:nth-child(2) { --card-accent: #aeb2f2; }
.equipment-card:nth-child(3) { --card-accent: #d7b8ec; }
.equipment-card:nth-child(4) { --card-accent: #efb35f; }
.equipment-card:nth-child(5) { --card-accent: #8fd1a2; }
.equipment-card:first-child { margin-left: 0; }
.equipment-card.is-active {
  z-index: 8;
  flex-grow: 1;
  flex-basis: 580px;
  border-color: var(--card-accent);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .48);
  transform: none;
}
.equipment-card:focus-visible {
  z-index: 12;
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}
.equipment-card__media,
.equipment-card__shade,
.equipment-card__grid {
  position: absolute;
  inset: 0;
  display: block;
}
.equipment-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.7) brightness(.58);
  transform: scale(1.08);
  transition: filter .7s ease, transform 1.1s cubic-bezier(.2, .78, .2, 1);
}
.equipment-card__media--inverter img { object-position: 42% center; }
.equipment-card__media--battery img { object-position: center 38%; }
.equipment-card:first-child .equipment-card__media img { object-position: center 56%; }
.equipment-card:nth-child(5) .equipment-card__media img { object-position: center 54%; }
.equipment-card__media--aerothermal img:first-child { object-position: center 46%; }
.equipment-card__media--aerothermal img:last-child {
  position: absolute;
  z-index: 2;
  top: 66px;
  right: 24px;
  width: min(29%, 190px);
  height: 42%;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 14px;
  opacity: 0;
  object-position: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
  transform: translateX(18px);
  transition: opacity .45s ease .2s, transform .65s cubic-bezier(.2, .78, .2, 1) .2s;
}
.equipment-card.is-active .equipment-card__media--aerothermal img:last-child {
  opacity: 1;
  transform: none;
}
.equipment-card.is-active .equipment-card__media img {
  filter: saturate(.9) brightness(.82);
  transform: scale(1);
}
.equipment-card__shade {
  background:
    linear-gradient(180deg, rgba(7, 13, 9, .1) 20%, rgba(7, 13, 9, .28) 46%, rgba(7, 13, 9, .96) 100%),
    linear-gradient(90deg, rgba(7, 13, 9, .48), transparent 52%);
}
.equipment-card__grid {
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .17) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent 12%, #000 48%, #000);
  transition: opacity .45s ease;
}
.equipment-card.is-active .equipment-card__grid { opacity: .08; }
.equipment-card__top {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.equipment-card__index {
  color: rgba(255, 255, 255, .66);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.equipment-card__top i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: var(--card-accent);
  font-size: 21px;
  backdrop-filter: blur(8px);
}
.equipment-card__spine {
  position: absolute;
  z-index: 3;
  bottom: 26px;
  left: 50%;
  color: rgba(255, 255, 255, .76);
  font-family: var(--display);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%) rotate(-90deg) translateX(50%);
  transform-origin: center;
  transition: opacity .25s ease, transform .45s ease;
}
.equipment-card.is-active .equipment-card__spine {
  opacity: 0;
  transform: translateX(-50%) rotate(-90deg) translateX(70%);
}
.equipment-card__content {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 720px;
  padding: clamp(28px, 3.2vw, 48px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(34px);
  transition: opacity .32s ease .05s, transform .6s cubic-bezier(.2, .78, .2, 1) .06s;
}
.equipment-card.is-active .equipment-card__content {
  opacity: 1;
  transform: none;
}
.equipment-card__overline {
  display: block;
  margin-bottom: 12px;
  color: var(--card-accent);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.equipment-card__content > strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(4rem, 7.2vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .82;
}
.equipment-card__content > strong small {
  font-size: .22em;
  font-weight: 700;
  letter-spacing: .02em;
}
.equipment-card__description {
  display: block;
  max-width: 46ch;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(.86rem, 1.1vw, 1rem);
  line-height: 1.5;
}
.equipment-card__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 590px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}
.equipment-card__specs > span {
  display: block;
  min-width: 0;
  padding-right: 20px;
}
.equipment-card__specs > span + span {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}
.equipment-card__specs small,
.equipment-card__specs b { display: block; }
.equipment-card__specs small {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .5);
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.equipment-card__specs b {
  overflow: hidden;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(.82rem, 1vw, 1rem);
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.equipment-showcase__foot {
  display: grid;
  grid-template-columns: minmax(190px, auto) minmax(160px, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-top: 18px;
}
.equipment-showcase__foot p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
}
.equipment-showcase__foot p span {
  color: rgba(255, 255, 255, .4);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.equipment-showcase__foot p strong {
  color: #fff;
  font-family: var(--display);
  font-size: .9rem;
  font-weight: 600;
}
.equipment-deck__progress {
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .18);
}
.equipment-deck__progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--brand);
  transform-origin: left center;
  transition: width .5s cubic-bezier(.2, .78, .2, 1);
}
.equipment-deck__controls {
  display: flex;
  align-items: center;
  gap: 13px;
}
.equipment-deck__controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 19px;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.equipment-deck__controls button:hover,
.equipment-deck__controls button:focus-visible {
  border-color: var(--brand);
  background: var(--brand);
  color: #101712;
  transform: scale(1.06);
}
.equipment-deck__controls span {
  min-width: 48px;
  color: rgba(255, 255, 255, .4);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
}
.equipment-deck__controls b { color: #fff; font-size: .82rem; }
.equipment-showcase__brands {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .48);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .035em;
}
.equipment-showcase__brands span {
  margin-right: 14px;
  color: var(--brand);
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.story__grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.story-card {
  position: sticky;
  top: 110px;
  align-self: start;
}
.story-card__monitor {
  margin-top: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 20%, rgba(141, 187, 63, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.88));
  box-shadow: var(--shadow-soft);
}
.story-card__hud {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: start;
}
.story-card__hud span {
  display: inline-flex;
  justify-content: center;
  padding-top: 5px;
  color: var(--brand-dark);
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}
.story-card__hud strong {
  display: block;
  font-family: var(--display);
  font-size: 1.8rem;
  line-height: 1;
}
.story-card__hud p {
  margin: 12px 0 0;
  color: var(--muted);
}
.story-card__progress {
  height: 8px;
  margin: 26px 0 22px;
  border-radius: 999px;
  background: rgba(16, 23, 18, 0.08);
  overflow: hidden;
}
.story-card__progress span {
  display: block;
  height: 100%;
  width: 25%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
  transition: width .3s ease;
}
.story-card__metrics {
  display: grid;
  gap: 12px;
}
.story-card__metrics article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  opacity: .55;
  transition: opacity .25s ease, transform .25s ease, border-color .25s ease, background-color .25s ease;
}
.story-card__metrics article > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(141, 187, 63, .2);
  border-radius: 14px;
  background: rgba(141, 187, 63, .08);
  color: var(--brand-dark);
  font-size: 20px;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}
.story-card__metrics article.is-active {
  opacity: 1;
  transform: translateX(4px);
  border-color: rgba(141, 187, 63, 0.34);
  background: rgba(141, 187, 63, 0.08);
}
.story-card__metrics article.is-active > i {
  border-color: rgba(141, 187, 63, .38);
  background: var(--brand);
  color: #101712;
}
.story-card__metrics small {
  display: block;
  color: var(--muted);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.story-card__metrics strong {
  display: block;
  margin-top: 6px;
  font-size: .95rem;
}
.story-card__signal {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--ink);
  color: var(--paper);
  font-size: .82rem;
  font-weight: 700;
}
.story-steps {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
  padding-bottom: 24px;
}
.story-step {
  position: relative;
  min-height: 270px;
  padding: 42px 0 42px 74px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
  opacity: .58;
  cursor: pointer;
  transition: opacity .3s ease, background-color .3s ease;
}
.story-step.is-active {
  background: transparent;
  opacity: 1;
}
.story-step:focus-visible {
  outline: 3px solid rgba(141, 187, 63, .55);
  outline-offset: 5px;
}
.story-step span {
  position: absolute;
  top: 48px;
  left: 0;
  color: var(--brand-dark);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.story-step h3 {
  margin: 22px 0 18px;
  font-size: clamp(1.9rem, 2.5vw, 2.8rem);
  line-height: 1.02;
}
.story-step p { color: var(--muted); max-width: 58ch; }

.project-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.project-card--wide { grid-row: span 2; }
.project-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr);
}
.project-card--featured .project-card__image { min-height: 520px; }
.project-card--featured .project-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 70px);
}
.project-card__image {
  display: block;
  min-height: 260px;
  background-position: center;
  background-size: cover;
}
.project-card__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.project-card--featured .project-card__image img { height: 100%; min-height: 520px; }
.project-card--wide .project-card__image { min-height: 470px; }
.project-card__image--home { background-image: url("../images/img/IMG_8049.webp"); background-position: center 58%; }
.project-card__image--charger { background-image: url("../images/img/IMG_9528.webp"); background-position: center 52%; }
.project-card__image--battery { background-image: url("../images/img/IMG_9171.webp"); background-position: center 38%; }
.project-card__image--isolated { background-image: url("../images/img/IMG_9147.webp"); background-position: center 50%; }
.project-card__content { padding: 26px 26px 28px; }
.project-card__content h3 { margin: 16px 0 14px; font-size: clamp(1.4rem, 1.8vw, 2rem); }
.project-card__content p { color: var(--muted); }
.project-card__brief {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  border-top: 1px solid var(--line);
}
.project-card__brief div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.project-card__brief dt {
  padding-top: 2px;
  color: var(--brand-dark);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.project-card__brief dd {
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.5;
}
.project-card__content ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  color: var(--muted);
}
.project-card__content li {
  position: relative;
  padding-left: 23px;
}
.project-card__content li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 1px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--brand-dark);
  transform: rotate(45deg);
  box-shadow: inset 0 0 0 2px var(--surface);
  background: var(--brand);
}
.project-card__content li + li { margin-top: 10px; }
.project-card__content strong { color: var(--ink); }
.projects__note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: .72rem;
}

.confidence { background: linear-gradient(180deg, rgba(141, 187, 63, 0.04), transparent 30%); }
.confidence__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px 34px;
}
.confidence__intro h2 { margin: 20px 0 20px; font-size: var(--type-display-lg); }
.confidence__intro p { max-width: 52ch; color: var(--muted); }
.confidence__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.confidence-card {
  min-height: 0;
  padding: 24px 26px 24px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
}
.confidence-card:nth-child(odd) { border-right: 1px solid var(--line); }
.confidence-card:nth-child(even) { padding-left: 26px; }
.confidence-card h3 { margin: 0 0 12px; font-size: 1.3rem; }
.confidence-card p { margin-bottom: 0; color: var(--muted); }
.confidence__standards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  border-block: 1px solid var(--line);
}
.iso-badge {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 24px 22px;
  border-right: 1px solid var(--line);
}
.iso-badge:last-child { border-right: 0; }
.iso-badge__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--brand-dark);
  font-size: 26px;
}
.iso-badge__copy { min-width: 0; }
.iso-badge__copy small,
.iso-badge__copy span {
  display: block;
}
.iso-badge__copy small {
  color: var(--muted);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.iso-badge__copy strong {
  display: block;
  margin: 2px 0 3px;
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1;
}
.iso-badge__copy span {
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 700;
}
.confidence__licenses {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.confidence__licenses span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 800;
}
.confidence__licenses i {
  color: var(--brand-dark);
  font-size: 16px;
}

.decision-guide {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 14% 72%, rgba(141, 187, 63, .1), transparent 24%),
    var(--paper);
}
.decision-guide__grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: start;
}
.decision-guide__intro {
  position: sticky;
  top: 100px;
}
.decision-guide__intro h2 {
  margin: 20px 0 22px;
  font-size: var(--type-display-md);
}
.decision-guide__intro > p {
  max-width: 52ch;
  color: var(--muted);
}
.decision-blueprint {
  position: relative;
  max-width: 520px;
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.decision-blueprint::before {
  position: absolute;
  top: 52px;
  right: 0;
  bottom: 52px;
  left: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(16, 23, 18, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 23, 18, .055) 1px, transparent 1px);
  background-size: 16px 16px;
  content: "";
}
.decision-blueprint__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.decision-blueprint__meta b { color: var(--brand-dark); }
.decision-blueprint svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.decision-blueprint path,
.decision-blueprint circle {
  fill: none;
  stroke: rgba(16, 23, 18, .5);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.decision-blueprint__plane {
  fill: rgba(141, 187, 63, .025) !important;
  stroke: rgba(16, 23, 18, .14) !important;
  stroke-dasharray: 4 6;
}
.decision-blueprint__axis { stroke: rgba(16, 23, 18, .22) !important; }
.decision-blueprint__wall { fill: rgba(255, 255, 255, .24) !important; }
.decision-blueprint__wall--left { fill: rgba(141, 187, 63, .045) !important; }
.decision-blueprint__roof { fill: rgba(141, 187, 63, .08) !important; stroke: rgba(16, 23, 18, .58) !important; }
.decision-blueprint__ridge { stroke-width: 1.6 !important; }
.decision-blueprint__panel {
  fill: rgba(80, 81, 111, .1) !important;
  stroke: var(--volt) !important;
}
.decision-blueprint__panel-detail { stroke: rgba(80, 81, 111, .5) !important; stroke-width: .7 !important; }
.decision-blueprint__opening { fill: rgba(80, 81, 111, .055) !important; stroke: rgba(16, 23, 18, .4) !important; }
.decision-blueprint__opening-detail { stroke: rgba(16, 23, 18, .2) !important; }
.decision-blueprint__equipment { fill: rgba(255, 255, 255, .36) !important; }
.decision-blueprint__fan { stroke: var(--brand-dark) !important; }
.decision-blueprint__flow {
  stroke: #d17d38 !important;
  stroke-dasharray: 4 5;
}
.decision-blueprint__flow--solar { stroke: var(--brand-dark) !important; }
.decision-blueprint__callout { stroke: rgba(16, 23, 18, .28) !important; stroke-dasharray: 2 3; }
.decision-blueprint__point { fill: var(--brand) !important; stroke: var(--brand-dark) !important; }
.decision-blueprint__label text {
  fill: var(--muted);
  font-family: var(--body);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}
.decision-blueprint__label text:nth-child(odd) {
  fill: var(--brand-dark);
  font-size: 7px;
  font-weight: 800;
}
.decision-blueprint__stamp {
  position: relative;
  z-index: 2;
  display: flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  margin-top: -22px;
  margin-left: auto;
  padding: 8px 12px 8px 9px;
  border: 1px solid rgba(16, 23, 18, .16);
  background: rgba(243, 241, 234, .86);
  backdrop-filter: blur(8px);
}
.decision-blueprint__stamp img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}
.decision-blueprint__stamp small,
.decision-blueprint__stamp b { display: block; }
.decision-blueprint__stamp small {
  color: var(--brand-dark);
  font-size: .45rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.decision-blueprint__stamp b {
  margin-top: 2px;
  font-family: var(--display);
  font-size: .62rem;
  font-weight: 600;
}
.decision-guide__questions {
  border-top: 1px solid var(--line);
}
.decision-guide details {
  border-bottom: 1px solid var(--line);
}
.decision-guide summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
  list-style: none;
}
.decision-guide summary::-webkit-details-marker { display: none; }
.decision-guide summary > span {
  color: var(--brand-dark);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.decision-guide summary strong {
  font-family: var(--display);
  font-size: clamp(1.12rem, 1.55vw, 1.45rem);
  line-height: 1.15;
}
.decision-guide summary i {
  color: var(--brand-dark);
  font-size: 22px;
  transition: transform .25s ease;
}
.decision-guide details[open] summary i { transform: rotate(45deg); }
.decision-guide details p {
  max-width: 68ch;
  margin: -4px 46px 26px 60px;
  color: var(--muted);
}

.contact {
  background:
    radial-gradient(circle at 15% 12%, rgba(141, 187, 63, 0.18), transparent 24%),
    linear-gradient(180deg, #101712, #0b0f0c);
  color: #fff;
}
.contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 560px);
  gap: 60px;
  align-items: center;
}
.contact h2 { margin: 20px 0 24px; font-size: var(--type-display-lg); }
.contact p { max-width: 58ch; color: rgba(255, 255, 255, 0.68); }
.contact__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 30px; }
.contact__response {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  max-width: 380px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.contact__response > i {
  color: var(--brand);
  font-size: 28px;
}
.contact__response strong,
.contact__response small { display: block; }
.contact__response strong { font-size: .78rem; }
.contact__response small { margin-top: 2px; color: rgba(255, 255, 255, .5); font-size: .65rem; }

.lead-form {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(16px);
  color: #fff;
}
.lead-form__top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
}
.lead-form__top strong { color: var(--brand); }
.lead-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0 20px;
}
.lead-form__route {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  min-width: 0;
  margin: 0 0 6px;
  padding: 0;
  border: 0;
}
.lead-form__route legend {
  display: block;
  width: 100%;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .6);
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
}
.lead-form__route label {
  position: relative;
  cursor: pointer;
}
.lead-form .lead-form__route input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.lead-form .lead-form__route label > span {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  color: rgba(255, 255, 255, .7);
  font-size: .66rem;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
.lead-form__route label > span i { color: var(--brand); font-size: 18px; }
.lead-form__route input:checked + span {
  border-color: rgba(141, 187, 63, .7);
  background: rgba(141, 187, 63, .12);
  color: #fff;
}
.lead-form__route input:focus-visible + span {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.lead-form label {
  display: block;
  min-width: 0;
}
.lead-form label > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.6);
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
}
.lead-form__wide { grid-column: 1 / -1; }
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 14px;
  color: #fff;
  outline: none;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(141, 187, 63, .12);
}
.lead-form select option { color: #101712; }
.lead-form textarea { resize: vertical; }
.lead-form__file {
  padding: 12px 14px;
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 12px;
  transition: border-color .2s ease, background-color .2s ease;
}
.lead-form__file.is-emphasized {
  border-color: rgba(141, 187, 63, .72);
  background: rgba(141, 187, 63, .08);
}
.lead-form__file > span { margin-bottom: 8px; }
.lead-form__file input { border: 0; padding: 0; background: transparent; font-size: .72rem; }
.lead-form__file small { display: inline; margin-left: 6px; color: rgba(255, 255, 255, .38); }
.lead-form .button { width: 100%; }
.lead-form__note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: .68rem;
}

.site-footer { background: #0a0e0b; color: #fff; padding: 72px 0 28px; }
.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 54px;
}
.footer-brand .brand__wordmark { width: clamp(164px, 16vw, 210px); }
.footer__top > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: .73rem;
}
.footer__top > div span {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.42);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer__top a:hover { color: var(--brand); }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.48);
  font-size: .64rem;
}
.footer__bottom div { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.footer__credits {
  margin-top: 14px;
  color: rgba(255, 255, 255, .28);
  font-size: .55rem;
}
.footer__credits a { text-decoration: underline; text-underline-offset: 2px; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  :root { --container: min(100% - 48px, 1120px); }
  .primary-nav, .header-phone { display: none; }
  .header-shell { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .contact__inner, .story__grid { grid-template-columns: minmax(0, 1fr); }
  .story__grid { gap: 40px; }
  .story-card {
    position: relative;
    top: auto;
    width: 100%;
    min-width: 0;
  }
  .story-card__monitor { min-width: 0; }
  .story-card__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-steps { padding-bottom: 0; }
  .story-step { min-height: 0; }
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .82fr);
    gap: 36px;
  }
  .proof__grid { grid-template-columns: 1fr 1fr; }
  .project-showcase { grid-template-columns: 1fr 1fr; }
  .project-card--featured { grid-column: 1 / -1; }
  .project-card--wide { grid-row: auto; }
  .project-card--wide .project-card__image { min-height: 360px; }
  .confidence__grid { grid-template-columns: 1fr; }
  .confidence__standards { grid-template-columns: 1fr 1fr; }
  .iso-badge:nth-child(2) { border-right: 0; }
  .iso-badge:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .hero__ticker { grid-template-columns: 1fr; min-height: 108px; padding-top: 14px; padding-bottom: 14px; }
  .hero__ticker-detail-wrap { justify-self: start; max-width: none; }
  .equipment-showcase__head { grid-template-columns: minmax(0, 1fr) minmax(250px, .42fr); }
  .equipment-card { flex-basis: clamp(72px, 7.2vw, 88px); }
  .equipment-card.is-active { flex-basis: 460px; }
}

@media (max-width: 940px) {
  .hero { min-height: auto; }
  .hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 132px;
    padding-bottom: 150px;
  }
  .hero__copy { max-width: 700px; }
  .hero__panel { width: min(100%, 700px); max-width: 100%; }
}

@media (max-width: 820px) {
  .positioning__grid { grid-template-columns: 1fr; }
  .positioning__grid > .section-marker { padding-top: 0; }
  .positioning__body h2 em { margin-left: 0; }
  .section-head > div:last-child { grid-template-columns: 1fr; gap: 18px; }
  .positioning__content {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 34px;
    margin-left: 0;
    padding-top: 24px;
  }
  .audience-paths { grid-template-columns: 1fr; }
  .audience-path,
  .audience-path + .audience-path { padding: 34px 0 38px; }
  .audience-path + .audience-path { border-top: 1px solid var(--line); border-left: 0; }
  .audience-path__head { margin-bottom: 34px; }
  .footer__top { grid-template-columns: 1fr; }
  .proof__item, .proof__item:last-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof__item:last-child { border-bottom: 0; }
  .story-card { position: relative; top: 0; }
  .proof__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 82%);
    grid-template-columns: none;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }
  .proof__item {
    border-right: 0;
    border-bottom: 0;
    scroll-snap-align: start;
  }
  .proof__item { min-height: 100%; }
  .solution-row {
    grid-template-columns: 38px 56px minmax(150px, .45fr) minmax(220px, 1fr);
  }
  .project-card--featured { grid-template-columns: 1fr; }
  .project-card--featured .project-card__image { min-height: 360px; }
  .decision-guide__grid { grid-template-columns: 1fr; gap: 48px; }
  .decision-guide__intro { position: static; }
  .decision-guide__intro > p { max-width: 64ch; }
  .decision-blueprint { max-width: 520px; }
}

@media (max-width: 760px) {
  :root {
    --type-display-xl: clamp(2.85rem, 13vw, 3.7rem);
    --type-display-lg: clamp(2.2rem, 9.3vw, 3rem);
    --type-display-md: clamp(1.8rem, 7.9vw, 2.5rem);
    --type-title: 1.25rem;
    --type-lead: 1rem;
    --type-body: .96rem;
    --type-small: .82rem;
    --type-label: .65rem;
  }
  .container, .header-shell { width: auto; margin-inline: 18px; }
  .section { padding: 88px 0; }
  .positioning { padding-block: 82px 88px; }
  .positioning__grid { gap: 24px; }
  .positioning__body h2 { font-size: clamp(2.55rem, 12vw, 3.45rem); }
  .positioning__content p { font-size: 1rem; }
  .positioning__principles { display: grid; gap: 8px; }
  .positioning__principles li + li::before { display: none; }
  .header-actions .button { display: none; }
  .header-shell { min-height: 72px; }
  .brand { font-size: 1.2rem; }
  .brand__icon { width: 34px; height: 34px; }
  .brand__wordmark { width: 148px; }
  .hero { min-height: auto; }
  .hero__grid {
    min-height: auto;
    padding-top: 108px;
    padding-bottom: 52px;
    gap: 36px;
  }
  .hero h1 {
    gap: 11px;
    margin: 18px 0 22px;
    font-size: clamp(2.55rem, 12.2vw, 3.45rem);
    line-height: .92;
  }
  .hero-title__dynamic { margin-top: 0; font-size: clamp(1.02rem, 4.8vw, 1.3rem); }
  .hero-title__word { min-width: 10.5ch; }
  .hero__copy p { max-width: 36ch; font-size: .96rem; line-height: 1.5; }
  .hero__actions { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; }
  .hero__actions > a { min-width: 0; width: auto; }
  .hero__actions .text-link { padding-inline: 10px; font-size: 0; }
  .hero__actions .text-link .inline-icon { font-size: 1rem; }
  .energy-system, .lead-form, .story-card__monitor, .project-card { border-radius: 22px; }
  .energy-system__head { min-height: 42px; padding-inline: 14px; }
  .energy-system__canvas { aspect-ratio: 680 / 470; }
  .energy-system__metric--production { top: 10px; left: 11px; }
  .energy-system__metric--balance { right: 11px; bottom: 10px; }
  .energy-system__metric span { font-size: .4rem; }
  .energy-system__metric strong { font-size: .88rem; }
  .energy-system__foot { min-height: 58px; padding: 9px 13px; }
  .energy-system__foot > div { grid-template-columns: 30px minmax(0, 1fr); gap: 9px; }
  .energy-system__foot > div > i { width: 30px; height: 30px; font-size: 16px; }
  .energy-system__foot strong { max-width: 30ch; font-size: .55rem; }
  .energy-system__live { font-size: 0; }
  .energy-system__live i { display: block; }
  .hero__ticker {
    position: relative;
    min-height: 124px;
    padding-inline: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 10px;
  }
  .hero__ticker-track {
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .hero__ticker-track::-webkit-scrollbar { display: none; }
  .hero__ticker-button {
    flex: 0 0 auto;
    padding: 8px 0;
  }
  .hero__ticker-detail-wrap { gap: 12px; }
  .hero__ticker-detail { font-size: .7rem; line-height: 1.42; }
  .proof { margin-top: 0; }
  .proof__grid { border-radius: 22px; }
  .section-head { margin-bottom: 38px; }
  .section-head .section-marker { margin-bottom: 14px; }
  .section-head > div:last-child { display: block; }
  .section-head p { margin-top: 20px; }
  .story-card__hud { grid-template-columns: 56px 1fr; }
  .story-card__hud span { font-size: 1.6rem; }
  .story-card__hud strong { font-size: 1.45rem; }
  .story__grid { gap: 30px; }
  .story-card__monitor { padding: 18px; }
  .story-card__metrics {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .story-card__metrics::-webkit-scrollbar { display: none; }
  .story-card__metrics article {
    flex: 0 0 min(76vw, 250px);
    scroll-snap-align: start;
  }
  .story-card__metrics article.is-active { transform: none; }
  .solution-row {
    grid-template-columns: 34px 48px minmax(0, 1fr);
    gap: 12px;
    padding: 24px 0;
  }
  .solution-row:hover { padding-inline: 0; }
  .solution-row p { grid-column: 2 / -1; padding-left: 60px; }
  .solution-glyph { width: 44px; height: 44px; font-size: 27px; }
  .equipment-showcase {
    margin-top: 64px;
    padding-top: 32px;
  }
  .equipment-showcase__head {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 24px;
  }
  .equipment-showcase__proof {
    min-width: 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-left: 0;
  }
  .equipment-showcase__proof p { font-size: .94rem; }
  .equipment-deck {
    width: calc(100% + 18px);
    height: auto;
    margin-right: -18px;
    gap: 12px;
    overflow-x: auto;
    padding: 8px 18px 16px 0;
    perspective: none;
    scroll-padding-inline: 0 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .equipment-deck::-webkit-scrollbar { display: none; }
  .equipment-card,
  .equipment-card:nth-child(2),
  .equipment-card:nth-child(4),
  .equipment-card.is-active {
    flex: 0 0 min(84vw, 360px);
    height: 540px;
    margin: 0;
    border-radius: 24px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, .3);
    transform: none;
    scroll-snap-align: center;
  }
  .equipment-card__media img,
  .equipment-card.is-active .equipment-card__media img {
    filter: saturate(.84) brightness(.72);
    transform: scale(1);
  }
  .equipment-card__spine { display: none; }
  .equipment-card__content,
  .equipment-card.is-active .equipment-card__content {
    padding: 26px;
    opacity: 1;
    transform: none;
  }
  .equipment-card__content > strong { font-size: clamp(3.8rem, 18vw, 5.1rem); }
  .equipment-card__top { top: 18px; right: 18px; left: 18px; }
  .equipment-card__specs { margin-top: 22px; }
  .equipment-showcase__foot {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding-top: 14px;
  }
  .equipment-deck__progress { grid-column: 1 / -1; grid-row: 2; }
  .equipment-showcase__foot p span { display: none; }
  .equipment-showcase__brands {
    line-height: 1.8;
    text-wrap: balance;
  }
  .equipment-showcase__brands span { display: block; margin: 0 0 4px; }
  .audience-path h3 { font-size: clamp(2rem, 10vw, 3rem); }
  .story-step { min-height: 0; padding: 34px 10px 34px 48px; }
  .story-step span { top: 39px; }
  .project-showcase { grid-template-columns: 1fr; }
  .project-card--featured { grid-column: auto; }
  .project-card--featured .project-card__image { min-height: 280px; }
  .lead-form__grid { grid-template-columns: 1fr; }
  .lead-form__wide { grid-column: auto; }
  .lead-form__route { grid-template-columns: 1fr; }
  .project-card__brief div { grid-template-columns: 78px minmax(0, 1fr); gap: 10px; }
  .decision-guide summary { grid-template-columns: 30px minmax(0, 1fr) 24px; gap: 10px; }
  .decision-guide details p { margin: 0 34px 24px 40px; }
  .decision-blueprint { margin-top: 28px; }
  .decision-blueprint__stamp { margin-top: -10px; }
  .contact__actions { flex-direction: column; align-items: stretch; }
  .contact__actions a { width: 100%; justify-content: space-between; }
  .footer__bottom { flex-direction: column; }
  .confidence__standards { grid-template-columns: 1fr; }
  .iso-badge,
  .iso-badge:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .iso-badge:last-child { border-bottom: 0; }
  .confidence__cards { grid-template-columns: 1fr; }
  .confidence-card:nth-child(odd) { border-right: 0; }
  .confidence-card:nth-child(even) { padding-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
