:root {
  --ink: #071826;
  --ink-soft: #153043;
  --teal: #04a89c;
  --teal-dark: #08796f;
  --lime: #b7df39;
  --blue: #0f5fa7;
  --orange: #f0a141;
  --paper: #f7faf8;
  --white: #ffffff;
  --line: #d9e2df;
  --muted: #5d6f78;
  --mono: "DM Mono", monospace;
  --sans: "Inter", Arial, sans-serif;
  --display: "Sora", "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.brand-name {
  font-family: var(--display);
  font-weight: 600;
}

body:has(dialog[open]) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

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

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 8px 20px rgba(7, 24, 38, 0.2);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

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

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(217, 226, 223, 0.8);
  background: rgba(247, 250, 248, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.brand-name {
  display: block;
  max-width: 100px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.desktop-nav a,
.text-link {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a:hover,
.text-link:hover {
  color: var(--teal-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-toggle {
  display: none;
}

.mobile-nav {
  display: none;
}

.button,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 800;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.icon-button:hover {
  transform: translateY(-1px);
}

.button svg,
.icon-button svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.4;
}

.button {
  min-height: 42px;
  padding: 0 16px;
  font-size: 14px;
}

.button-small {
  min-height: 38px;
  padding: 0 13px;
  font-size: 13px;
}

.button-large {
  min-height: 52px;
  padding: 0 20px;
  font-size: 15px;
}

.button-primary {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.button-primary:hover {
  background: #d3fb55;
  border-color: #d3fb55;
}

.button-quiet {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-quiet:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--white);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button-dark:hover {
  background: var(--ink-soft);
  border-color: var(--ink-soft);
}

.icon-button {
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.icon-button:hover {
  background: var(--white);
  border-color: var(--ink);
}

.hero {
  position: relative;
  min-height: min(735px, calc(100svh - 112px));
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-grid-lines::before,
.hero-grid-lines::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
  content: "";
}

.hero-grid-lines::before {
  left: 20%;
}

.hero-grid-lines::after {
  left: 52%;
}

.hero-product {
  position: absolute;
  z-index: 1;
  top: 38px;
  right: max(10px, calc((100vw - 1210px) / 2));
  width: min(57vw, 700px);
  height: min(92%, 680px);
  object-fit: contain;
  object-position: center;
  filter: contrast(1.08) saturate(0.9);
}

.hero-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10, 20, 40, 0.78) 0%,
    rgba(10, 20, 40, 0.55) 55%,
    rgba(10, 20, 40, 0.12) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: min(735px, calc(100svh - 112px));
  flex-direction: column;
  justify-content: center;
  padding: 110px 0 110px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--lime);
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: 64px;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-description {
  max-width: 540px;
  margin: 25px 0 0;
  color: #c5d6d8;
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.hero-proof {
  display: flex;
  gap: 0;
  width: min(100%, 670px);
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-proof div {
  flex: 1;
  min-width: 0;
  padding: 18px 20px 0 0;
}

.hero-proof div + div {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-proof strong {
  display: block;
  color: var(--lime);
  font-size: 21px;
  line-height: 1.1;
}

.hero-proof span {
  display: block;
  margin-top: 8px;
  color: #c5d6d8;
  font-size: 12px;
  line-height: 1.45;
}

.hero-scroll {
  position: absolute;
  z-index: 5;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-scroll svg {
  width: 16px;
}

.market-intro,
.industries-section,
.services-section {
  padding: 112px 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.outcomes-copy h2,
.cta-layout h2 {
  margin: 0;
  color: var(--ink);
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading > p:not(.eyebrow),
.outcomes-copy > p:not(.eyebrow),
.cta-layout p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.section-heading-inline {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 90px;
  align-items: end;
}

.section-heading-inline > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.solution-picker {
  display: grid;
  grid-template-columns: 0.95fr 1.7fr 1.2fr;
  gap: 24px;
  align-items: center;
  margin-top: 58px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.picker-copy .eyebrow {
  margin-bottom: 7px;
}

.picker-copy h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.picker-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.picker-option {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.picker-option svg {
  width: 17px;
  height: 17px;
  color: var(--teal-dark);
}

.picker-option:hover,
.picker-option.is-active {
  color: var(--ink);
  border-color: var(--teal);
  background: #e8fbf6;
}

.recommendation-result {
  min-height: 72px;
  padding-left: 20px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.recommendation-result strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 15px;
}

.catalogue-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 44px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  min-height: 36px;
  padding: 0 11px;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
}

.filter-chip:hover,
.filter-chip.is-active {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.catalogue-selects {
  display: flex;
  gap: 8px;
}

select {
  min-height: 36px;
  max-width: 170px;
  padding: 0 32px 0 10px;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: #8bbdb6;
  box-shadow: 0 12px 28px rgba(7, 24, 38, 0.08);
}

.product-media {
  position: relative;
  display: grid;
  min-height: 242px;
  place-items: center;
  overflow: hidden;
  background: #edf4f2;
}

.product-media::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--teal);
  content: "";
}

.product-media img {
  width: 100%;
  height: 242px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 220ms ease;
}

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

.product-badge {
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 13px;
  padding: 5px 7px;
  color: var(--ink);
  background: var(--lime);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.product-overline {
  margin: 0;
  color: var(--teal-dark);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 6px 0 0;
  font-size: 21px;
  line-height: 1.2;
}

.product-description {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.product-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 19px 0 0;
}

.product-specs div {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.product-specs span {
  display: block;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.product-specs strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.3;
}

.product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--teal-dark);
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
}

.product-link:hover {
  color: var(--ink);
}

.product-link svg {
  width: 16px;
  height: 16px;
}

.compare-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.compare-toggle input {
  width: 15px;
  height: 15px;
  accent-color: var(--teal-dark);
}

.empty-state {
  grid-column: 1 / -1;
  padding: 44px 0;
  color: var(--muted);
  text-align: center;
}

.outcomes-section {
  padding: 112px 0;
  background: #d9f0e7;
}

.outcomes-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 92px;
  align-items: center;
}

.outcomes-copy .button {
  margin-top: 28px;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 24, 38, 0.2);
  border-left: 1px solid rgba(7, 24, 38, 0.2);
}

.outcomes-grid article {
  min-height: 212px;
  padding: 24px;
  border-right: 1px solid rgba(7, 24, 38, 0.2);
  border-bottom: 1px solid rgba(7, 24, 38, 0.2);
}

.outcomes-grid svg {
  width: 24px;
  height: 24px;
  color: var(--teal-dark);
  stroke-width: 2.2;
}

.outcomes-grid h3 {
  margin: 22px 0 0;
  font-size: 18px;
}

.outcomes-grid p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.savings-section {
  padding: 112px 0;
  color: var(--white);
  background: var(--ink);
}

.savings-section .eyebrow {
  color: var(--lime);
}

.savings-section .section-heading h2 {
  color: var(--white);
}

.savings-section .section-heading > p:not(.eyebrow) {
  color: #b4c5c9;
}

.savings-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
  align-items: center;
}

.calculator {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: #0f2938;
}

.calculator-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.calculator label,
.enquiry-form label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.calculator label span,
.enquiry-form label span {
  font-size: 12px;
  font-weight: 800;
}

.calculator input,
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea,
.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 11px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 4px;
  outline: none;
  background: var(--white);
  font-size: 14px;
}

.calculator input:focus,
.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus,
.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(4, 168, 156, 0.16);
}

.calculator-result {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.calculator-result span {
  display: block;
  color: #b4c5c9;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
}

.calculator-result strong {
  display: block;
  margin-top: 8px;
  color: var(--lime);
  font-size: 23px;
  line-height: 1.1;
}

.calculator-result p {
  grid-column: 1 / -1;
  margin: 0;
  color: #b4c5c9;
  font-size: 12px;
  line-height: 1.55;
}

.industries-section {
  background: var(--paper);
}

.industry-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 48px;
  border-bottom: 1px solid var(--line);
}

.industry-tab {
  min-height: 44px;
  padding: 0 16px;
  color: var(--muted);
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
}

.industry-tab:hover,
.industry-tab[aria-pressed="true"] {
  color: var(--ink);
  border-bottom-color: var(--teal);
}

.industry-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 54px;
  min-height: 220px;
  padding: 42px 0 8px;
}

.industry-panel h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
}

.industry-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.industry-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.industry-panel li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.industry-panel li::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--orange);
  content: "";
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid article {
  min-height: 210px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.service-grid .service-number {
  color: var(--teal-dark);
  font-family: var(--mono);
  font-size: 12px;
}

.service-grid h3 {
  margin: 40px 0 0;
  font-size: 18px;
  line-height: 1.3;
}

.service-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.62;
}

.cta-section {
  padding: 78px 0;
  background: var(--teal);
}

.cta-layout {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
}

.cta-layout > div {
  max-width: 760px;
}

.cta-layout .eyebrow {
  color: var(--ink);
}

.cta-layout p:not(.eyebrow) {
  color: #064940;
}

.site-footer {
  color: #c6d1d1;
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 0.8fr 1fr;
  gap: 42px;
  padding: 64px 0 42px;
}

.footer-brand img {
  width: 154px;
  height: 126px;
  object-fit: contain;
  object-position: left center;
}

.footer-logo-lockup {
  display: inline-flex;
  width: 174px;
  height: 144px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  background: #f5fbf9;
}

.footer-brand p {
  max-width: 260px;
  margin: 14px 0 0;
  color: #a8b9bd;
  font-size: 13px;
  line-height: 1.6;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-label {
  margin: 0 0 7px;
  color: var(--white);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid span {
  color: #a8b9bd;
  font-size: 13px;
  line-height: 1.55;
}

.footer-grid a:hover {
  color: var(--lime);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #84969b;
  font-size: 12px;
}

.footer-bottom a:hover {
  color: var(--lime);
}

.compare-tray {
  position: fixed;
  z-index: 25;
  right: 24px;
  bottom: 20px;
  display: none;
  align-items: center;
  gap: 14px;
  padding: 12px 12px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 10px 32px rgba(7, 24, 38, 0.28);
}

.compare-tray.is-visible {
  display: flex;
}

.compare-tray .eyebrow {
  margin: 0;
  color: var(--lime);
  font-size: 10px;
}

.compare-tray strong {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}

.compare-tray .icon-button {
  width: 36px;
  height: 36px;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
}

.compare-tray .icon-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

dialog {
  max-width: none;
  border: 0;
}

dialog::backdrop {
  background: rgba(7, 24, 38, 0.72);
}

.modal {
  position: relative;
  width: min(940px, calc(100% - 32px));
  max-height: min(760px, calc(100svh - 32px));
  overflow: auto;
  padding: 0;
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.modal-close {
  position: sticky;
  z-index: 4;
  top: 14px;
  float: right;
  margin: 14px 14px 0 0;
  background: var(--white);
}

.product-modal-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 590px;
}

.product-modal-media {
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: 52px 30px 30px;
  background: #eaf3f0;
}

.product-modal-media img {
  max-height: 500px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-modal-copy {
  padding: 62px 44px 44px;
}

.product-modal-copy h2 {
  margin: 8px 0 0;
  font-size: 37px;
  line-height: 1.14;
}

.product-modal-copy > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.modal-spec-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16px;
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
}

.modal-spec-list div {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.modal-spec-list span {
  display: block;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.modal-spec-list strong {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.modal-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.modal-highlights li {
  padding: 7px 9px;
  color: var(--teal-dark);
  border: 1px solid #b7ded6;
  border-radius: 4px;
  background: #ebfbf7;
  font-size: 12px;
  font-weight: 700;
}

.product-modal-copy .button {
  margin-top: 28px;
}

.enquiry-modal {
  width: min(930px, calc(100% - 32px));
}

.enquiry-modal-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
}

.enquiry-intro {
  min-height: 590px;
  padding: 58px 40px;
  color: var(--white);
  background: var(--ink);
}

.enquiry-intro .eyebrow {
  color: var(--lime);
}

.enquiry-intro h2 {
  margin: 0;
  font-size: 35px;
  line-height: 1.14;
}

.enquiry-intro > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: #b4c5c9;
  font-size: 15px;
  line-height: 1.65;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.contact-line + .contact-line {
  margin-top: 13px;
}

.contact-line svg {
  width: 18px;
  color: var(--lime);
}

.enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 62px 42px 42px;
}

.enquiry-form .full-width {
  grid-column: 1 / -1;
}

.enquiry-form textarea {
  min-height: 104px;
  resize: vertical;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 700;
}

.compare-modal {
  width: min(1120px, calc(100% - 32px));
}

.compare-content {
  padding: 52px 42px 42px;
}

.compare-content h2 {
  margin: 0;
  font-size: 34px;
}

.compare-table-wrap {
  overflow-x: auto;
  margin-top: 28px;
}

.compare-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  text-align: left;
}

.compare-table th,
.compare-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  vertical-align: top;
}

.compare-table th {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.compare-table td:first-child {
  width: 140px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.compare-table strong {
  font-size: 14px;
}

@media (max-width: 1040px) {
  .hero h1 {
    font-size: 54px;
  }

  .hero-product {
    right: -60px;
    width: 58vw;
  }

  .hero-shade {
    width: 72%;
  }

  .solution-picker {
    grid-template-columns: 0.9fr 1.4fr;
  }

  .recommendation-result {
    grid-column: 1 / -1;
    padding: 15px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .section-heading-inline,
  .savings-layout,
  .outcomes-layout {
    gap: 48px;
  }

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

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    height: 68px;
    padding: 0 16px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand-name {
    max-width: 84px;
    font-size: 12px;
  }

  .desktop-nav,
  .header-actions .text-link,
  .header-actions .button {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .mobile-nav {
    position: fixed;
    z-index: 28;
    top: 68px;
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    transition: max-height 180ms ease;
  }

  .mobile-nav.is-open {
    max-height: 260px;
  }

  .mobile-nav a {
    padding: 15px 20px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-weight: 800;
  }

  .hero {
    min-height: 670px;
  }

  .hero-grid-lines {
    opacity: 0.2;
  }

  .hero-product {
    top: auto;
    right: -108px;
    bottom: 12px;
    width: 470px;
    height: 400px;
    opacity: 0.88;
  }

  .hero-shade {
    width: 100%;
    opacity: 0.92;
    clip-path: none;
  }

  .hero-content {
    min-height: 670px;
    padding: 70px 0 110px;
    justify-content: flex-start;
  }

  .hero h1 {
    max-width: 540px;
    font-size: 39px;
    line-height: 1.08;
  }

  .hero-description {
    max-width: 480px;
    margin-top: 20px;
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .hero-proof {
    position: absolute;
    right: 0;
    bottom: 56px;
    left: 0;
    width: 100%;
    margin: 0;
  }

  .hero-proof strong {
    font-size: 15px;
  }

  .hero-proof span {
    font-size: 10px;
  }

  .hero-proof div {
    padding: 13px 10px 0 0;
  }

  .hero-proof div + div {
    padding-left: 10px;
  }

  .hero-scroll {
    right: 16px;
    bottom: 17px;
  }

  .market-intro,
  .industries-section,
  .services-section,
  .outcomes-section,
  .savings-section {
    padding: 76px 0;
  }

  .section-heading h2,
  .outcomes-copy h2,
  .cta-layout h2 {
    font-size: 32px;
  }

  .section-heading-inline,
  .outcomes-layout,
  .savings-layout {
    grid-template-columns: 1fr;
  }

  .section-heading-inline {
    gap: 18px;
  }

  .solution-picker {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
    padding: 20px;
  }

  .recommendation-result {
    grid-column: auto;
  }

  .catalogue-toolbar {
    flex-direction: column;
    margin-top: 34px;
  }

  .filter-group {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .filter-chip {
    flex: 0 0 auto;
  }

  .catalogue-selects {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .catalogue-selects select {
    max-width: 100%;
    width: 100%;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-media {
    min-height: 255px;
  }

  .product-media img {
    height: 255px;
  }

  .outcomes-layout {
    gap: 38px;
  }

  .outcomes-grid {
    grid-template-columns: 1fr;
  }

  .outcomes-grid article {
    min-height: 0;
  }

  .savings-layout {
    gap: 34px;
  }

  .calculator {
    padding: 20px;
  }

  .calculator-fields,
  .calculator-result {
    grid-template-columns: 1fr;
  }

  .industry-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .industry-tab {
    flex: 0 0 auto;
  }

  .industry-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 30px;
  }

  .industry-panel h3 {
    font-size: 27px;
  }

  .industry-panel ul {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .service-grid article {
    min-height: 0;
  }

  .service-grid h3 {
    margin-top: 28px;
  }

  .cta-section {
    padding: 60px 0;
  }

  .cta-layout {
    display: grid;
    gap: 26px;
  }

  .cta-layout .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 20px;
    padding: 52px 0 36px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .compare-tray {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-content: space-between;
  }

  .compare-tray .button {
    min-width: auto;
  }

  .product-modal-layout,
  .enquiry-modal-grid {
    grid-template-columns: 1fr;
  }

  .product-modal-media {
    min-height: 290px;
    padding: 46px 24px 24px;
  }

  .product-modal-media img {
    max-height: 250px;
  }

  .product-modal-copy {
    padding: 28px 24px 28px;
  }

  .product-modal-copy h2 {
    font-size: 29px;
  }

  .enquiry-intro {
    min-height: 0;
    padding: 50px 26px 30px;
  }

  .enquiry-intro h2 {
    font-size: 29px;
  }

  .enquiry-form {
    grid-template-columns: 1fr;
    padding: 30px 24px 24px;
  }

  .compare-content {
    padding: 56px 22px 26px;
  }

  .compare-content h2 {
    font-size: 28px;
  }
}

/* 2026 flagship visual layer: deployed infrastructure, catalogue equipment, and operating intelligence. */
:root {
  /* Light theme - permanent */
  --ink: #06131f;
  --ink-soft: #183145;
  --teal: #00b8a9;
  --teal-dark: #007e76;
  --lime: #08796f;
  --blue: #1780d1;
  --paper: #f2f7f5;
  --line: #cbd9d6;
  --muted: #536a74;
  --white: #ffffff;
  --orange: #c05621;

  --bg-primary: #f2f7f5;
  --bg-secondary: #ffffff;
  --bg-tertiary: #e2edea;
  --card-bg: #ffffff;
  --border-color: #cbd9d6;
  --section-dark-bg: #ffffff;
  --section-dark-text: #06131f;
  --header-bg: rgba(242, 247, 245, 0.97);
  --hero-shade-color: 10, 30, 48;
  --btn-primary-text: #ffffff;
  --product-media-bg: #eef5f4;

  --console-flow-bg: #f0f7f5;
  --console-node-bg: #eef5f4;
  --calc-bg: #ffffff;
  --mono: 'DM Mono', monospace;
}

/* Keep .light-theme selector for JS compatibility — mirrors :root */
.light-theme {
  --ink: #06131f;
  --ink-soft: #183145;
  --teal: #00b8a9;
  --teal-dark: #007e76;
  --lime: #08796f;
  --blue: #1780d1;
  --paper: #f2f7f5;
  --line: #cbd9d6;
  --muted: #536a74;
  --white: #ffffff;

  --bg-primary: #f2f7f5;
  --bg-secondary: #ffffff;
  --bg-tertiary: #e2edea;
  --card-bg: #ffffff;
  --border-color: #cbd9d6;
  --section-dark-bg: #ffffff;
  --section-dark-text: #06131f;
  --header-bg: rgba(242, 247, 245, 0.97);
  --hero-shade-color: 10, 30, 48;
  --btn-primary-text: #ffffff;
  --product-media-bg: #eef5f4;

  --console-flow-bg: #f0f7f5;
  --console-node-bg: #eef5f4;
  --calc-bg: #ffffff;
}

html {
  scroll-padding-top: 88px;
}

.site-shell {
  overflow: clip;
}

.site-header {
  border-bottom-color: var(--border-color);
  background: var(--header-bg);
  transition: background 300ms ease, border-color 300ms ease;
}

.brand,
.desktop-nav a,
.text-link {
  color: var(--ink);
  transition: color 300ms ease;
}

.brand-name {
  color: var(--ink);
  transition: color 300ms ease;
}

.desktop-nav a:hover,
.text-link:hover {
  color: var(--lime);
}

.hero {
  min-height: 770px;
  background: var(--section-dark-bg);
  transition: background 300ms ease;
}

.hero-deployment {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
}

.hero-grid-lines {
  z-index: 2;
  opacity: 0.38;
  border-color: rgba(174, 232, 228, 0.14);
}

.hero-grid-lines::before,
.hero-grid-lines::after {
  background: rgba(178, 236, 230, 0.16);
}

.hero-shade {
  z-index: 3;
  width: 100%;
  background: linear-gradient(90deg, rgba(var(--hero-shade-color), 0.9) 0%, rgba(var(--hero-shade-color), 0.83) 36%, rgba(var(--hero-shade-color), 0.36) 59%, rgba(var(--hero-shade-color), 0.06) 77%, rgba(var(--hero-shade-color), 0.16) 100%);
  clip-path: none;
  transition: background 300ms ease;
}

.hero-content {
  z-index: 5;
  min-height: 770px;
  padding-bottom: 124px;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(48px, 5.1vw, 72px);
  line-height: 1.03;
}

/* Hero is always over a dark photo — keep kicker/h1 readable regardless of theme */
.hero .eyebrow {
  color: #2de8d6;
}

.hero h1 {
  color: #ffffff;
}


.hero-description {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-proof {
  max-width: 690px;
  border-top-color: rgba(213, 250, 248, 0.28);
}

.hero-proof div + div {
  border-left-color: rgba(213, 250, 248, 0.2);
}

.hero-proof strong {
  /* Bright teal to pop against the dark hero shade */
  color: #2de8d6;
}

.hero-scroll {
  z-index: 7;
}

.button-primary {
  background: var(--teal);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--teal-dark);
  color: #ffffff;
}

.button-quiet {
  border-color: rgba(0, 90, 85, 0.35);
  color: #06131f;
}

.button-quiet:hover {
  border-color: var(--teal);
  background: rgba(0, 184, 169, 0.08);
}

/* Hero section always has a dark photo background — override button-quiet to white */
.hero .button-quiet {
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.hero .button-quiet:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.deployment-section {
  padding: 116px 0 112px;
  background: var(--bg-primary);
  transition: background 300ms ease;
}

.deployment-heading {
  margin-bottom: 54px;
}

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

.deployment-card {
  position: relative;
  display: flex;
  min-height: 520px;
  overflow: hidden;
  align-items: flex-end;
  border: 1px solid #b7cfcb;
  background: #071a25;
  color: #fff;
  isolation: isolate;
}

.deployment-card-wide {
  grid-column: 1 / -1;
  min-height: 560px;
}

.deployment-background,
.deployment-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.deployment-background {
  z-index: -3;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.08);
  transition: transform 420ms ease;
}

.deployment-overlay {
  z-index: -2;
  background: rgba(3, 18, 28, 0.58);
}

.deployment-card:hover .deployment-background {
  transform: scale(1.035);
}

.deployment-copy {
  z-index: 2;
  max-width: 560px;
  padding: 44px;
}

.deployment-card:not(.deployment-card-wide) .deployment-copy {
  max-width: 390px;
  padding: 34px;
}

.deployment-index {
  margin: 0 0 17px;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.09em;
}

.deployment-copy h3 {
  max-width: 520px;
  margin: 0;
  font-size: 32px;
  line-height: 1.12;
}

.deployment-card:not(.deployment-card-wide) .deployment-copy h3 {
  font-size: 27px;
}

.deployment-copy > p:not(.deployment-index) {
  max-width: 470px;
  margin: 15px 0 0;
  color: #d0e2e3;
  line-height: 1.6;
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 23px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--lime);
  background: transparent;
  color: #fff;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.text-button svg {
  width: 15px;
  height: 15px;
  color: var(--lime);
}

.market-intro {
  padding-top: 118px;
  background: var(--paper);
}

.solution-picker {
  border-color: var(--border-color);
  background: var(--bg-secondary);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.12);
  transition: background 300ms ease, border-color 300ms ease;
}

.product-card {
  border-color: var(--border-color);
  border-radius: 4px;
  background: var(--bg-secondary);
  transition: background 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.product-card:hover {
  border-color: var(--teal);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.product-media {
  min-height: 288px;
  border-bottom: 1px solid var(--border-color);
  background: var(--product-media-bg);
  transition: background 300ms ease, border-color 300ms ease;
}

.product-media::after {
  opacity: 0;
}

.product-media img {
  height: 288px;
  padding: 14px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-card:hover .product-media img {
  transform: translateY(-5px) scale(1.02);
}

.product-badge {
  border-radius: 2px;
  background: var(--ink);
  color: var(--white);
}

.mission-section {
  padding: 116px 0;
  background: var(--section-dark-bg);
  color: var(--section-dark-text);
  transition: background 300ms ease, color 300ms ease;
}

.mission-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 80px;
  align-items: center;
}

.mission-copy h2 {
  max-width: 510px;
  margin: 0;
  color: var(--section-dark-text);
  font-size: 47px;
  line-height: 1.1;
  transition: color 300ms ease;
}

.mission-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  line-height: 1.7;
  transition: color 300ms ease;
}

.mission-copy .button {
  margin-top: 31px;
  border-color: var(--border-color);
  background: transparent;
  color: var(--section-dark-text);
  transition: border-color 300ms ease, color 300ms ease, background 300ms ease;
}

.mission-copy .button:hover {
  border-color: var(--lime);
  background: rgba(214, 250, 247, 0.1);
}

.mission-console {
  overflow: hidden;
  border: 1px solid var(--border-color);
  background: var(--console-flow-bg);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.3);
  transition: background 300ms ease, border-color 300ms ease;
}

.mission-console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border-color);
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  transition: border-color 300ms ease, color 300ms ease;
}

.console-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lime);
}

.console-status svg {
  width: 13px;
}

.mission-modes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--border-color);
}

.mission-mode {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border: 0;
  border-right: 1px solid var(--border-color);
  background: transparent;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  transition: background 300ms ease, color 300ms ease, border-color 300ms ease;
}

.mission-mode:last-child {
  border-right: 0;
}

.mission-mode svg {
  width: 20px;
  height: 20px;
}

.mission-mode:hover,
.mission-mode.is-active {
  background: var(--bg-tertiary);
  color: var(--ink);
}

.mission-mode.is-active svg {
  color: var(--lime);
}

.mission-flow {
  display: grid;
  grid-template-columns: minmax(90px, 1fr) 58px minmax(110px, 1.12fr) 58px minmax(90px, 1fr);
  align-items: center;
  padding: 44px 30px 35px;
}

.flow-node {
  display: grid;
  min-height: 116px;
  align-content: center;
  justify-items: center;
  gap: 11px;
  border: 1px solid var(--border-color);
  background: var(--console-node-bg);
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 10px;
  text-align: center;
  transition: background 300ms ease, border-color 300ms ease, color 300ms ease;
}

.flow-node svg {
  width: 26px;
  height: 26px;
  color: var(--teal);
}

.flow-node-ess {
  border-color: var(--teal);
  background: var(--bg-secondary);
  color: var(--ink);
}

.flow-node-ess svg {
  color: var(--lime);
}

.flow-link {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: var(--border-color);
  transition: background 300ms ease;
}

.flow-link span {
  position: absolute;
  top: -1px;
  left: -32px;
  width: 30px;
  height: 3px;
  background: var(--lime);
  animation: powerFlow 2.1s linear infinite;
}

.mission-flow[data-mode="diesel"] .flow-link span {
  animation-direction: reverse;
}

.mission-flow[data-mode="solar"] .flow-link span {
  background: #70d8ff;
}

@keyframes powerFlow {
  to { transform: translateX(122px); }
}

/* SVG Telemetry path pulse animation */
@keyframes pulseFlowPath {
  0%   { stroke-dashoffset: 20; opacity: 0.7; }
  50%  { opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 0.7; }
}

.mission-readout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 20px 28px;
  padding: 25px 30px 30px;
  border-top: 1px solid var(--border-color);
  transition: border-color 300ms ease;
}

.mission-readout > div:first-child span {
  display: block;
  margin-bottom: 8px;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.mission-readout strong {
  display: block;
  font-size: 19px;
  line-height: 1.3;
}

.mission-readout > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
  transition: color 300ms ease;
}

.mission-facts {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mission-facts span {
  padding: 7px 8px;
  border: 1px solid var(--border-color);
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 10px;
  transition: border-color 300ms ease, color 300ms ease;
}

.outcomes-section {
  border-top: 1px solid var(--border-color);
  background: var(--bg-secondary);
  transition: background 300ms ease, border-color 300ms ease;
}

.savings-section {
  background: var(--bg-primary);
  transition: background 300ms ease;
}

.industries-section,
.services-section {
  background: var(--bg-secondary);
  transition: background 300ms ease;
}

.cta-section {
  background: var(--section-dark-bg);
  transition: background 300ms ease;
}

.site-footer {
  background: var(--section-dark-bg);
  transition: background 300ms ease;
}

/* Installed deployment images replace isolated product packshots throughout the public catalogue. */
.product-media.product-media-deployment {
  display: block;
  min-height: 288px;
  height: 288px;
  background: #071923;
}

.product-media.product-media-deployment::after {
  inset: auto 0 0 0;
  width: 100%;
  height: 62%;
  background: linear-gradient(0deg, rgba(4, 18, 28, 0.68), rgba(4, 18, 28, 0));
  opacity: 1;
}

.product-media.product-media-deployment img {
  display: block;
  width: 100%;
  height: 288px;
  padding: 0;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
  filter: saturate(0.9) contrast(1.04);
}

.product-card:hover .product-media.product-media-deployment img {
  transform: scale(1.035);
}

.product-context {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #effffd;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-context svg {
  width: 13px;
  height: 13px;
  color: var(--lime);
}

.product-modal-media.product-modal-media-deployment {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  background: #071923;
}

.product-modal-media.product-modal-media-deployment::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background: linear-gradient(0deg, rgba(4, 18, 28, 0.8), rgba(4, 18, 28, 0));
  content: "";
}

.product-modal-media.product-modal-media-deployment img {
  width: 100%;
  max-height: none;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
}

.product-modal-media.product-modal-media-deployment > span {
  position: absolute;
  z-index: 1;
  bottom: 28px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #effffd;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-modal-media.product-modal-media-deployment > span svg {
  width: 14px;
  color: var(--lime);
}

.roi-section {
  padding: 112px 0;
  border-top: 1px solid #c9dfdb;
  background: #e8f2ef;
}

.roi-heading {
  max-width: 710px;
}

.roi-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.97fr);
  gap: 18px;
  margin-top: 42px;
}

