:root {
  --ink: #1e2428;
  --ink-soft: #3c474d;
  --muted: #59666b;
  --paper: #f2f5f1;
  --white: #ffffff;
  --line: #d8dfd9;
  --teal: #1f7a8c;
  --teal-dark: #145a67;
  --amber: #98510f;
  --copper: #95543a;
  --green: #4f7f5f;
  --blue: #2f6fbb;
  --charcoal: #20272d;
  --mist: #e8eee9;
  --shadow: 0 20px 48px rgba(30, 36, 40, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: var(--ink);
  background: rgba(250, 252, 249, 0.9);
  box-shadow: 0 10px 30px rgba(30, 36, 40, 0.08);
  backdrop-filter: blur(16px);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(250, 252, 249, 0.94);
  box-shadow: 0 12px 34px rgba(30, 36, 40, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 20px rgba(16, 24, 32, 0.18);
}

.brand-name {
  text-shadow: none;
}

.site-header.is-scrolled .brand-name {
  text-shadow: none;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 0.92rem;
  font-weight: 600;
}

.main-nav a {
  opacity: 0.86;
}

.main-nav a.is-active {
  color: var(--teal-dark);
  opacity: 1;
}

.subpage-main {
  padding-top: 86px;
}

.subpage-main > .section:first-child {
  padding-top: clamp(54px, 7vw, 86px);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 750;
}

.nav-cta {
  padding: 0 18px;
  background: var(--charcoal);
  color: var(--white);
}

.site-header.is-scrolled .nav-cta {
  background: var(--charcoal);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.62fr);
  align-items: start;
  gap: clamp(28px, 5vw, 70px);
  padding: 138px clamp(20px, 4vw, 56px) 56px;
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(20, 33, 34, 0.9), rgba(20, 33, 34, 0.67), rgba(20, 33, 34, 0.32)),
    url("assets/hero-field.jpg") center right / contain no-repeat,
    #142122;
}

.hero-shade {
  background:
    linear-gradient(0deg, rgba(242, 245, 241, 1) 0, rgba(242, 245, 241, 0) 16%),
    linear-gradient(135deg, rgba(31, 122, 140, 0.18), rgba(213, 111, 42, 0.1) 46%, transparent 72%);
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1,
.section h1,
.section h2,
.contact h2 {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(2.15rem, 3.2vw, 3.25rem);
}

.hero-copy {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
}

.hero-punch {
  display: inline-flex;
  max-width: 640px;
  margin: 22px 0 0;
  padding: 11px 14px;
  border-left: 4px solid var(--amber);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.button {
  padding: 0 22px;
  border: 1px solid transparent;
}

.button svg {
  width: 19px;
  height: 19px;
}

[data-lucide] {
  display: inline-flex;
  flex: 0 0 auto;
  width: 1.15em;
  height: 1.15em;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 999px;
}

[data-lucide]::before {
  content: "";
  width: 0.38em;
  height: 0.38em;
  border-radius: 999px;
  background: currentColor;
}

.button-primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(31, 122, 140, 0.22);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-panel {
  align-self: end;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(12, 24, 35, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.panel-topline,
.metric-row,
.inspection-list span {
  display: flex;
  align-items: center;
}

.panel-topline {
  justify-content: space-between;
  gap: 18px;
  font-size: 0.86rem;
  font-weight: 750;
}

.status-dot {
  position: relative;
  color: #aef3dc;
  font-size: 0.75rem;
}

.status-dot::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #45e59d;
  box-shadow: 0 0 0 5px rgba(69, 229, 157, 0.14);
}

.ops-dashboard {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 10px;
  margin: 18px 0;
}

.ops-card {
  min-height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.08);
  background-size: 28px 28px, 28px 28px, 100% 100%;
}

.chart-card {
  grid-row: span 2;
  padding: 13px;
}

.mini-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 750;
}

.mini-label strong {
  color: #aef3dc;
}

.line-chart {
  width: 100%;
  height: 106px;
  margin-top: 8px;
  overflow: visible;
}

.chart-grid-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1;
}

