@font-face {
  font-family: "ZES Manrope";
  src: url("../fonts/Manrope-VariableFont_wght.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

body.zes-ui-maturity-page {
  --zes-green-950: #061a35;
  --zes-green-900: #082346;
  --zes-green-800: #0c315f;
  --zes-green-700: #b4231b;
  --zes-mint-50: #f5f7fa;
  --zes-mint-100: #edf1f6;
  --zes-ink: #071a34;
  --zes-muted: #4f6074;
  --zes-line: #d8dfe8;
  --zes-red: #c42b24;
  --zes-red-dark: #a91e18;
  --zes-navy: #071e3f;
  --zes-navy-light: #103565;
  --zes-white: #fff;
  --zes-shadow: 0 16px 48px rgba(7, 26, 52, 0.14);
  margin: 0;
  min-width: 0;
  background: #fff;
  color: #071c2c;
}

body.zes-ui-maturity-shell {
  font-family: "ZES Manrope", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.zes-ui-maturity-shell > :is(.skip-link, .topbar, .scroll-marker, .site-header, .site-footer, .whatsapp-float) {
  display: none !important;
}

.zes-shell-header-root { display: contents; }
.zes-shell-footer-root { overflow: visible; }

body.zes-ui-dialog-open { overflow: hidden; }

.zes-ui-home {
  --zes-green-950: #061a35;
  --zes-green-900: #082346;
  --zes-green-800: #0c315f;
  --zes-green-700: #b4231b;
  --zes-mint-50: #f5f7fa;
  --zes-mint-100: #edf1f6;
  --zes-ink: #071a34;
  --zes-muted: #4f6074;
  --zes-line: #d8dfe8;
  --zes-red: #c42b24;
  --zes-red-dark: #a91e18;
  --zes-navy: #071e3f;
  --zes-navy-light: #103565;
  --zes-white: #fff;
  --zes-shadow: 0 16px 48px rgba(7, 26, 52, 0.14);
  min-width: 0;
  overflow: clip;
  background: var(--zes-white);
  color: var(--zes-ink);
  font-family: "ZES Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-synthesis: none;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.zes-ui-home,
.zes-ui-home * { box-sizing: border-box; }

.zes-ui-home button,
.zes-ui-home input,
.zes-ui-home textarea,
.zes-ui-home select { font: inherit; }

.zes-ui-home button,
.zes-ui-home a { -webkit-tap-highlight-color: transparent; }

.zes-ui-home a { color: inherit; }
.zes-ui-home img { max-width: 100%; }
.zes-ui-home [hidden] { display: none !important; }
.zes-ui-home .zes-icon { width: 1em; height: 1em; display: block; }

.zes-ui-home :is(button, a, input, textarea, select):focus-visible {
  outline: 3px solid #005a3c;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #fff;
}

.zes-ui-home .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zes-skip-link {
  position: fixed;
  z-index: 100002;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--zes-white);
  color: var(--zes-green-950);
  box-shadow: var(--zes-shadow);
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.zes-skip-link:focus { transform: translateY(0); }

.zes-utility-bar {
  min-height: 36px;
  display: flex;
  align-items: center;
  background: #041c34;
  color: #fff;
}

.zes-utility-inner {
  width: min(100% - 90px, 1344px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 11px;
  font-weight: 700;
}

.zes-utility-inner :is(a, span) {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  text-decoration: none;
}

.zes-utility-inner a:hover { text-decoration: underline; text-underline-offset: 3px; }
.zes-utility-inner .zes-icon { color: #86c9ac; font-size: 15px; }

.zes-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 82px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e8eeeb;
  backdrop-filter: blur(14px);
}

body.admin-bar .zes-site-header { top: 32px; }

.zes-header-inner {
  width: min(100% - 90px, 1344px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.zes-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--zes-green-950);
  text-decoration: none;
  flex: 0 0 auto;
}

.zes-brand-mark {
  width: 56px;
  height: 58px;
  border-radius: 3px;
  display: block;
  object-fit: cover;
  box-shadow: 0 1px 4px rgba(2, 46, 35, 0.15);
}

.zes-brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1.15;
}

.zes-brand-copy strong { font-size: 15px; font-weight: 800; }
.zes-brand-copy span { font-size: 11px; color: #33443b; }

.zes-primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 29px;
  color: var(--zes-ink);
  font-size: 13px;
  font-weight: 700;
}

.zes-primary-nav > a:not(.zes-nav-cta),
.zes-nav-trigger {
  border: 0;
  padding: 14px 0;
  background: transparent;
  color: var(--zes-ink);
  text-decoration: none;
  cursor: pointer;
}

.zes-primary-nav > a:not(.zes-nav-cta):hover,
.zes-nav-trigger:hover { color: var(--zes-green-700); }

.zes-primary-nav [aria-current="page"] {
  color: var(--zes-green-800);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.zes-nav-group { position: relative; }

.zes-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.zes-nav-trigger .zes-icon {
  font-size: 15px;
  transition: transform 160ms ease;
}

.zes-nav-group.is-open .zes-nav-trigger .zes-icon { transform: rotate(180deg); }

.zes-nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: 244px;
  padding: 10px;
  background: var(--zes-white);
  border: 1px solid var(--zes-line);
  border-radius: 10px;
  box-shadow: var(--zes-shadow);
  transform: translateX(-50%);
}

.zes-nav-dropdown a,
.zes-nav-dropdown button {
  width: 100%;
  min-height: 44px;
  border: 0;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  border-radius: 7px;
  background: transparent;
  color: var(--zes-ink);
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.zes-nav-dropdown :is(a, button):hover {
  background: var(--zes-mint-100);
  color: var(--zes-green-800);
}

.zes-menu-toggle {
  display: none;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--zes-line);
  border-radius: 7px;
  background: var(--zes-white);
  color: var(--zes-green-950);
  cursor: pointer;
}

.zes-menu-toggle .zes-icon { font-size: 24px; }
.zes-menu-close-icon { display: none; }
.zes-menu-toggle[aria-expanded="true"] .zes-menu-open-icon { display: none; }
.zes-menu-toggle[aria-expanded="true"] .zes-menu-close-icon { display: block; }

.zes-noscript-nav {
  width: min(100% - 32px, 1344px);
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--zes-green-950);
  font-size: 13px;
  font-weight: 800;
}

.zes-noscript-nav a { color: inherit; text-underline-offset: 3px; }

.zes-button {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.zes-button .zes-icon { font-size: 19px; }
.zes-button:hover { transform: translateY(-1px); }
.zes-ui-home .zes-button-primary { background: var(--zes-green-800); color: var(--zes-white); }
.zes-ui-home .zes-button-primary:hover { background: var(--zes-green-950); color: var(--zes-white); }
.zes-ui-home .zes-button-light { background: var(--zes-white); color: var(--zes-green-950); }
.zes-ui-home .zes-button-light:hover { background: var(--zes-mint-100); color: var(--zes-green-950); }
.zes-ui-home .zes-button-secondary { border-color: #789689; background: var(--zes-white); color: var(--zes-green-800); }
.zes-ui-home .zes-button-outline-light { border-color: rgba(255, 255, 255, 0.76); background: rgba(2, 46, 35, 0.22); color: var(--zes-white); }
.zes-ui-home .zes-button-outline-light:hover { border-color: var(--zes-white); background: rgba(2, 46, 35, 0.7); color: var(--zes-white); }
.zes-nav-cta { min-width: 154px; }

.zes-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 296px;
  gap: 16px;
  min-height: 480px;
  padding-right: max(32px, calc((100vw - 1344px) / 2));
  background: var(--zes-white);
}

.zes-hero-visual {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: var(--zes-green-950);
}

.zes-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.zes-hero-image,
.zes-hero-poster,
.zes-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.zes-hero-poster {
  transform: scale(1.025);
  transition: opacity 320ms ease;
}

.zes-hero-video {
  opacity: 0;
  background: var(--zes-green-950);
  transition: opacity 420ms ease;
}

.zes-hero-visual.is-video-ready .zes-hero-video { opacity: 1; }
.zes-hero-visual.is-carousel-progressing .zes-hero-poster {
  animation: zes-hero-poster-drift var(--zes-carousel-duration, 8500ms) ease-out forwards;
}

.zes-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 54, 39, 0.98) 0%, rgba(1, 54, 39, 0.9) 31%, rgba(1, 54, 39, 0.28) 62%, rgba(1, 54, 39, 0.02) 82%);
}

.zes-hero-content {
  position: relative;
  z-index: 1;
  width: min(100% - 64px, 600px);
  min-height: 480px;
  margin-left: max(48px, calc((100vw - 1344px) / 2));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--zes-white);
}