.roi-model,
.roi-readout {
  border: 1px solid #b6d1cb;
  border-radius: 6px;
}

.roi-model {
  padding: 25px 26px;
  background: #fbfefd;
}

.roi-model-top,
.roi-readout-head,
.roi-metrics,
.roi-flow article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.roi-model-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #d3e4df;
}

.roi-model-top p,
.roi-model-top span {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.roi-model-top p { color: var(--teal-dark); }
.roi-model-top span { color: #557076; }

.roi-model label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 11px 16px;
  padding: 21px 0;
  border-bottom: 1px solid #d3e4df;
}

.roi-model label span {
  color: #315058;
  font-size: 14px;
  font-weight: 800;
}

.roi-model label strong {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 13px;
}

.roi-model input[type="range"] {
  grid-column: 1 / -1;
  width: 100%;
  accent-color: var(--teal);
  cursor: pointer;
}

.roi-model-note {
  margin: 17px 0 0;
  color: #587077;
  font-size: 12px;
  line-height: 1.55;
}

.roi-readout {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 30px;
  color: #effffd;
  background: #092937;
}

.roi-readout-head span,
.roi-metrics span,
.roi-timeline span {
  color: #a9ccca;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.roi-readout-head strong {
  color: var(--lime);
  font-size: 44px;
  line-height: 1;
}

.roi-progress {
  position: relative;
  height: 10px;
  margin: 34px 0 20px;
  overflow: hidden;
  background: rgba(190, 231, 226, 0.18);
}

.roi-progress span {
  display: block;
  width: var(--roi-progress, 52%);
  height: 100%;
  background: var(--lime);
  transition: width 380ms ease;
}

.roi-metrics {
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(190, 231, 226, 0.22);
}

.roi-metrics strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 18px;
}