.chart-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.chart-line-a {
  stroke: var(--amber);
  filter: drop-shadow(0 0 6px rgba(246, 165, 26, 0.32));
}

.chart-line-b {
  stroke: #5bd0c8;
  opacity: 0.82;
}

.status-card {
  display: grid;
  place-items: center;
  padding: 12px;
  text-align: center;
}

.status-ring {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(8, 26, 32, 0.98) 54%, transparent 55%),
    conic-gradient(#45e59d 0 346deg, rgba(255, 255, 255, 0.14) 346deg 360deg);
}

.status-ring span {
  font-size: 0.94rem;
  font-weight: 850;
}

.status-card small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 700;
}

.bar-card,
.queue-card {
  padding: 12px;
}

.mini-bars {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 62px;
  margin-top: 10px;
}

.mini-bars span {
  flex: 1;
  height: 50%;
  min-height: 16px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, #77b7f2, var(--blue));
}

.mini-bars span:nth-child(2n) {
  background: linear-gradient(180deg, var(--amber), var(--copper));
}

.mini-bars .bar-43 { height: 43%; }
.mini-bars .bar-54 { height: 54%; }
.mini-bars .bar-66 { height: 66%; }
.mini-bars .bar-72 { height: 72%; }
.mini-bars .bar-79 { height: 79%; }
.mini-bars .bar-88 { height: 88%; }

.queue-lines {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.queue-lines span {
  display: block;
  height: 9px;
  border-radius: 999px;
}

.queue-lines .critical {
  width: 82%;
  background: #ff7868;
}

.queue-lines .warning {
  width: 64%;
  background: var(--amber);
}

.queue-lines .good {
  width: 92%;
  background: #45e59d;
}

.system-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  min-height: 52px;
  background: rgba(255, 255, 255, 0.08);
}

.system-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 52px;
  padding: 9px 7px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(8, 26, 32, 0.42);
  font-size: 0.72rem;
  font-weight: 750;
  text-align: center;
}

.system-card svg {
  width: 15px;
  height: 15px;
  color: var(--amber);
}

.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.metric-row div {
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.metric-row strong {
  display: block;
  font-size: 1.6rem;
}

.metric-row span,
.inspection-list {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
}

.inspection-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.inspection-list span {
  gap: 8px;
}

.inspection-list svg {
  width: 16px;
  color: var(--amber);
}

.proof-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: -46px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 16px 38px rgba(16, 24, 32, 0.08);
}

.proof-strip span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 76px;
  padding: 18px;
  background: var(--white);
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.proof-strip svg {
  flex: 0 0 auto;
  width: 21px;
  color: var(--teal);
}

.section {
  padding: clamp(70px, 9vw, 118px) clamp(20px, 4vw, 56px);
}

.home-overview {
  background: #ffffff;
}

.home-link-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.home-link-grid a {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(16, 24, 32, 0.06);
}

.home-link-grid strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.home-link-grid span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 30px;
}

.section h1,
.section h2,
.contact h2 {
  max-width: 680px;
  font-size: clamp(1.55rem, 2.15vw, 2.55rem);
  line-height: 1.14;
  text-wrap: balance;
}

.section-heading p:not(.eyebrow),
.portal-copy > p,
.iso-content p,
.field-copy p,
.contact p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1rem;
}

.workflow,
.deployment-grid {
  display: grid;
  gap: 16px;
}

.workflow {
  grid-template-columns: repeat(5, 1fr);
}

.deployment-grid {
  grid-template-columns: repeat(4, 1fr);
}

.workflow article,
.deployment-grid article,
.network-card,
.principles article,
.tailored-callout {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(16, 24, 32, 0.06);
}

.workflow article,
.deployment-grid article {
  padding: 28px;
}

.workflow svg,
.deployment-grid svg,
.network-card svg,
.check-list svg,
.tailored-callout svg {
  width: 26px;
  height: 26px;
  color: var(--teal);
}