.zes-eyebrow {
  margin: 0 0 10px;
  color: var(--zes-green-700);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.zes-hero-eyebrow { color: #9ed8bd; }

.zes-hero-service-context {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.zes-hero-service-context .zes-eyebrow { margin: 0; }

.zes-hero-service-count {
  min-width: 70px;
  min-height: 30px;
  padding: 5px 9px;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(1, 35, 27, 0.48);
  color: #c8eee0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.zes-hero-service-count strong { color: var(--zes-white); font-size: 14px; }

.zes-hero h1 {
  margin: 0;
  max-width: 620px;
  color: var(--zes-white);
  font-size: clamp(52px, 4.55vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.zes-hero-content > p:not(.zes-eyebrow),
.zes-hero-service-panel > p {
  max-width: 520px;
  margin: 10px 0 22px;
  color: var(--zes-white);
  font-size: 21px;
  line-height: 1.48;
}

.zes-hero-service-slides,
.zes-hero-service-panel { width: 100%; }

.zes-hero-service-panel[hidden] { display: none; }
.zes-hero-service-panel.is-entering { animation: zes-hero-panel-enter 480ms cubic-bezier(0.2, 0.75, 0.25, 1) both; }

.zes-hero-service-headline {
  max-width: 560px;
  margin: 14px 0 0;
  color: var(--zes-white);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 750;
}

.zes-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zes-mobile-hero-actions { display: none; }

.zes-hero-carousel-controls {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  max-width: min(760px, calc(100% - 32px));
  min-height: 58px;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  background: rgba(1, 38, 29, 0.82);
  box-shadow: 0 18px 44px rgba(0, 22, 16, 0.28);
  backdrop-filter: blur(14px);
}

.zes-carousel-toggle,
.zes-carousel-selector,
.zes-carousel-arrow {
  min-height: 44px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 13px;
  flex: 0 0 auto;
  background: transparent;
  color: var(--zes-white);
  font-size: 11px;
  line-height: 1.1;
  font-weight: 800;
  cursor: pointer;
}

.zes-carousel-toggle { min-width: 76px; }
.zes-carousel-arrow { width: 46px; padding: 0; display: grid; place-items: center; }
.zes-carousel-arrow .zes-icon { font-size: 18px; }
.zes-carousel-arrow-prev .zes-icon { transform: rotate(180deg); }
.zes-carousel-selectors { position: relative; min-width: 0; display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
.zes-carousel-selectors::-webkit-scrollbar { display: none; }
.zes-carousel-selector { min-width: 82px; display: grid; place-content: center; gap: 3px; text-align: left; }
.zes-carousel-selector-number { color: #8ed8b8; font-size: 9px; letter-spacing: 0.14em; }
.zes-carousel-arrow-next { border-right: 0; }
.zes-carousel-selector:hover { background: rgba(255, 255, 255, 0.1); }
.zes-carousel-arrow:hover,
.zes-carousel-toggle:hover { background: rgba(255, 255, 255, 0.1); }
.zes-carousel-selector[aria-current="true"] { background: linear-gradient(180deg, #d5f2e5, #bde8d3); color: var(--zes-green-950); }
.zes-carousel-selector[aria-current="true"] .zes-carousel-selector-number { color: #006546; }
.zes-ui-home :is(.zes-carousel-toggle, .zes-carousel-selector, .zes-carousel-arrow):focus-visible { outline-color: #fff; outline-offset: -4px; box-shadow: none; }
.zes-ui-home .zes-carousel-selector[aria-current="true"]:focus-visible { outline-color: #005a3c; }

.zes-carousel-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.13);
}

.zes-carousel-progress > span {
  width: 100%;
  height: 100%;
  display: block;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #67d5a6, #d9f6e9);
}

.zes-hero-visual.is-carousel-progressing .zes-carousel-progress > span {
  animation: zes-carousel-progress var(--zes-carousel-duration, 8500ms) linear forwards;
}

@keyframes zes-carousel-progress {
  to { transform: scaleX(1); }
}

@keyframes zes-hero-poster-drift {
  from { transform: scale(1.025); }
  to { transform: scale(1.055); }
}

@keyframes zes-hero-panel-enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.zes-action-hub {
  align-self: center;
  overflow: hidden;
  border: 1px solid var(--zes-line);
  border-radius: 5px;
  background: var(--zes-white);
  box-shadow: 0 8px 26px rgba(2, 46, 35, 0.08);
}

.zes-action-hub h2 {
  margin: 0;
  padding: 17px 18px;
  background: var(--zes-green-950);
  color: var(--zes-white);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.zes-action-list { display: grid; }

.zes-action-item {
  width: 100%;
  min-height: 111px;
  border: 0;
  border-bottom: 1px solid var(--zes-line);
  padding: 15px 13px;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 13px;
  background: var(--zes-white);
  color: var(--zes-ink);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease;
}

.zes-action-item:last-child { border-bottom: 0; }
.zes-action-item:hover { background: var(--zes-mint-50); }

.zes-action-icon,
.zes-lifecycle-icon {
  display: grid;
  place-items: center;
  color: var(--zes-white);
  background: var(--zes-green-700);
  border-radius: 6px;
}

.zes-action-icon { width: 66px; height: 72px; }
.zes-action-icon .zes-icon { font-size: 34px; }
.zes-action-copy { display: grid; gap: 5px; }
.zes-action-copy strong { font-size: 14px; line-height: 1.25; }
.zes-action-copy span { color: #283831; font-size: 11px; line-height: 1.35; }
.zes-action-arrow { color: var(--zes-green-700); font-size: 24px; }

.zes-proof-strip {
  position: relative;
  z-index: 2;
  width: min(100% - 80px, 1180px);
  min-height: 82px;
  margin: -1px auto 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(126, 176, 155, 0.52);
  border-radius: 8px;
  background: #041c34;
  color: var(--zes-white);
  box-shadow: 0 12px 32px rgba(4, 28, 52, 0.16);
}

.zes-proof-item {
  min-height: 82px;
  padding: 15px 18px;
  display: grid;
  grid-template-columns: 38px 28px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.zes-proof-item:last-child { border-right: 0; }
.zes-proof-icon { display: grid; place-items: center; color: #9ed8bd; font-size: 26px; }
.zes-proof-number { color: #9ed8bd; font-size: 11px; font-weight: 800; }
.zes-proof-item strong { color: var(--zes-white); font-size: 12px; line-height: 1.35; }

.zes-section { width: min(100% - 80px, 1180px); margin-inline: auto; }
.zes-services-section { padding: 4px 0 30px; scroll-margin-top: 110px; }
.zes-projects-section { padding: 26px 0 22px; }
.zes-section-heading { margin-bottom: 18px; }

.zes-split-heading {
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(360px, 420px);
  align-items: end;
  gap: 55px;
}

.zes-section-heading h2,
.zes-documentation h2 {
  margin: 0;
  color: var(--zes-ink);
  font-size: 29px;
  line-height: 1.18;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.zes-section-heading > p,
.zes-documentation-intro > p:last-child {
  margin: 0;
  color: var(--zes-muted);
  font-size: 12px;
  line-height: 1.48;
}

.zes-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.zes-service-card {
  overflow: hidden;
  min-height: 360px;
  display: grid;
  grid-template-rows: 158px minmax(0, 1fr);
  border: 1px solid var(--zes-line);
  border-radius: 7px;
  background: var(--zes-white);
  color: var(--zes-ink);
  box-shadow: 0 8px 24px rgba(7, 28, 44, 0.08);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.zes-service-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(7, 28, 44, 0.14); }
.zes-service-card > img { width: 100%; height: 158px; display: block; object-fit: cover; }
.zes-service-copy { padding: 18px 18px 16px; display: flex; flex-direction: column; align-items: flex-start; }
.zes-service-copy strong { color: var(--zes-ink); font-size: 17px; line-height: 1.25; }
.zes-service-copy > span { margin-top: 9px; color: var(--zes-muted); font-size: 12px; line-height: 1.55; }
.zes-service-copy small { margin-top: auto; padding-top: 16px; display: inline-flex; align-items: center; gap: 7px; color: var(--zes-green-800); font-size: 11px; font-weight: 800; }
.zes-service-copy small .zes-icon { font-size: 16px; }

.zes-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.zes-project-card {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  border-radius: 4px;
  background: #1f2925;
  color: var(--zes-white);
  text-decoration: none;
  box-shadow: 0 5px 18px rgba(7, 28, 44, 0.1);
}

.zes-project-card > img {
  width: 100%;
  height: 137px;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.zes-project-card:hover > img { transform: scale(1.025); }

.zes-project-caption {
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  background: rgba(31, 41, 37, 0.97);
}

.zes-project-caption > span:first-child { padding: 11px 15px; display: grid; gap: 3px; }
.zes-project-caption strong { color: var(--zes-white); font-size: 15px; line-height: 1.2; }
.zes-project-caption small { color: var(--zes-white); font-size: 11px; line-height: 1.35; }
.zes-project-arrow { display: grid; place-items: center; background: var(--zes-green-700); font-size: 23px; }

.zes-lifecycle-section { padding: 4px 0 22px; }
.zes-compact-heading { margin-bottom: 18px; }

.zes-lifecycle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--zes-line);
  border-radius: 5px;
  overflow: hidden;
}

.zes-lifecycle-card {
  width: 100%;
  min-height: 106px;
  border: 0;
  border-right: 1px solid var(--zes-line);
  padding: 15px 14px;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 14px;
  background: var(--zes-white);
  color: var(--zes-ink);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease;
}

.zes-lifecycle-card:last-child { border-right: 0; }
.zes-lifecycle-card:hover { background: var(--zes-mint-50); }
.zes-lifecycle-icon { width: 68px; height: 72px; }
.zes-lifecycle-icon .zes-icon { font-size: 32px; }
.zes-lifecycle-copy { display: grid; gap: 7px; }
.zes-lifecycle-copy strong { font-size: 13px; }
.zes-lifecycle-copy span { font-size: 11px; line-height: 1.45; }
.zes-lifecycle-arrow { color: var(--zes-green-700); }

.zes-documentation {
  margin-bottom: 28px;
  padding: 20px 20px 22px;
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  border-radius: 5px;
  background: var(--zes-mint-50);
}

.zes-documentation h2 { margin-bottom: 8px; font-size: 20px; }
.zes-document-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }

.zes-document-item {
  min-height: 76px;
  padding: 5px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-left: 1px solid var(--zes-line);
  color: var(--zes-green-800);
  text-align: center;
}

.zes-document-item .zes-icon { font-size: 27px; }
.zes-document-item span { color: var(--zes-ink); font-size: 11px; line-height: 1.3; font-weight: 700; }

.zes-enquiry-section {
  scroll-margin-top: 110px;
  padding: 54px max(32px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  align-items: center;
  gap: 54px;
  background: var(--zes-green-950);
  color: var(--zes-white);
}

.zes-enquiry-intro .zes-eyebrow { color: #9ed8bd; }
.zes-enquiry-intro h2 { margin: 0; max-width: 520px; color: var(--zes-white); font-size: 38px; line-height: 1.15; letter-spacing: -0.04em; }
.zes-enquiry-intro > p:not(.zes-eyebrow) { max-width: 520px; margin: 18px 0 26px; color: #d9e9e2; font-size: 15px; line-height: 1.65; }
.zes-enquiry-intro > a { margin-top: 12px; display: flex; align-items: center; gap: 10px; width: fit-content; color: var(--zes-white); font-size: 13px; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.zes-enquiry-intro > a .zes-icon { color: #9ed8bd; font-size: 21px; }

.zes-enquiry-panel {
  border-radius: 9px;
  padding: 28px;
  background: var(--zes-white);
  color: var(--zes-ink);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.22);
}

.zes-form-notice { margin: 0 0 18px; border-radius: 6px; padding: 12px 14px; font-size: 13px; line-height: 1.45; font-weight: 700; }
.zes-form-notice.is-success { border: 1px solid #8bd0ad; background: #edf8f2; color: #064a31; }
.zes-form-notice.is-error { border: 1px solid #f2aaa3; background: #fff2f0; color: #8a2117; }
.zes-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.zes-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.zes-enquiry-form label { display: grid; gap: 7px; color: var(--zes-ink); font-size: 11px; font-weight: 800; }
.zes-enquiry-form :is(input, select, textarea) { width: 100%; border: 1px solid #52665a; border-radius: 5px; padding: 11px 12px; background: var(--zes-white); color: var(--zes-ink); font-size: 13px; }
.zes-enquiry-form :is(input, select) { min-height: 44px; }
.zes-enquiry-form textarea { min-height: 116px; resize: vertical; }
.zes-form-full { grid-column: 1 / -1; }
.zes-form-consent { margin: 16px 0; display: flex !important; grid-template-columns: none !important; flex-direction: row; align-items: flex-start; gap: 9px !important; color: #52665a !important; font-weight: 600 !important; line-height: 1.45; }
.zes-form-consent input { width: 18px; min-height: 18px; height: 18px; flex: 0 0 18px; margin: 1px 0 0; padding: 0; }
.zes-enquiry-form > .zes-button { min-width: 168px; }

.zes-solutions-hero {
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  overflow: hidden;
  background: var(--zes-green-950);
  color: var(--zes-white);
}

.zes-solutions-hero-copy {
  padding: 76px max(48px, calc((100vw - 1344px) / 2));
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zes-solutions-hero-copy .zes-eyebrow { color: #9ed8bd; }
.zes-solutions-hero-copy h1 { max-width: 690px; margin: 0; color: var(--zes-white); font-size: clamp(48px, 5.3vw, 76px); line-height: 0.99; letter-spacing: -0.055em; }
.zes-solutions-hero-copy > p:not(.zes-eyebrow) { max-width: 650px; margin: 25px 0 29px; color: #e3f0eb; font-size: 18px; line-height: 1.6; }

.zes-solutions-hero-media { position: relative; min-height: 570px; overflow: hidden; }
.zes-solutions-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 46, 35, 0.46), rgba(2, 46, 35, 0.03) 52%, rgba(2, 46, 35, 0.14)); pointer-events: none; }
.zes-solutions-hero-media > img { width: 100%; height: 100%; display: block; object-fit: cover; }

.zes-solutions-hero-panel {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  left: 26px;
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  background: rgba(2, 46, 35, 0.9);
  backdrop-filter: blur(12px);
}

.zes-solutions-hero-panel > span { padding: 17px 14px; display: flex; flex-direction: column; justify-content: center; gap: 9px; border-right: 1px solid rgba(255, 255, 255, 0.2); color: var(--zes-white); font-size: 12px; }
.zes-solutions-hero-panel > span:last-child { border-right: 0; }
.zes-solutions-hero-panel .zes-icon { color: #9ed8bd; font-size: 23px; }

.zes-solutions-core { padding-top: 66px; }

#zes-solutions-grid,
.zes-solution-card[id],
#delivery-process { scroll-margin-top: 110px; }
.zes-solutions-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }

.zes-solution-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--zes-line);
  border-radius: 8px;
  background: var(--zes-white);
  box-shadow: 0 12px 34px rgba(2, 46, 35, 0.08);
}

.zes-solution-card:first-child { grid-column: span 2; grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr); grid-template-rows: 1fr; }
.zes-solution-media { position: relative; min-height: 220px; display: block; overflow: hidden; background: var(--zes-mint-100); }
.zes-solution-card:first-child .zes-solution-media { min-height: 100%; }
.zes-solution-media img { width: 100%; height: 100%; min-height: 220px; display: block; object-fit: cover; transition: transform 260ms ease; }
.zes-solution-card:hover .zes-solution-media img { transform: scale(1.025); }
.zes-solution-icon { position: absolute; left: 18px; bottom: 0; width: 56px; height: 56px; display: grid; place-items: center; border: 3px solid var(--zes-white); border-radius: 8px 8px 0 0; background: var(--zes-green-700); color: var(--zes-white); font-size: 26px; }

.zes-solution-body { min-width: 0; padding: 25px 24px 24px; display: flex; flex-direction: column; }
.zes-solution-body .zes-eyebrow { margin-bottom: 8px; font-size: 10px; }
.zes-solution-body h3 { margin: 0; color: var(--zes-ink); font-size: 22px; line-height: 1.18; letter-spacing: -0.025em; }
.zes-solution-body > p:not(.zes-eyebrow) { margin: 14px 0 20px; color: var(--zes-muted); font-size: 13px; line-height: 1.62; }
.zes-solution-body > a { margin-top: auto; display: inline-flex; align-items: center; gap: 9px; color: var(--zes-green-700); font-size: 12px; font-weight: 800; text-decoration: none; }
.zes-solution-body > a .zes-icon { font-size: 16px; }

.zes-service-directory {
  margin-top: 28px;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: 36px;
  border: 1px solid var(--zes-line);
  border-radius: 8px;
  background: var(--zes-mint-50);
}

.zes-service-directory h2 { margin: 0; color: var(--zes-ink); font-size: 27px; line-height: 1.16; letter-spacing: -0.03em; }
.zes-service-directory > div > p:not(.zes-eyebrow) { margin: 14px 0 0; color: var(--zes-muted); font-size: 13px; line-height: 1.6; }
.zes-service-directory ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; list-style: none; }
.zes-service-directory li { min-width: 0; }
.zes-service-directory li a { min-height: 46px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid var(--zes-line); border-radius: 6px; background: var(--zes-white); color: var(--zes-ink); font-size: 12px; font-weight: 750; line-height: 1.35; text-decoration: none; }
.zes-service-directory li a:hover { border-color: #789689; color: var(--zes-green-800); }
.zes-service-directory li .zes-icon { flex: 0 0 auto; color: var(--zes-green-700); font-size: 15px; }

.zes-solutions-core .navigation.pagination { margin: 24px 0 0; }
.zes-solutions-core .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.zes-solutions-core .page-numbers { min-width: 44px; min-height: 44px; padding: 9px 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--zes-line); border-radius: 6px; background: var(--zes-white); color: var(--zes-green-800); font-size: 12px; font-weight: 800; text-decoration: none; }
.zes-solutions-core .page-numbers.current { border-color: var(--zes-green-800); background: var(--zes-green-800); color: var(--zes-white); }

.zes-petrol-scope { padding-top: 42px; }
.zes-petrol-scope-intro { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr); overflow: hidden; border-radius: 9px 9px 0 0; background: var(--zes-green-950); color: var(--zes-white); }
.zes-petrol-scope-intro > div { padding: 50px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.zes-petrol-scope-intro .zes-eyebrow { color: #9ed8bd; }
.zes-petrol-scope-intro h2 { margin: 0; color: var(--zes-white); font-size: 38px; line-height: 1.12; letter-spacing: -0.04em; }
.zes-petrol-scope-intro p:not(.zes-eyebrow) { margin: 20px 0 25px; color: #d9e9e2; font-size: 14px; line-height: 1.65; }
.zes-petrol-scope-intro > img { width: 100%; height: 100%; min-height: 390px; display: block; object-fit: cover; }

.zes-petrol-scope-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--zes-line); border-top: 0; border-radius: 0 0 9px 9px; }
.zes-petrol-scope-grid article { position: relative; min-height: 230px; padding: 28px 24px; border-right: 1px solid var(--zes-line); background: var(--zes-white); }
.zes-petrol-scope-grid article:last-child { border-right: 0; }
.zes-petrol-step-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 7px; background: var(--zes-mint-100); color: var(--zes-green-700); font-size: 23px; }
.zes-petrol-step-number { position: absolute; top: 31px; right: 22px; color: #879c91; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; }
.zes-petrol-scope-grid h3 { margin: 20px 0 9px; color: var(--zes-ink); font-size: 17px; }
.zes-petrol-scope-grid p { margin: 0; color: var(--zes-muted); font-size: 12px; line-height: 1.58; }

.zes-solutions-interface-band { margin-top: 66px; padding: 62px max(32px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); align-items: center; gap: 68px; background: #061c2b; color: var(--zes-white); }
.zes-solutions-interface-band .zes-eyebrow { color: #9ed8bd; }
.zes-solutions-interface-band h2 { margin: 0; color: var(--zes-white); font-size: 38px; line-height: 1.12; letter-spacing: -0.04em; }
.zes-solutions-interface-band > div:first-child > p:not(.zes-eyebrow) { margin: 18px 0 0; color: #c9d9df; font-size: 14px; line-height: 1.65; }
.zes-interface-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(255, 255, 255, 0.19); border-radius: 8px; overflow: hidden; }
.zes-interface-list > span { min-height: 170px; padding: 25px 22px; display: flex; flex-direction: column; gap: 11px; border-right: 1px solid rgba(255, 255, 255, 0.15); }
.zes-interface-list > span:last-child { border-right: 0; }
.zes-interface-list .zes-icon { color: #8bd0ad; font-size: 29px; }
.zes-interface-list strong { font-size: 14px; }
.zes-interface-list small { color: #c9d9df; font-size: 11px; line-height: 1.55; }

.zes-solutions-delivery { padding-top: 66px; }
.zes-solutions-delivery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--zes-line); border-radius: 8px; overflow: hidden; }
.zes-solutions-delivery-grid article { position: relative; min-height: 220px; padding: 28px 24px; border-right: 1px solid var(--zes-line); background: var(--zes-white); }
.zes-solutions-delivery-grid article:last-child { border-right: 0; }
.zes-delivery-number { position: absolute; top: 27px; right: 22px; color: #8fa399; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; }
.zes-delivery-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 7px; background: var(--zes-green-700); color: var(--zes-white); font-size: 24px; }
.zes-solutions-delivery-grid h3 { margin: 20px 0 10px; font-size: 16px; }
.zes-solutions-delivery-grid p { margin: 0; color: var(--zes-muted); font-size: 12px; line-height: 1.6; }

.zes-solutions-cta { margin-top: 66px; padding: 54px max(32px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 56px; background: var(--zes-green-800); color: var(--zes-white); }
.zes-solutions-cta .zes-eyebrow { color: #9ed8bd; }
.zes-solutions-cta h2 { margin: 0; color: var(--zes-white); font-size: 38px; line-height: 1.12; letter-spacing: -0.04em; }
.zes-solutions-cta > div:first-child > p:not(.zes-eyebrow) { max-width: 720px; margin: 17px 0 0; color: #dcebe5; font-size: 14px; line-height: 1.6; }
.zes-solutions-cta-actions { min-width: 270px; display: flex; flex-direction: column; align-items: stretch; gap: 11px; }
.zes-solutions-cta-actions > a:last-child { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 8px; color: var(--zes-white); font-size: 13px; font-weight: 800; text-underline-offset: 4px; }

.zes-footer {
  padding: 40px max(32px, calc((100vw - 1240px) / 2)) 106px;
  border-top: 1px solid rgba(158, 216, 189, 0.24);
  background: #011f18;
  color: var(--zes-white);
}

.zes-footer-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.9fr) minmax(280px, 0.95fr); align-items: start; gap: 52px; }
.zes-footer .zes-brand { margin: 0; color: var(--zes-white); }
.zes-footer .zes-brand-copy span,
.zes-footer p { color: #c5d7cf; }
.zes-footer p { max-width: 410px; font-size: 13px; line-height: 1.6; }
.zes-footer h2 { margin: 0 0 18px; color: var(--zes-white); font-size: 16px; font-weight: 800; }
.zes-footer-about > p { margin: 19px 0 0; }
.zes-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }

.zes-footer a {
  margin-bottom: 11px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--zes-white);
  font-size: 13px;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.zes-footer-contact p { display: flex; align-items: flex-start; gap: 9px; }
.zes-footer-contact .zes-icon { flex: 0 0 auto; margin-top: 4px; }
.zes-footer-contact > a { min-height: 36px; margin: 0; }
.zes-footer-contact > p { margin: 7px 0 0; }

.zes-footer-services ul { margin: 0; padding: 0; display: grid; list-style: none; }
.zes-footer-services li { min-width: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
.zes-footer-services li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.13); }
.zes-footer-services a { width: 100%; min-height: 44px; margin: 0; display: flex; justify-content: space-between; gap: 14px; text-decoration: none; }
.zes-footer-services a > span { min-width: 0; }
.zes-footer-services a .zes-icon { flex: 0 0 auto; color: #9ed8bd; font-size: 15px; transition: transform 160ms ease; }
.zes-footer-services a:hover .zes-icon { transform: translateX(3px); }

.zes-footer-legal {
  margin-top: 34px;
  padding: 18px 390px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.zes-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.zes-footer-legal p { margin: 0; max-width: none; font-size: 11px; }
.zes-footer-legal a { margin: 0; color: #dceae4; font-size: 11px; }
.zes-footer-legal a:hover { color: var(--zes-white); }

.zes-modal {
  position: fixed;
  z-index: 100001;
  inset: 0;
  padding: 24px;
  display: grid;
  place-items: center;
  overflow-y: auto;
  background: rgba(1, 22, 16, 0.72);
  backdrop-filter: blur(5px);
}

.zes-dialog {
  position: relative;
  width: min(100%, 680px);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  border-radius: 10px;
  padding: 34px;
  background: var(--zes-white);
  color: var(--zes-ink);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.zes-dialog h2 { margin: 0; color: var(--zes-ink); font-size: 32px; line-height: 1.17; letter-spacing: -0.035em; font-weight: 800; }
.zes-dialog-intro { margin: 10px 0 22px; color: var(--zes-muted); font-size: 14px; line-height: 1.55; }

.zes-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--zes-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--zes-white);
  color: var(--zes-green-950);
  cursor: pointer;
}

.zes-dialog-close .zes-icon { font-size: 21px; }
.zes-demo-list {
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.zes-demo-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--zes-ink);
  font-size: 14px;
  line-height: 1.5;
}

.zes-demo-list .zes-icon { margin-top: 2px; color: var(--zes-green-700); font-size: 21px; }
.zes-demo-actions { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 1120px) {
	.zes-utility-inner { width: min(100% - 40px, 1344px); }
  .zes-header-inner { width: min(100% - 40px, 1344px); }
  .zes-primary-nav { gap: 18px; }
  .zes-site-header .zes-brand-copy { display: none; }
  .zes-hero { grid-template-columns: minmax(0, 1fr) 284px; padding-right: 20px; }
  .zes-section { width: min(100% - 48px, 1240px); }
	.zes-proof-strip { width: min(100% - 48px, 1240px); }
	.zes-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.zes-service-card { min-height: 340px; }
	.zes-enquiry-section { grid-template-columns: minmax(0, 0.7fr) minmax(500px, 1.3fr); gap: 34px; }
  .zes-solutions-hero { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
  .zes-solutions-hero-copy { padding-left: 36px; padding-right: 36px; }
  .zes-solutions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zes-solution-card:first-child { grid-column: span 2; }
  .zes-petrol-scope-intro { grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr); }
  .zes-petrol-scope-intro > div { padding: 38px; }
  .zes-solutions-interface-band { gap: 38px; }
  .zes-lifecycle-card { grid-template-columns: 58px minmax(0, 1fr) 14px; gap: 10px; }
  .zes-lifecycle-icon { width: 58px; height: 64px; }
}

@media (max-width: 900px) {
	.zes-utility-inner { width: min(100% - 32px, 1344px); }
  .zes-noscript-nav { padding: 14px 0; flex-direction: column; gap: 10px; }
  .zes-site-header { height: 74px; }
  .zes-header-inner { width: min(100% - 32px, 1344px); }
  .zes-brand-mark { width: 49px; height: 50px; }
  .zes-site-header .zes-brand-copy { display: grid; }
  .zes-menu-toggle { display: grid; }

  .zes-primary-nav {
    position: absolute;
    top: 74px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - 74px);
    overflow-y: auto;
    padding: 18px 22px 28px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2px;
    background: var(--zes-white);
    border-top: 1px solid var(--zes-line);
    box-shadow: 0 18px 28px rgba(2, 46, 35, 0.11);
  }

  body.admin-bar .zes-primary-nav { max-height: calc(100dvh - 120px); }
  .zes-primary-nav.is-open { display: flex; }

  .zes-primary-nav > a:not(.zes-nav-cta),
  .zes-nav-trigger {
    width: 100%;
    min-height: 46px;
    padding: 11px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .zes-nav-dropdown {
    position: static;
    width: auto;
    padding: 0 0 8px 12px;
    border: 0;
    border-left: 2px solid var(--zes-line);
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .zes-nav-cta { margin-top: 10px; width: 100%; }
  .zes-hero { grid-template-columns: 1fr; padding-right: 0; }
  .zes-hero-content { margin-left: 32px; width: min(100% - 64px, 620px); }
  .zes-action-hub { width: min(100% - 48px, 740px); margin: 18px auto 0; }
  .zes-action-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .zes-action-item {
    min-height: 168px;
    grid-template-columns: 1fr 22px;
    grid-template-rows: auto 1fr;
    align-items: start;
    border-right: 1px solid var(--zes-line);
    border-bottom: 0;
  }

  .zes-action-item:last-child { border-right: 0; }
  .zes-action-icon { grid-column: 1 / 2; }
  .zes-action-copy { grid-column: 1 / 2; }
  .zes-action-arrow { grid-column: 2 / 3; grid-row: 1 / 3; align-self: center; }
	.zes-proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.zes-proof-item:nth-child(2) { border-right: 0; }
	.zes-proof-item:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
  .zes-project-grid { grid-template-columns: 1fr; }
  .zes-project-card { min-height: 250px; }
  .zes-project-card > img { height: 186px; }
  .zes-lifecycle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zes-lifecycle-card:nth-child(2) { border-right: 0; }
  .zes-lifecycle-card:nth-child(-n + 2) { border-bottom: 1px solid var(--zes-line); }
  .zes-documentation { grid-template-columns: 1fr; }
  .zes-document-grid { border-top: 1px solid var(--zes-line); padding-top: 16px; }
  .zes-document-item:first-child { border-left: 0; }
	.zes-enquiry-section { grid-template-columns: 1fr; padding-inline: max(24px, calc((100vw - 740px) / 2)); }
	.zes-enquiry-intro { max-width: 680px; }
  .zes-solutions-hero { grid-template-columns: 1fr; }
  .zes-solutions-hero-copy { padding: 60px max(32px, calc((100vw - 740px) / 2)); }
  .zes-solutions-hero-media { min-height: 390px; }
  .zes-service-directory { grid-template-columns: 1fr; gap: 22px; }
  .zes-petrol-scope-intro { grid-template-columns: 1fr; }
  .zes-petrol-scope-intro > img { min-height: 330px; }
  .zes-petrol-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zes-petrol-scope-grid article:nth-child(2) { border-right: 0; }
  .zes-petrol-scope-grid article:nth-child(-n + 2) { border-bottom: 1px solid var(--zes-line); }
  .zes-solutions-interface-band { grid-template-columns: 1fr; padding-inline: max(24px, calc((100vw - 740px) / 2)); }
  .zes-solutions-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zes-solutions-delivery-grid article:nth-child(2) { border-right: 0; }
  .zes-solutions-delivery-grid article:nth-child(-n + 2) { border-bottom: 1px solid var(--zes-line); }
  .zes-solutions-cta { grid-template-columns: 1fr; padding-inline: max(24px, calc((100vw - 740px) / 2)); }
  .zes-solutions-cta-actions { width: min(100%, 420px); }
  .zes-footer-grid { grid-template-columns: 1fr 1fr; }
  .zes-footer-grid > div:last-child { grid-column: 1 / -1; }
  .zes-footer-services { grid-column: 1 / -1; }
  .zes-footer-services ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
  .zes-footer-services li:nth-child(2) { border-top: 1px solid rgba(255, 255, 255, 0.13); }
  .zes-footer-legal { padding-right: 0; flex-direction: column; }
}

@media (min-width: 681px) and (max-width: 900px) {
  .zes-hero-visual,
  .zes-hero-content { min-height: 520px; }
  .zes-hero-content { padding: 90px 0 26px; }
}

@media (min-width: 901px) {
  .zes-hero-content { padding-top: 32px; }
}

@media (max-width: 782px) {
  body.admin-bar .zes-site-header { top: 46px; }
}

@media (max-width: 680px) {
	.zes-utility-bar { min-height: 34px; }
	.zes-utility-inner { width: calc(100% - 28px); justify-content: space-between; gap: 12px; font-size: 10px; }
	.zes-utility-inner span { display: none; }
  .zes-header-inner { gap: 12px; }
  .zes-menu-toggle { flex: 0 0 46px; }
  .zes-brand-copy strong { font-size: 13px; }
  .zes-brand-copy span { font-size: 9px; }
  .zes-hero-visual,
  .zes-hero-content { min-height: 580px; }

  .zes-hero-carousel-controls {
    top: 14px;
    right: 14px;
    left: 14px;
    max-width: none;
    min-height: 56px;
  }

  .zes-carousel-toggle { min-width: 68px; padding-inline: 10px; }
  .zes-carousel-arrow { width: 44px; }
  .zes-carousel-selectors { flex: 1 1 auto; }
  .zes-carousel-selector:not([aria-current="true"]) { display: none; }
  .zes-carousel-selector[aria-current="true"] { width: 100%; min-width: 0; padding-inline: 12px; display: grid; text-align: center; }

  .zes-hero-content {
    margin-left: 20px;
    width: calc(100% - 40px);
    justify-content: flex-end;
    padding-bottom: 36px;
  }

  .zes-hero-shade { background: linear-gradient(180deg, rgba(1, 54, 39, 0.18) 0%, rgba(1, 54, 39, 0.68) 42%, rgba(1, 54, 39, 0.98) 100%); }
  .zes-hero h1 { font-size: 43px; line-height: 1.04; }
	.zes-hero-content > p:not(.zes-eyebrow),
	.zes-hero-service-panel > p { margin: 8px 0 18px; font-size: 16px; }
	.zes-hero-service-headline { margin-top: 10px; font-size: 22px; }
	.zes-hero-actions { width: 100%; flex-direction: column; }
	.zes-hero-actions .zes-button { width: 100%; }
  .zes-action-hub { width: calc(100% - 32px); }
  .zes-action-list { grid-template-columns: 1fr; }

  .zes-action-item {
    min-height: 108px;
    grid-template-columns: 64px minmax(0, 1fr) 20px;
    grid-template-rows: 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--zes-line);
  }

  .zes-action-icon,
  .zes-action-copy,
  .zes-action-arrow { grid-column: auto; grid-row: auto; }
  .zes-action-icon { width: 64px; height: 68px; }
	.zes-proof-strip { width: calc(100% - 32px); margin-top: 18px; grid-template-columns: 1fr; }
	.zes-proof-item,
	.zes-proof-item:nth-child(2) { min-height: 68px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
	.zes-proof-item:last-child { border-bottom: 0; }
  .zes-section { width: calc(100% - 40px); }
  .zes-projects-section { padding-top: 34px; }
  .zes-split-heading { grid-template-columns: 1fr; gap: 10px; }
  .zes-section-heading h2 { font-size: 27px; }
	.zes-service-grid { grid-template-columns: 1fr; }
	.zes-service-card { min-height: 332px; grid-template-rows: 176px minmax(0, 1fr); }
	.zes-service-card > img { height: 176px; }
  .zes-project-card { min-height: 230px; }
  .zes-project-card > img { height: 166px; }
  .zes-lifecycle-grid { grid-template-columns: 1fr; }

  .zes-lifecycle-card,
  .zes-lifecycle-card:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--zes-line); }

  .zes-lifecycle-card:last-child { border-bottom: 0; }
  .zes-document-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zes-document-item { border-left: 0; border-bottom: 1px solid var(--zes-line); }
  .zes-document-item:nth-child(odd) { border-right: 1px solid var(--zes-line); }
	.zes-enquiry-section { padding: 42px 20px; gap: 28px; }
	.zes-enquiry-intro h2 { font-size: 31px; }
	.zes-enquiry-panel { padding: 20px; }
	.zes-form-grid { grid-template-columns: 1fr; }
	.zes-form-full { grid-column: auto; }
	.zes-enquiry-form > .zes-button { width: 100%; }
  .zes-solutions-hero-copy { padding: 48px 20px; }
  .zes-solutions-hero-copy h1 { font-size: 43px; line-height: 1.02; }
  .zes-solutions-hero-copy > p:not(.zes-eyebrow) { margin: 19px 0 24px; font-size: 16px; }
  .zes-solutions-hero-media { min-height: 360px; }
  .zes-solutions-hero-panel { right: 14px; bottom: 14px; left: 14px; grid-template-columns: 1fr; }
  .zes-solutions-hero-panel > span { min-height: 58px; padding: 12px 14px; flex-direction: row; align-items: center; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .zes-solutions-hero-panel > span:last-child { border-bottom: 0; }
  .zes-solutions-grid { grid-template-columns: 1fr; }
  .zes-solution-card:first-child { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .zes-solution-card:first-child .zes-solution-media { min-height: 220px; }
  .zes-solution-body { padding: 23px 20px 22px; }
  .zes-service-directory { padding: 24px 20px; grid-template-columns: 1fr; gap: 20px; }
  .zes-service-directory ul { grid-template-columns: 1fr; }
  .zes-petrol-scope { padding-top: 30px; }
  .zes-petrol-scope-intro > div { padding: 34px 22px; }
  .zes-petrol-scope-intro h2, .zes-solutions-interface-band h2, .zes-solutions-cta h2 { font-size: 31px; }
  .zes-petrol-scope-intro > img { min-height: 250px; }
  .zes-petrol-scope-grid { grid-template-columns: 1fr; }
  .zes-petrol-scope-grid article, .zes-petrol-scope-grid article:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--zes-line); }
  .zes-petrol-scope-grid article:last-child { border-bottom: 0; }
  .zes-solutions-interface-band { margin-top: 46px; padding: 46px 20px; gap: 26px; }
  .zes-interface-list { grid-template-columns: 1fr; }
  .zes-interface-list > span { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .zes-interface-list > span:last-child { border-bottom: 0; }
  .zes-solutions-delivery { padding-top: 46px; }
  .zes-solutions-delivery-grid { grid-template-columns: 1fr; }
  .zes-solutions-delivery-grid article, .zes-solutions-delivery-grid article:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--zes-line); }
  .zes-solutions-delivery-grid article:last-child { border-bottom: 0; }
  .zes-solutions-cta { margin-top: 46px; padding: 44px 20px; gap: 28px; }
  .zes-solutions-cta-actions { width: 100%; min-width: 0; }
  .zes-footer { padding: 42px 20px 106px; }
  .zes-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .zes-footer-grid > div:last-child { grid-column: auto; }
  .zes-footer-services { grid-column: auto; }
  .zes-footer-services ul { grid-template-columns: 1fr; }
  .zes-footer-services li:nth-child(2) { border-top: 0; }
  .zes-footer-legal { margin-top: 28px; align-items: flex-start; gap: 8px; }
  .zes-modal { padding: 12px; align-items: end; }
  .zes-dialog { width: 100%; max-height: calc(100dvh - 24px); border-radius: 14px 14px 5px 5px; padding: 28px 20px 24px; }
  .zes-dialog h2 { padding-right: 46px; font-size: 27px; }
  .zes-demo-actions { flex-direction: column; }
  .zes-demo-actions .zes-button { width: 100%; }
}

/* Homepage visual system for the native Projects, Blog, About and Contact bodies. */
body:is(.zes-ui-projects-page, .zes-ui-blog-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content,
body:is(.zes-ui-projects-page, .zes-ui-blog-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content * {
  box-sizing: border-box;
}

body:is(.zes-ui-projects-page, .zes-ui-blog-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content {
  background: var(--zes-mint-50);
  color: var(--zes-ink);
  font-family: "ZES Manrope", "Segoe UI", Arial, sans-serif;
}

body:is(.zes-ui-projects-page, .zes-ui-blog-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content :is(a, button, input, textarea, select):focus-visible {
  outline: 3px solid #005a3c;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px var(--zes-white);
}

body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content > .page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 420px;
  display: grid;
  align-items: center;
  border: 0;
  background-color: var(--zes-green-950);
  background-position: center;
  background-size: cover;
  color: var(--zes-white);
}

body.zes-ui-projects-page #main-content > .page-hero { background-image: linear-gradient(90deg, rgba(2, 46, 35, 0.98) 0%, rgba(2, 46, 35, 0.84) 48%, rgba(2, 46, 35, 0.28) 100%), url("../images/project-industrial-fabrication-v2.webp"); }
body.zes-ui-about-page #main-content > .page-hero { background-image: linear-gradient(90deg, rgba(2, 46, 35, 0.98) 0%, rgba(2, 46, 35, 0.84) 48%, rgba(2, 46, 35, 0.24) 100%), url("../images/hero-project-delivery-v2.webp"); }
body.zes-ui-contact-page #main-content > .page-hero { background-image: linear-gradient(90deg, rgba(2, 46, 35, 0.98) 0%, rgba(2, 46, 35, 0.84) 48%, rgba(2, 46, 35, 0.24) 100%), url("../images/project-secure-connected-v2.webp"); }

body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content > .page-hero > .container {
  width: min(100% - 80px, 1180px);
  margin-inline: auto;
  padding: 78px 0 82px;
}

body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) .page-hero .breadcrumbs { margin: 0 0 25px; }
body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) .page-hero .breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) .page-hero .breadcrumbs li { display: flex; align-items: center; gap: 8px; color: #d9e9e2; font-size: 12px; font-weight: 700; }
body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) .page-hero .breadcrumbs li + li::before { content: "/"; color: #9ed8bd; }
body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) .page-hero .breadcrumbs a { color: #fff; text-underline-offset: 3px; }
body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) .page-hero .eyebrow { margin: 0 0 12px; color: #9ed8bd; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) .page-hero h1 { max-width: 780px; margin: 0; color: #fff; font-size: clamp(48px, 5vw, 72px); line-height: 1; letter-spacing: -.055em; }
body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) .page-hero h1 + p { max-width: 720px; margin: 24px 0 0; color: #e3f0eb; font-size: 18px; line-height: 1.65; }

body.zes-ui-projects-page #main-content > .section {
  padding: 62px 0 76px;
}

body.zes-ui-projects-page #main-content > .section > .container {
  width: min(100% - 80px, 1180px);
  margin-inline: auto;
}

body.zes-ui-projects-page .card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.zes-ui-projects-page .project-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--zes-line);
  border-radius: 8px;
  display: grid;
  grid-template-rows: 220px minmax(0, 1fr);
  background: var(--zes-white);
  box-shadow: 0 10px 28px rgba(7, 28, 44, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.zes-ui-projects-page .project-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(7, 28, 44, 0.14); }
body.zes-ui-projects-page .project-card:focus-within,
body.zes-ui-blog-page .post-card:focus-within { outline: 3px solid #005a3c; outline-offset: 3px; }
body.zes-ui-projects-page .project-card > a { display: block; overflow: hidden; }
body.zes-ui-projects-page .project-card > a:focus-visible,
body.zes-ui-blog-page .post-card > a:focus-visible { outline-offset: -4px; }
body.zes-ui-projects-page .project-card > a img { width: 100%; height: 220px; display: block; object-fit: cover; transition: transform 220ms ease; }
body.zes-ui-projects-page .project-card:hover > a img { transform: scale(1.03); }
body.zes-ui-projects-page .project-card > div { padding: 23px 22px 25px; }
body.zes-ui-projects-page .project-card .eyebrow { margin: 0 0 9px; color: var(--zes-green-700); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
body.zes-ui-projects-page .project-card h3 { margin: 0 0 11px; color: var(--zes-ink); font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
body.zes-ui-projects-page .project-card h3 a { color: inherit; text-decoration: none; }
body.zes-ui-projects-page .project-card h3 a:hover { color: var(--zes-green-700); }
body.zes-ui-projects-page .project-card p:last-child { margin: 0; color: var(--zes-muted); font-size: 13px; line-height: 1.65; }

body:is(.zes-ui-about-page, .zes-ui-contact-page) #main-content > .section {
  padding: 62px 0 82px;
  background: var(--zes-mint-50);
}

body:is(.zes-ui-about-page, .zes-ui-contact-page) .container--content.entry-content {
  width: min(100% - 80px, 1040px);
  max-width: 1040px;
  margin-inline: auto;
  border: 1px solid var(--zes-line);
  border-radius: 10px;
  padding: clamp(30px, 5vw, 64px);
  background: var(--zes-white);
  color: var(--zes-ink);
  box-shadow: var(--zes-shadow);
}

body:is(.zes-ui-about-page, .zes-ui-contact-page) .entry-content > :first-child { margin-top: 0; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .entry-content > :last-child { margin-bottom: 0; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .entry-content p,
body:is(.zes-ui-about-page, .zes-ui-contact-page) .entry-content li { color: var(--zes-muted); font-size: 15px; line-height: 1.78; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .entry-content h2 { scroll-margin-top: 110px; margin: 46px 0 15px; color: var(--zes-ink); font-size: clamp(27px, 3.2vw, 38px); line-height: 1.16; letter-spacing: -.04em; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .entry-content .ez-toc-section[id] { scroll-margin-top: 110px; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .entry-content h3 { margin: 0 0 11px; color: var(--zes-ink); font-size: 19px; line-height: 1.3; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .entry-content a { color: var(--zes-green-800); text-underline-offset: 3px; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .entry-content .zes-lead { margin: 0 0 30px; color: var(--zes-ink); font-size: 20px; line-height: 1.65; }

body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-callout,
body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-note {
  margin: 30px 0;
  border: 1px solid #bdd8cb;
  border-left: 5px solid var(--zes-green-700);
  border-radius: 8px;
  padding: 26px;
  background: var(--zes-mint-100);
}

body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-callout > h2:first-of-type,
body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-note > h2:first-child { margin-top: 0; }

body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-grid { margin: 26px 0 38px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-grid article { border: 1px solid var(--zes-line); border-radius: 7px; padding: 22px; background: var(--zes-mint-50); }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-grid article p { margin-bottom: 0; font-size: 13px; line-height: 1.65; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-steps { margin: 24px 0 38px; padding: 0; display: grid; gap: 12px; counter-reset: zes-step; list-style: none; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-steps li { position: relative; min-height: 58px; border: 1px solid var(--zes-line); border-radius: 7px; padding: 17px 18px 17px 64px; background: var(--zes-mint-50); }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-steps li::before { counter-increment: zes-step; content: counter(zes-step, decimal-leading-zero); position: absolute; top: 14px; left: 16px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--zes-green-800); color: #fff; font-size: 11px; font-weight: 800; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-cta { margin-top: 42px; border-radius: 9px; padding: 34px; background: var(--zes-green-950); color: #fff; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-cta h2,
body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-cta p { color: #fff; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-cta h2 { margin-top: 0; }

body:is(.zes-ui-about-page, .zes-ui-contact-page) #ez-toc-container {
  width: 100%;
  margin: 0 0 25px;
  border: 0;
  border-radius: 6px;
  padding: 20px;
  background: #fff;
  box-shadow: none;
}
body:is(.zes-ui-about-page, .zes-ui-contact-page) #ez-toc-container .ez-toc-title { margin: 0; color: var(--zes-ink); font-size: 13px; font-weight: 800; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) #ez-toc-container ul { margin: 13px 0 0; padding-left: 20px; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) #ez-toc-container a { color: var(--zes-green-800); font-size: 13px; line-height: 1.5; }

body.zes-ui-contact-page .zes-market-actions { margin: 20px 0; display: flex; flex-wrap: wrap; gap: 10px; }
body:is(.zes-ui-about-page, .zes-ui-contact-page) .button,
body.zes-ui-contact-page .zes-form > button {
  min-height: 46px;
  border: 1px solid var(--zes-green-800);
  border-radius: 5px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--zes-green-800);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
}
body:is(.zes-ui-about-page, .zes-ui-contact-page) .button--secondary { background: #fff; color: var(--zes-green-800) !important; }
body.zes-ui-contact-page .zes-market-contact { margin: 22px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
body.zes-ui-contact-page .zes-market-contact li { border-top: 1px solid var(--zes-line); padding-top: 10px; }

body.zes-ui-contact-page .zes-form { margin: 22px 0 36px; border: 1px solid var(--zes-line); border-radius: 9px; padding: 28px; background: var(--zes-mint-50); }
body.zes-ui-contact-page .zes-form .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
body.zes-ui-contact-page .zes-form .form-field { display: grid; gap: 7px; }
body.zes-ui-contact-page .zes-form .form-field--full { grid-column: 1 / -1; }
body.zes-ui-contact-page .zes-form label { color: var(--zes-ink); font-size: 12px; font-weight: 800; }
body.zes-ui-contact-page .zes-form :is(input, textarea, select) { width: 100%; min-height: 46px; border: 1px solid #52665a; border-radius: 5px; padding: 11px 12px; background: #fff; color: var(--zes-ink); font: inherit; font-size: 14px; }
body.zes-ui-contact-page .zes-form textarea { min-height: 140px; resize: vertical; }
body.zes-ui-contact-page .zes-form .form-consent { margin: 18px 0; display: flex; align-items: flex-start; gap: 10px; color: var(--zes-muted); font-weight: 600; }
body.zes-ui-contact-page .zes-form .form-consent input { width: 18px; min-height: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; }

body.zes-ui-blog-page #main-content.section { padding: 58px 0 78px; background: var(--zes-mint-50); }
body.zes-ui-blog-page #main-content > .container.content-layout { width: min(100% - 80px, 1180px); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 34px; }
body.zes-ui-blog-page .archive-heading { min-height: 250px; margin: 0 0 24px; border-radius: 9px; padding: 42px; display: flex; align-items: end; overflow: hidden; background: linear-gradient(90deg, rgba(2, 46, 35, .97), rgba(2, 46, 35, .62)), url("../images/hero-project-delivery-v2.webp") center/cover; }
body.zes-ui-blog-page .archive-heading h1 { margin: 0; color: #fff; font-size: clamp(48px, 6vw, 68px); line-height: 1; letter-spacing: -.055em; }
body.zes-ui-blog-page .post-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
body.zes-ui-blog-page .post-card { min-width: 0; overflow: hidden; border: 1px solid var(--zes-line); border-radius: 8px; display: grid; grid-template-rows: auto minmax(0, 1fr); background: #fff; box-shadow: 0 9px 25px rgba(7, 28, 44, .07); }
body.zes-ui-blog-page .post-card:not(.has-post-thumbnail)::before { content: ""; height: 150px; display: block; background: linear-gradient(135deg, rgba(2, 46, 35, .22), rgba(2, 46, 35, .72)), url("../images/project-industrial-fabrication-v2.webp") center/cover; }
body.zes-ui-blog-page .post-card > a { display: block; overflow: hidden; }
body.zes-ui-blog-page .post-card > a img { width: 100%; height: 150px; display: block; object-fit: cover; }
body.zes-ui-blog-page .post-card > div { padding: 22px; display: flex; flex-direction: column; align-items: flex-start; }
body.zes-ui-blog-page .post-card .eyebrow { margin: 0 0 9px; color: var(--zes-green-700); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
body.zes-ui-blog-page .post-card h2 { margin: 0 0 12px; color: var(--zes-ink); font-size: 19px; line-height: 1.3; letter-spacing: -.025em; }
body.zes-ui-blog-page .post-card h2 a { color: inherit; text-decoration: none; }
body.zes-ui-blog-page .post-card > div > p:not(.eyebrow) { margin: 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; color: var(--zes-muted); font-size: 13px; line-height: 1.62; }
body.zes-ui-blog-page .post-card .text-link { margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 7px; color: var(--zes-green-800); font-size: 12px; font-weight: 800; text-decoration: none; }
body.zes-ui-blog-page .post-card .text-link .zes-icon { width: 16px; height: 16px; }
body.zes-ui-blog-page .sidebar { position: sticky; top: 126px; border: 1px solid var(--zes-line); border-radius: 8px; padding: 24px; background: #fff; box-shadow: 0 9px 25px rgba(7, 28, 44, .07); }
body.zes-ui-blog-page .sidebar .widget + .widget { margin-top: 28px; border-top: 1px solid var(--zes-line); padding-top: 24px; }
body.zes-ui-blog-page .sidebar h2 { margin: 0 0 14px; color: var(--zes-ink); font-size: 17px; }
body.zes-ui-blog-page .sidebar ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
body.zes-ui-blog-page .sidebar li,
body.zes-ui-blog-page .sidebar a { color: var(--zes-muted); font-size: 12px; line-height: 1.5; }
body.zes-ui-blog-page .wp-block-search__inside-wrapper { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
body.zes-ui-blog-page .wp-block-search__input { min-width: 0; min-height: 44px; border: 1px solid #52665a; border-radius: 5px; padding: 10px; font: inherit; }
body.zes-ui-blog-page .wp-block-search__button { min-height: 44px; border: 1px solid var(--zes-green-800); border-radius: 5px; padding: 9px 13px; background: var(--zes-green-800); color: #fff; font: inherit; font-size: 12px; font-weight: 800; }
body.zes-ui-blog-page .navigation.pagination { grid-column: 1 / -1; margin: 32px 0 0; }
body.zes-ui-blog-page .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
body.zes-ui-blog-page .page-numbers { min-width: 42px; min-height: 42px; border: 1px solid var(--zes-line); border-radius: 5px; padding: 9px 12px; display: grid; place-items: center; background: #fff; color: var(--zes-green-800); font-size: 12px; font-weight: 800; text-decoration: none; }
body.zes-ui-blog-page .page-numbers.current { border-color: var(--zes-green-800); background: var(--zes-green-800); color: #fff; }

@media (max-width: 1120px) {
  body.zes-ui-projects-page .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.zes-ui-blog-page #main-content > .container.content-layout { grid-template-columns: minmax(0, 1fr) 270px; }
  .zes-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content > .page-hero > .container,
  body.zes-ui-projects-page #main-content > .section > .container,
  body:is(.zes-ui-about-page, .zes-ui-contact-page) .container--content.entry-content,
  body.zes-ui-blog-page #main-content > .container.content-layout { width: min(100% - 48px, 740px); }
  body.zes-ui-blog-page #main-content > .container.content-layout { grid-template-columns: 1fr; }
  body.zes-ui-blog-page .sidebar { position: static; }
  .zes-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content > .page-hero { min-height: 390px; }
  body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content > .page-hero > .container { width: calc(100% - 40px); padding: 58px 0 62px; }
  body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) .page-hero h1 { font-size: 42px; }
  body:is(.zes-ui-projects-page, .zes-ui-about-page, .zes-ui-contact-page) .page-hero h1 + p { font-size: 16px; }
  body.zes-ui-projects-page #main-content > .section { padding: 42px 0 56px; }
  body.zes-ui-projects-page #main-content > .section > .container,
  body:is(.zes-ui-about-page, .zes-ui-contact-page) .container--content.entry-content,
  body.zes-ui-blog-page #main-content > .container.content-layout { width: calc(100% - 40px); }
  body.zes-ui-projects-page .card-grid,
  body.zes-ui-blog-page .post-list,
  body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-grid,
  body.zes-ui-contact-page .zes-form .form-grid { grid-template-columns: 1fr; }
  body.zes-ui-contact-page .zes-form .form-field--full { grid-column: auto; }
  body:is(.zes-ui-about-page, .zes-ui-contact-page) #main-content > .section { padding: 42px 0 58px; }
  body:is(.zes-ui-about-page, .zes-ui-contact-page) .container--content.entry-content { padding: 24px 20px; }
  body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-callout,
  body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-note,
  body.zes-ui-contact-page .zes-form { padding: 20px; }
  body:is(.zes-ui-about-page, .zes-ui-contact-page) .zes-market-cta { padding: 28px 22px; }
  body.zes-ui-blog-page #main-content.section { padding: 38px 0 58px; }
  body.zes-ui-blog-page .archive-heading { min-height: 210px; padding: 28px 22px; }
  body.zes-ui-blog-page .archive-heading h1 { font-size: 44px; }
}

body.zes-ui-maturity-page .zes-whatsapp { display: none !important; }

/* ZES professional engineering system — navy/red reference direction. */
body.zes-ui-maturity-page {
  background: #fff;
  color: var(--zes-ink);
}

.zes-ui-home :is(button, a, input, textarea, select):focus-visible,
body:is(.zes-ui-projects-page, .zes-ui-blog-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content :is(a, button, input, textarea, select):focus-visible {
  outline-color: #b4231b;
}

.zes-utility-bar { min-height: 44px; background: var(--zes-navy); }
.zes-utility-inner { gap: 28px; font-size: 13px; font-weight: 800; line-height: 1.35; letter-spacing: .005em; }
.zes-utility-inner :is(a, span) { gap: 8px; }
.zes-utility-inner .zes-icon { color: #ff6a61; font-size: 17px; flex: 0 0 auto; }
.zes-utility-inner > span { margin-left: auto; white-space: nowrap; }
.zes-site-header { height: 80px; border-bottom-color: #dfe4eb; box-shadow: 0 8px 24px rgba(4, 18, 39, .05); }
.zes-site-header .zes-header-inner { gap: 16px; }
.zes-site-header .zes-brand-lockup { width: 176px; max-width: 176px; height: 70px; overflow: hidden; }
.zes-site-header .zes-brand-logo { width: 100%; height: 100%; max-height: none; display: block; object-fit: cover; object-position: center; }
.zes-brand-mark { width: 188px; height: 66px; border-radius: 0; object-fit: contain; box-shadow: none; }
.zes-brand-copy { display: none; }
.zes-primary-nav { flex: 1 1 auto; gap: 9px; color: var(--zes-navy); font-size: 11.5px; }
.zes-primary-nav > a:not(.zes-nav-cta), .zes-nav-trigger { color: var(--zes-navy); }
.zes-primary-nav > a:not(.zes-nav-cta):hover, .zes-nav-trigger:hover { color: var(--zes-red); }
.zes-primary-nav [aria-current="page"] { color: var(--zes-red-dark); }
.zes-nav-dropdown { border-top: 3px solid var(--zes-red); }
.zes-button-primary, .zes-nav-cta-primary { border-color: var(--zes-red) !important; background: var(--zes-red) !important; color: #fff !important; }
.zes-button-primary:hover, .zes-nav-cta-primary:hover { border-color: var(--zes-red-dark) !important; background: var(--zes-red-dark) !important; }
.zes-site-header .zes-nav-cta { min-width: 0; padding-inline: 12px; white-space: nowrap; }
.zes-site-header .zes-nav-cta-secondary { border: 1px solid #aeb9c8 !important; border-radius: 4px; padding: 11px 12px !important; background: #fff !important; color: var(--zes-navy) !important; }
.zes-site-header .zes-nav-cta-secondary:hover { border-color: var(--zes-navy) !important; background: #f4f6f9 !important; color: var(--zes-navy) !important; }
.zes-site-header .zes-nav-cta-registration { min-width: 0; border: 1px solid var(--zes-navy) !important; border-radius: 4px; padding: 11px 12px !important; background: var(--zes-navy) !important; color: #fff !important; white-space: nowrap; }
.zes-site-header .zes-nav-cta-registration:hover { border-color: var(--zes-navy-light) !important; background: var(--zes-navy-light) !important; color: #fff !important; }
.zes-site-header .zes-nav-cta-registration:focus-visible { outline: 3px solid #ca3028; outline-offset: 3px; }
.zes-header-quick-quote { display: none; }

.zes-pro-site { background: #fff; }
.zes-pro-site .zes-eyebrow { color: var(--zes-red); letter-spacing: .12em; }
.zes-pro-site .zes-button { border-radius: 3px; }
.zes-pro-site .zes-button-secondary { border-color: var(--zes-navy); color: var(--zes-navy); }
.zes-pro-site .zes-button-secondary:hover { background: var(--zes-navy); color: #fff; }

.zes-pro-hero { display: block; padding: 0; background: var(--zes-navy); }
.zes-pro-hero .zes-hero-visual { width: 100%; min-height: 720px; margin: 0; isolation: isolate; }
.zes-pro-hero .zes-hero-media,
.zes-pro-hero .zes-hero-poster,
.zes-pro-hero .zes-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; }
.zes-pro-hero .zes-hero-poster,
.zes-pro-hero .zes-hero-video { object-fit: cover; object-position: center; }
.zes-pro-hero .zes-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 15, 34, .98) 0%, rgba(2, 19, 43, .91) 35%, rgba(4, 25, 52, .54) 58%, rgba(4, 25, 52, .12) 100%); }
.zes-pro-hero .zes-hero-content {
  position: relative;
  z-index: 3;
  width: min(100% - 90px, 1344px);
  min-height: 720px;
  margin-inline: auto;
  padding: 50px 0 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}
.zes-pro-hero .zes-hero-content > .zes-pro-brand-kicker { max-width: 900px; margin: 0 0 19px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.zes-pro-brand-kicker span { margin-left: 10px; color: #ff8b82; }
.zes-pro-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(50px, 4.85vw, 70px); font-weight: 800; line-height: .99; letter-spacing: -.055em; text-wrap: balance; }
.zes-pro-hero .zes-hero-positioning { max-width: 780px; margin: 18px 0 0; color: #edf3f9; font-size: 17px; line-height: 1.58; }
.zes-pro-hero .zes-hero-service-context { max-width: 760px; margin-top: 24px; display: flex; align-items: center; gap: 13px; }
.zes-pro-hero .zes-hero-service-count { min-width: 58px; color: #ff8b82; font-size: 12px; font-weight: 800; }
.zes-pro-hero .zes-hero-service-count strong { color: #fff; font-size: 20px; }
.zes-pro-hero .zes-hero-eyebrow { margin: 0; color: #ff8b82; }
.zes-pro-hero .zes-hero-service-slides { max-width: 720px; }
.zes-pro-hero .zes-hero-service-panel { min-height: 0; }
.zes-pro-hero .zes-hero-service-headline { max-width: 700px; margin: 10px 0 0; color: #fff; font-size: clamp(23px, 2.25vw, 32px); line-height: 1.13; letter-spacing: -.035em; }
.zes-pro-hero .zes-hero-service-panel > p { max-width: 690px; margin: 12px 0 21px; color: #e2e9f2; font-size: 16px; line-height: 1.58; }
.zes-pro-hero .zes-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.zes-pro-hero .zes-button { min-height: 48px; padding-inline: 19px; }
.zes-pro-hero .zes-button-outline-light { background: rgba(4, 24, 50, .42); border-color: rgba(255, 255, 255, .75); color: #fff; }
.zes-pro-hero .zes-hero-content > .zes-pro-service-keywords { max-width: 900px; margin: 19px 0 0; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; line-height: 1.7; text-transform: uppercase; }
.zes-pro-service-keywords span { margin-inline: 5px; color: #ff5a50; }

.zes-pro-hero .zes-hero-carousel-controls {
	z-index: 5;
  top: auto;
  right: max(45px, calc((100% - 1344px) / 2));
  bottom: 24px;
  left: max(45px, calc((100% - 1344px) / 2));
  width: auto;
  max-width: none;
  min-height: 68px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 48px 86px minmax(0, 1fr) 48px;
  align-items: stretch;
  overflow: hidden;
  background: rgba(4, 20, 43, .91);
  box-shadow: 0 18px 45px rgba(0, 8, 20, .3);
  backdrop-filter: blur(14px);
}
.zes-pro-hero .zes-carousel-toggle,
.zes-pro-hero .zes-carousel-arrow { min-height: 66px; border: 0; border-right: 1px solid rgba(255, 255, 255, .16); border-radius: 0; background: transparent; color: #fff; }
.zes-pro-hero .zes-carousel-arrow-next { border-right: 0; border-left: 1px solid rgba(255, 255, 255, .16); }
.zes-pro-hero .zes-carousel-arrow-prev .zes-icon { transform: rotate(180deg); }
.zes-pro-hero .zes-carousel-selectors { min-width: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); overflow: hidden; }
.zes-pro-hero .zes-carousel-selector { min-width: 0; min-height: 66px; border: 0; border-right: 1px solid rgba(255, 255, 255, .13); border-radius: 0; padding: 10px 12px; display: grid; align-content: center; gap: 2px; background: transparent; color: #dce5f0; font-size: 11px; font-weight: 800; text-align: left; }
.zes-pro-hero .zes-carousel-selector:last-child { border-right: 0; }
.zes-pro-hero .zes-carousel-selector-number { color: #ff766d; font-size: 10px; letter-spacing: .08em; }
.zes-pro-hero .zes-carousel-selector[aria-current="true"] { background: #fff; color: var(--zes-navy); }
.zes-pro-hero .zes-carousel-selector[aria-current="true"] .zes-carousel-selector-number { color: var(--zes-red); }
.zes-pro-hero .zes-carousel-progress { pointer-events: none; }
.zes-pro-hero .zes-carousel-progress > span { background: var(--zes-red); }

.zes-pro-contact-rail {
  width: min(100% - 90px, 1240px);
  margin: -1px auto 0;
  border: 1px solid #d4dbe5;
  border-top: 4px solid var(--zes-red);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 26, 52, .09);
}
.zes-pro-contact-rail > a { min-height: 94px; padding: 19px 22px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 12px; border-right: 1px solid #dfe4eb; color: var(--zes-navy); text-decoration: none; }
.zes-pro-contact-rail > a:last-child { border-right: 0; }
.zes-pro-contact-rail > a > span { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; color: var(--zes-red); }
.zes-pro-contact-rail .zes-icon { width: 25px; height: 25px; }
.zes-pro-contact-rail strong { font-size: 13px; }
.zes-pro-contact-rail small { color: var(--zes-muted); font-size: 11px; }
.zes-pro-contact-rail > a:hover { background: #f6f8fb; }

.zes-pro-trust,
.zes-pro-section { width: min(100% - 90px, 1240px); margin-inline: auto; }
.zes-pro-trust { padding: 62px 0 28px; }
.zes-pro-section { padding: 74px 0; }
.zes-pro-section-intro { margin-bottom: 30px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: end; gap: 44px; }
.zes-pro-section-intro--compact { display: block; text-align: center; }
.zes-pro-section-intro .zes-eyebrow { margin: 0 0 7px; }
.zes-pro-section-intro h2 { max-width: 760px; margin: 0; color: var(--zes-navy); font-size: clamp(31px, 3.5vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
.zes-pro-section-intro > p { margin: 0; color: var(--zes-muted); font-size: 14px; line-height: 1.7; }
.zes-pro-section-intro > a { justify-self: end; }
.zes-pro-section-intro--compact h2 { margin-inline: auto; font-size: clamp(27px, 3vw, 39px); }

.zes-pro-trust-grid { margin-top: 28px; border: 1px solid var(--zes-line); display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); background: #fff; }
.zes-pro-trust-grid > div { min-height: 112px; padding: 17px 13px; display: grid; place-items: center; align-content: center; gap: 10px; border-right: 1px solid var(--zes-line); color: var(--zes-navy); text-align: center; }
.zes-pro-trust-grid > div:last-child { border-right: 0; }
.zes-pro-trust-grid span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #f8e8e6; color: var(--zes-red); }
.zes-pro-trust-grid .zes-icon { width: 21px; height: 21px; }
.zes-pro-trust-grid strong { font-size: 11px; line-height: 1.35; }

.zes-pro-services { scroll-margin-top: 112px; }
.zes-pro-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.zes-pro-engineering-services { padding-top: 30px; }
.zes-pro-engineering-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.zes-pro-service-card { min-width: 0; border: 1px solid var(--zes-line); display: grid; grid-template-rows: 190px minmax(0, 1fr); background: #fff; box-shadow: 0 8px 26px rgba(7, 26, 52, .07); }
.zes-pro-card-media { position: relative; display: block; overflow: hidden; background: var(--zes-navy); }
.zes-pro-card-media img { width: 100%; height: 190px; display: block; object-fit: cover; transition: transform 260ms ease; }
.zes-pro-card-media > span { position: absolute; top: 13px; left: 13px; width: 38px; height: 38px; display: grid; place-items: center; background: #fff; color: var(--zes-red); font-size: 11px; font-weight: 800; box-shadow: 0 6px 18px rgba(0, 8, 20, .18); }
.zes-pro-service-card:hover .zes-pro-card-media img { transform: scale(1.035); }
.zes-pro-service-card > div { padding: 21px 19px 19px; display: flex; flex-direction: column; align-items: flex-start; }
.zes-pro-service-card h3 { min-height: 50px; margin: 0 0 8px; color: var(--zes-navy); font-size: 19px; line-height: 1.25; letter-spacing: -.025em; }
.zes-pro-service-card h3 a { color: inherit; text-decoration: none; }
.zes-pro-service-card p { margin: 0 0 13px; color: var(--zes-muted); font-size: 12px; line-height: 1.6; }
.zes-pro-service-card ul { margin: 0 0 17px; padding: 0; display: grid; gap: 5px; list-style: none; }
.zes-pro-service-card li { position: relative; padding-left: 13px; color: #34465c; font-size: 11px; line-height: 1.4; }
.zes-pro-service-card li::before { content: ""; position: absolute; top: .55em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--zes-red); }
.zes-pro-text-link { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--zes-red-dark); font-size: 11px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.zes-pro-text-link .zes-icon { width: 15px; height: 15px; }

.zes-pro-feature-section { width: 100%; max-width: none; padding-inline: max(45px, calc((100% - 1240px) / 2)); background: #f3f5f8; }
.zes-pro-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.zes-pro-feature { min-width: 0; overflow: hidden; display: grid; grid-template-rows: 280px minmax(0, 1fr); color: #fff; box-shadow: 0 18px 45px rgba(7, 26, 52, .14); }
.zes-pro-feature > img { width: 100%; height: 280px; display: block; object-fit: cover; }
.zes-pro-feature > div { padding: 31px 30px 34px; }
.zes-pro-feature--navy { background: var(--zes-navy); }
.zes-pro-feature--red { background: #9f201b; }
.zes-pro-feature .zes-eyebrow { margin: 0 0 9px; color: #fff; }
.zes-pro-feature h3 { margin: 0; color: #fff; font-size: clamp(26px, 2.3vw, 36px); line-height: 1.08; letter-spacing: -.04em; }
.zes-pro-feature > div > p:not(.zes-eyebrow) { margin: 15px 0 20px; color: #e7edf5; font-size: 13px; line-height: 1.7; }
.zes-pro-scope-list { margin: 0 0 25px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; list-style: none; }
.zes-pro-scope-list li { position: relative; padding-left: 14px; color: #fff; font-size: 11px; font-weight: 700; }
.zes-pro-scope-list li::before { content: ""; position: absolute; top: .55em; left: 0; width: 6px; height: 6px; background: #ff756c; }
.zes-pro-feature--red .zes-pro-scope-list li::before { background: #fff; }
.zes-solution-chain { margin: 0 0 25px; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; counter-reset: chain; list-style: none; }
.zes-solution-chain li { position: relative; min-height: 72px; padding: 29px 8px 10px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .28); color: #fff; font-size: 10px; font-weight: 800; line-height: 1.35; text-align: center; }
.zes-solution-chain li::before { counter-increment: chain; content: counter(chain, decimal-leading-zero); position: absolute; top: 7px; left: 8px; color: #ff8b82; font-size: 9px; letter-spacing: .06em; }
.zes-solution-chain li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -8px; transform: translateY(-50%); color: #ff8b82; font-size: 13px; }

.zes-pro-industry-grid { border-top: 1px solid var(--zes-line); border-left: 1px solid var(--zes-line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.zes-pro-industry-grid a { min-height: 88px; padding: 18px 17px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 18px; align-items: center; gap: 10px; border-right: 1px solid var(--zes-line); border-bottom: 1px solid var(--zes-line); color: var(--zes-navy); text-decoration: none; }
.zes-pro-industry-grid a > span { color: var(--zes-red); font-size: 10px; font-weight: 800; }
.zes-pro-industry-copy { min-width: 0; display: grid; gap: 4px; }
.zes-pro-industry-copy strong { color: inherit; font-size: 12px; }
.zes-pro-industry-copy small { color: var(--zes-muted); font-size: 10px; line-height: 1.45; }
.zes-pro-industry-grid a .zes-icon { width: 15px; height: 15px; }
.zes-pro-industry-grid a:hover { background: var(--zes-navy); color: #fff; }
.zes-pro-industry-grid a:hover .zes-pro-industry-copy small { color: #dbe5f1; }

.zes-pro-coverage { width: 100%; max-width: none; padding-inline: max(45px, calc((100% - 1240px) / 2)); background: linear-gradient(120deg, #071e3f 0%, #0a2c57 100%); color: #fff; }
.zes-pro-coverage .zes-pro-section-intro h2,
.zes-pro-coverage .zes-pro-section-intro > p { color: #fff; }
.zes-pro-coverage .zes-eyebrow { color: #ff8b82; }
.zes-pro-coverage-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: 24px; align-items: stretch; }
.zes-pro-region-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.zes-pro-region-grid article { min-width: 0; min-height: 164px; padding: 21px 19px; border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .055); }
.zes-pro-region-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--zes-red); color: #fff; font-size: 10px; font-weight: 800; }
.zes-pro-region-grid h3 { margin: 16px 0 8px; color: #fff; font-size: 16px; line-height: 1.25; }
.zes-pro-region-grid p { margin: 0; color: #cfdbea; font-size: 11px; line-height: 1.6; }
.zes-pro-coverage-scope { padding: 30px 28px; background: #fff; color: var(--zes-navy); box-shadow: 0 20px 46px rgba(0, 8, 20, .2); }
.zes-pro-coverage-scope h3 { margin: 0; color: var(--zes-navy); font-size: clamp(24px, 2.3vw, 32px); line-height: 1.12; letter-spacing: -.035em; }
.zes-pro-coverage-scope ul { margin: 22px 0 26px; padding: 0; display: grid; gap: 10px; list-style: none; }
.zes-pro-coverage-scope li { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 9px; color: #33465e; font-size: 12px; line-height: 1.5; }
.zes-pro-coverage-scope li .zes-icon { width: 18px; height: 18px; color: var(--zes-red); }
.zes-pro-coverage-scope > div { display: grid; gap: 9px; }
.zes-pro-coverage-scope .zes-button { width: 100%; min-height: 50px; padding-inline: 14px; }

.zes-pro-process { width: 100%; max-width: none; padding-inline: max(45px, calc((100% - 1240px) / 2)); background: var(--zes-navy); color: #fff; }
.zes-pro-process .zes-pro-section-intro h2,
.zes-pro-process .zes-pro-section-intro > p { color: #fff; }
.zes-pro-process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; list-style: none; }
.zes-pro-process-grid li { min-height: 178px; border: 1px solid rgba(255, 255, 255, .19); padding: 20px 18px; background: rgba(255, 255, 255, .045); }
.zes-pro-process-grid li > span { width: 38px; height: 38px; margin-bottom: 17px; display: grid; place-items: center; background: var(--zes-red); color: #fff; font-size: 11px; font-weight: 800; }
.zes-pro-process-grid strong { display: block; color: #fff; font-size: 14px; }
.zes-pro-process-grid p { margin: 8px 0 0; color: #cbd6e4; font-size: 11px; line-height: 1.55; }

.zes-pro-project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.zes-pro-project-grid > a { min-width: 0; overflow: hidden; border: 1px solid var(--zes-line); display: grid; grid-template-rows: 205px minmax(0, 1fr); background: #fff; color: var(--zes-navy); text-decoration: none; }
.zes-pro-project-grid img { width: 100%; height: 205px; display: block; object-fit: cover; }
.zes-pro-project-grid a > span { padding: 19px; display: grid; align-content: start; gap: 7px; }
.zes-pro-project-grid strong { font-size: 16px; }
.zes-pro-project-grid small { min-height: 34px; color: var(--zes-muted); font-size: 11px; line-height: 1.5; }
.zes-pro-project-grid b { display: flex; align-items: center; gap: 6px; color: var(--zes-red); font-size: 10px; text-transform: uppercase; }
.zes-pro-project-grid b .zes-icon { width: 14px; height: 14px; }
.zes-pro-centred-action { margin: 27px 0 0; text-align: center; }

.zes-pro-engineering-path { width: min(100% - 90px, 1240px); margin: 0 auto 72px; border: 1px solid var(--zes-line); border-left: 4px solid var(--zes-navy); padding: 26px 28px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); align-items: center; gap: 30px; background: #f7f9fc; }
.zes-pro-engineering-path .zes-eyebrow { margin: 0 0 5px; color: var(--zes-red); }
.zes-pro-engineering-path h2 { margin: 0; color: var(--zes-navy); font-size: 25px; letter-spacing: -.03em; }
.zes-pro-engineering-path p:not(.zes-eyebrow) { margin: 8px 0 0; color: var(--zes-muted); font-size: 12px; line-height: 1.65; }
.zes-pro-engineering-path nav { display: grid; gap: 7px; }
.zes-pro-engineering-path nav a { min-height: 38px; padding: 8px 11px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid #d7deea; background: #fff; color: var(--zes-navy); font-size: 11px; font-weight: 800; text-decoration: none; }
.zes-pro-engineering-path nav a:hover { border-color: var(--zes-red); color: var(--zes-red-dark); }
.zes-pro-engineering-path nav .zes-icon { width: 15px; height: 15px; }
.zes-solutions-engineering-path { margin-top: 0; margin-bottom: 60px; }

.zes-pro-enquiry { background: linear-gradient(105deg, var(--zes-navy) 0%, var(--zes-navy) 51%, #f4f6f9 51%, #f4f6f9 100%); }
.zes-pro-enquiry .zes-enquiry-intro { color: #fff; }
.zes-pro-enquiry .zes-enquiry-intro h2,
.zes-pro-enquiry .zes-enquiry-intro p,
.zes-pro-enquiry .zes-enquiry-intro a { color: #fff; }
.zes-pro-enquiry .zes-enquiry-intro .zes-eyebrow { color: #ff7f76; }
.zes-pro-enquiry .zes-enquiry-panel { box-shadow: 0 18px 48px rgba(7, 26, 52, .16); }

.zes-pro-final-cta { padding: 52px max(45px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; background: var(--zes-red); color: #fff; }
.zes-pro-final-cta .zes-eyebrow { margin: 0 0 8px; color: #fff; }
.zes-pro-final-cta h2 { max-width: 780px; margin: 0; color: #fff; font-size: clamp(30px, 3.4vw, 47px); line-height: 1.08; letter-spacing: -.045em; }
.zes-pro-final-cta p:not(.zes-eyebrow) { margin: 12px 0 0; color: #fff; }
.zes-pro-final-cta > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.zes-footer { border-top: 4px solid var(--zes-red); background: #04172f; }
.zes-footer-grid { grid-template-columns: minmax(230px, 1.15fr) minmax(310px, 1.35fr) minmax(140px, .65fr) minmax(230px, 1fr); gap: 34px; }
.zes-footer .zes-brand-lockup {
	width: 205px;
	max-width: 205px;
	background: #fff;
	padding: 8px 10px;
}
.zes-footer .zes-brand-logo { max-height: 86px; filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .12)); }
.zes-footer-tagline { color: #fff !important; font-weight: 800; }
.zes-footer-coverage-note { padding-left: 12px; border-left: 3px solid var(--zes-red); color: #d6e1ee !important; }
.zes-footer-services ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
.zes-mobile-action-bar { display: none; }
.zes-mobile-action-bar[hidden] { display: none !important; }
.zes-footer-services li:nth-child(2) { border-top: 1px solid rgba(255, 255, 255, .13); }
.zes-footer-company ul { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.zes-footer-company a { min-height: 30px; margin: 0; text-decoration: none; }
.zes-footer-company a:hover { color: #ff7d74; }
.zes-footer-actions { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.zes-footer-actions a { min-height: 40px; margin: 0; border: 1px solid rgba(255, 255, 255, .45); border-radius: 3px; padding: 9px 11px; text-decoration: none; }
.zes-footer-actions a:last-child { border-color: var(--zes-red); background: var(--zes-red); }

/* Carry the navy/red system through existing WordPress-owned public bodies. */
body.zes-ui-projects-page #main-content > .page-hero { background-image: linear-gradient(90deg, rgba(6, 26, 53, .98), rgba(6, 26, 53, .68)), url("../images/service-welding-fabrication-v4.webp"); }
body.zes-ui-about-page #main-content > .page-hero { background-image: linear-gradient(90deg, rgba(6, 26, 53, .98), rgba(6, 26, 53, .68)), url("../images/zes-professional-petrol-hero-v1.webp"); }
body.zes-ui-contact-page #main-content > .page-hero { background-image: linear-gradient(90deg, rgba(6, 26, 53, .98), rgba(6, 26, 53, .68)), url("../images/service-security-systems-v4.webp"); }
body.zes-ui-blog-page .archive-heading { background-image: linear-gradient(90deg, rgba(6, 26, 53, .98), rgba(6, 26, 53, .68)), url("../images/service-electrical-power-v4.webp"); }

@media (min-width: 901px) and (max-width: 1380px) {
  .zes-header-inner { width: min(100% - 48px, 1240px); }
  .zes-header-quick-quote { min-height: 42px; margin-left: auto; padding: 9px 14px; display: inline-flex; font-size: 11px; white-space: nowrap; }
  .zes-header-quick-quote .zes-icon { width: 16px; height: 16px; }
  .zes-menu-toggle { display: grid; margin-left: 0; }
  .zes-primary-nav {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - 80px);
    overflow-y: auto;
    padding: 18px max(24px, calc((100% - 1240px) / 2)) 28px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2px;
    border-top: 1px solid var(--zes-line);
    background: var(--zes-white);
    box-shadow: 0 18px 28px rgba(2, 20, 43, .14);
  }
  body.admin-bar .zes-primary-nav { max-height: calc(100dvh - 126px); }
  .zes-primary-nav.is-open { display: flex; }
  .zes-primary-nav > a:not(.zes-nav-cta),
  .zes-nav-trigger { width: 100%; min-height: 44px; padding: 10px 8px; display: flex; align-items: center; justify-content: space-between; text-align: left; }
  .zes-primary-nav .zes-nav-cta { box-sizing: border-box; width: 100%; margin-top: 8px; }
  .zes-primary-nav .zes-nav-cta-secondary { display: inline-flex !important; }
  .zes-pro-hero .zes-hero-visual,
  .zes-pro-hero .zes-hero-content { min-height: 660px; }
  .zes-pro-hero .zes-hero-content { padding-top: 36px; padding-bottom: 106px; }
  .zes-pro-hero h1 { max-width: 820px; font-size: clamp(48px, 4.65vw, 60px); }
  .zes-pro-hero .zes-hero-positioning { margin-top: 13px; font-size: 15px; }
  .zes-pro-hero .zes-hero-service-context { margin-top: 17px; }
  .zes-pro-hero .zes-hero-service-panel > p { margin: 9px 0 15px; font-size: 14px; }
  .zes-pro-hero .zes-hero-content > .zes-pro-service-keywords { margin-top: 13px; font-size: 10px; }
}

@media (max-width: 1220px) {
  .zes-header-inner { width: min(100% - 48px, 1140px); }
  .zes-primary-nav { gap: 12px; font-size: 12px; }
  .zes-nav-cta-secondary { display: none !important; }
  .zes-site-header .zes-brand-lockup { width: 176px; max-width: 176px; height: 68px; }
  .zes-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zes-pro-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .zes-pro-hero .zes-hero-visual,
  .zes-pro-hero .zes-hero-content { min-height: 700px; }
  .zes-pro-hero .zes-hero-content { width: min(100% - 56px, 920px); padding-top: 56px; }
  .zes-pro-hero h1 { max-width: 690px; font-size: clamp(46px, 6.2vw, 65px); }
  .zes-pro-hero .zes-hero-carousel-controls { right: 28px; left: 28px; }
  .zes-pro-hero .zes-carousel-selector { padding-inline: 8px; font-size: 10px; }
  .zes-pro-contact-rail,
  .zes-pro-trust,
  .zes-pro-section { width: min(100% - 56px, 920px); }
  .zes-pro-feature-section,
  .zes-pro-process { width: 100%; padding-inline: 28px; }
  .zes-pro-contact-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zes-pro-contact-rail > a:nth-child(2) { border-right: 0; }
  .zes-pro-contact-rail > a:nth-child(-n+2) { border-bottom: 1px solid var(--zes-line); }
  .zes-pro-trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .zes-pro-trust-grid > div:nth-child(3n) { border-right: 0; }
  .zes-pro-trust-grid > div:nth-child(-n+3) { border-bottom: 1px solid var(--zes-line); }
  .zes-pro-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.zes-pro-engineering-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zes-pro-feature-grid { grid-template-columns: 1fr; }
  .zes-pro-industry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .zes-pro-coverage { width: 100%; padding-inline: 28px; }
  .zes-pro-coverage-layout { grid-template-columns: 1fr; }
  .zes-pro-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .zes-pro-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zes-pro-engineering-path { width: min(100% - 56px, 920px); grid-template-columns: 1fr; }
  .zes-pro-enquiry { background: linear-gradient(180deg, var(--zes-navy) 0%, var(--zes-navy) 47%, #f4f6f9 47%, #f4f6f9 100%); }
}

@media (max-width: 900px) {
  .zes-site-header { height: 74px; }
  .zes-site-header .zes-brand-lockup { width: 162px; max-width: 162px; height: 62px; }
  .zes-primary-nav { font-size: 14px; }
  .zes-primary-nav .zes-nav-cta { box-sizing: border-box; }
  .zes-primary-nav .zes-nav-cta-secondary { display: inline-flex !important; }
  .zes-pro-section-intro { grid-template-columns: 1fr; gap: 13px; }
  .zes-pro-section-intro > a { justify-self: start; }
  body.zes-ui-maturity-page { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .zes-mobile-action-bar { position: fixed; z-index: 1100; right: 10px; bottom: max(8px, env(safe-area-inset-bottom)); left: 10px; min-height: 62px; padding: 5px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 9px; background: rgba(4, 23, 47, .98); box-shadow: 0 16px 36px rgba(0, 8, 20, .32); transition: transform 180ms ease, opacity 180ms ease; }
  .zes-mobile-action-bar a { min-width: 0; min-height: 52px; padding: 7px 5px; display: grid; place-items: center; align-content: center; gap: 3px; border-radius: 5px; color: #fff; font-size: 10px; font-weight: 800; line-height: 1.15; text-decoration: none; }
  .zes-mobile-action-bar a:nth-child(2) { background: #146c43; }
  .zes-mobile-action-bar a:last-child { background: var(--zes-red); }
  .zes-mobile-action-bar .zes-icon { width: 19px; height: 19px; }
  body:has(input:focus, select:focus, textarea:focus) .zes-mobile-action-bar,
  body.zes-ui-form-focus .zes-mobile-action-bar,
  body.zes-ui-menu-open .zes-mobile-action-bar,
  body.zes-ui-dialog-open .zes-mobile-action-bar,
  .zes-ui-home:has(.zes-modal:not([hidden])) .zes-mobile-action-bar { visibility: hidden; pointer-events: none; opacity: 0; transform: translateY(calc(100% + 24px)); }
}

@media (max-width: 680px) {
  .zes-utility-bar { min-height: 72px; }
  .zes-utility-inner {
    width: calc(100% - 24px);
    min-height: 72px;
    padding: 8px 0;
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
    justify-content: space-between;
    gap: 6px 8px;
    font-size: 12px;
    line-height: 1.35;
  }
  .zes-utility-inner > a { gap: 6px; white-space: nowrap; }
  .zes-utility-inner .zes-icon { font-size: 16px; }
  .zes-utility-inner > span {
    grid-column: 1 / -1;
    justify-self: center;
    margin-left: 0;
    display: inline-flex;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    font-size: 12px;
  }
  .zes-site-header .zes-brand-lockup { width: 150px; max-width: 150px; height: 58px; }
  .zes-site-header .zes-header-inner { width: calc(100% - 24px); gap: 7px; }
  .zes-header-quick-quote { min-width: 76px; min-height: 38px; padding: 7px 8px; gap: 5px; font-size: 10px; }
  .zes-menu-toggle { width: 42px; height: 42px; }
  .zes-pro-hero .zes-hero-visual,
  .zes-pro-hero .zes-hero-content { min-height: 560px; }
  .zes-pro-hero .zes-hero-media { height: 100%; }
  .zes-pro-hero .zes-hero-poster,
  .zes-pro-hero .zes-hero-video { object-position: 64% center; }
  .zes-pro-hero .zes-hero-shade { background: linear-gradient(180deg, rgba(4, 18, 39, .76) 0%, rgba(4, 18, 39, .92) 52%, rgba(4, 18, 39, .99) 100%); }
  .zes-pro-hero .zes-hero-content { width: calc(100% - 32px); margin-inline: 16px; padding: 34px 0 42px; justify-content: center; }
  .zes-pro-brand-kicker { margin-bottom: 14px; font-size: 10px; line-height: 1.5; }
  .zes-pro-brand-kicker span { display: block; margin: 3px 0 0; }
  .zes-pro-hero h1 { max-width: none; font-size: clamp(32px, 10.2vw, 42px); line-height: 1.02; }
  .zes-pro-hero .zes-hero-positioning { margin-top: 13px; font-size: 14px; line-height: 1.5; }
  .zes-pro-hero .zes-hero-service-context,
  .zes-pro-hero .zes-hero-service-slides,
  .zes-pro-hero .zes-pro-service-keywords,
  .zes-pro-hero .zes-hero-carousel-controls { display: none !important; }
  .zes-mobile-hero-actions { width: 100%; margin-top: 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .zes-mobile-hero-actions .zes-button { min-width: 0; min-height: 50px; padding: 11px 10px; font-size: 11px; text-align: center; }
  .zes-pro-contact-rail,
  .zes-pro-trust,
  .zes-pro-section { width: calc(100% - 32px); }
  .zes-pro-contact-rail { display: none; }
  .zes-pro-contact-rail > a { min-height: 84px; border-right: 0; border-bottom: 1px solid var(--zes-line); }
  .zes-pro-contact-rail > a:last-child { border-bottom: 0; }
  .zes-pro-trust { padding-top: 48px; }
  .zes-pro-section { padding: 54px 0; }
  .zes-pro-section-intro { margin-bottom: 22px; }
  .zes-pro-section-intro h2 { font-size: 30px; }
  .zes-pro-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zes-pro-trust-grid > div { min-height: 102px; border-right: 1px solid var(--zes-line); border-bottom: 1px solid var(--zes-line); }
  .zes-pro-trust-grid > div:nth-child(2n) { border-right: 0; }
  .zes-pro-trust-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .zes-pro-service-grid,
	.zes-pro-engineering-service-grid,
  .zes-pro-feature-grid,
  .zes-pro-project-grid { grid-template-columns: 1fr; }
  .zes-pro-service-card { grid-template-rows: 210px minmax(0, 1fr); }
  .zes-pro-card-media img { height: 210px; }
  .zes-pro-feature-section,
  .zes-pro-process { width: 100%; padding-inline: 16px; }
  .zes-pro-feature { grid-template-rows: 225px minmax(0, 1fr); }
  .zes-pro-feature > img { height: 225px; }
  .zes-pro-feature > div { padding: 25px 21px 28px; }
  .zes-pro-scope-list { grid-template-columns: 1fr; }
  .zes-solution-chain { grid-template-columns: 1fr; }
  .zes-solution-chain li { min-height: 58px; padding: 23px 12px 8px; }
  .zes-solution-chain li:not(:last-child)::after { content: "↓"; top: auto; right: 50%; bottom: -12px; transform: translateX(50%); }
  .zes-pro-industry-grid { grid-template-columns: 1fr; }
  .zes-pro-industry-grid a { min-height: 88px; }
  .zes-pro-coverage { width: 100%; padding-inline: 16px; }
  .zes-pro-region-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zes-pro-region-grid article { min-height: 150px; }
  .zes-pro-coverage-scope { padding: 25px 21px; }
  .zes-pro-process-grid { grid-template-columns: 1fr; }
  .zes-pro-process-grid li { min-height: 0; }
  .zes-pro-project-grid > a { grid-template-rows: 210px minmax(0, 1fr); }
  .zes-pro-project-grid img { height: 210px; }
  .zes-pro-engineering-path { width: calc(100% - 32px); margin-bottom: 54px; padding: 23px 19px; grid-template-columns: 1fr; gap: 20px; }
  .zes-pro-enquiry { width: 100%; padding-inline: 20px; background: linear-gradient(180deg, var(--zes-navy) 0%, var(--zes-navy) 42%, #f4f6f9 42%, #f4f6f9 100%); }
  .zes-pro-final-cta { padding: 42px 20px; grid-template-columns: 1fr; gap: 24px; }
  .zes-pro-final-cta > div:last-child { justify-content: flex-start; flex-direction: column; }
  .zes-pro-final-cta .zes-button { width: 100%; }
  .zes-footer-grid { grid-template-columns: 1fr; }
  .zes-footer-services ul { grid-template-columns: 1fr; }
  .zes-footer-services li:nth-child(2) { border-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .zes-hero-video { display: none !important; }
  .zes-hero-service-panel.is-entering,
  .zes-hero-visual.is-carousel-progressing .zes-carousel-progress > span,
  .zes-hero-visual.is-carousel-progressing .zes-hero-poster { animation: none !important; }
  .zes-hero-poster { transform: scale(1.025) !important; }

  .zes-ui-home *,
  .zes-ui-home *::before,
  .zes-ui-home *::after,
  body:is(.zes-ui-projects-page, .zes-ui-blog-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content *,
  body:is(.zes-ui-projects-page, .zes-ui-blog-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content *::before,
  body:is(.zes-ui-projects-page, .zes-ui-blog-page, .zes-ui-about-page, .zes-ui-contact-page) #main-content *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 360px) {
  .zes-utility-bar,
  .zes-utility-inner { min-height: 44px; }
  .zes-utility-inner { grid-template-columns: 1fr 1fr; align-items: center; justify-items: start; gap: 5px; font-size: 10px; }
  .zes-utility-location { display: none !important; }
  .zes-site-header .zes-brand-lockup { width: 138px; max-width: 138px; height: 54px; }
  .zes-header-quick-quote { min-width: 68px; padding-inline: 6px; font-size: 9px; }
  .zes-menu-toggle { width: 40px; height: 40px; }
  .zes-pro-hero .zes-hero-visual,
  .zes-pro-hero .zes-hero-content { min-height: 610px; }
  .zes-mobile-hero-actions { grid-template-columns: 1fr; }
  .zes-pro-region-grid { grid-template-columns: 1fr; }
}

/* Backend-owned client registration surface. */
.zes-request-page {
  min-width: 0;
  overflow: clip;
  background: #fff;
  color: var(--zes-ink);
}

.zes-request-container {
  width: min(100% - 90px, 1180px);
  margin-inline: auto;
}

.zes-request-hero {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--zes-navy);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.zes-request-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 19, 43, .98) 0%, rgba(4, 19, 43, .9) 47%, rgba(4, 19, 43, .36) 100%);
}

.zes-request-hero--registration {
  background-image: url("../images/service-security-installation-v5.webp");
  background-position: center 45%;
}

.zes-request-hero-copy {
  padding-block: 48px 52px;
}

.zes-request-hero .zes-eyebrow {
  margin: 0 0 10px;
  color: #ff756c;
}

.zes-request-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 4.7vw, 52px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.zes-request-hero h1 + p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #e3eaf3;
  font-size: 15px;
  line-height: 1.7;
}

.zes-request-main {
  padding: 68px 0 82px;
  background: #f3f5f8;
}

.zes-request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 30px;
}

.zes-request-form-card,
.zes-request-side-card {
  border: 1px solid var(--zes-line);
  background: #fff;
  box-shadow: 0 14px 38px rgba(7, 26, 52, .08);
}

.zes-request-form-card {
  scroll-margin-top: 120px;
  border-top: 4px solid var(--zes-red);
  padding: 34px;
}

.zes-request-card-heading {
  margin: 0 0 27px;
  border-bottom: 1px solid var(--zes-line);
  padding-bottom: 23px;
}

.zes-request-card-heading .zes-eyebrow,
.zes-request-side-card > .zes-eyebrow {
  margin: 0 0 7px;
  color: var(--zes-red-dark);
}

.zes-request-card-heading h2,
.zes-request-side-card h2 {
  margin: 0;
  color: var(--zes-navy);
  line-height: 1.18;
  letter-spacing: -.03em;
}

.zes-request-card-heading h2 {
  font-size: clamp(25px, 2.5vw, 32px);
}

.zes-request-card-heading p:not(.zes-eyebrow) {
  max-width: 680px;
  margin: 10px 0 0;
  color: var(--zes-muted);
  font-size: 13px;
  line-height: 1.65;
}

.zes-request-form-card .zes-enquiry-form {
  margin: 0;
}

.zes-request-form-card .zes-enquiry-form .zes-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.zes-request-form-card .zes-enquiry-form label {
  display: grid;
  gap: 7px;
}

.zes-request-form-card .zes-enquiry-form .zes-form-full {
  grid-column: 1 / -1;
}

.zes-request-form-card .zes-enquiry-form label {
  color: var(--zes-ink);
  font-size: 12px;
  font-weight: 800;
}

.zes-request-form-card .zes-enquiry-form :is(input, select, textarea) {
  width: 100%;
  border: 1px solid #8794a5;
  border-radius: 4px;
  padding: 11px 12px;
  background: #fff;
  color: var(--zes-ink);
  font: inherit;
  font-size: 14px;
}

.zes-request-form-card .zes-enquiry-form :is(input, select) {
  min-height: 48px;
}

.zes-request-form-card .zes-enquiry-form textarea {
  min-height: 132px;
  resize: vertical;
}

.zes-request-form-card .zes-enquiry-form :is(input, select, textarea):focus {
  border-color: var(--zes-red);
}

.zes-request-form-card .zes-enquiry-form .zes-form-consent {
  margin: 18px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  color: var(--zes-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.zes-request-form-card .zes-enquiry-form .zes-form-consent input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
  padding: 0;
}

.zes-request-form-card .zes-enquiry-form .zes-button {
  min-height: 48px;
  border: 1px solid var(--zes-red);
  border-radius: 4px;
  padding: 12px 22px;
  background: var(--zes-red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.zes-request-form-card .zes-enquiry-form .zes-button:hover {
  border-color: var(--zes-red-dark);
  background: var(--zes-red-dark);
  color: #fff;
}

.zes-request-sidebar {
  position: sticky;
  top: 140px;
  display: grid;
  gap: 18px;
}

.zes-request-side-card {
  padding: 25px;
}

.zes-request-side-card h2 {
  font-size: 20px;
}

.zes-request-side-card > p:not(.zes-eyebrow) {
  margin: 12px 0 0;
  color: var(--zes-muted);
  font-size: 12px;
  line-height: 1.65;
}

.zes-request-checklist {
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.zes-request-checklist li {
  position: relative;
  padding-left: 19px;
  color: var(--zes-muted);
  font-size: 12px;
  line-height: 1.55;
}

.zes-request-checklist li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--zes-red);
}

.zes-request-side-card--navy {
  border-color: var(--zes-navy);
  background: var(--zes-navy);
  color: #fff;
}

.zes-request-side-card--navy > .zes-eyebrow {
  color: #ff8178;
}

.zes-request-side-card--navy h2,
.zes-request-side-card--navy .zes-request-checklist li {
  color: #fff;
}

.zes-request-side-card--navy .zes-request-checklist li::before {
  background: #ff756c;
}

.zes-request-contact-card {
  box-shadow: none;
}

.zes-request-contact-card > a {
  min-height: 52px;
  border-top: 1px solid var(--zes-line);
  padding: 13px 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: var(--zes-navy);
  font-size: 12px;
  text-decoration: none;
}

.zes-request-contact-card h2 + a {
  margin-top: 14px;
}

.zes-request-contact-card .zes-icon {
  width: 21px;
  height: 21px;
  color: var(--zes-red);
}

.zes-request-contact-card > a span,
.zes-request-contact-card > a strong {
  display: block;
}

.zes-request-contact-card > a strong {
  margin-bottom: 2px;
  font-size: 11px;
}

.zes-request-contact-card > p {
  margin: 15px 0 0;
  color: var(--zes-muted);
  font-size: 11px;
  line-height: 1.55;
}

.zes-request-contact-card > p a {
  color: var(--zes-red-dark);
  font-weight: 800;
  text-underline-offset: 3px;
}

.zes-request-side-action {
  width: 100%;
  min-height: 48px;
  margin-top: 19px;
  background: var(--zes-red) !important;
}

/* Existing quotation content, presented in the canonical ZES conversion shell. */
.zes-request-hero--quote {
  background-image: url("../images/hero-project-delivery-v2.webp");
  background-position: center 46%;
}

.zes-quote-main {
  padding: 64px 0 82px;
  background: #f3f5f8;
}

.zes-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 30px;
}

.zes-quote-content {
  min-width: 0;
  border: 1px solid var(--zes-line);
  border-top: 4px solid var(--zes-red);
  padding: 34px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(7, 26, 52, .08);
}

.zes-quote-content > p:empty,
.zes-quote-content > br,
.zes-quote-content #ez-toc-container { display: none !important; }

.zes-quote-content h2,
.zes-quote-content h3 {
  color: var(--zes-navy);
  line-height: 1.2;
  letter-spacing: -.03em;
}

.zes-quote-content h2 { margin: 34px 0 10px; font-size: clamp(25px, 2.5vw, 32px); }
.zes-quote-content h3 { margin: 23px 0 8px; font-size: 18px; }
.zes-quote-content > h2:first-of-type { margin-top: 34px; }
.zes-quote-content p,
.zes-quote-content li { color: var(--zes-muted); font-size: 13px; line-height: 1.72; }
.zes-quote-content ul { margin: 16px 0 0; padding-left: 20px; }

.zes-quote-content .zes-market-callout,
.zes-quote-content .zes-market-note {
  margin: 0;
  border: 1px solid #cbd7e4;
  border-left: 4px solid var(--zes-red);
  border-radius: 5px;
  padding: 25px 26px;
  background: #f7f9fc;
}

.zes-quote-content .zes-market-callout h2,
.zes-quote-content .zes-market-note h2 { margin-top: 0; }
.zes-quote-content .zes-market-note { margin-top: 28px; border-left-color: var(--zes-green-800); background: var(--zes-mint-50); }

.zes-quote-content .zes-form {
  margin: 22px 0 0;
  border: 1px solid var(--zes-line);
  border-radius: 7px;
  padding: 28px;
  background: #f7f9fc;
}

.zes-quote-content .zes-form .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.zes-quote-content .zes-form .form-field { min-width: 0; display: grid; gap: 7px; }
.zes-quote-content .zes-form .form-field--full { grid-column: 1 / -1; }
.zes-quote-content .zes-form label { color: var(--zes-ink); font-size: 12px; font-weight: 800; }
.zes-quote-content .zes-form :is(input, textarea, select) {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  border: 1px solid #8794a5;
  border-radius: 4px;
  padding: 11px 12px;
  background: #fff;
  color: var(--zes-ink);
  font: inherit;
  font-size: 14px;
}
.zes-quote-content .zes-form textarea { min-height: 138px; resize: vertical; }
.zes-quote-content .zes-form :is(input, textarea, select):focus { border-color: var(--zes-red); outline: 3px solid rgba(202, 37, 30, .13); outline-offset: 1px; }
.zes-quote-content .zes-form .form-consent { margin: 18px 0; display: flex; align-items: flex-start; gap: 10px; color: var(--zes-muted); font-size: 12px; font-weight: 600; line-height: 1.55; }
.zes-quote-content .zes-form .form-consent input { width: 18px; min-height: 18px; height: 18px; flex: 0 0 18px; margin: 2px 0 0; padding: 0; }
.zes-quote-content .zes-form .button { min-height: 50px; border: 1px solid var(--zes-red); border-radius: 4px; padding: 12px 22px; background: var(--zes-red); color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.zes-quote-content .zes-form .button:hover { border-color: var(--zes-red-dark); background: var(--zes-red-dark); }
.zes-quote-content .zes-form .form-status:not(:empty) { margin-top: 15px; border: 1px solid #b8d7c6; border-radius: 5px; padding: 11px 13px; background: #eef8f3; color: #064a31; font-size: 12px; font-weight: 700; }

.zes-quote-fallback { border: 1px solid #e0b7b4; border-left: 4px solid var(--zes-red); border-radius: 6px; padding: 28px; background: #fff8f7; }
.zes-quote-fallback .zes-eyebrow { margin: 0 0 7px; color: var(--zes-red-dark); }
.zes-quote-fallback h2 { margin: 0; }
.zes-quote-fallback p:not(.zes-eyebrow) { margin: 12px 0 0; }
.zes-quote-fallback > div { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 9px; }
.zes-quote-fallback .zes-button { min-height: 48px; }

@media (max-width: 980px) {
  .zes-request-container { width: min(100% - 48px, 820px); }
  .zes-request-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 22px; }
  .zes-quote-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 22px; }
  .zes-request-form-card { padding: 28px; }
  .zes-quote-content { padding: 28px; }
}

@media (max-width: 720px) {
  .zes-request-container { width: calc(100% - 40px); }
  .zes-request-hero { min-height: 290px; }
  .zes-request-hero::before { background: linear-gradient(90deg, rgba(4, 19, 43, .98), rgba(4, 19, 43, .78)); }
  .zes-request-hero-copy { padding-block: 42px 45px; }
  .zes-request-hero h1 { font-size: clamp(32px, 9vw, 38px); line-height: 1.07; }
  .zes-request-hero h1 + p { margin-top: 14px; font-size: 14px; line-height: 1.6; }
  .zes-request-main { padding: 44px 0 58px; }
  .zes-request-layout { grid-template-columns: 1fr; gap: 22px; }
  .zes-quote-main { padding: 44px 0 58px; }
  .zes-quote-layout { grid-template-columns: 1fr; gap: 22px; }
  .zes-request-sidebar { position: static; }
}

@media (max-width: 540px) {
  .zes-request-container { width: calc(100% - 32px); }
  .zes-request-form-card { padding: 22px 18px; }
  .zes-request-card-heading { margin-bottom: 22px; padding-bottom: 19px; }
  .zes-request-form-card .zes-enquiry-form .zes-form-grid { grid-template-columns: 1fr; }
  .zes-request-form-card .zes-enquiry-form .zes-form-full { grid-column: auto; }
  .zes-request-form-card .zes-enquiry-form .zes-button { width: 100%; }
  .zes-request-side-card { padding: 22px 19px; }
  .zes-quote-content { padding: 22px 18px; }
  .zes-quote-content .zes-market-callout,
  .zes-quote-content .zes-market-note { padding: 21px 18px; }
  .zes-quote-content .zes-form { padding: 21px 17px; }
  .zes-quote-content .zes-form .form-grid { grid-template-columns: 1fr; }
  .zes-quote-content .zes-form .form-field--full { grid-column: auto; }
  .zes-quote-content .zes-form .button { width: 100%; }
  .zes-quote-fallback { padding: 23px 19px; }
  .zes-quote-fallback > div { display: grid; }
}

/* ZES header spacing 2026-09-05: grouped services and readable desktop navigation. */
@media (min-width: 1381px) {
  .zes-site-header .zes-header-inner { gap: 32px; }
  .zes-site-header .zes-primary-nav { gap: 24px; font-size: 14px; }
  .zes-site-header .zes-nav-trigger { font-size: inherit; }
  .zes-site-header .zes-nav-cta-secondary { margin-left: 12px; }
  .zes-site-header .zes-nav-cta-registration { padding: 11px 4px !important; border-color: transparent !important; background: transparent !important; color: var(--zes-navy) !important; }
  .zes-site-header .zes-nav-cta-registration:hover { color: var(--zes-red) !important; text-decoration: underline; }
}
.zes-site-header .zes-nav-dropdown a { min-height: 44px; font-size: 14px; line-height: 1.45; }

/* ZES header tablet spacing 2026-09-05 */
@media (max-width: 1380px) {
  .zes-site-header .zes-nav-dropdown { position: static; width: auto; padding: 0 0 8px 12px; border: 0; border-left: 2px solid var(--zes-line); border-radius: 0; box-shadow: none; transform: none; }
}
/* ZES professional hero refinement 2026-09-05 */
.zes-pro-hero .zes-hero-content > .zes-pro-brand-kicker { max-width: 680px; margin-bottom: 22px; font-size: 12px; font-weight: 600; letter-spacing: .14em; line-height: 1.5; color: #d5e1ee; }
.zes-pro-hero h1 { max-width: 720px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(38px, 3.7vw, 56px); font-weight: 600; line-height: 1.14; letter-spacing: -.025em; text-wrap: balance; }
.zes-pro-hero .zes-hero-positioning { max-width: 620px; margin-top: 24px; font-size: 18px; line-height: 1.7; color: #e0e7ef; }
.zes-pro-hero .zes-hero-service-context { margin-top: 32px; }
.zes-pro-hero .zes-hero-service-headline { font-family: Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 600; line-height: 1.3; letter-spacing: -.015em; }
.zes-pro-hero .zes-hero-service-panel > p { max-width: 620px; font-size: 15px; line-height: 1.65; }
.zes-pro-hero .zes-hero-content > .zes-pro-service-keywords { font-weight: 500; letter-spacing: .025em; color: #c4d0df; }
@media (max-width: 680px) {
 .zes-pro-hero h1 { font-size: clamp(32px, 8.8vw, 40px); line-height: 1.16; }
 .zes-pro-hero .zes-hero-content > .zes-pro-brand-kicker { font-size: 10px; margin-bottom: 18px; }
 .zes-pro-hero .zes-hero-positioning { font-size: 16px; line-height: 1.65; margin-top: 20px; }
}

/* Mobile background carousel controls; preserve all existing hero copy. */
@media(max-width:680px) {
 .zes-pro-hero .zes-hero-content { padding-bottom:112px; }
 .zes-pro-hero .zes-hero-carousel-controls { display:grid!important; grid-template-columns:36px 54px minmax(0,1fr) 36px; left:16px; right:16px; bottom:18px; min-height:52px; }
 .zes-pro-hero .zes-carousel-selectors { display:flex; overflow-x:auto; min-width:0; }
 .zes-pro-hero .zes-carousel-selector { flex:0 0 100px; min-height:50px; font-size:10px; padding:7px; }
 .zes-pro-hero .zes-carousel-toggle, .zes-pro-hero .zes-carousel-arrow { min-height:50px; font-size:10px; }
}

@media(max-width:680px) { .zes-pro-hero .zes-hero-poster { object-position:82% center; } }

/* Stable compact hero, per-image framing and layered background fades. */
.zes-pro-hero .zes-hero-visual { min-height:0; }
.zes-pro-hero .zes-hero-content { min-height:0; justify-content:flex-start; padding:24px 0 96px; }
.zes-pro-hero .zes-hero-content > .zes-pro-brand-kicker { margin-bottom:14px; }
.zes-pro-hero h1 { font-size:clamp(36px,3.1vw,48px); max-width:690px; line-height:1.12; }
.zes-pro-hero .zes-hero-content > .zes-hero-positioning { max-width:650px; margin:16px 0 0; font-size:16px; line-height:1.6; }
.zes-pro-hero .zes-fixed-hero-actions { display:flex; flex-wrap:wrap; width:auto; gap:12px; margin-top:20px; }
.zes-pro-hero .zes-fixed-hero-actions .zes-button { min-height:46px; font-size:13px; }
.zes-pro-hero .zes-hero-service-context { margin-top:16px; }
.zes-pro-hero .zes-hero-service-count { padding:6px 10px; }
.zes-pro-hero .zes-hero-service-headline { margin-top:9px; font-size:22px; line-height:1.25; }
.zes-pro-hero .zes-hero-service-panel > p { margin:9px 0 0; font-size:14px; line-height:1.6; max-width:680px; }
.zes-pro-hero .zes-hero-service-slides { display:grid; width:min(100%,720px); }
.zes-pro-hero .zes-hero-service-panel { grid-area:1/1; }
.zes-pro-hero .zes-hero-service-panel[hidden] { display:block!important; visibility:hidden; pointer-events:none; }
.zes-pro-hero .zes-hero-content > .zes-pro-service-keywords { margin-top:14px; font-size:10px; }
.zes-pro-hero .zes-hero-shade { z-index:2; background:linear-gradient(90deg,rgba(2,15,34,.97) 0%,rgba(2,19,43,.92) 37%,rgba(4,25,52,.40) 63%,rgba(4,25,52,.04) 100%); }
.zes-pro-hero .zes-hero-poster-previous { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center top; z-index:0; }
.zes-pro-hero .zes-hero-poster { z-index:1; object-position:center top; animation:none!important; transform:none!important; }
.zes-pro-hero .zes-hero-video { z-index:2; }
@media(max-width:680px) {
 .zes-pro-hero .zes-hero-content { padding:28px 0 98px; min-height:530px; }
 .zes-pro-hero h1 { font-size:32px; line-height:1.15; }
 .zes-pro-hero .zes-hero-content > .zes-hero-positioning { font-size:15px; line-height:1.6; }
 .zes-pro-hero .zes-fixed-hero-actions { width:100%; display:grid; grid-template-columns:1fr 1fr; gap:9px; }
 .zes-pro-hero .zes-fixed-hero-actions .zes-button { font-size:11px; padding:11px 8px; }
 .zes-pro-hero .zes-hero-poster, .zes-pro-hero .zes-hero-poster-previous { object-position:82% top!important; }
 .zes-pro-hero .zes-hero-shade { z-index:2; background:linear-gradient(180deg,rgba(4,18,39,.6),rgba(4,18,39,.86) 55%,rgba(4,18,39,.97)); }
}