.roi-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
}

.roi-timeline span:last-child { text-align: right; }

.roi-readout .button {
  width: 100%;
  margin-top: auto;
}

.roi-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) 38px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-top: 18px;
}

.roi-flow article {
  min-height: 108px;
  justify-content: flex-start;
  padding: 20px;
  border: 1px solid #b6d1cb;
  border-radius: 6px;
  background: #f8fcfa;
}

.roi-flow article > span {
  align-self: flex-start;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 10px;
}

.roi-flow article > svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: var(--teal);
}

.roi-flow strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
}

.roi-flow p {
  margin: 4px 0 0;
  color: #587077;
  font-size: 12px;
  line-height: 1.45;
}

.roi-flow-arrow {
  width: 19px;
  color: var(--teal);
  animation: roiArrow 1.8s ease-in-out infinite;
}

@keyframes roiArrow {
  50% { transform: translateX(5px); }
}

.savings-section {
  color: var(--ink);
  background: #f0f7f5;
}

.savings-section .eyebrow { color: var(--teal-dark); }
.savings-section .section-heading h2 { color: var(--ink); }
.savings-section .section-heading > p:not(.eyebrow) { color: #557078; }

/* Fix calculator card for light theme — override the dark defaults */
.savings-section .calculator {
  background: #ffffff;
  border-color: #c0d9d4;
}

.savings-section .calculator label span {
  color: var(--ink);
}

.savings-section .calculator-result {
  border-top-color: #c0d9d4;
}

.savings-section .calculator-result span {
  color: #557078;
}

.savings-section .calculator-result strong {
  color: var(--teal);
  font-size: 26px;
}

.savings-section .calculator-result p {
  color: #557078;
}

.cta-section { color: #effffd; }
.cta-section .eyebrow { color: var(--lime); }
.cta-section h2 { color: #fff; }
.cta-section p { color: #bfdbd8; }

.reveal-ready {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease var(--reveal-delay, 0ms), transform 520ms ease var(--reveal-delay, 0ms);
}

.reveal-ready.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 760px) {
  .product-media.product-media-deployment,
  .product-media.product-media-deployment img {
    min-height: 0;
    height: 270px;
  }

  .product-modal-media.product-modal-media-deployment {
    min-height: 280px;
  }

  .roi-section { padding: 76px 0; }
  .roi-layout { grid-template-columns: 1fr; margin-top: 30px; }
  .roi-readout { min-height: 380px; padding: 24px 20px; }
  .roi-readout-head strong { font-size: 36px; }
  .roi-flow { grid-template-columns: 1fr; gap: 0; }
  .roi-flow-arrow { justify-self: center; transform: rotate(90deg); margin: 6px 0; }
  .roi-flow-arrow { animation-name: roiArrowMobile; }
  .roi-flow article { min-height: 92px; }
}

@keyframes roiArrowMobile {
  50% { transform: rotate(90deg) translateX(5px); }
}

@media (prefers-reduced-motion: reduce) {
  .roi-flow-arrow,
  .reveal-ready,
  .roi-progress span {
    animation: none;
    transition: none;
  }
  .reveal-ready { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .hero {
    min-height: 730px;
  }

  .hero-content {
    min-height: 730px;
  }

  .deployment-copy {
    padding: 32px;
  }

  .mission-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 760px) {
  .site-header {
    background: rgba(6, 19, 31, 0.98);
  }

  .mobile-nav {
    border-bottom-color: rgba(147, 199, 196, 0.22);
    background: #081923;
  }

  .mobile-nav a {
    border-bottom-color: rgba(147, 199, 196, 0.18);
    color: #f7fffd;
  }

  .hero,
  .hero-content {
    min-height: 760px;
  }

  .hero-deployment {
    object-position: 63% center;
  }

  .hero-shade {
    width: 100%;
    background: rgba(6, 19, 31, 0.72);
    opacity: 1;
    clip-path: none;
  }

  .hero-content {
    padding-top: 64px;
    padding-bottom: 146px;
  }

  .hero h1 {
    max-width: 370px;
    font-size: 42px;
  }

  .hero-description {
    max-width: 350px;
  }

  .hero-proof {
    right: 16px;
    left: 16px;
    width: auto;
    bottom: 157px;
  }

  .hero-scroll {
    display: none;
  }

  .deployment-section,
  .mission-section {
    padding: 76px 0;
  }

  .deployment-heading {
    margin-bottom: 35px;
  }

  .deployment-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .deployment-card,
  .deployment-card-wide {
    grid-column: auto;
    min-height: 510px;
  }

  .deployment-card-wide {
    min-height: 535px;
  }

  .deployment-copy,
  .deployment-card:not(.deployment-card-wide) .deployment-copy {
    padding: 24px;
  }

  .deployment-copy h3,
  .deployment-card:not(.deployment-card-wide) .deployment-copy h3 {
    font-size: 25px;
  }

  .product-media,
  .product-media img {
    height: 270px;
  }

  .mission-copy h2 {
    font-size: 33px;
  }

  .mission-console-top {
    padding: 14px 13px;
    font-size: 8px;
  }

  .mission-modes {
    grid-template-columns: 1fr;
  }

  .mission-mode {
    min-height: 54px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(177, 230, 227, 0.16);
  }

  .mission-mode:last-child {
    border-bottom: 0;
  }

  .mission-flow {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 28px 20px 20px;
  }

  .flow-node {
    min-height: 65px;
    grid-template-columns: 35px 1fr;
    justify-items: start;
    padding: 0 18px;
    text-align: left;
  }

  .flow-node svg {
    width: 20px;
    height: 20px;
  }

  .flow-link {
    width: 1px;
    height: 24px;
    margin-left: 35px;
  }

  .flow-link span {
    top: -22px;
    left: -1px;
    width: 3px;
    height: 18px;
    animation-name: powerFlowVertical;
  }

  @keyframes powerFlowVertical {
    to { transform: translateY(54px); }
  }

  .mission-readout {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px;
  }

  .mission-facts {
    grid-column: auto;
  }
}

.application-studio {
  padding: 118px 0;
  border-top: 1px solid #d1e2df;
  background: #e8f1ef;
}

.studio-heading {
  margin-bottom: 52px;
}

.studio-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1.58fr);
  border: 1px solid #aac9c5;
  background: #0a2230;
}

.application-tabs {
  display: grid;
  align-content: stretch;
  border-right: 1px solid rgba(174, 226, 222, 0.25);
  background: #071923;
}

.application-tab {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 3px 10px;
  align-content: center;
  min-height: 112px;
  padding: 17px 20px;
  border: 0;
  border-bottom: 1px solid rgba(174, 226, 222, 0.16);
  background: transparent;
  color: #b3cbcd;
  text-align: left;
}

.application-tab:last-child {
  border-bottom: 0;
}

.application-tab > span {
  grid-row: 1 / span 2;
  align-self: center;
  color: #719aa0;
  font-family: var(--mono);
  font-size: 10px;
}

.application-tab strong {
  color: #f2fffd;
  font-size: 14px;
}

.application-tab small {
  color: #93b5b8;
  font-family: var(--mono);
  font-size: 10px;
}

.application-tab:hover,
.application-tab.is-active {
  background: #123d49;
}

.application-tab.is-active > span,
.application-tab.is-active small {
  color: var(--lime);
}

.application-stage {
  position: relative;
  display: flex;
  min-height: 610px;
  overflow: hidden;
  align-items: flex-end;
  background: #071923;
  color: #fff;
  isolation: isolate;
}

.application-background,
.application-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.application-background {
  z-index: -3;
  object-fit: cover;
  filter: saturate(0.77) contrast(1.08);
  transition: opacity 200ms ease;
}

.application-shade {
  z-index: -2;
  background: rgba(3, 17, 26, 0.57);
}

.application-copy {
  z-index: 2;
  max-width: 590px;
  padding: 48px 45px;
}

.studio-index {
  margin: 0 0 15px;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.09em;
}

.application-copy h3 {
  max-width: 500px;
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
}

.application-copy > p:not(.studio-index) {
  max-width: 490px;
  margin: 18px 0 0;
  color: #d0e1e2;
  line-height: 1.65;
}

.application-outcomes {
  display: grid;
  gap: 8px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.application-outcomes li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #e5f0f0;
  font-size: 13px;
  line-height: 1.45;
}

.application-outcomes li::before {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: 6px;
  background: var(--teal);
  content: "";
}

.application-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.application-actions .text-button {
  margin-top: 0;
}

.application-actions .button {
  min-height: 38px;
}

.application-system {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px 10px;
  margin: 25px 0 0;
  color: #d9ebea;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.application-system span {
  color: var(--lime);
  text-transform: uppercase;
}

.application-system strong {
  color: #ffffff;
  font-size: 11px;
}

.application-system em {
  color: #b8d1d3;
  font-style: normal;
}

@media (max-width: 1040px) {
  .studio-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .application-copy {
    max-width: 470px;
    padding: 38px 30px;
  }

  .application-copy h3 {
    font-size: 31px;
  }

}

@media (max-width: 760px) {
  .application-studio {
    padding: 76px 0;
  }

  .studio-heading {
    margin-bottom: 34px;
  }

  .studio-layout {
    grid-template-columns: 1fr;
  }

  .application-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(174, 226, 222, 0.25);
  }

  .application-tab {
    min-width: 122px;
    min-height: 104px;
    padding: 14px 11px;
    border-right: 1px solid rgba(174, 226, 222, 0.16);
    border-bottom: 0;
  }

  .application-tab:last-child {
    border-right: 0;
  }

  .application-tab strong {
    font-size: 12px;
  }

  .application-stage {
    min-height: 640px;
    align-items: flex-start;
  }

  .application-copy {
    max-width: 100%;
    padding: 28px 22px 64px;
  }

  .application-copy h3 {
    max-width: 330px;
    font-size: 29px;
  }

  .application-copy > p:not(.studio-index) {
    max-width: 330px;
    font-size: 14px;
  }

  .application-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

.seo-page {
  background: var(--paper);
}

.seo-page-header {
  display: flex;
  position: relative;
  z-index: 10;
  height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(208, 232, 228, 0.25);
  background: #071826;
}

.seo-page-header .brand-name {
  color: #f7fffd;
}

.seo-page-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background: #071826;
}

.seo-page-hero > img,
.seo-page-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.seo-page-hero > img {
  object-fit: cover;
  filter: saturate(0.88) contrast(1.06);
}

.seo-page-shade {
  background: linear-gradient(90deg, rgba(5, 20, 31, 0.92) 0%, rgba(5, 20, 31, 0.78) 42%, rgba(5, 20, 31, 0.22) 74%, rgba(5, 20, 31, 0.1) 100%);
}

.seo-page-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 650px;
  max-width: 1180px;
  flex-direction: column;
  justify-content: center;
  padding-top: 84px;
  padding-bottom: 84px;
}