h3 {
  margin: 18px 0 10px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.25;
}

.workflow p,
.deployment-grid p,
.network-card p,
.principles p,
.tailored-callout p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.tailored-callout {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 18px;
  margin-top: 18px;
  padding: 24px 28px;
  background:
    linear-gradient(120deg, rgba(31, 122, 140, 0.08), rgba(213, 111, 42, 0.11)),
    var(--white);
}

.tailored-callout h3 {
  margin-top: 0;
}

.deployment {
  background: #ffffff;
}

.deployment .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.deployment .section-heading p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.deployment-grid article {
  min-height: 260px;
}

.video-demo {
  background:
    linear-gradient(180deg, var(--paper) 0%, #ffffff 52%, var(--mist) 100%);
}

.video-demo .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.video-demo .section-heading p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.video-card {
  display: grid;
  gap: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.video-card-feature {
  width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.video-card-feature .video-frame video {
  max-height: 68vh;
}

.video-frame {
  padding: 12px;
  background: var(--charcoal);
}

.video-frame video {
  display: block;
  width: 100%;
  max-height: 62vh;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #050b10;
  object-fit: contain;
}

.video-card figcaption {
  display: grid;
  gap: 6px;
  padding: 18px 20px 20px;
}

.video-card strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.video-card span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.product-model {
  background: #f8faf7;
}

.product-model .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.product-model .section-heading p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.product-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-visual-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(16, 24, 32, 0.08);
}

.product-visual-wide {
  grid-column: span 1;
}

.product-visual-card img {
  width: 100%;
  height: 240px;
  min-height: 0;
  aspect-ratio: 16 / 10;
  padding: 14px;
  background: var(--mist);
  object-fit: contain;
}

.product-visual-wide img {
  aspect-ratio: 16 / 10;
}

.product-visual-card figcaption {
  display: grid;
  gap: 6px;
  min-height: 126px;
  padding: 18px 20px 20px;
  border-top: 1px solid var(--line);
}

.product-visual-card strong {
  color: var(--ink);
  font-size: 1rem;
}

.product-visual-card span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.network-section {
  overflow: hidden;
  background: var(--mist);
}

.network-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.network-card {
  overflow: hidden;
}

.network-card img {
  aspect-ratio: 1.45;
  height: auto;
  object-fit: contain;
  background: var(--mist);
}

.network-card div {
  padding: 24px;
}

.feature-electric {
  grid-column: span 1;
}

.feature-electric img {
  aspect-ratio: 1.45;
}

.asset-detail-gallery {
  min-width: 0;
  margin-top: clamp(34px, 5vw, 56px);
  padding-top: 22px;
  border-top: 1px solid rgba(16, 24, 32, 0.1);
}

.detail-gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(240px, 0.3fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}

.detail-gallery-heading h3 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2.25rem);
  line-height: 1.12;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.detail-card {
  position: relative;
  height: 246px;
  min-height: 236px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 12px 26px rgba(16, 24, 32, 0.1);
}

.detail-card img {
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: var(--charcoal);
  transition: transform 220ms ease;
}

.detail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 24, 32, 0.02) 32%, rgba(16, 24, 32, 0.84) 100%);
}

.detail-card:hover img {
  transform: scale(1.035);
}

.detail-card figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 5px;
  padding: 16px;
  color: var(--white);
}

.detail-card figcaption strong {
  font-size: 0.98rem;
}

.detail-card figcaption span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
}

.portal {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  background:
    linear-gradient(100deg, #ffffff 0%, #f8faf7 56%, var(--mist) 100%);
}

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

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ink-soft);
  font-weight: 650;
}

.portal-ui {
  border-radius: 8px;
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.portal-screenshot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1908 / 770;
  object-fit: contain;
  object-position: center top;
  background: #eef2f4;
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 14px;
  background: #233036;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f26f5f;
}

.browser-bar span:nth-child(2) { background: #f4bc46; }
.browser-bar span:nth-child(3) { background: #5cc977; margin-right: 10px; }

.dashboard {
  display: grid;
  grid-template-columns: 64px 1fr;
  min-height: 460px;
  color: var(--white);
  background:
    linear-gradient(130deg, rgba(31, 122, 140, 0.22), transparent 48%),
    var(--charcoal);
}

.dash-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.dash-sidebar span {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
}

.dash-sidebar .active {
  background: var(--amber);
}

.dash-main {
  padding: 28px;
}

.dash-header,
.dash-metrics {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.dash-header small,
.dash-metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.dash-header strong {
  display: block;
  margin-top: 3px;
  font-size: 1.45rem;
}

.dash-header > span {
  align-self: start;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(69, 229, 157, 0.14);
  color: #aef3dc;
  font-size: 0.78rem;
  font-weight: 800;
}

.dash-metrics {
  margin: 28px 0;
}

.dash-metrics div {
  flex: 1;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.dash-metrics strong {
  font-size: 1.55rem;
}

.dash-visual {
  display: flex;
  align-items: end;
  gap: 16px;
  height: 150px;
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 100% 32px, 100% 100%;
}

.bar {
  flex: 1;
  min-width: 36px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, var(--amber), var(--copper));
}

.b1 { height: 45%; }
.b2 { height: 72%; background: linear-gradient(180deg, #5bd0c8, var(--teal)); }
.b3 { height: 58%; background: linear-gradient(180deg, #77b7f2, var(--blue)); }
.b4 { height: 86%; }
.b5 { height: 64%; background: linear-gradient(180deg, #89c67c, var(--green)); }

.dash-table {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.7fr;
  gap: 10px;
  margin-top: 22px;
}

.dash-table span {
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.product-screens {
  background: var(--mist);
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 420px;
  gap: 16px;
  align-items: stretch;
}

.screen-card {
  position: relative;
  display: grid;
  grid-template-rows: 288px 1fr;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(16, 24, 32, 0.11);
}

.screen-wide {
  grid-column: span 1;
}

.screen-card img {
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center top;
  background: #eef2f4;
}

.screen-contain {
  background: #f8fafb;
}

.screen-contain img {
  padding: 12px;
  object-fit: contain;
  background: #f8fafb;
}

.screen-card::after {
  content: none;
}

.screen-contain::after {
  content: none;
}

.screen-card figcaption {
  position: static;
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 0;
  padding: 18px 20px;
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.screen-card strong {
  font-size: 1.02rem;
}

.screen-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.iso {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 1fr);
  gap: clamp(32px, 6vw, 78px);
  background: #20272d;
  color: var(--white);
}

.iso-content p {
  color: rgba(255, 255, 255, 0.7);
}

.iso .eyebrow,
.iso .principles > article > span,
.iso .cycle-item svg,
.iso .flow-stage svg,
.iso .asset-lifecycle-standard svg {
  color: #9df1cb;
}

.sustainability-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.sustainability-panel div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(69, 229, 157, 0.12), rgba(246, 165, 26, 0.08)),
    rgba(255, 255, 255, 0.06);
}

.sustainability-panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
}

.sustainability-panel span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
}

.iso-visual {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 28px 28px, 28px 28px, 100% 100%;
}

.iso-cycle {
  position: relative;
  display: grid;
  width: min(470px, 100%);
  min-height: 330px;
  margin-top: 22px;
  place-items: center;
  overflow: hidden;
}

.iso-cycle::before,
.iso-cycle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.iso-cycle::before {
  width: 245px;
  height: 245px;
  border: 2px dashed rgba(255, 255, 255, 0.22);
}

.iso-cycle::after {
  width: 168px;
  height: 168px;
  border: 1px solid rgba(246, 165, 26, 0.34);
  background: radial-gradient(circle, rgba(246, 165, 26, 0.18), transparent 68%);
}

.cycle-core,
.cycle-item {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
}

.cycle-core {
  width: 138px;
  height: 138px;
  padding: 16px;
  border-radius: 50%;
  background: rgba(8, 26, 32, 0.9);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.05);
}

.cycle-core strong {
  color: var(--white);
  font-size: 1.05rem;
}

.cycle-core span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
}

.cycle-item {
  position: absolute;
  width: 112px;
  min-height: 74px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 850;
}

.cycle-item svg {
  width: 21px;
  height: 21px;
  margin-bottom: 6px;
  color: var(--amber);
}

.cycle-item.value { top: 22px; left: 50%; transform: translateX(-50%); }
.cycle-item.alignment { right: 22px; top: 50%; transform: translateY(-50%); }
.cycle-item.leadership { bottom: 22px; left: 50%; transform: translateX(-50%); }
.cycle-item.assurance { left: 22px; top: 50%; transform: translateY(-50%); }

.iso-flow {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr;
  align-items: stretch;
  gap: 10px;
  padding: 16px;
}

.flow-stage {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 138px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.flow-stage svg {
  width: 24px;
  height: 24px;
  color: var(--amber);
}

.flow-stage strong {
  color: var(--white);
}

.flow-stage span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
}

.flow-arrow {
  position: relative;
  align-self: center;
  height: 2px;
  background: var(--amber);
}

.flow-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--amber);
  border-right: 2px solid var(--amber);
  transform: translateY(-50%) rotate(45deg);
}

.asset-lifecycle-standard {
  margin: 22px 0 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.05);
}

.asset-lifecycle-standard figcaption {
  margin-bottom: 14px;
  color: var(--white);
  font-weight: 850;
}

.asset-lifecycle-standard ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: lifecycle;
}