.seo-page-hero-content h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
}

.seo-page-hero-content > p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: #d5e6e7;
  font-size: 18px;
  line-height: 1.65;
}

.seo-page-hero-content .button {
  align-self: flex-start;
  margin-top: 30px;
}

.seo-page-section {
  padding: 96px 0;
  border-top: 1px solid #d6e6e3;
  background: #fff;
}

.seo-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 74px;
}

.seo-page-grid h2,
.seo-page-benefits h2,
.seo-page-faq h2,
.seo-page-cta h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.14;
}

.seo-page-grid p:not(.eyebrow),
.seo-page-cta p:not(.eyebrow) {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.seo-page-benefits {
  background: #edf6f3;
}

.seo-page-benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  border: 1px solid #cfe1dd;
  background: #cfe1dd;
}

.seo-page-benefit-list article {
  display: flex;
  gap: 13px;
  min-height: 116px;
  align-items: flex-start;
  padding: 24px;
  background: #fff;
}

.seo-page-benefit-list span {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 7px;
  background: var(--teal);
}

.seo-page-benefit-list p {
  margin: 0;
  line-height: 1.6;
}

.seo-page-faq {
  max-width: 860px;
}

.seo-page-faq details {
  border-bottom: 1px solid #d2e2df;
}

.seo-page-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-weight: 800;
}

.seo-page-faq summary span {
  color: var(--teal-dark);
  font-family: var(--mono);
  font-size: 20px;
}

.seo-page-faq details p {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.7;
}

.seo-page-cta {
  padding: 96px 0;
  background: #071826;
  color: #fff;
}

.seo-page-cta p:not(.eyebrow) {
  color: #bfd8d9;
}

.seo-page-cta .button {
  margin-top: 28px;
}

@media (max-width: 760px) {
  .seo-page-header {
    height: 68px;
    padding: 0 16px;
  }

  .seo-page-header .button span {
    display: none;
  }

  .seo-page-hero,
  .seo-page-hero-content {
    min-height: 650px;
  }

  .seo-page-hero > img {
    object-position: 65% center;
  }

  .seo-page-shade {
    background: rgba(5, 20, 31, 0.73);
  }

  .seo-page-hero-content {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .seo-page-hero-content h1 {
    font-size: 42px;
  }

  .seo-page-hero-content > p:not(.eyebrow) {
    font-size: 16px;
  }

  .seo-page-section,
  .seo-page-cta {
    padding: 72px 0;
  }

  .seo-page-grid,
  .seo-page-benefit-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .seo-page-benefit-list {
    gap: 1px;
  }

  .seo-page-grid h2,
  .seo-page-benefits h2,
  .seo-page-faq h2,
  .seo-page-cta h2 {
    font-size: 30px;
  }
}

.faq-section {
  padding: 112px 0;
  border-top: 1px solid #d3e5e2;
  background: #ffffff;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 88px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 108px;
}

.faq-intro h2 {
  max-width: 490px;
  margin: 0;
  color: var(--ink);
  font-size: 43px;
  line-height: 1.12;
}

.faq-intro > p:not(.eyebrow) {
  max-width: 470px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.faq-intro .button {
  margin-top: 28px;
}

.faq-list {
  border-top: 1px solid #bdd4d0;
}

.faq-list details {
  border-bottom: 1px solid #bdd4d0;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  list-style: none;
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--teal-dark);
  transition: transform 180ms ease;
}

.faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  margin: -4px 40px 25px 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 1040px) {
  .faq-layout {
    gap: 52px;
  }

  .faq-intro h2 {
    font-size: 38px;
  }
}