.asset-lifecycle-standard li {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 92px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(8, 26, 32, 0.52);
  counter-increment: lifecycle;
}

.asset-lifecycle-standard li::after {
  content: "0" counter(lifecycle);
  position: absolute;
  top: 10px;
  right: 11px;
  color: rgba(255, 255, 255, 0.24);
  font-size: 0.76rem;
  font-weight: 900;
}

.asset-lifecycle-standard svg {
  width: 22px;
  height: 22px;
  color: var(--amber);
}

.asset-lifecycle-standard span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 800;
}

.asset-lifecycle-wheel {
  margin: 18px 0 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.asset-lifecycle-wheel figcaption {
  margin-bottom: 12px;
  color: var(--white);
  font-weight: 850;
}

.asset-lifecycle-wheel img {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 8px;
  background: #f8fafb;
  object-fit: contain;
}

.iso-building-block {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 28px 28px, 28px 28px, 100% 100%;
}

.block-roof {
  padding: 14px 18px;
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
  color: var(--white);
  background: #46515e;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.block-system,
.block-foundation {
  padding: 10px 14px;
  color: var(--white);
  background: #64717f;
  font-size: 0.84rem;
  font-weight: 850;
  text-align: center;
}

.block-body {
  display: grid;
  grid-template-columns: 0.82fr 1.1fr 0.9fr;
  gap: 12px;
  align-items: center;
}

.block-column {
  display: grid;
  gap: 10px;
}

.block-column div,
.block-column.right {
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.block-column.left div:first-child {
  background: #754b12;
}

.block-column.left div:last-child {
  background: #74311f;
}

.block-column strong {
  display: block;
  color: var(--white);
  font-size: 0.86rem;
}

.block-column span,
.block-column li {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.76rem;
}

.block-column ul {
  display: grid;
  gap: 5px;
  margin: 10px 0 0;
  padding-left: 16px;
}

.block-lifecycle {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
}

.life-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: #263443;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.06);
}

.life-segment {
  position: absolute;
  display: grid;
  width: 96px;
  height: 76px;
  place-items: center;
  padding: 8px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 850;
  text-align: center;
}

.life-segment.plan {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 46px 46px 10px 10px;
  background: #4f641f;
}

.life-segment.create {
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px 46px 46px 10px;
  background: #754b12;
}

.life-segment.operate {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 46px 46px;
  background: #74311f;
}

.life-segment.retire {
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 46px 10px 10px 46px;
  background: #235e5c;
}

.block-foundation {
  position: relative;
  background: #55616c;
}

.block-foundation::before,
.block-foundation::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: inherit;
  transform: translateY(-50%) rotate(45deg);
}

.block-foundation::before {
  left: -7px;
}

.block-foundation::after {
  right: -7px;
}

.principles {
  display: grid;
  gap: 16px;
}

.principles article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.1);
}