@media (max-width: 760px) {
  .faq-section {
    padding: 76px 0;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .faq-intro {
    position: static;
  }

  .faq-intro h2 {
    font-size: 32px;
  }

  .faq-list summary {
    min-height: 70px;
    font-size: 16px;
    line-height: 1.35;
  }

  .faq-list details p {
    margin-right: 0;
    font-size: 14px;
  }
}

/* Final responsive and motion layer: keep phone layouts in normal flow and readable. */
.hero-deployment {
  transform-origin: 72% 68%;
  animation: heroCameraDrift 14s ease-in-out infinite alternate;
}

.application-stage.is-transitioning .application-background {
  animation: sceneImageEnter 480ms ease both;
}

.application-stage.is-transitioning .application-copy,
.mission-readout.is-transitioning {
  animation: sceneCopyEnter 340ms ease both;
}

@keyframes heroCameraDrift {
  from { transform: scale(1); }
  to { transform: scale(1.018); }
}

@keyframes sceneImageEnter {
  from { opacity: 0.72; transform: scale(1.018); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes sceneCopyEnter {
  from { opacity: 0.72; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.deployment-section,
.market-intro,
.roi-section,
.faq-section,
.services-section {
  border-top: 1px solid #c9deda;
}

.deployment-card,
.product-card,
.roi-model,
.roi-readout,
.service-grid article {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.deployment-card:hover,
.deployment-card:focus-within,
.product-card:focus-within {
  border-color: rgba(4, 168, 156, 0.72);
  box-shadow: 0 18px 44px rgba(7, 45, 52, 0.13);
}

@media (min-width: 901px) {
  .nav-toggle {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 68px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .desktop-nav,
  .header-actions .text-link,
  .header-actions .button {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .mobile-nav {
    position: fixed;
    z-index: 28;
    top: 68px;
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(147, 199, 196, 0.22);
    background: #081923;
    transition: max-height 180ms ease;
  }

  .mobile-nav.is-open {
    max-height: 300px;
  }

  .mobile-nav a {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(147, 199, 196, 0.18);
    color: #f7fffd;
    font-weight: 800;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    height: 68px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 43px;
    height: 43px;
    flex: 0 0 auto;
  }

  .brand-name {
    max-width: none;
    font-size: 14px;
    white-space: nowrap;
  }

  .hero,
  .hero-content {
    min-height: 0;
    height: auto;
  }

  .hero-content {
    justify-content: flex-start;
    padding-top: 72px;
    padding-bottom: 46px;
  }

  .hero .eyebrow {
    max-width: 100%;
    margin-bottom: 19px;
    font-size: 11px;
    line-height: 1.55;
  }

  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(34px, 10.1vw, 40px);
    line-height: 1.08;
    overflow-wrap: normal;
  }

  .hero-description {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
    margin-top: 27px;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
    white-space: normal;
  }

  .hero-proof {
    position: static;
    right: auto;
    bottom: auto;
    left: auto;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .hero-proof div {
    display: grid;
    grid-template-columns: minmax(118px, 0.72fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 13px 0;
  }

  .hero-proof div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .hero-proof strong {
    font-size: 16px;
    line-height: 1.2;
  }

  .hero-proof span {
    margin-top: 0;
    font-size: 11px;
    line-height: 1.45;
  }

  .section-heading h2,
  .outcomes-copy h2,
  .cta-layout h2 {
    font-size: clamp(30px, 8.6vw, 36px);
    line-height: 1.14;
  }

  .section-heading > p:not(.eyebrow),
  .outcomes-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .application-tab {
    min-width: 140px;
  }

  .application-copy h3 {
    max-width: 100%;
    font-size: clamp(27px, 7.8vw, 31px);
  }

  .application-copy > p:not(.studio-index) {
    max-width: 100%;
  }

  .roi-model-top,
  .roi-readout-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .roi-model label {
    grid-template-columns: 1fr;
  }

  .roi-model label strong,
  .roi-model input[type="range"] {
    grid-column: 1;
  }

  .roi-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }

  .roi-timeline span:nth-child(even) {
    text-align: right;
  }

  .calculator-fields {
    grid-template-columns: 1fr;
  }

  .calculator-result {
    grid-template-columns: 1fr;
  }

  .calculator-result p {
    grid-column: 1;
  }

  .cta-layout .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .brand-name {
    font-size: 13px;
  }

  .nav-toggle {
    width: 46px;
    height: 46px;
  }

  .hero-content {
    padding-top: 58px;
    padding-bottom: 40px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-proof div {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .product-body,
  .calculator,
  .roi-model {
    padding-right: 18px;
    padding-left: 18px;
  }

  .product-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-deployment,
  .application-stage.is-transitioning .application-background,
  .application-stage.is-transitioning .application-copy,
  .mission-readout.is-transitioning {
    animation: none;
  }
}

/* Readability pass for photographic sections and narrow application tabs. */
.hero-shade {
  background: linear-gradient(90deg, rgba(4, 16, 26, 0.96) 0%, rgba(4, 16, 26, 0.9) 39%, rgba(4, 16, 26, 0.52) 62%, rgba(4, 16, 26, 0.12) 82%, rgba(4, 16, 26, 0.2) 100%);
}

.hero h1 {
  font-weight: 600;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.58);
}

.hero-description {
  color: #f3fbfb;
  font-weight: 600;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.82);
}

.deployment-heading > p {
  color: #294a52;
  font-weight: 600;
}

.deployment-overlay {
  background: linear-gradient(180deg, rgba(3, 16, 25, 0.2) 8%, rgba(3, 16, 25, 0.48) 47%, rgba(3, 16, 25, 0.92) 100%);
}

.deployment-copy h3,
.deployment-copy > p:not(.deployment-index),
.deployment-copy .text-button {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.92);
}

.deployment-copy > p:not(.deployment-index) {
  color: #f4fdfd;
  font-weight: 600;
}

.application-shade {
  background: linear-gradient(180deg, rgba(3, 17, 26, 0.28), rgba(3, 17, 26, 0.88));
}

.application-copy h3,
.application-copy > p:not(.studio-index),
.application-outcomes,
.application-system {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.application-copy > p:not(.studio-index),
.application-outcomes {
  color: #f3fbfb;
  font-weight: 600;
}

@media (max-width: 760px) {
  .application-tabs {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 154px;
    justify-content: start;
  }

  .application-tab {
    width: 154px;
    min-width: 0;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 4px 8px;
    padding: 14px 12px;
  }

  .application-tab strong,
  .application-tab small {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .application-tab strong {
    font-size: 12px;
    line-height: 1.25;
  }

  .application-tab small {
    font-size: 9px;
    line-height: 1.4;
  }

  .hero-shade {
    background: rgba(4, 16, 26, 0.82);
  }
}

/* Theme Toggle Button Styling */
.theme-toggle-btn {
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--ink);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.theme-toggle-btn:hover {
  background: var(--bg-tertiary);
  border-color: var(--teal);
}

.theme-toggle-btn svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}

/* Canvas Particles Overlay — above hero-shade (z-index 2) but below hero-content (z-index 5) */
#hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 5;
}

/* Circular Self-Drawing Progress Gauges */
.modal-spec-gauges {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  justify-content: flex-start;
}

.gauge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: var(--mono);
}

.gauge-container {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
}

.gauge-svg {
  width: 72px;
  height: 72px;
  transform: rotate(-90deg);
}

.gauge-bg {
  fill: none;
  stroke: var(--border-color);
  stroke-width: 6;
}

.gauge-fill {
  fill: none;
  stroke: var(--lime);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 207; /* 2 * PI * r where r=33 */
  stroke-dashoffset: 207;
  transition: stroke-dashoffset 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gauge-label {
  margin-top: 8px;
  font-size: 11px;
  color: var(--ink-soft);
}

.gauge-value {
  position: absolute;
  transform: translateY(26px);
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
}

/* Dynamic ROI & Savings Graphics */
.roi-visuals {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.roi-graphic-card {
  padding: 16px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background 300ms ease, border-color 300ms ease;
}

.roi-graphic-card svg {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}

.roi-battery-cell {
  fill: none;
  stroke: var(--ink-soft);
  stroke-width: 3;
}

.roi-battery-fill {
  fill: var(--lime);
  transition: height 0.3s ease, y 0.3s ease;
}

.roi-drum-liquid {
  fill: #ea580c;
  transition: height 0.3s ease, y 0.3s ease;
}

.roi-drum-body {
  fill: none;
  stroke: var(--ink-soft);
  stroke-width: 3;
}

/* WhatsApp Floating Button */
.whatsapp-float-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #25D366;
  color: #ffffff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  font-family: var(--mono);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  text-decoration: none;
}

.whatsapp-float-btn:hover {
  background: #20ba59;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
  color: #ffffff;
}

/* Contact Us Section */
.contact-section {
  padding: 112px 0;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-color);
  transition: background 300ms ease, border-color 300ms ease;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 80px;
  align-items: start;
}

.contact-info h2 {
  font-size: 42px;
  line-height: 1.1;
  margin: 12px 0 16px;
  color: var(--ink);
}

.contact-info > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 38px;
}

.contact-methods {
  display: grid;
  gap: 16px;
  margin-bottom: 42px;
}

.contact-method-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: var(--bg-primary);
  text-decoration: none;
  color: var(--ink);
  transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
}

.contact-method-item:hover {
  border-color: var(--teal);
  background: var(--bg-tertiary);
  transform: translateX(4px);
}

.contact-method-item svg {
  width: 24px;
  height: 24px;
  color: var(--teal-dark);
  flex-shrink: 0;
}

.contact-method-item div span {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-method-item div strong {
  display: block;
  font-size: 16px;
  margin-top: 2px;
}

.contact-sublabel {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--teal-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  font-weight: 600;
}

.contact-social-section {
  margin-bottom: 42px;
}

.social-links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--bg-primary);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
}

.social-link-btn:hover {
  border-color: var(--ink);
  background-color: var(--bg-tertiary);
  color: var(--ink);
}

.social-link-btn svg {
  width: 16px;
  height: 16px;
}

.founders-section {
  border-top: 1px solid var(--border-color);
  padding-top: 32px;
}

.founder-list {
  display: grid;
  gap: 12px;
}

.founder-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: var(--bg-primary);
}

.founder-item strong {
  display: block;
  font-size: 14px;
  color: var(--ink);
}

.founder-item span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

.founder-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  background: var(--bg-secondary);
  color: var(--ink-soft);
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
}

.founder-linkedin:hover {
  border-color: var(--ink);
  background-color: var(--bg-tertiary);
  color: var(--ink);
}

.founder-linkedin svg {
  width: 14px;
  height: 14px;
}

/* Contact Form Container */
.contact-form-container {
  padding: 34px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--bg-primary);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.04);
}

.contact-form .form-title h3 {
  font-size: 22px;
  margin: 0 0 6px;
  color: var(--ink);
}

.contact-form .form-title p {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 28px;
}

.form-fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.form-fields-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-fields-grid label.full-width {
  grid-column: 1 / -1;
}

.form-fields-grid label span {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-soft);
}

.form-fields-grid input,
.form-fields-grid select,
.form-fields-grid textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--bg-secondary);
  color: var(--ink);
  outline: none;
  font-size: 14px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.form-fields-grid input:focus,
.form-fields-grid select:focus,
.form-fields-grid textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 184, 169, 0.12);
}

.form-status {
  margin-top: 14px;
  font-size: 13px;
  font-family: var(--mono);
}

.form-status.is-error {
  color: #ea580c;
}

.form-status.is-success {
  color: var(--teal-dark);
}

/* Responsiveness overrides */
@media (max-width: 1040px) {
  .contact-grid {
    gap: 40px;
  }
  .contact-info h2 {
    font-size: 34px;
  }
}

@media (max-width: 760px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-section {
    padding: 76px 0;
  }
  .contact-form-container {
    padding: 24px 20px;
  }
  .form-fields-grid {
    grid-template-columns: 1fr;
  }
  .whatsapp-float-btn span {
    display: none;
  }
  .whatsapp-float-btn {
    padding: 12px;
  }
}