.principles h3 {
  margin: 10px 0 8px;
}

.principles > article > span {
  color: var(--amber);
  font-weight: 850;
}

.principles p {
  color: rgba(255, 255, 255, 0.67);
}

.netzero {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
  background:
    linear-gradient(110deg, #ffffff 0%, #f8faf7 52%, var(--mist) 100%);
}

.netzero-copy {
  position: sticky;
  top: 112px;
  min-width: 0;
}

.netzero-copy h2 {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.15vw, 2.55rem);
  line-height: 1.14;
  text-wrap: balance;
}

.netzero-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.05rem;
}

.netzero-visuals {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.carbon-photo-stack {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, 245px);
  gap: 12px;
}

.carbon-photo-stack figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 16px 38px rgba(16, 24, 32, 0.13);
}

.carbon-photo-stack figure:first-child {
  grid-row: span 2;
}

.carbon-photo-stack img {
  height: 100%;
  object-fit: contain;
  background: var(--charcoal);
}

.carbon-photo-stack figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 24, 32, 0) 38%, rgba(16, 24, 32, 0.78) 100%);
}

.carbon-photo-stack figcaption {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
}

.lifecycle-panel {
  min-width: 0;
  padding: 22px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(31, 122, 140, 0.42), rgba(32, 39, 45, 0.96)),
    var(--charcoal);
  box-shadow: var(--shadow);
}

.lifecycle-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 800;
}

.lifecycle-header span {
  color: rgba(255, 255, 255, 0.72);
}

.lifecycle-header strong {
  color: #aef3dc;
}

.lifecycle {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lifecycle li {
  position: relative;
  min-height: 178px;
  padding: 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.lifecycle li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -8px;
  z-index: 2;
  width: 14px;
  height: 2px;
  background: var(--amber);
}

.lifecycle svg {
  width: 24px;
  height: 24px;
  color: var(--amber);
}

.lifecycle span {
  display: block;
  margin: 12px 0 7px;
  font-weight: 850;
}

.lifecycle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.45;
}

.field-force {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 74px);
}

.field-image {
  overflow: hidden;
  margin: 0;
  min-height: 560px;
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.field-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: contain;
  background: var(--charcoal);
}

.capability-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.capability-tags span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 750;
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 26px;
  margin: 0 clamp(20px, 4vw, 56px) 46px;
  padding: clamp(38px, 6vw, 68px);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(31, 89, 99, 0.98), rgba(32, 39, 45, 0.98));
}

.contact p {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 4vw, 56px);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer span:first-child {
  color: var(--ink);
  font-weight: 850;
}

/* Production promo polish */
body {
  background:
    linear-gradient(180deg, #eef4ef 0%, #f7faf6 24%, #eef4ef 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(31, 122, 140, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 122, 140, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 82%);
}

.site-header {
  border-bottom: 1px solid rgba(216, 223, 217, 0.76);
}

.main-nav a {
  position: relative;
  padding: 9px 2px;
  transition: color 180ms ease, opacity 180ms ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: var(--teal);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 180ms ease, transform 180ms ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--teal-dark);
  opacity: 1;
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta,
.button {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.nav-cta:focus-visible,
.button:focus-visible,
.main-nav a:focus-visible,
.home-link-grid a:focus-visible {
  outline: 3px solid rgba(31, 122, 140, 0.28);
  outline-offset: 4px;
}

.button-primary,
.nav-cta {
  background:
    linear-gradient(135deg, var(--teal-dark), var(--teal));
  box-shadow: 0 16px 34px rgba(20, 90, 103, 0.22);
}

.button-primary:hover,
.nav-cta:hover {
  box-shadow: 0 20px 42px rgba(20, 90, 103, 0.28);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.14);
}

.hero {
  min-height: 78vh;
  border-bottom: 1px solid rgba(216, 223, 217, 0.8);
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(13, 28, 28, 0.96), rgba(14, 46, 49, 0.74), rgba(14, 46, 49, 0.34)),
    url("assets/hero-field.jpg") center right / contain no-repeat,
    #0d1c1c;
}