/* Team Grid & Founders Section (One team across the ESS lifecycle) */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.team-grid article {
  min-height: 250px;
  padding: 44px 36px;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
  position: relative;
}

.team-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  border-color: var(--teal);
  z-index: 2;
}

.founder-info h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 600;
}

.founder-info p.founder-role {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--teal-dark);
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.founder-info p.founder-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.founder-linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 10px 16px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--bg-primary);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  font-family: var(--mono);
  width: fit-content;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.founder-linkedin-link:hover {
  border-color: var(--ink);
  background-color: var(--bg-tertiary);
  color: var(--ink);
}

.founder-linkedin-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* WebKit & Apple OS compatibility fixes */
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Ensure all flexbox-nested SVGs keep their size on Safari */
.contact-method-item svg,
.social-link-btn svg,
.whatsapp-float-btn svg,
.founder-linkedin-link svg,
.hero-scroll svg,
.button svg,
.text-button svg {
  flex-shrink: 0 !important;
}

@media (max-width: 1040px) {
  .team-grid article {
    padding: 34px 24px;
  }
  .founder-info h3 {
    font-size: 20px;
  }
}

@media (max-width: 760px) {
  .team-grid {
    grid-template-columns: 1fr;
    border-left: 0;
    border-right: 0;
  }
  .team-grid article {
    border-left: 1px solid var(--border-color);
    padding: 36px 24px;
    min-height: 200px;
  }
}