.hero-content {
  padding-top: clamp(8px, 2vw, 24px);
}

.hero h1 {
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.hero-panel {
  border-color: rgba(174, 243, 220, 0.28);
  background:
    linear-gradient(160deg, rgba(13, 31, 34, 0.9), rgba(17, 36, 42, 0.74));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.proof-strip,
.home-link-grid a,
.workflow article,
.deployment-grid article,
.network-card,
.principles article,
.tailored-callout,
.video-card,
.product-visual-card,
.screen-card,
.portal-ui,
.asset-lifecycle-standard,
.asset-lifecycle-wheel,
.lifecycle-panel,
.field-image {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.home-link-grid a,
.workflow article,
.deployment-grid article,
.network-card,
.principles article,
.product-visual-card,
.screen-card,
.video-card {
  position: relative;
  border-color: rgba(216, 223, 217, 0.88);
}

.home-link-grid a::before,
.workflow article::before,
.deployment-grid article::before,
.network-card::before,
.principles article::before,
.product-visual-card::before,
.screen-card::before,
.video-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--teal), var(--green));
  opacity: 0.86;
}

.home-link-grid a:hover,
.workflow article:hover,
.deployment-grid article:hover,
.network-card:hover,
.principles article:hover,
.product-visual-card:hover,
.screen-card:hover,
.video-card:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 122, 140, 0.26);
  box-shadow: 0 22px 52px rgba(16, 24, 32, 0.12);
}

.section {
  position: relative;
}

.section-heading {
  position: relative;
}

.section-heading::after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--green));
}

.deployment .section-heading::after,
.video-demo .section-heading::after,
.product-model .section-heading::after,
.home-overview .section-heading::after {
  margin-left: auto;
  margin-right: auto;
}

.subpage-main > .section:first-child {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 247, 0.9));
}

.home-overview,
.deployment,
.product-model,
.product-screens {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8faf7 100%);
}

.workflow article,
.deployment-grid article,
.home-link-grid a {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 247, 0.98));
}

.tailored-callout {
  border-color: rgba(31, 122, 140, 0.2);
  background:
    linear-gradient(120deg, rgba(31, 122, 140, 0.12), rgba(79, 127, 95, 0.1)),
    var(--white);
}

.video-card {
  border-color: rgba(20, 90, 103, 0.18);
}

.video-frame {
  padding: 14px;
  background:
    linear-gradient(135deg, #0f2024, #1f2b30);
}

.video-card figcaption,
.product-visual-card figcaption,
.screen-card figcaption {
  border-top: 1px solid rgba(216, 223, 217, 0.72);
}

.product-visual-card img,
.screen-contain img {
  background:
    linear-gradient(135deg, #eef4ef, #ffffff);
}

.portal-ui,
.portal-screenshot {
  border-color: rgba(20, 90, 103, 0.18);
  box-shadow: 0 24px 58px rgba(16, 24, 32, 0.12);
}

.dash-sidebar .active {
  background:
    linear-gradient(135deg, rgba(31, 122, 140, 0.18), rgba(79, 127, 95, 0.14));
}

.contact {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(174, 243, 220, 0.18);
  background:
    linear-gradient(120deg, rgba(18, 65, 69, 0.98), rgba(25, 43, 45, 0.98));
  box-shadow: 0 24px 58px rgba(16, 24, 32, 0.16);
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.42;
}

.contact > * {
  position: relative;
  z-index: 1;
}

.site-footer {
  border-top: 1px solid rgba(216, 223, 217, 0.82);
  background: rgba(255, 255, 255, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1050px) {
  .hero,
  .portal,
  .iso,
  .netzero,
  .field-force {
    grid-template-columns: 1fr;
  }

  .netzero-copy {
    position: static;
  }

  .lifecycle {
    grid-template-columns: repeat(5, minmax(160px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .hero-panel {
    align-self: auto;
    max-width: 560px;
  }

  .proof-strip,
  .home-link-grid,
  .workflow,
  .deployment-grid,
  .video-grid,
  .network-grid,
  .product-visual-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-electric {
    grid-column: span 1;
  }

  .product-visual-wide {
    grid-column: span 1;
  }

  .feature-electric img {
    aspect-ratio: 1.45;
  }

  .detail-gallery-heading {
    grid-template-columns: 1fr;
  }

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

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

  .screen-wide {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 14px 18px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .main-nav {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: auto;
    padding: 104px 18px 58px;
  }

  .hero-panel {
    padding: 16px;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 8.5vw, 2.65rem);
  }

  .ops-dashboard {
    grid-template-columns: 1fr 0.82fr;
    gap: 8px;
  }

  .ops-card {
    min-height: 70px;
  }

  .line-chart {
    height: 82px;
  }

  .status-ring {
    width: 54px;
    height: 54px;
  }

  .mini-bars {
    height: 48px;
  }

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

  .system-card span {
    min-height: 42px;
  }

  .hero-actions,
  .contact {
    align-items: stretch;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .proof-strip,
  .home-link-grid,
  .workflow,
  .deployment-grid,
  .video-grid,
  .network-grid,
  .product-visual-grid,
  .contact,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .product-visual-wide {
    grid-column: span 1;
  }

  .product-visual-card img {
    height: 240px;
    min-height: 240px;
  }

  .screen-grid {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px, 86vw);
    grid-auto-rows: 420px;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x proximity;
  }

  .screen-card {
    height: 420px;
    min-height: 0;
    scroll-snap-align: start;
  }

  .screen-card img {
    min-height: 0;
  }

  .screen-contain {
    min-height: 0;
  }

  .screen-contain img {
    min-height: 0;
  }

  .detail-grid {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 78vw);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x proximity;
  }

  .detail-card {
    scroll-snap-align: start;
  }

  .netzero {
    overflow: hidden;
  }

  .tailored-callout {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 18px;
  }

  .section h1,
  .section h2,
  .contact h2,
  .netzero-copy h2 {
    font-size: clamp(1.45rem, 6.8vw, 2.1rem);
  }

  .portal,
  .iso,
  .netzero,
  .field-force {
    gap: 26px;
  }

  .carbon-photo-stack {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .carbon-photo-stack figure,
  .carbon-photo-stack figure:first-child {
    grid-row: auto;
    height: 250px;
  }

  .lifecycle-panel {
    padding: 16px;
  }

  .lifecycle-header {
    display: grid;
  }

  .sustainability-panel {
    grid-template-columns: 1fr;
  }

  .asset-lifecycle-standard ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .block-body {
    grid-template-columns: 1fr;
  }

  .block-lifecycle {
    min-height: 280px;
  }

  .iso-flow {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    width: 2px;
    height: 24px;
    margin: 0 auto;
  }

  .flow-arrow::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .asset-lifecycle-standard ol {
    grid-template-columns: 1fr;
  }

  .iso-building-block {
    padding: 12px;
  }

  .block-roof {
    clip-path: none;
    border-radius: 8px;
  }

  .dashboard {
    grid-template-columns: 48px 1fr;
    min-height: 420px;
  }

  .dash-main {
    padding: 18px;
  }

  .dash-header,
  .dash-metrics {
    flex-direction: column;
  }

  .bar {
    min-width: 20px;
  }

  .field-image {
    min-height: 360px;
  }

  .field-image img {
    min-height: 360px;
  }

  .contact {
    margin: 0 18px 30px;
  }
}
