/* ZEFENG MEP — cross-page narrative and visual cohesion, 2026-07-19 */

:root {
  --zf-page-edge: clamp(18px, 2.5vw, 36px);
  --zf-page-radius: clamp(24px, 2.4vw, 36px);
  --zf-page-ink: #111a2a;
  --zf-page-paper: #f4f0e8;
}

/* Final air-page opening lock — one coherent hero, independent of legacy route rules. */
html body[data-page="systems"] main #climate > .section-heading {
  position: relative !important;
  display: grid !important;
  align-content: end !important;
  justify-items: start !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: clamp(590px, 46vw, 720px) !important;
  margin: 0 !important;
  padding: clamp(52px, 6vw, 88px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 34px !important;
  color: #fff !important;
  text-align: left !important;
  background: #0a111c !important;
  box-shadow: 0 34px 90px rgba(19, 32, 59, 0.19) !important;
  isolation: isolate !important;
}

html body[data-page="systems"] main #climate > .section-heading::before {
  content: "" !important;
  position: absolute !important;
  z-index: -2 !important;
  inset: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background-image: url("images/air-page-hero-premium-20260720.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  transform: scale(1.01) !important;
}

html body[data-page="systems"] main #climate > .section-heading::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  inset: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background:
    linear-gradient(90deg, rgba(7, 13, 23, 0.96) 0%, rgba(7, 13, 23, 0.82) 36%, rgba(7, 13, 23, 0.28) 64%, rgba(7, 13, 23, 0.04) 100%),
    linear-gradient(0deg, rgba(7, 13, 23, 0.72) 0%, rgba(7, 13, 23, 0.08) 55%, rgba(7, 13, 23, 0.14) 100%) !important;
}

html body[data-page="systems"] main #climate > .section-heading > .eyebrow {
  margin: 0 0 18px !important;
  color: #75e8f1 !important;
  font: 650 11px/1.2 "SF Pro Text", "PingFang SC", sans-serif !important;
  letter-spacing: 0.15em !important;
}

html body[data-page="systems"] main #climate > .section-heading > h2 {
  max-width: 900px !important;
  margin: 0 !important;
  color: #fff !important;
  font: 600 clamp(38px, 3.15vw, 56px)/1.16 "SF Pro Display", "PingFang SC", sans-serif !important;
  letter-spacing: -0.02em !important;
  word-break: keep-all !important;
}

html body[data-page="systems"] main #climate > .section-heading > h2 span {
  color: #d8f3f4 !important;
  font: inherit !important;
}

html body[data-page="systems"] main #climate > .section-heading > .lead {
  max-width: 590px !important;
  margin: 24px 0 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font: 400 clamp(16px, 1.2vw, 19px)/1.72 "SF Pro Text", "PingFang SC", sans-serif !important;
}

html body[data-page="systems"] main #climate > .section-heading > .climate-lead-sub {
  max-width: 570px !important;
  margin: 8px 0 0 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font: 400 clamp(14px, 1vw, 16px)/1.72 "SF Pro Text", "PingFang SC", sans-serif !important;
}

html body[data-page="systems"] main #climate .air-hero-facts {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: min(680px, 100%) !important;
  margin-top: 32px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 18px !important;
  background: rgba(13, 25, 39, 0.48) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(18px) saturate(120%) !important;
}

html body[data-page="systems"] main #climate .air-hero-facts > span {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  min-width: 0 !important;
  padding: 17px 18px !important;
}

html body[data-page="systems"] main #climate .air-hero-facts > span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.13) !important;
}

html body[data-page="systems"] main #climate .air-hero-facts small {
  grid-row: 1 / 3 !important;
  align-self: start !important;
  padding-top: 2px !important;
  color: #75e8f1 !important;
  font: 650 10px/1 "SF Pro Text", sans-serif !important;
  letter-spacing: 0.1em !important;
}

html body[data-page="systems"] main #climate .air-hero-facts strong {
  color: rgba(255, 255, 255, 0.94) !important;
  font: 560 14px/1.35 "SF Pro Text", "PingFang SC", sans-serif !important;
}

html body[data-page="systems"] main #climate .air-hero-facts em {
  margin-top: 3px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font: normal 400 11px/1.4 "SF Pro Text", "PingFang SC", sans-serif !important;
}

@media (max-width: 760px) {
  html body[data-page="systems"] main #climate > .section-heading {
    min-height: 680px !important;
    padding: 34px 24px 30px !important;
    border-radius: 24px !important;
  }

  html body[data-page="systems"] main #climate > .section-heading::before {
    background-position: 42% center !important;
  }

  html body[data-page="systems"] main #climate > .section-heading::after {
    background:
      linear-gradient(90deg, rgba(7, 13, 23, 0.92), rgba(7, 13, 23, 0.47)),
      linear-gradient(0deg, rgba(7, 13, 23, 0.94) 0%, rgba(7, 13, 23, 0.48) 58%, rgba(7, 13, 23, 0.22) 100%) !important;
  }

  html body[data-page="systems"] main #climate > .section-heading > h2 {
    max-width: 100% !important;
    font-size: clamp(30px, 7.8vw, 36px) !important;
    line-height: 1.16 !important;
    word-break: keep-all !important;
  }

  html body[data-page="systems"] main #climate > .section-heading > .lead {
    font-size: 15px !important;
  }

  html body[data-page="systems"] main #climate .air-hero-facts {
    grid-template-columns: 1fr !important;
    margin-top: 24px !important;
    border-radius: 16px !important;
  }

  html body[data-page="systems"] main #climate .air-hero-facts > span {
    min-height: 52px !important;
    padding: 12px 15px !important;
  }

  html body[data-page="systems"] main #climate .air-hero-facts > span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-left: 0 !important;
  }
}

/* Project access contact workbench v4 — final contrast and hierarchy lock. */
html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section {
  color: #172232 !important;
  background: transparent !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head .project-access-ref-kicker {
  color: #386ff4 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head h2 {
  color: #172232 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head > p:last-child {
  color: rgba(23, 34, 50, 0.62) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-lines {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line:first-child {
  grid-column: 1 / -1 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line strong {
  color: #3f6fe4 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line :is(span, a) {
  color: rgba(23, 34, 50, 0.72) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-contact-form {
  position: relative !important;
  padding-top: 28px !important;
  border-top: 1px solid rgba(63, 96, 158, 0.13) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-contact-form::before {
  content: "PROJECT BRIEF" !important;
  display: block !important;
  margin-bottom: 9px !important;
  color: #6876a2 !important;
  font: 650 10px/1 "SF Pro Display", sans-serif !important;
  letter-spacing: 0.19em !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-form-title {
  color: #172232 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-field span {
  color: rgba(23, 34, 50, 0.62) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-field input, .project-access-field textarea) {
  color: #172232 !important;
  border: 1px solid rgba(62, 94, 156, 0.16) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-field input, .project-access-field textarea)::placeholder {
  color: rgba(23, 34, 50, 0.34) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-contact-hint, .project-access-contact-status) {
  color: rgba(23, 34, 50, 0.46) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item strong {
  color: #172232 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item :is(.project-access-ref-service-type, .project-access-ref-service-address) {
  color: rgba(23, 34, 50, 0.62) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-map {
  align-self: start !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-list {
  justify-items: stretch !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item {
  width: 100% !important;
}

@media (max-width: 980px) {
  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-layout,
  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-ref-contact-map, .project-access-ref-contact-right) {
    grid-column: 1 !important;
  }

  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-list {
    grid-template-columns: 1fr !important;
  }
}

/* Final geometry polish for the project access conversion area. */
html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-map {
  align-self: start !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-list {
  justify-items: stretch !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item {
  width: 100% !important;
}

/* Project access contact canvas v3 — dark map, bright workbench, colored network. */
html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section {
  position: relative !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #172232 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head {
  margin-bottom: clamp(28px, 3vw, 42px) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head .project-access-ref-kicker {
  color: #386ff4 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head h2 {
  color: #172232 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head > p:last-child {
  color: rgba(23, 34, 50, 0.62) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr) !important;
  gap: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-aside {
  display: contents !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-map {
  grid-column: 1 !important;
  align-self: stretch !important;
  min-width: 0 !important;
  padding: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(114, 148, 220, 0.18) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 8% 92%, rgba(31, 211, 193, 0.24), transparent 34%),
    linear-gradient(145deg, #111c33, #192c55) !important;
  box-shadow: 0 28px 72px rgba(24, 45, 80, 0.18) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-map-stage {
  min-height: 390px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: #edf1f5 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-note {
  margin: 14px 6px 2px !important;
  color: rgba(223, 235, 255, 0.7) !important;
  font-size: 12px !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-right {
  grid-column: 2 !important;
  min-width: 0 !important;
  padding: clamp(26px, 3vw, 42px) !important;
  border: 1px solid rgba(76, 107, 166, 0.13) !important;
  border-radius: 30px !important;
  color: #172232 !important;
  background:
    radial-gradient(circle at 94% 8%, rgba(103, 89, 255, 0.15), transparent 30%),
    radial-gradient(circle at 8% 94%, rgba(29, 203, 187, 0.11), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 255, 0.98)) !important;
  box-shadow: 0 30px 78px rgba(33, 55, 91, 0.13) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-lines {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
  margin: 0 0 30px !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line {
  min-height: 82px !important;
  padding: 15px 16px !important;
  border: 1px solid rgba(64, 97, 160, 0.12) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.62) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line:first-child {
  grid-column: 1 / -1 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line strong {
  color: #3f6fe4 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line :is(span, a) {
  color: rgba(23, 34, 50, 0.72) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-form-title {
  margin-bottom: 22px !important;
  color: #172232 !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-field span {
  color: rgba(23, 34, 50, 0.62) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-field input, .project-access-field textarea) {
  color: #172232 !important;
  border: 1px solid rgba(62, 94, 156, 0.16) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-field input, .project-access-field textarea)::placeholder {
  color: rgba(23, 34, 50, 0.34) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-contact-hint, .project-access-contact-status) {
  color: rgba(23, 34, 50, 0.46) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-list {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 18px 0 0 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item {
  position: relative !important;
  display: grid !important;
  align-content: end !important;
  gap: 7px !important;
  min-height: 190px !important;
  padding: 26px !important;
  overflow: hidden !important;
  border: 1px solid rgba(75, 104, 162, 0.12) !important;
  border-radius: 24px !important;
  color: #172232 !important;
  background: #eef4ff !important;
  box-shadow: 0 20px 50px rgba(38, 61, 101, 0.1) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item::before {
  position: absolute !important;
  top: 20px !important;
  right: 22px !important;
  color: rgba(23, 34, 50, 0.14) !important;
  font: 650 42px/1 "SF Pro Display", sans-serif !important;
  letter-spacing: -0.04em !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item:nth-child(1) {
  background:
    radial-gradient(circle at 100% 0%, rgba(58, 118, 255, 0.25), transparent 40%),
    linear-gradient(145deg, #eef5ff, #e4edff) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item:nth-child(1)::before {
  content: "01" !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(28, 199, 184, 0.24), transparent 40%),
    linear-gradient(145deg, #edfbf9, #e1f5f1) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item:nth-child(2)::before {
  content: "02" !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 83, 246, 0.23), transparent 40%),
    linear-gradient(145deg, #f4f1ff, #eae6ff) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item:nth-child(3)::before {
  content: "03" !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item strong {
  color: #172232 !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item :is(.project-access-ref-service-type, .project-access-ref-service-address) {
  color: rgba(23, 34, 50, 0.58) !important;
  font-size: 12px !important;
}

@media (max-width: 980px) {
  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-ref-contact-map, .project-access-ref-contact-right) {
    grid-column: 1 !important;
  }

  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-list {
    grid-template-columns: 1fr !important;
  }
}

/* Long-form page orientation */
html body main > .zf-page-story-rail {
  position: sticky;
  z-index: 80;
  top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0 var(--zf-page-edge);
  border-top: 0;
  border-bottom: 1px solid rgba(16, 24, 38, 0.09);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  backdrop-filter: blur(20px) saturate(125%);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
}

html body main > .zf-page-story-rail > strong {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

html body main > .zf-page-story-rail > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 46px);
  min-width: 0;
}

html body main > .zf-page-story-rail a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 14px 2px 12px;
  border-radius: 0;
  color: rgba(20, 27, 45, 0.58);
  background: transparent;
  text-decoration: none;
  box-shadow: none;
  transition: color 180ms ease, box-shadow 180ms ease;
}

html body main > .zf-page-story-rail a i {
  color: rgba(18, 101, 96, 0.55);
  font: normal 600 9px/1 "SF Pro Text", sans-serif;
}

html body main > .zf-page-story-rail a span {
  white-space: nowrap;
  font: 560 12px/1.1 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main > .zf-page-story-rail a.is-active {
  color: #12211f;
  background: transparent;
  box-shadow: inset 0 -1px #23736d;
}

html body main > .zf-page-story-rail a.is-active i {
  color: #23736d;
}

@media (hover: hover) and (pointer: fine) {
  html body main > .zf-page-story-rail a:hover {
    color: #12211f;
    background: transparent;
    box-shadow: inset 0 -1px rgba(35, 115, 109, 0.55);
  }
}

@media (max-width: 760px) {
  html body[data-page="home"] main #landing .zf-home-hero-nav {
    display: none !important;
  }
}

/* Philosophy now has its own opening instead of repeating the homepage entrance. */
html body main .zf-philosophy-opening {
  display: none;
}

/* Route responsibilities:
   home = navigation, evidence and conversion;
   philosophy = human experience and environmental worldview. */
html body[data-page="home"] main #home > :is(.zf-home-human, .zf-home-senses) {
  display: none !important;
}

html body[data-page="philosophy"] main #home > :is(.zf-home-evidence, .zf-home-consult) {
  display: none !important;
}

html body[data-page="philosophy"] main #home.zf-home-story {
  margin-top: 28px !important;
}

html body[data-page="philosophy"] main .zf-philosophy-opening {
  position: relative;
  display: grid;
  min-height: clamp(650px, 57vw, 860px);
  overflow: hidden;
  border-radius: var(--zf-page-radius);
  background: #101828;
  box-shadow: 0 36px 100px rgba(17, 26, 42, 0.18);
  isolation: isolate;
}

html body[data-page="philosophy"] main .zf-philosophy-opening figure {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0;
}

html body[data-page="philosophy"] main .zf-philosophy-opening figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 13, 24, 0.94) 0%, rgba(8, 13, 24, 0.72) 40%, rgba(8, 13, 24, 0.1) 78%),
    linear-gradient(0deg, rgba(8, 13, 24, 0.68), transparent 45%);
}

html body[data-page="philosophy"] main .zf-philosophy-opening img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

html body[data-page="philosophy"] main .zf-philosophy-opening-copy {
  display: grid;
  align-content: center;
  width: min(720px, 58%);
  padding: clamp(50px, 7vw, 112px);
  color: #fff;
}

html body[data-page="philosophy"] main .zf-philosophy-opening-copy > p {
  margin: 0 0 28px;
  color: #86e9f5;
  font: 650 12px/1.2 "SF Pro Text", sans-serif;
  letter-spacing: 0.12em;
}

html body[data-page="philosophy"] main .zf-philosophy-opening-copy h1 {
  margin: 0;
  color: #fff !important;
  font: 560 clamp(48px, 5.4vw, 82px)/1.05 "SF Pro Display", "PingFang SC", sans-serif !important;
  letter-spacing: -0.065em !important;
}

html body[data-page="philosophy"] main .zf-philosophy-opening-copy > span {
  max-width: 600px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.72);
  font: 400 clamp(15px, 1.2vw, 19px)/1.8 "SF Pro Text", "PingFang SC", sans-serif;
}

html body[data-page="philosophy"] main .zf-philosophy-opening-copy ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

html body[data-page="philosophy"] main .zf-philosophy-opening-copy li {
  display: grid;
  gap: 5px;
  padding: 20px 16px 0 0;
}

html body[data-page="philosophy"] main .zf-philosophy-opening-copy li + li {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

html body[data-page="philosophy"] main .zf-philosophy-opening-copy b {
  color: #c9f14c;
  font: 620 10px/1 "SF Pro Text", sans-serif;
}

html body[data-page="philosophy"] main .zf-philosophy-opening-copy strong {
  font: 560 14px/1.3 "SF Pro Text", "PingFang SC", sans-serif;
}

html body[data-page="philosophy"] main .zf-philosophy-opening-copy small {
  color: rgba(255, 255, 255, 0.5);
  font: 400 11px/1.5 "SF Pro Text", "PingFang SC", sans-serif;
}

/* Shared route opening language */
html body main .zf-route-opening-copy,
html body[data-page="systems"] main #climate > .section-heading {
  position: relative;
  display: grid !important;
  align-content: end !important;
  justify-items: start !important;
  min-height: clamp(500px, 43vw, 650px);
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(42px, 6vw, 92px) !important;
  overflow: hidden;
  border-radius: var(--zf-page-radius);
  color: #fff;
  box-shadow: 0 34px 90px rgba(19, 32, 59, 0.16);
  isolation: isolate;
}

html body main .zf-route-opening-copy::before,
html body[data-page="systems"] main #climate > .section-heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

html body main .zf-route-opening-copy::after,
html body[data-page="systems"] main #climate > .section-heading::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 14, 28, 0.96), rgba(7, 14, 28, 0.78) 52%, rgba(7, 14, 28, 0.18)),
    linear-gradient(0deg, rgba(7, 14, 28, 0.7), transparent 62%);
}

html body[data-page="systems"] main #climate > .section-heading::before {
  background-image: url("images/doas-air-soul-interior-20260718.jpg");
  background-position: center;
}

html body[data-page="systems"] main #climate > .section-heading {
  box-shadow:
    inset 0 0 0 9999px rgba(7, 14, 28, 0.22),
    0 34px 90px rgba(19, 32, 59, 0.16) !important;
}

html body[data-page="water-supply-drainage"] main #water-problem .zf-route-opening-copy::before {
  background-image: url("images/water-utility-water-path-bridge-v1.webp");
}

html body[data-page="basement-system"] main #basement-definition .zf-route-opening-copy::before {
  background-image: url("images/generated-basement-scenes/basement-section-hero-display.jpg");
  background-position: center 42%;
}

html body main .zf-route-opening-copy > .eyebrow,
html body[data-page="systems"] main #climate > .section-heading > .eyebrow {
  margin: 0 0 22px !important;
  color: #7ce9f2 !important;
  font: 650 12px/1.2 "SF Pro Text", sans-serif !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

html body main .zf-route-opening-copy > :is(h1, h2),
html body[data-page="systems"] main #climate > .section-heading > h2 {
  max-width: 900px !important;
  margin: 0 !important;
  color: #fff !important;
  font: 600 clamp(38px, 3.15vw, 56px)/1.16 "SF Pro Display", "PingFang SC", sans-serif !important;
  letter-spacing: -0.02em !important;
}

html body main .zf-route-opening-copy > :is(h1, h2) span {
  color: inherit !important;
  font: inherit !important;
}

html body main .zf-route-opening-copy > p:not(.eyebrow),
html body[data-page="systems"] main #climate > .section-heading > p:not(.eyebrow) {
  max-width: 820px !important;
  margin: 24px 0 0 !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font: 400 clamp(14px, 1.1vw, 18px)/1.8 "SF Pro Text", "PingFang SC", sans-serif !important;
}

html body[data-page="systems"] main #climate > .section-heading > .climate-lead-sub {
  margin-top: 6px !important;
  color: rgba(255, 255, 255, 0.52) !important;
}

/* Air opening: turn the service list into a visual capability field. */
html body[data-page="systems"] main > #climate {
  width: min(1704px, calc(100vw - 48px)) !important;
  max-width: min(1704px, calc(100vw - 48px)) !important;
  margin: 28px auto 0 !important;
  padding: 0 !important;
  gap: clamp(24px, 3vw, 44px) !important;
}

html body[data-page="systems"] main #climate .climate-service-matrix {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(18px, 2.2vw, 30px) !important;
  border: 1px solid rgba(66, 91, 156, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(50, 141, 255, 0.18), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(107, 55, 244, 0.14), transparent 34%),
    #f4f6fb;
}

html body[data-page="systems"] main #climate .climate-service-item {
  min-height: 82px !important;
  padding: 15px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: inset 0 0 0 1px rgba(46, 77, 135, 0.08);
}

/* Water and basement openings */
html body[data-page="water-supply-drainage"] main > #water-problem,
html body[data-page="basement-system"] main > #basement-definition {
  width: min(1704px, calc(100vw - 48px)) !important;
  max-width: min(1704px, calc(100vw - 48px)) !important;
  margin: 28px auto 0 !important;
  padding: 0 !important;
}

html body[data-page="water-supply-drainage"] main #water-problem .water-system-definition-copy,
html body[data-page="basement-system"] main #basement-definition .basement-definition-copy {
  gap: clamp(24px, 3vw, 44px) !important;
  padding: 0 !important;
}

html body[data-page="water-supply-drainage"] main #water-problem .water-service-matrix,
html body[data-page="basement-system"] main #basement-definition .basement-service-matrix {
  display: grid !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(18px, 2.2vw, 30px) !important;
  border-radius: 30px;
}

html body[data-page="water-supply-drainage"] main #water-problem .water-service-matrix {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 160, 222, 0.2), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(26, 201, 184, 0.17), transparent 34%),
    #f2f8fa;
}

html body[data-page="basement-system"] main #basement-definition .basement-service-matrix {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(227, 117, 42, 0.16), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(39, 75, 131, 0.15), transparent 34%),
    #f7f4ee;
}

html body[data-page="water-supply-drainage"] main #water-problem .water-service-item,
html body[data-page="basement-system"] main #basement-definition .basement-service-item {
  min-height: 88px !important;
  padding: 14px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: inset 0 0 0 1px rgba(37, 75, 88, 0.08);
}

html body[data-page="water-supply-drainage"] main #water-problem .water-context-media,
html body[data-page="basement-system"] main #basement-definition .basement-context-media {
  border-radius: var(--zf-page-radius) !important;
  box-shadow: 0 28px 70px rgba(24, 38, 48, 0.12) !important;
}

/* Design-to-delivery becomes a sequence of cinematic chapters. */
html body[data-page="delivery"] main {
  --delivery-card-bg: #111a2a;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) {
  width: min(1704px, calc(100vw - 48px)) !important;
  max-width: min(1704px, calc(100vw - 48px)) !important;
  margin: clamp(34px, 5vw, 76px) auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) > .section-copy {
  display: grid !important;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr) !important;
  grid-auto-rows: min-content !important;
  align-content: center !important;
  column-gap: clamp(36px, 5vw, 78px) !important;
  min-height: clamp(590px, 49vw, 760px) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(46px, 6vw, 92px) 0 clamp(46px, 6vw, 92px) clamp(46px, 6vw, 92px) !important;
  overflow: hidden;
  border-radius: var(--zf-page-radius);
  color: #fff;
  background:
    radial-gradient(circle at 8% 12%, rgba(57, 99, 255, 0.24), transparent 28%),
    #111a2a !important;
  box-shadow: 0 34px 90px rgba(17, 26, 42, 0.16);
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) > .section-copy > :not(figure) {
  grid-column: 1 !important;
  max-width: 590px !important;
  margin-right: clamp(28px, 4vw, 64px) !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) .delivery-scene-media {
  grid-column: 2 !important;
  grid-row: 1 / span 8 !important;
  align-self: stretch !important;
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  margin: clamp(-92px, -6vw, -46px) 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) .delivery-scene-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) .eyebrow {
  margin: 0 0 22px !important;
  color: #79e7f1 !important;
  font: 650 11px/1.2 "SF Pro Text", sans-serif !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) h2 {
  margin: 0 0 28px !important;
  color: #fff !important;
  font: 560 clamp(38px, 4vw, 64px)/1.1 "SF Pro Display", "PingFang SC", sans-serif !important;
  letter-spacing: -0.055em !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) p:not(.eyebrow),
html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) blockquote {
  color: rgba(255, 255, 255, 0.68) !important;
  font: 400 clamp(14px, 1.05vw, 17px)/1.78 "SF Pro Text", "PingFang SC", sans-serif !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) blockquote {
  margin-top: 24px !important;
  padding: 20px 0 20px 22px !important;
  border-left: 2px solid #d2f44d !important;
  color: #fff !important;
}

html body[data-page="delivery"] main > :is(#constraints, #delivery, #process) > .section-copy {
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr) !important;
  padding: clamp(46px, 6vw, 92px) clamp(46px, 6vw, 92px) clamp(46px, 6vw, 92px) 0 !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(249, 117, 62, 0.24), transparent 28%),
    #182032 !important;
}

html body[data-page="delivery"] main > :is(#constraints, #delivery, #process) > .section-copy > :not(figure) {
  grid-column: 2 !important;
  margin-right: 0 !important;
  margin-left: clamp(28px, 4vw, 64px) !important;
}

html body[data-page="delivery"] main > :is(#constraints, #delivery, #process) .delivery-scene-media {
  grid-column: 1 !important;
}

html body[data-page="delivery"] main #process > .section-bridge {
  max-width: 1100px !important;
  margin: 38px auto 0 !important;
  padding: 28px 34px !important;
  border-radius: 22px;
  color: rgba(18, 35, 51, 0.76) !important;
  background: rgba(255, 255, 255, 0.7);
}

/* Project access: the service relationship starts inside the image. */
html body[data-page="project-access"] main > #project-access {
  position: relative;
  width: min(1704px, calc(100vw - 48px)) !important;
  max-width: min(1704px, calc(100vw - 48px)) !important;
  margin: 28px auto 0 !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-hero {
  position: relative;
  height: clamp(500px, 48vw, 690px) !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: var(--zf-page-radius);
  box-shadow: 0 32px 86px rgba(20, 37, 43, 0.14);
}

html body[data-page="project-access"] #project-access .project-access-ref-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 25, 36, 0.82), rgba(12, 25, 36, 0.08) 68%),
    linear-gradient(0deg, rgba(12, 25, 36, 0.38), transparent 50%);
}

html body[data-page="project-access"] #project-access .project-access-ref-hero img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro {
  position: absolute !important;
  z-index: 3;
  top: clamp(130px, 12vw, 190px) !important;
  left: clamp(40px, 6vw, 92px) !important;
  width: min(700px, calc(100% - 80px)) !important;
  margin: 0 !important;
  padding: clamp(32px, 4vw, 54px) !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  color: #fff;
  background: rgba(12, 25, 36, 0.66);
  box-shadow: 0 24px 80px rgba(10, 20, 30, 0.22);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

html body[data-page="project-access"] #project-access .project-access-ref-intro h1 {
  margin: 0 !important;
  color: #fff !important;
  font: 560 clamp(44px, 5vw, 74px)/1.05 "SF Pro Display", "PingFang SC", sans-serif !important;
  letter-spacing: -0.055em !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro h1 span {
  display: block;
  margin-top: 12px;
  color: #7ee9dd !important;
  font: 650 12px/1.2 "SF Pro Text", sans-serif !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro p {
  max-width: 580px !important;
  margin: 24px 0 0 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font: 400 clamp(14px, 1.1vw, 17px)/1.8 "SF Pro Text", "PingFang SC", sans-serif !important;
}

/* 2026-07-20 final cohesion pass: keep the system scene image-led and quiet. */
html body[data-page="home"] main #landing .zf-home-system-reveal {
  background: #09101a !important;
  box-shadow: 0 34px 94px rgba(9, 18, 32, 0.2) !important;
}

html body[data-page="home"] main #landing .zf-home-system-reveal-media img {
  filter: saturate(1.02) contrast(1.03) brightness(0.9) !important;
}

html body[data-page="home"] main #landing .zf-home-system-reveal-shade {
  background:
    linear-gradient(90deg, rgba(5, 11, 18, 0.82) 0%, rgba(5, 11, 18, 0.58) 34%, rgba(5, 11, 18, 0.16) 64%, rgba(5, 11, 18, 0.04) 100%),
    linear-gradient(180deg, rgba(5, 11, 18, 0.08), transparent 48%, rgba(5, 11, 18, 0.56)) !important;
}

html body[data-page="home"] main #landing .zf-home-system-reveal-copy {
  width: min(720px, calc(100% - 112px)) !important;
  color: #fff !important;
}

html body[data-page="home"] main #landing .zf-home-system-reveal-copy > p {
  color: #8ee7ef !important;
}

html body[data-page="home"] main #landing .zf-home-system-reveal-copy h2 {
  color: #fff !important;
  font: 600 clamp(38px, 3.15vw, 56px)/1.16 "SF Pro Display", "PingFang SC", "Noto Sans SC", sans-serif !important;
  letter-spacing: -0.02em !important;
}

html body[data-page="home"] main #landing .zf-home-system-reveal-copy > span {
  max-width: 720px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font: 400 15px/1.85 "SF Pro Text", "PingFang SC", "Noto Sans SC", sans-serif !important;
}

html body[data-page="home"] main #landing .zf-home-system-reveal-logic {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(7, 18, 30, 0.62) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
}

html body[data-page="home"] main #landing .zf-home-system-reveal-logic > div + div {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

html body[data-page="home"] main #landing .zf-home-system-reveal-logic small {
  color: #6ee8ff !important;
}

html body[data-page="home"] main #landing .zf-home-system-reveal-logic strong {
  color: #fff !important;
}

html body[data-page="home"] main #landing .zf-home-system-reveal-logic span {
  color: rgba(255, 255, 255, 0.62) !important;
}

html body main .zf-home-case-demo {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 5vw, 82px);
  margin-top: 16px;
  padding: clamp(34px, 4.5vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(62, 93, 154, 0.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(67, 92, 255, 0.15), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(31, 190, 188, 0.12), transparent 31%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 78px rgba(33, 52, 86, 0.08);
  scroll-margin-top: 130px;
}

html body main .zf-home-evidence-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

html body main .zf-home-evidence-card {
  min-height: 420px;
}

html body main .zf-home-evidence-card {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  text-align: left;
  cursor: pointer;
}

html body main .zf-home-evidence-card::before {
  content: "↘";
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  background: rgba(9, 22, 37, 0.28);
  font: 500 17px/1 "SF Pro Display", sans-serif;
  backdrop-filter: blur(12px);
  transition: transform 220ms ease, background 220ms ease;
}

html body main .zf-home-evidence-card.is-active {
  box-shadow:
    0 0 0 3px rgba(74, 215, 240, 0.92),
    0 24px 60px rgba(20, 47, 78, 0.18);
}

html body main .zf-home-evidence-card.is-active::before {
  content: "✓";
  color: #112438;
  border-color: rgba(255, 255, 255, 0.86);
  background: rgba(126, 238, 244, 0.92);
}

html body main .zf-home-evidence-card:focus-visible {
  outline: 3px solid #475dff;
  outline-offset: 5px;
}

html body main .zf-home-evidence-card img {
  filter: saturate(1.02) contrast(1.02);
}

html body main .zf-home-case-demo[hidden] {
  display: none !important;
}

html body main .zf-home-case-demo.is-entering {
  animation: zfHomeCaseEnter 420ms cubic-bezier(0.2, 0.72, 0.25, 1) both;
}

@keyframes zfHomeCaseEnter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html body main .zf-home-case-demo[data-zf-home-case-panel="apartment"] {
  --case-accent: #2f72ff;
  --case-accent-soft: rgba(47, 114, 255, 0.16);
  background:
    radial-gradient(circle at 100% 0%, rgba(72, 83, 255, 0.2), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(28, 203, 222, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.92);
}

html body main .zf-home-case-demo[data-zf-home-case-panel="duplex"] {
  --case-accent: #ee7b38;
  --case-accent-soft: rgba(238, 123, 56, 0.16);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 157, 58, 0.21), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(55, 206, 195, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.92);
}

html body main .zf-home-case-demo[data-zf-home-case-panel="hengyang-villa"] {
  --case-accent: #d95c64;
  --case-accent-soft: rgba(217, 92, 100, 0.16);
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 88, 129, 0.2), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(210, 233, 61, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.92);
}

html body main .zf-home-case-demo[data-zf-home-case-panel="changsha-detached"] {
  --case-accent: #7156e8;
  --case-accent-soft: rgba(113, 86, 232, 0.16);
  background:
    radial-gradient(circle at 100% 0%, rgba(114, 77, 241, 0.2), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(42, 189, 201, 0.17), transparent 32%),
    rgba(255, 255, 255, 0.92);
}

html body main .zf-home-case-demo-intro h3 {
  margin: 0;
  color: #17233a;
  font: 560 clamp(34px, 3.5vw, 56px)/1.08 "SF Pro Display", "PingFang SC", sans-serif;
  letter-spacing: -0.05em;
}

html body main .zf-home-case-demo-intro > p:not(.zf-home-story-kicker) {
  margin: 24px 0 0;
  color: rgba(23, 35, 58, 0.7);
  font: 400 15px/1.8 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main .zf-home-case-demo-intro > small {
  display: block;
  margin-top: 22px;
  color: rgba(23, 35, 58, 0.42);
  font: 400 11px/1.6 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main .zf-home-case-demo-body {
  display: grid;
  align-content: center;
}

/* Homepage cases show lived results; technical specification remains on the delivery page. */
html body main .zf-home-case-demo-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

html body main .zf-home-case-demo-outcomes > span {
  display: grid;
  align-content: start;
  min-height: 178px;
  padding: 24px 21px;
  border: 1px solid rgba(74, 104, 168, 0.12);
  border-top: 3px solid var(--case-accent, #5374bc);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 28px rgba(39, 57, 103, 0.05);
}

html body main .zf-home-case-demo-outcomes small {
  color: var(--case-accent, #5374bc);
  font: 650 10px/1.2 "SF Pro Text", "PingFang SC", sans-serif;
  letter-spacing: 0;
}

html body main .zf-home-case-demo-outcomes strong {
  margin-top: 16px;
  color: #17233a;
  font: 600 clamp(18px, 1.55vw, 24px)/1.25 "SF Pro Display", "PingFang SC", sans-serif;
}

html body main .zf-home-case-demo-outcomes em {
  margin-top: 9px;
  color: rgba(23, 35, 58, 0.58);
  font: normal 400 13px/1.6 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main .zf-home-case-demo-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

html body main .zf-home-case-demo-metrics > span {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(74, 104, 168, 0.12);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(246, 249, 255, 0.86);
  box-shadow: 0 12px 32px rgba(39, 57, 103, 0.06);
}

html body main .zf-home-case-demo-metrics > span::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--metric-accent);
}

html body main .zf-home-case-demo-metrics > span:nth-child(1) {
  --metric-accent: #24b8d4;
  background: linear-gradient(145deg, rgba(62, 220, 232, 0.19), rgba(255, 255, 255, 0.92) 72%);
}

html body main .zf-home-case-demo-metrics > span:nth-child(2) {
  --metric-accent: #4f6eff;
  background: linear-gradient(145deg, rgba(82, 112, 255, 0.18), rgba(255, 255, 255, 0.92) 72%);
}

html body main .zf-home-case-demo-metrics > span:nth-child(3) {
  --metric-accent: #9a59ed;
  background: linear-gradient(145deg, rgba(160, 91, 240, 0.18), rgba(255, 255, 255, 0.92) 72%);
}

html body main .zf-home-case-demo-metrics > span:nth-child(4) {
  --metric-accent: #f09b39;
  background: linear-gradient(145deg, rgba(250, 169, 62, 0.2), rgba(255, 255, 255, 0.92) 72%);
}

html body main .zf-home-case-demo-metrics > span:nth-child(5) {
  --metric-accent: #ee636e;
  background: linear-gradient(145deg, rgba(242, 101, 113, 0.18), rgba(255, 255, 255, 0.92) 72%);
}

html body main .zf-home-case-demo-metrics > span:nth-child(6) {
  --metric-accent: #78a931;
  background: linear-gradient(145deg, rgba(181, 221, 64, 0.23), rgba(255, 255, 255, 0.92) 72%);
}

html body main .zf-home-case-demo-metrics small,
html body main .zf-home-case-demo-path small {
  color: var(--case-accent, #5374bc);
  font: 650 10px/1.2 "SF Pro Text", "PingFang SC", sans-serif;
  letter-spacing: 0.08em;
}

html body main .zf-home-case-demo-metrics strong {
  margin-top: 12px;
  color: #17233a;
  font: 600 clamp(19px, 1.7vw, 28px)/1.08 "SF Pro Display", "PingFang SC", sans-serif;
}

html body main .zf-home-case-demo-metrics em {
  margin-top: 8px;
  color: rgba(23, 35, 58, 0.48);
  font: normal 400 11px/1.4 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main .zf-home-case-demo-path {
  display: grid;
  gap: 8px;
  border-top: 0;
}

html body main .zf-home-case-demo-path > div {
  position: relative;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 22px;
  align-items: baseline;
  padding: 17px 18px;
  border: 1px solid rgba(74, 104, 168, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(90deg, var(--case-accent-soft, rgba(83, 116, 188, 0.12)), rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.28));
}

html body main .zf-home-case-demo-path strong {
  color: rgba(23, 35, 58, 0.78);
  font: 500 14px/1.65 "SF Pro Text", "PingFang SC", sans-serif;
}

@media (max-width: 1100px) and (min-width: 761px) {
  html body main .zf-home-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

html body[data-page="systems"] main #climate > .section-heading::after {
  background:
    linear-gradient(90deg, rgba(10, 18, 29, 0.91) 0%, rgba(10, 18, 29, 0.72) 40%, rgba(10, 18, 29, 0.12) 72%),
    linear-gradient(0deg, rgba(10, 18, 29, 0.5), transparent 56%) !important;
}

html body[data-page="systems"] main #climate > .section-heading::before {
  background-position: center 58% !important;
  transform: scale(1.015) !important;
}

html body[data-page="systems"] main #climate > .section-heading > p:not(.eyebrow) {
  max-width: 620px !important;
}

html body[data-page="systems"] main #climate > .section-heading > .climate-lead-sub {
  max-width: 580px !important;
  margin-top: 8px !important;
  color: rgba(255, 255, 255, 0.56) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-hero::after {
  background:
    linear-gradient(90deg, rgba(8, 20, 31, 0.86) 0%, rgba(8, 20, 31, 0.56) 42%, rgba(8, 20, 31, 0.08) 74%),
    linear-gradient(0deg, rgba(8, 20, 31, 0.72), transparent 62%) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro {
  top: clamp(220px, 22vw, 320px) !important;
  bottom: auto !important;
  width: min(620px, calc(100% - 120px)) !important;
  padding: 0 0 0 24px !important;
  border: 0 !important;
  border-left: 2px solid rgba(126, 233, 221, 0.94) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro h1 span {
  margin-top: 10px;
  color: #7ee9dd !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro p {
  max-width: 520px !important;
  margin-top: 18px !important;
}

@media (max-width: 760px) {
  html body[data-page="home"] main #landing .zf-home-system-reveal {
    height: 700px;
  }

  html body[data-page="home"] main #landing .zf-home-system-reveal-shade {
    background:
      linear-gradient(180deg, rgba(5, 11, 18, 0.76) 0%, rgba(5, 11, 18, 0.18) 44%, rgba(5, 11, 18, 0.9) 76%),
      linear-gradient(90deg, rgba(5, 11, 18, 0.42), transparent) !important;
  }

  html body[data-page="home"] main #landing .zf-home-system-reveal-logic {
    background: rgba(7, 18, 30, 0.72) !important;
  }

  html body[data-page="home"] main #landing .zf-home-system-reveal-logic > div + div {
    border-top-color: rgba(255, 255, 255, 0.15) !important;
  }

  html body main .zf-home-case-demo {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 28px 22px;
  }

  html body main .zf-home-evidence-grid {
    grid-template-columns: 1fr !important;
  }

  html body main .zf-home-case-demo-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body main .zf-home-case-demo-outcomes {
    grid-template-columns: 1fr;
  }

  html body main .zf-home-case-demo-outcomes > span {
    min-height: 0;
  }

  html body main .zf-home-evidence-card::before {
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
  }

  html body main .zf-home-case-demo-path > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  html body[data-page="systems"] main #climate > .section-heading::after {
    background:
      linear-gradient(180deg, rgba(10, 18, 29, 0.85) 0%, rgba(10, 18, 29, 0.35) 55%, rgba(10, 18, 29, 0.78) 100%) !important;
  }

  html body[data-page="systems"] main #climate > .section-heading::before {
    background-position: 58% center !important;
  }

  html body[data-page="project-access"] #project-access .project-access-ref-intro {
    top: 178px !important;
    bottom: auto !important;
    left: 28px !important;
    width: calc(100% - 56px) !important;
    padding: 0 0 0 18px !important;
    border-left: 2px solid rgba(126, 233, 221, 0.94) !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  html body[data-page="project-access"] #project-access .project-access-ref-hero::after {
    background:
      linear-gradient(90deg, rgba(8, 20, 31, 0.78) 0%, rgba(8, 20, 31, 0.48) 62%, rgba(8, 20, 31, 0.08) 100%),
      linear-gradient(0deg, rgba(8, 20, 31, 0.62), transparent 72%) !important;
  }

  html body[data-page="project-access"] #project-access .project-access-ref-intro p {
    max-width: 278px !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
  }
}

html body[data-page="project-access"] #project-access .project-access-ref-section,
html body[data-page="project-access"] #project-access .project-access-expertise {
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(49, 184, 163, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.58);
}

/* Mobile: preserve hierarchy without shrinking desktop compositions. */
@media (max-width: 760px) {
  html body main > .zf-page-story-rail {
    top: 70px;
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  html body main > .zf-page-story-rail::-webkit-scrollbar {
    display: none;
  }

  html body main > .zf-page-story-rail > strong {
    display: none;
  }

  html body main > .zf-page-story-rail > div {
    justify-content: flex-start;
    gap: 24px;
  }

  html body main > .zf-page-story-rail a {
    flex: 0 0 auto;
    padding: 14px 0 12px;
  }

  html body[data-page="philosophy"] main #home.zf-home-story {
    margin-top: 18px !important;
  }

  html body[data-page="philosophy"] main .zf-philosophy-opening {
    min-height: 720px;
    border-radius: 24px;
  }

  html body[data-page="philosophy"] main .zf-philosophy-opening figure::after {
    background:
      linear-gradient(0deg, rgba(8, 13, 24, 0.98) 0%, rgba(8, 13, 24, 0.78) 58%, rgba(8, 13, 24, 0.08) 100%);
  }

  html body[data-page="philosophy"] main .zf-philosophy-opening img {
    object-position: 58% top;
  }

  html body[data-page="philosophy"] main .zf-philosophy-opening-copy {
    align-content: end;
    width: 100%;
    padding: 34px 24px 38px;
  }

  html body[data-page="philosophy"] main .zf-philosophy-opening-copy h1 {
    font-size: 40px !important;
  }

  html body[data-page="philosophy"] main .zf-philosophy-opening-copy ol {
    margin-top: 32px;
  }

  html body[data-page="philosophy"] main .zf-philosophy-opening-copy small {
    display: none;
  }

  html body main .zf-route-opening-copy,
  html body[data-page="systems"] main #climate > .section-heading {
    min-height: 620px;
    padding: 36px 24px !important;
    border-radius: 24px;
  }

  html body main .zf-route-opening-copy > :is(h1, h2),
  html body[data-page="systems"] main #climate > .section-heading > h2 {
    font-size: clamp(30px, 7.8vw, 36px) !important;
    line-height: 1.16 !important;
    word-break: break-all !important;
  }

  html body main .zf-route-opening-copy > p:not(.eyebrow),
  html body[data-page="systems"] main #climate > .section-heading > p:not(.eyebrow) {
    font-size: 14px !important;
    line-height: 1.72 !important;
  }

  html body[data-page="systems"] main > #climate,
  html body[data-page="water-supply-drainage"] main > #water-problem,
  html body[data-page="basement-system"] main > #basement-definition,
  html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process),
  html body[data-page="project-access"] main > #project-access {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-top: 18px !important;
  }

  html body[data-page="systems"] main #climate .climate-service-matrix,
  html body[data-page="water-supply-drainage"] main #water-problem .water-service-matrix,
  html body[data-page="basement-system"] main #basement-definition .basement-service-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 22px;
  }

  html body[data-page="systems"] main #climate .climate-service-item,
  html body[data-page="water-supply-drainage"] main #water-problem .water-service-item,
  html body[data-page="basement-system"] main #basement-definition .basement-service-item {
    min-height: 76px !important;
    padding: 11px !important;
    border-radius: 15px !important;
  }

  html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) > .section-copy,
  html body[data-page="delivery"] main > :is(#constraints, #delivery, #process) > .section-copy {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 0 0 38px !important;
    border-radius: 24px;
  }

  html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) .delivery-scene-media,
  html body[data-page="delivery"] main > :is(#constraints, #delivery, #process) .delivery-scene-media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: 380px !important;
    margin: 0 0 34px !important;
    border-radius: 0 !important;
  }

  html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) > .section-copy > :not(figure),
  html body[data-page="delivery"] main > :is(#constraints, #delivery, #process) > .section-copy > :not(figure) {
    grid-column: 1 !important;
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  html body[data-page="delivery"] main > :is(#fit, #constraints, #integration, #delivery, #team-execution, #process) h2 {
    font-size: 35px !important;
    word-break: break-all !important;
  }

  html body[data-page="project-access"] #project-access .project-access-ref-hero {
    height: 470px !important;
    border-radius: 24px;
  }

  html body[data-page="project-access"] #project-access .project-access-ref-hero img {
    object-position: 56% center !important;
  }

  html body[data-page="project-access"] #project-access .project-access-ref-intro {
    top: 190px !important;
    left: 14px !important;
    width: calc(100% - 28px) !important;
    margin: 0 !important;
    padding: 28px 22px !important;
    border-radius: 22px;
  }

  html body[data-page="project-access"] #project-access .project-access-ref-intro h1 {
    font-size: 42px !important;
  }
}

/* Final route-hero authority — intentionally last to retire legacy overlays. */
html body[data-page="delivery"] main > #fit > .section-copy > :not(figure) {
  box-sizing: border-box !important;
  width: min(720px, 100%) !important;
  max-width: 720px !important;
  margin-left: 0 !important;
}

html body[data-page="delivery"] main > #fit h2 {
  max-width: 720px !important;
  font-size: clamp(38px, 3.15vw, 56px) !important;
  line-height: 1.16 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-hero {
  height: clamp(430px, 38vw, 560px) !important;
  border-radius: clamp(24px, 2.2vw, 34px) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-hero::after {
  background: linear-gradient(180deg, rgba(17, 31, 44, 0.02), rgba(17, 31, 44, 0.1)) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-hero img {
  filter: saturate(0.94) contrast(0.98) brightness(1.05) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.22fr) !important;
  align-items: center !important;
  gap: clamp(40px, 5vw, 78px) !important;
  width: min(1180px, calc(100% - 96px)) !important;
  max-width: 1180px !important;
  margin: 32px auto 0 !important;
  padding: clamp(34px, 4vw, 52px) !important;
  border: 1px solid rgba(84, 111, 147, 0.16) !important;
  border-radius: 30px !important;
  color: #172232 !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 255, 0.98)) !important;
  box-shadow: 0 28px 72px rgba(27, 45, 72, 0.16) !important;
  text-align: left !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro h1 {
  margin: 0 !important;
  color: #172232 !important;
  font: 560 clamp(40px, 3.7vw, 58px)/1.08 "SF Pro Display", "PingFang SC", sans-serif !important;
  letter-spacing: -0.045em !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro h1 span {
  display: block !important;
  margin: 10px 0 0 !important;
  color: #396df1 !important;
  font: 650 12px/1.2 "SF Pro Text", sans-serif !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro p {
  max-width: 520px !important;
  margin: 0 !important;
  color: rgba(23, 34, 50, 0.68) !important;
  font: 400 clamp(15px, 1.05vw, 17px)/1.8 "SF Pro Text", "PingFang SC", sans-serif !important;
}

@media (max-width: 760px) {
  html body[data-page="delivery"] main > #fit > .section-copy > :not(figure) {
    width: auto !important;
    max-width: none !important;
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  html body[data-page="delivery"] main > #fit h2 {
    font-size: clamp(31px, 9vw, 40px) !important;
    line-height: 1.14 !important;
  }

  html body[data-page="project-access"] #project-access .project-access-ref-hero {
    height: 390px !important;
  }

  html body[data-page="project-access"] #project-access .project-access-ref-intro {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    width: calc(100% - 28px) !important;
    margin: 20px auto 0 !important;
    padding: 26px 24px 28px !important;
    border-radius: 22px !important;
  }

  html body[data-page="project-access"] #project-access .project-access-ref-intro h1 {
    font-size: 36px !important;
  }
}

/* Project access v2 — a project intake interface, not a conventional contact page. */
html body[data-page="project-access"] main {
  background:
    radial-gradient(circle at 86% 18%, rgba(83, 115, 255, 0.1), transparent 28%),
    radial-gradient(circle at 12% 58%, rgba(34, 214, 197, 0.08), transparent 26%),
    #f4f0e8 !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro {
  overflow: hidden !important;
  background:
    radial-gradient(circle at 92% 14%, rgba(88, 119, 255, 0.16), transparent 28%),
    radial-gradient(circle at 8% 100%, rgba(40, 220, 205, 0.1), transparent 30%),
    linear-gradient(135deg, #ffffff, #f3f7ff) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-intro::before {
  content: "PROJECT INTAKE" !important;
  position: absolute !important;
  top: 20px !important;
  right: 26px !important;
  color: rgba(57, 109, 241, 0.52) !important;
  font: 650 10px/1 "SF Pro Text", sans-serif !important;
  letter-spacing: 0.16em !important;
}

html body[data-page="project-access"] #project-access .project-access-signals {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 4px !important;
}

html body[data-page="project-access"] #project-access .project-access-signals > span {
  position: relative !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 3px 12px !important;
  min-height: 88px !important;
  padding: 18px !important;
  border: 1px solid rgba(74, 105, 159, 0.13) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.66) !important;
}

html body[data-page="project-access"] #project-access .project-access-signals i {
  grid-row: 1 / 3 !important;
  color: #396df1 !important;
  font: 650 11px/1.3 "SF Pro Text", sans-serif !important;
  letter-spacing: 0.08em !important;
}

html body[data-page="project-access"] #project-access .project-access-signals strong {
  color: #172232 !important;
  font: 600 16px/1.3 "PingFang SC", sans-serif !important;
}

html body[data-page="project-access"] #project-access .project-access-signals em {
  color: rgba(23, 34, 50, 0.58) !important;
  font: 400 12px/1.55 "PingFang SC", sans-serif !important;
  font-style: normal !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-section {
  margin-top: clamp(56px, 6vw, 88px) !important;
  padding: clamp(28px, 3.6vw, 52px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(132, 160, 205, 0.18) !important;
  border-radius: clamp(28px, 2.5vw, 38px) !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 90% 10%, rgba(95, 95, 255, 0.26), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(22, 217, 199, 0.18), transparent 28%),
    linear-gradient(145deg, #101a2e 0%, #111f3c 54%, #171b36 100%) !important;
  box-shadow: 0 38px 100px rgba(16, 26, 46, 0.22) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-section-head {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr) !important;
  gap: 10px clamp(38px, 5vw, 78px) !important;
  max-width: none !important;
  margin: 0 0 32px !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-section-head .project-access-ref-kicker {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  color: #68e4ee !important;
  font: 650 11px/1.2 "SF Pro Text", sans-serif !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-section-head h2 {
  margin: 0 !important;
  color: #fff !important;
  font: 560 clamp(30px, 3vw, 46px)/1.18 "SF Pro Display", "PingFang SC", sans-serif !important;
  letter-spacing: -0.045em !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-section-head > p:last-child {
  align-self: end !important;
  max-width: 600px !important;
  margin: 0 !important;
  color: rgba(226, 234, 255, 0.66) !important;
  font: 400 clamp(14px, 1vw, 16px)/1.8 "PingFang SC", sans-serif !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-contact-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr) !important;
  gap: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body[data-page="project-access"] #project-access :is(.project-access-ref-contact-aside, .project-access-ref-contact-right) {
  padding: 16px !important;
  border: 1px solid rgba(176, 199, 255, 0.14) !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-map-stage {
  min-height: 300px !important;
  overflow: hidden !important;
  border: 1px solid rgba(122, 213, 232, 0.22) !important;
  border-radius: 20px !important;
  background: #e7edf3 !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-map-image {
  filter: saturate(0.82) contrast(1.05) brightness(0.92) hue-rotate(5deg) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-contact-note {
  margin: 12px 4px 2px !important;
  color: rgba(225, 235, 255, 0.58) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-service-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-service-item {
  min-height: 138px !important;
  padding: 16px !important;
  border: 1px solid rgba(174, 199, 255, 0.13) !important;
  border-radius: 16px !important;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-service-item strong {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-service-item :is(.project-access-ref-service-type, .project-access-ref-service-address) {
  color: rgba(222, 232, 255, 0.58) !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-contact-lines {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-bottom: 22px !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-contact-line {
  display: grid !important;
  gap: 6px !important;
  min-height: 86px !important;
  padding: 14px !important;
  border: 1px solid rgba(176, 199, 255, 0.12) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-contact-line strong {
  color: #75e6ed !important;
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
}

html body[data-page="project-access"] #project-access .project-access-ref-contact-line :is(span, a) {
  color: rgba(238, 243, 255, 0.78) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

html body[data-page="project-access"] #project-access .project-access-form-title {
  margin: 0 0 18px !important;
  color: #fff !important;
  font: 560 24px/1.2 "SF Pro Display", "PingFang SC", sans-serif !important;
}

html body[data-page="project-access"] #project-access .project-access-field span {
  color: rgba(218, 230, 255, 0.62) !important;
}

html body[data-page="project-access"] #project-access :is(.project-access-field input, .project-access-field textarea) {
  color: #fff !important;
  border-color: rgba(174, 199, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

html body[data-page="project-access"] #project-access :is(.project-access-field input, .project-access-field textarea)::placeholder {
  color: rgba(211, 224, 249, 0.36) !important;
}

html body[data-page="project-access"] #project-access .project-access-submit {
  min-height: 50px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: #fff !important;
  background: linear-gradient(90deg, #2d79ff, #6a54ff 52%, #1dcbbb) !important;
  box-shadow: 0 14px 34px rgba(64, 99, 255, 0.28) !important;
}

html body[data-page="project-access"] #project-access :is(.project-access-contact-hint, .project-access-contact-status) {
  color: rgba(218, 229, 255, 0.48) !important;
}

html body[data-page="project-access"] #project-access .project-access-expertise {
  margin-top: clamp(56px, 6vw, 88px) !important;
  padding: clamp(30px, 4vw, 56px) !important;
  border: 1px solid rgba(86, 116, 171, 0.14) !important;
  border-radius: clamp(28px, 2.5vw, 38px) !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(99, 102, 241, 0.13), transparent 26%),
    linear-gradient(145deg, #fff, #f2f6ff) !important;
  box-shadow: 0 30px 86px rgba(27, 45, 72, 0.12) !important;
}

html body[data-page="project-access"] #project-access .project-access-expertise-head h2 {
  color: #172232 !important;
  font: 560 clamp(32px, 3.2vw, 48px)/1.15 "SF Pro Display", "PingFang SC", sans-serif !important;
  letter-spacing: -0.045em !important;
}

html body[data-page="project-access"] #project-access .project-access-expertise-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 30px !important;
}

html body[data-page="project-access"] #project-access .project-access-expertise-col {
  display: grid !important;
  align-content: start !important;
  gap: 20px !important;
  min-height: 220px !important;
  padding: 20px !important;
  border: 1px solid rgba(78, 105, 160, 0.13) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  box-shadow: 0 16px 38px rgba(46, 70, 112, 0.08) !important;
}

html body[data-page="project-access"] #project-access .project-access-expertise-col:nth-child(1) { box-shadow: inset 0 3px #2f79ff, 0 16px 38px rgba(46, 70, 112, 0.08) !important; }
html body[data-page="project-access"] #project-access .project-access-expertise-col:nth-child(2) { box-shadow: inset 0 3px #22c9c1, 0 16px 38px rgba(46, 70, 112, 0.08) !important; }
html body[data-page="project-access"] #project-access .project-access-expertise-col:nth-child(3) { box-shadow: inset 0 3px #6a5af9, 0 16px 38px rgba(46, 70, 112, 0.08) !important; }
html body[data-page="project-access"] #project-access .project-access-expertise-col:nth-child(4) { box-shadow: inset 0 3px #f29c4b, 0 16px 38px rgba(46, 70, 112, 0.08) !important; }
html body[data-page="project-access"] #project-access .project-access-expertise-col:nth-child(5) { box-shadow: inset 0 3px #e75b8d, 0 16px 38px rgba(46, 70, 112, 0.08) !important; }

html body[data-page="project-access"] #project-access .project-access-expertise-label {
  color: #172232 !important;
  font: 600 16px/1.4 "PingFang SC", sans-serif !important;
}

html body[data-page="project-access"] #project-access .project-access-expertise-items {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
}

html body[data-page="project-access"] #project-access .project-access-expertise-items span {
  padding: 7px 9px !important;
  border-radius: 999px !important;
  color: rgba(23, 34, 50, 0.66) !important;
  font-size: 11px !important;
  background: rgba(72, 103, 170, 0.08) !important;
}

@media (max-width: 980px) {
  html body[data-page="project-access"] #project-access .project-access-signals,
  html body[data-page="project-access"] #project-access .project-access-ref-service-list,
  html body[data-page="project-access"] #project-access .project-access-ref-contact-lines {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="project-access"] #project-access .project-access-ref-section-head,
  html body[data-page="project-access"] #project-access .project-access-ref-contact-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body[data-page="project-access"] #project-access .project-access-expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  html body[data-page="project-access"] #project-access .project-access-ref-section,
  html body[data-page="project-access"] #project-access .project-access-expertise {
    padding: 18px !important;
    border-radius: 24px !important;
  }

  html body[data-page="project-access"] #project-access .project-access-expertise-grid {
    grid-template-columns: 1fr !important;
  }
}

/* High-specificity contrast lock for legacy project-access rules. */
html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-map {
  align-self: start !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head .project-access-ref-kicker {
  color: #68e4ee !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section {
  margin-top: clamp(54px, 5vw, 72px) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head {
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr) !important;
  column-gap: clamp(48px, 6vw, 92px) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head h2 {
  color: #ffffff !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head > p:last-child {
  color: rgba(226, 234, 255, 0.68) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  justify-items: stretch !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item {
  width: 100% !important;
  min-height: 190px !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item strong,
html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-form-title {
  color: #ffffff !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item :is(.project-access-ref-service-type, .project-access-ref-service-address),
html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-note {
  color: rgba(222, 232, 255, 0.6) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-lines {
  grid-template-columns: minmax(0, 1fr) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line:first-child {
  grid-column: auto !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line strong {
  color: #75e6ed !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line :is(span, a) {
  color: rgba(238, 243, 255, 0.8) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-field span {
  color: rgba(218, 230, 255, 0.64) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-field input, .project-access-field textarea) {
  color: #ffffff !important;
  border: 1px solid rgba(174, 199, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-field input, .project-access-field textarea)::placeholder {
  color: rgba(211, 224, 249, 0.36) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-submit {
  min-height: 50px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  background: linear-gradient(90deg, #2d79ff, #6a54ff 52%, #1dcbbb) !important;
  box-shadow: 0 14px 34px rgba(64, 99, 255, 0.28) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-contact-hint, .project-access-contact-status) {
  color: rgba(218, 229, 255, 0.5) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-expertise-label {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #172232 !important;
  background: transparent !important;
  font: 600 16px/1.4 "PingFang SC", sans-serif !important;
}

/* Editorial intro — no floating white card below the consultation image. */
html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-hero {
  height: clamp(440px, 40vw, 590px) !important;
  box-shadow: 0 38px 96px rgba(45, 32, 22, 0.16) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access {
  gap: 0 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-hero img {
  object-position: center 48% !important;
  filter: saturate(0.92) contrast(1.01) brightness(1.02) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-intro {
  position: relative !important;
  inset: auto !important;
  width: min(1480px, calc(100% - 96px)) !important;
  max-width: 1480px !important;
  margin: clamp(42px, 4vw, 56px) auto 0 !important;
  padding: 0 clamp(18px, 2.4vw, 38px) !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-intro::before {
  content: none !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-intro h1 {
  font-size: clamp(46px, 4.6vw, 72px) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-intro p {
  max-width: 620px !important;
  color: rgba(23, 34, 50, 0.62) !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-signals {
  gap: 0 !important;
  margin-top: clamp(28px, 3vw, 42px) !important;
  border-top: 1px solid rgba(67, 96, 147, 0.17) !important;
  border-bottom: 1px solid rgba(67, 96, 147, 0.12) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-signals > span {
  min-height: 98px !important;
  padding: 22px clamp(18px, 2vw, 30px) !important;
  border: 0 !important;
  border-right: 1px solid rgba(67, 96, 147, 0.13) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-signals > span:last-child {
  border-right: 0 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-signals > span:nth-child(1) i {
  color: #2f79ff !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-signals > span:nth-child(2) i {
  color: #20bdb5 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-signals > span:nth-child(3) i {
  color: #705cf6 !important;
}

@media (max-width: 760px) {
  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-hero {
    height: 400px !important;
  }

  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-intro {
    width: calc(100% - 28px) !important;
    margin-top: 32px !important;
    padding: 0 10px !important;
  }

  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-signals {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-signals > span {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(67, 96, 147, 0.12) !important;
  }

  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-signals > span:last-child {
    border-bottom: 0 !important;
  }
}

/* Project access contact workbench v5 — keep after every legacy lock. */
/* Delivery opening v2 — editorial hierarchy with more breathing room. */
html body[data-page="delivery"] main > #fit.fit.delivery-prelude {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(420px, 0.84fr) minmax(0, 1.36fr) !important;
  align-items: stretch !important;
  gap: clamp(26px, 2.8vw, 48px) !important;
  width: min(1860px, calc(100vw - 68px)) !important;
  max-width: none !important;
  min-height: clamp(600px, 35vw, 720px) !important;
  margin: clamp(18px, 2vw, 30px) auto clamp(76px, 7vw, 116px) !important;
  padding: clamp(24px, 2.4vw, 40px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(67, 91, 137, 0.12) !important;
  border-radius: 38px !important;
  color: #172232 !important;
  background:
    radial-gradient(circle at 8% 92%, rgba(35, 201, 186, 0.12), transparent 32%),
    radial-gradient(circle at 96% 8%, rgba(96, 83, 246, 0.12), transparent 36%),
    linear-gradient(145deg, #f8f7f1 0%, #f3f6fc 58%, #eef1fb 100%) !important;
  box-shadow: 0 32px 90px rgba(35, 53, 86, 0.12) !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude::before,
html body[data-page="delivery"] main > #fit.fit.delivery-prelude::after {
  content: none !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(26px, 3.2vw, 58px) clamp(12px, 2vw, 34px) !important;
  color: #172232 !important;
  background: transparent !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-copy .eyebrow {
  margin: 0 0 24px !important;
  color: #3f6fe4 !important;
  font: 650 11px/1.2 "Inter", sans-serif !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-copy h2 {
  max-width: 720px !important;
  margin: 0 !important;
  color: #172232 !important;
  font-family: "Noto Serif SC", "Songti SC", serif !important;
  font-size: clamp(38px, 3.15vw, 56px) !important;
  font-weight: 600 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.02em !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-lead {
  max-width: 560px !important;
  margin: clamp(26px, 2.8vw, 42px) 0 0 !important;
  color: rgba(23, 34, 50, 0.66) !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  line-height: 1.9 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-copy blockquote {
  max-width: 560px !important;
  margin: 22px 0 0 !important;
  padding: 18px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(61, 91, 151, 0.18) !important;
  color: rgba(23, 34, 50, 0.82) !important;
  background: transparent !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  max-width: 590px !important;
  margin-top: clamp(30px, 3vw, 46px) !important;
  border-top: 1px solid rgba(61, 91, 151, 0.14) !important;
  border-bottom: 1px solid rgba(61, 91, 151, 0.12) !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles > span {
  display: grid !important;
  gap: 6px !important;
  min-width: 0 !important;
  padding: 18px clamp(10px, 1.3vw, 20px) !important;
  border-right: 1px solid rgba(61, 91, 151, 0.12) !important;
  color: #172232 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles > span:first-child {
  padding-left: 0 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles > span:last-child {
  border-right: 0 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles i {
  color: #4b73e8 !important;
  font: 650 10px/1 "Inter", sans-serif !important;
  letter-spacing: 0.08em !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles strong {
  color: #172232 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles small {
  color: rgba(23, 34, 50, 0.5) !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-scene-media {
  position: relative !important;
  inset: auto !important;
  grid-row: auto !important;
  grid-column: auto !important;
  display: block !important;
  align-self: stretch !important;
  width: 100% !important;
  height: auto !important;
  min-height: 540px !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 28px !important;
  background: #172232 !important;
  box-shadow: 0 28px 70px rgba(29, 42, 67, 0.18) !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-scene-media img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: saturate(0.9) contrast(1.02) brightness(0.98) !important;
}

@media (max-width: 1080px) {
  html body[data-page="delivery"] main > #fit.fit.delivery-prelude {
    grid-template-columns: 1fr !important;
    width: calc(100vw - 34px) !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-hero-copy {
    padding: 34px 22px 20px !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-scene-media {
    min-height: 430px !important;
  }
}

@media (max-width: 640px) {
  html body[data-page="delivery"] main > #fit.fit.delivery-prelude {
    padding: 14px !important;
    border-radius: 26px !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-copy h2 {
    font-size: clamp(30px, 7.8vw, 36px) !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles > span {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(61, 91, 151, 0.1) !important;
    padding-left: 0 !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-scene-media {
    min-height: 320px !important;
  }
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-layout {
  align-items: stretch !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-map {
  display: grid !important;
  grid-template-rows: minmax(390px, 1fr) auto !important;
  align-self: stretch !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-map-stage {
  order: 0 !important;
  height: 100% !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-note {
  order: 1 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-right {
  align-self: stretch !important;
  padding: clamp(22px, 2.1vw, 30px) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-lines {
  gap: 8px !important;
  margin-bottom: 16px !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line {
  min-height: 60px !important;
  padding: 10px 14px !important;
  gap: 8px !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-contact-form {
  gap: 12px !important;
  padding-top: 17px !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-contact-form::before {
  margin-bottom: 2px !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-form-title {
  margin-bottom: 4px !important;
  font-size: clamp(24px, 1.9vw, 30px) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-field-grid {
  column-gap: 16px !important;
  row-gap: 12px !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-field {
  gap: 5px !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-field textarea {
  min-height: 92px !important;
  height: 92px !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-submit {
  min-height: 44px !important;
  height: 44px !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-contact-hint {
  padding-top: 0 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section {
  color: #172232 !important;
  background: transparent !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head .project-access-ref-kicker {
  color: #386ff4 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head h2 {
  color: #172232 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head > p:last-child {
  color: rgba(23, 34, 50, 0.62) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-lines {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line:first-child {
  grid-column: 1 / -1 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line strong {
  color: #3f6fe4 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-line :is(span, a) {
  color: rgba(23, 34, 50, 0.72) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-contact-form {
  position: relative !important;
  padding-top: 28px !important;
  border-top: 1px solid rgba(63, 96, 158, 0.13) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-contact-form::before {
  content: "PROJECT BRIEF" !important;
  display: block !important;
  margin-bottom: 9px !important;
  color: #6876a2 !important;
  font: 650 10px/1 "SF Pro Display", sans-serif !important;
  letter-spacing: 0.19em !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-form-title {
  color: #172232 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-field span {
  color: rgba(23, 34, 50, 0.62) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-field input, .project-access-field textarea) {
  color: #172232 !important;
  border: 1px solid rgba(62, 94, 156, 0.16) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-field input, .project-access-field textarea)::placeholder {
  color: rgba(23, 34, 50, 0.34) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-contact-hint, .project-access-contact-status) {
  color: rgba(23, 34, 50, 0.46) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item strong {
  color: #172232 !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-item :is(.project-access-ref-service-type, .project-access-ref-service-address) {
  color: rgba(23, 34, 50, 0.62) !important;
}

@media (max-width: 980px) {
  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-contact-layout,
  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-section-head {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access :is(.project-access-ref-contact-map, .project-access-ref-contact-right) {
    grid-column: 1 !important;
  }

  html body[data-page="project-access"] main > #project-access.project-access-clean#project-access .project-access-ref-service-list {
    grid-template-columns: 1fr !important;
  }
}
/* 2026-07-20 global information architecture: compact scene browsers,
   visible system logic and clearer project/delivery decisions. */
.is-scene-browser-hidden {
  display: none !important;
}

html body .zf-scene-browser {
  width: min(1720px, calc(100vw - 68px));
  margin: clamp(28px, 4vw, 64px) auto 24px;
  padding: clamp(22px, 2.4vw, 36px);
  border: 1px solid rgba(78, 115, 160, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(72, 229, 211, 0.15), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(107, 91, 255, 0.13), transparent 32%),
    linear-gradient(135deg, rgba(249, 253, 255, 0.98), rgba(244, 244, 255, 0.95));
  box-shadow: 0 24px 70px rgba(31, 52, 86, 0.1);
  box-sizing: border-box;
}

html body .zf-scene-browser-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 28px;
  align-items: end;
  margin-bottom: 22px;
}

html body .zf-scene-browser-head p {
  grid-column: 1;
  margin: 0;
  color: #536fd9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

html body .zf-scene-browser-head h2 {
  grid-column: 1;
  margin: 0;
  color: #162337;
  font-size: clamp(24px, 2vw, 36px);
  line-height: 1.2;
}

html body .zf-scene-browser-head > span {
  grid-column: 2;
  grid-row: 1 / 3;
  color: #78869b;
  font-size: 13px;
}

html body .zf-scene-browser-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 3px 2px 10px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

html body .zf-scene-browser-tabs button {
  flex: 0 0 auto;
  min-width: 132px;
  display: grid;
  gap: 8px;
  padding: 14px 18px;
  border: 1px solid rgba(83, 108, 155, 0.15);
  border-radius: 16px;
  color: #536176;
  background: rgba(255, 255, 255, 0.72);
  text-align: left;
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

html body .zf-scene-browser-tabs button:hover {
  transform: translateY(-2px);
  border-color: rgba(77, 92, 255, 0.35);
}

html body .zf-scene-browser-tabs button span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  opacity: 0.64;
}

html body .zf-scene-browser-tabs button strong {
  font-size: 15px;
  white-space: nowrap;
}

html body .zf-scene-browser-tabs button.is-active {
  color: white;
  border-color: transparent;
  background: linear-gradient(135deg, #356fe8, #6c4ff7 58%, #1bbfc1);
  box-shadow: 0 14px 32px rgba(70, 83, 220, 0.25);
}

html body .is-scene-browser-active {
  animation: zfSceneReveal 420ms cubic-bezier(.2,.78,.2,1) both;
}

@keyframes zfSceneReveal {
  from { opacity: 0; transform: translateY(18px) scale(.992); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

html body[data-page="systems"] #environment-logic {
  display: grid !important;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.45fr) !important;
  gap: clamp(28px, 4vw, 72px) !important;
  width: min(1720px, calc(100vw - 68px)) !important;
  min-height: 0 !important;
  margin: clamp(38px, 6vw, 92px) auto !important;
  padding: clamp(34px, 4vw, 70px) !important;
  border: 1px solid rgba(77, 111, 189, .16) !important;
  border-radius: 32px !important;
  background:
    radial-gradient(circle at 7% 8%, rgba(45, 219, 210, .19), transparent 31%),
    radial-gradient(circle at 91% 92%, rgba(117, 84, 255, .15), transparent 36%),
    #f7faff !important;
  box-sizing: border-box !important;
}

.zf-air-logic-copy h2 {
  margin: 12px 0 20px;
  color: #12243a;
  font-size: clamp(34px, 3.3vw, 58px);
  line-height: 1.12;
}

.zf-air-logic-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: #526479;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.9;
}

.zf-air-logic-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  color: #315ddb;
  font-weight: 800;
  text-decoration: none;
}

.zf-air-logic-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
  align-self: center;
}

.zf-air-logic-path article {
  min-height: 250px;
  padding: 24px 20px;
  border: 1px solid rgba(70, 96, 148, .14);
  border-radius: 22px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 18px 45px rgba(39, 66, 104, .08);
}

.zf-air-logic-path article:nth-child(n) { transform: none; }

.zf-air-logic-path span {
  color: #5b70dc;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.zf-air-logic-path strong {
  display: block;
  margin: 48px 0 14px;
  color: #192941;
  font-size: 21px;
}

.zf-air-logic-path p {
  margin: 0;
  color: #68778a;
  font-size: 14px;
  line-height: 1.75;
}

.zf-delivery-outputs,
.zf-access-solutions {
  width: min(1720px, calc(100vw - 68px)) !important;
  margin: clamp(42px, 6vw, 94px) auto !important;
  padding: clamp(34px, 4vw, 70px) !important;
  border: 1px solid rgba(75, 101, 166, .16);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0, rgba(109, 78, 255, .15), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(37, 208, 193, .12), transparent 30%),
    #f9fbff;
  box-sizing: border-box;
}

.zf-delivery-outputs-head {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .55fr);
  gap: 10px 80px;
  align-items: end;
  margin-bottom: 36px;
}

.zf-delivery-outputs-head .eyebrow { grid-column: 1 / -1; }
.zf-delivery-outputs-head h2 {
  margin: 0;
  color: #152238;
  font-size: clamp(32px, 3.2vw, 56px);
  line-height: 1.12;
}
.zf-delivery-outputs-head > p:last-child {
  color: #66758a;
  font-size: 17px;
  line-height: 1.8;
}

.zf-delivery-output-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.zf-delivery-output-grid article {
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(71, 95, 154, .13);
  border-radius: 20px;
  background: rgba(255,255,255,.76);
}
.zf-delivery-output-grid article:nth-child(4n+1) { box-shadow: inset 0 3px #24bcb7; }
.zf-delivery-output-grid article:nth-child(4n+2) { box-shadow: inset 0 3px #3779ef; }
.zf-delivery-output-grid article:nth-child(4n+3) { box-shadow: inset 0 3px #7a58f4; }
.zf-delivery-output-grid article:nth-child(4n) { box-shadow: inset 0 3px #ef8757; }
.zf-delivery-output-grid span { color: #667be0; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.zf-delivery-output-grid strong { display: block; margin: 28px 0 10px; color: #19263a; font-size: 19px; }
.zf-delivery-output-grid p { margin: 0; color: #6a788a; font-size: 14px; line-height: 1.7; }

.zf-access-solutions header {
  max-width: 900px;
  margin-bottom: 34px;
}
.zf-access-solutions header h2 {
  margin: 10px 0 14px;
  color: #142137;
  font-size: clamp(34px, 3.3vw, 58px);
}
.zf-access-solutions header > p:last-child { color: #66758a; font-size: 17px; }
.zf-access-solution-layout {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  gap: 22px;
}
.zf-access-solution-tabs { display: grid; gap: 10px; }
.zf-access-solution-tabs button {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 4px 14px;
  padding: 18px 20px;
  border: 1px solid rgba(74, 100, 158, .14);
  border-radius: 18px;
  color: #28374d;
  background: rgba(255,255,255,.72);
  text-align: left;
  cursor: pointer;
}
.zf-access-solution-tabs button span { grid-row: 1 / 3; color: #6078d8; font-size: 11px; font-weight: 900; }
.zf-access-solution-tabs button strong { font-size: 18px; }
.zf-access-solution-tabs button em { color: #7a8798; font-size: 12px; font-style: normal; }
.zf-access-solution-tabs button[aria-selected="true"] {
  color: white;
  border-color: transparent;
  background: linear-gradient(135deg, #263f7c, #5362db 62%, #22aaa8);
  box-shadow: 0 15px 34px rgba(45, 67, 139, .23);
}
.zf-access-solution-tabs button[aria-selected="true"] :is(span, em) { color: rgba(255,255,255,.78); }
.zf-access-solution-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: clamp(28px, 4vw, 58px);
  border-radius: 24px;
  color: white;
  background:
    radial-gradient(circle at 85% 15%, rgba(48,220,206,.3), transparent 27%),
    radial-gradient(circle at 15% 92%, rgba(112,76,255,.36), transparent 31%),
    linear-gradient(145deg, #14233c, #1b2e58 62%, #183f55);
}
.zf-access-solution-detail > p { margin: 0 0 14px; color: #65e0df; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.zf-access-solution-detail h3 { max-width: 850px; margin: 0 0 32px; font-size: clamp(28px, 2.5vw, 44px); line-height: 1.2; }
.zf-access-solution-detail div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.13); }
.zf-access-solution-detail div span { color: #75d7de; font-size: 12px; font-weight: 800; }
.zf-access-solution-detail div strong { color: rgba(255,255,255,.82); font-size: 14px; font-weight: 500; line-height: 1.7; }
.zf-access-solution-detail.is-switching { animation: zfSceneReveal 360ms ease both; }

@media (max-width: 980px) {
  html body .zf-scene-browser,
  html body[data-page="systems"] #environment-logic,
  .zf-delivery-outputs,
  .zf-access-solutions {
    width: calc(100vw - 28px) !important;
    padding: 24px !important;
    border-radius: 24px !important;
  }
  html body .zf-scene-browser-head { display: block; }
  html body .zf-scene-browser-head > span { display: block; margin-top: 9px; }
  html body[data-page="systems"] #environment-logic,
  .zf-delivery-outputs-head,
  .zf-access-solution-layout { grid-template-columns: 1fr !important; }
  .zf-air-logic-path { grid-template-columns: 1fr 1fr; }
  .zf-air-logic-path article { min-height: 0; }
  .zf-air-logic-path article:nth-child(n) { transform: none; }
  .zf-air-logic-path strong { margin-top: 24px; }
  .zf-delivery-output-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .zf-air-logic-path,
  .zf-delivery-output-grid { grid-template-columns: 1fr; }
  .zf-access-solution-detail { min-height: 0; }
  .zf-access-solution-detail div { grid-template-columns: 1fr; gap: 6px; }
}

/* Override legacy air-page locks that assigned every logic child the old
   full-width media measure. */
html body[data-page="systems"] main > #environment-logic > .zf-air-logic-copy,
html body[data-page="systems"] main > #environment-logic > .zf-air-logic-path {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

html body[data-page="systems"] main > #environment-logic .zf-air-logic-copy h2 {
  width: auto !important;
  max-width: none !important;
  margin: 12px 0 20px !important;
  color: #12243a !important;
  font-size: clamp(34px, 3.3vw, 58px) !important;
  line-height: 1.12 !important;
}

html body[data-page="systems"] main > #environment-logic .zf-air-logic-copy > p:not(.eyebrow) {
  width: auto !important;
  max-width: 620px !important;
  color: #526479 !important;
}

html body[data-page="systems"] main > #environment-logic .zf-air-logic-path article {
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html body[data-page="systems"] main > #environment-logic .zf-air-logic-path article strong {
  color: #192941 !important;
}

html body[data-page="systems"] main > #environment-logic .zf-air-logic-path article p {
  color: #68778a !important;
  font-size: 12.5px !important;
  line-height: 1.65 !important;
}

html body[data-page="systems"] main > #systems.section-shell > .zf-scene-browser,
html body[data-page="water-supply-drainage"] main > #water-supply-drainage > .zf-scene-browser {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body[data-page="basement-system"] main > #basement-scenes,
html body[data-page="delivery"] main > #delivery-stages,
html body[data-page="delivery"] main > #delivery-outputs {
  display: block !important;
}

/* Delivery must open as one inhabited scene, consistent with the other system routes. */
html body[data-page="delivery"] main > #fit.fit.delivery-prelude {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: center !important;
  width: min(1704px, calc(100vw - 64px)) !important;
  max-width: none !important;
  min-height: clamp(620px, 52vw, 820px) !important;
  margin: clamp(22px, 3vw, 46px) auto clamp(72px, 7vw, 112px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: clamp(24px, 2.2vw, 32px) !important;
  color: #fff !important;
  background: #121b2a !important;
  box-shadow: none !important;
  isolation: isolate !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(7, 14, 26, 0.88) 0%, rgba(7, 14, 26, 0.62) 37%, rgba(7, 14, 26, 0.17) 68%, rgba(7, 14, 26, 0.06) 100%),
    linear-gradient(0deg, rgba(7, 14, 26, 0.48) 0%, transparent 48%) !important;
  pointer-events: none !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude::after {
  content: none !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-scene-media {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #121b2a !important;
  box-shadow: none !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-scene-media img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: saturate(0.9) contrast(1.02) brightness(0.82) !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  width: min(720px, calc(100% - 112px)) !important;
  max-width: min(720px, calc(100% - 112px)) !important;
  min-height: clamp(620px, 52vw, 820px) !important;
  margin: 0 0 0 clamp(42px, 6vw, 108px) !important;
  padding: clamp(52px, 7vw, 108px) 0 !important;
  color: #fff !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-copy .eyebrow {
  margin: 0 0 18px !important;
  color: #8ee7ef !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-copy h2 {
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "SF Pro Display", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-size: clamp(38px, 3.15vw, 56px) !important;
  font-weight: 600 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.02em !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-lead,
html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-copy blockquote {
  width: 100% !important;
  max-width: 720px !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-lead {
  margin: 22px 0 0 !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.85 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-hero-copy > p.delivery-hero-lead {
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: "SF Pro Text", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-weight: 400 !important;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.3) !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-copy blockquote {
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 720px !important;
  margin: 30px 0 0 !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles > span {
  padding: 16px clamp(10px, 1.2vw, 18px) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles i {
  color: #8ee7ef !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles strong {
  color: #fff !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles small {
  color: rgba(255, 255, 255, 0.65) !important;
}

@media (max-width: 760px) {
  html body[data-page="delivery"] main > #fit.fit.delivery-prelude {
    width: calc(100vw - 34px) !important;
    min-height: 700px !important;
    border-radius: 24px !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-hero-copy {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
    min-height: 700px !important;
    margin-left: 22px !important;
    padding: 48px 0 34px !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-copy h2 {
    font-size: clamp(30px, 7.8vw, 36px) !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles {
    grid-template-columns: 1fr !important;
    margin-top: 22px !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles > span {
    padding: 12px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  }
}

/* The delivery stages use the same full-scene language as the route opening. */
html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) {
  position: relative !important;
  display: block !important;
  width: min(1704px, calc(100vw - 64px)) !important;
  max-width: none !important;
  min-height: clamp(680px, 56vw, 860px) !important;
  margin: clamp(28px, 4vw, 64px) auto 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: clamp(24px, 2.2vw, 32px) !important;
  color: #fff !important;
  background: #121b2a !important;
  box-shadow: none !important;
  isolation: isolate !important;
}

html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process)::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(7, 14, 26, 0.9) 0%, rgba(7, 14, 26, 0.65) 38%, rgba(7, 14, 26, 0.2) 68%, rgba(7, 14, 26, 0.06) 100%),
    linear-gradient(0deg, rgba(7, 14, 26, 0.44) 0%, transparent 50%) !important;
  pointer-events: none !important;
}

html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) > .section-copy {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(680px, 56vw, 860px) !important;
  margin: 0 !important;
  padding: clamp(68px, 8vw, 116px) 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) .delivery-scene-media {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #121b2a !important;
  box-shadow: none !important;
}

html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) .delivery-scene-media img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: saturate(0.9) contrast(1.02) brightness(0.76) !important;
}

html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) > .section-copy > :not(figure) {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: min(720px, calc(100% - 112px)) !important;
  max-width: min(720px, calc(100% - 112px)) !important;
  margin-right: 0 !important;
  margin-left: clamp(42px, 6vw, 108px) !important;
  color: #fff !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) > .section-copy > .eyebrow {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  color: #8ee7ef !important;
}

html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) > .section-copy > h2 {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  color: #fff !important;
  font-family: "SF Pro Display", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-size: clamp(38px, 3.15vw, 56px) !important;
  font-weight: 600 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.02em !important;
}

html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) > .section-copy > p:not(.eyebrow) {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "SF Pro Text", "PingFang SC", "Noto Sans SC", sans-serif !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.85 !important;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.28) !important;
}

html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) > .section-copy > blockquote {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  background: transparent !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

html body[data-page="delivery"] main > #process > .section-bridge {
  display: none !important;
}

@media (max-width: 760px) {
  html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) {
    width: calc(100vw - 34px) !important;
    min-height: 760px !important;
    border-radius: 24px !important;
  }

  html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) > .section-copy {
    min-height: 760px !important;
    padding: 48px 0 !important;
  }

  html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) > .section-copy > :not(figure) {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
    margin-left: 22px !important;
  }

  html body[data-page="delivery"] main > :is(#constraints, #integration, #delivery, #team-execution, #process) > .section-copy > h2 {
    font-size: clamp(30px, 7.8vw, 36px) !important;
  }
}

/* Philosophy opens with the same quiet editorial scale as every other scene. */
html body[data-page="philosophy"] main #home .zf-home-human-copy h2 {
  font: 600 clamp(38px, 3.15vw, 56px)/1.16 "SF Pro Display", "PingFang SC", "Noto Sans SC", sans-serif !important;
  letter-spacing: -0.02em !important;
}

html body[data-page="philosophy"] main #home .zf-home-human-copy > p:not(.zf-home-story-kicker) {
  font: 400 15px/1.85 "SF Pro Text", "PingFang SC", "Noto Sans SC", sans-serif !important;
}

html body[data-page="philosophy"] main #home .zf-home-human-copy blockquote {
  font: 500 15px/1.75 "SF Pro Text", "PingFang SC", "Noto Sans SC", sans-serif !important;
}

@media (max-width: 760px) {
  html body[data-page="philosophy"] main #home .zf-home-human-copy h2 {
    font-size: clamp(30px, 7.8vw, 36px) !important;
  }
}

/* Delivery is an editorial sequence: explain first, then show the evidence. */
html body[data-page="delivery"] main > :is(#fit, #constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result)::before {
  content: none !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude::before {
  content: none !important;
  background: none !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) > .section-copy {
  background: transparent !important;
  box-shadow: none !important;
}

html body[data-page="delivery"] main {
  background: #f7f8f6 !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) {
  position: relative !important;
  width: min(1704px, calc(100vw - 48px)) !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: clamp(28px, 4vw, 64px) auto 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body[data-page="delivery"] main > :is(#delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) {
  display: none !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) > .section-copy {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #182033 !important;
  background: transparent !important;
  overflow: visible !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) .delivery-scene-media {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  margin: clamp(28px, 3vw, 42px) 0 0 !important;
  overflow: hidden !important;
  border-radius: 30px !important;
  background: #101b2d !important;
}

html body[data-page="delivery"] main > :is(#fit, #constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) .delivery-scene-media img {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  filter: saturate(.98) contrast(1.02) brightness(.96) !important;
  border-radius: inherit !important;
}

html body[data-page="delivery"] main > #fit {
  display: flex !important;
  flex-direction: column !important;
}

html body[data-page="delivery"] main > #fit > .delivery-scene-media {
  order: 1 !important;
  margin-top: 0 !important;
}

html body[data-page="delivery"] main > #fit > .delivery-hero-copy {
  order: 2 !important;
  margin-top: clamp(36px, 4vw, 58px) !important;
}

@media (max-width: 760px) {
  html body[data-page="delivery"] main > :is(#fit, #constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) {
    width: calc(100vw - 34px) !important;
  }

  html body[data-page="delivery"] main > :is(#fit, #constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) .delivery-scene-media {
    border-radius: 24px !important;
  }
}

/* Delivery is read as an editorial sequence, not as a wall of cards. */
html body[data-page="delivery"] .zf-delivery-outputs {
  width: min(1160px, calc(100vw - 96px)) !important;
  margin: clamp(92px, 9vw, 132px) auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body[data-page="delivery"] .zf-delivery-outputs-head {
  display: block !important;
  max-width: 820px !important;
  margin: 0 0 clamp(38px, 4vw, 56px) !important;
}

html body[data-page="delivery"] .zf-delivery-outputs-head .eyebrow {
  margin: 0 0 16px !important;
  color: #54716f !important;
}

html body[data-page="delivery"] .zf-delivery-outputs-head h2 {
  margin: 0 0 18px !important;
  color: #182033 !important;
  font-size: clamp(34px, 3vw, 46px) !important;
  font-weight: 520 !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-outputs-head > p:last-child {
  max-width: 650px !important;
  margin: 0 !important;
  color: rgba(24, 32, 51, .66) !important;
  font-size: 16px !important;
  line-height: 1.95 !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 64px !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid article {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  align-items: start !important;
  min-height: 0 !important;
  padding: 30px 0 34px !important;
  border: 0 !important;
  border-top: 1px solid rgba(24, 32, 51, .18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid article > span {
  color: #3c7774 !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid strong {
  display: block !important;
  margin: 0 0 10px !important;
  color: #182033 !important;
  font-size: 22px !important;
  font-weight: 560 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid p {
  max-width: 440px !important;
  margin: 0 0 12px !important;
  color: rgba(24, 32, 51, .68) !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid small {
  display: block !important;
  color: rgba(24, 32, 51, .48) !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-method {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(92px, 8vw, 124px) max(48px, calc((100vw - 1160px) / 2)) !important;
  color: #f2f5f1 !important;
  background: #14211f !important;
}

html body[data-page="delivery"] .zf-delivery-method-intro {
  max-width: 860px !important;
}

html body[data-page="delivery"] .zf-delivery-method .eyebrow {
  margin: 0 0 18px !important;
  color: #8ac4b9 !important;
  font-size: 11px !important;
  letter-spacing: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-method h2 {
  margin: 0 !important;
  color: #f5f7f3 !important;
  font-family: "Noto Serif SC", "Songti SC", serif !important;
  font-size: clamp(38px, 4vw, 58px) !important;
  font-weight: 520 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-method-intro > p:last-child {
  max-width: 760px !important;
  margin: 28px 0 0 !important;
  color: rgba(238, 243, 239, .72) !important;
  font-size: 16px !important;
  line-height: 2 !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: clamp(56px, 6vw, 82px) !important;
  border-top: 1px solid rgba(228, 239, 233, .18) !important;
  border-bottom: 1px solid rgba(228, 239, 233, .18) !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence article {
  min-width: 0 !important;
  padding: 34px clamp(24px, 3vw, 42px) 38px !important;
  border-right: 1px solid rgba(228, 239, 233, .14) !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence article:first-child {
  padding-left: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence article:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence span {
  display: block !important;
  margin-bottom: 22px !important;
  color: #79b8ad !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence strong {
  display: block !important;
  color: #f5f7f3 !important;
  font-size: 20px !important;
  font-weight: 560 !important;
  line-height: 1.5 !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence p {
  margin: 15px 0 18px !important;
  color: rgba(238, 243, 239, .68) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence small {
  display: block !important;
  color: rgba(138, 196, 185, .76) !important;
  font-size: 12px !important;
  line-height: 1.75 !important;
  letter-spacing: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-method-rule {
  max-width: 760px !important;
  margin: 36px 0 0 !important;
  padding-left: 18px !important;
  border-left: 2px solid #79b8ad !important;
  color: rgba(245, 247, 243, .9) !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

html body[data-page="delivery"] #delivery-stages.zf-scene-browser {
  width: min(1160px, calc(100vw - 96px)) !important;
  margin: clamp(104px, 10vw, 148px) auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-head {
  display: block !important;
  max-width: 780px !important;
  margin: 0 0 38px !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-head h2 {
  margin: 12px 0 0 !important;
  color: #182033 !important;
  font-size: clamp(34px, 3vw, 46px) !important;
  font-weight: 520 !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-head p {
  color: #54716f !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-head > span {
  display: block !important;
  margin-top: 14px !important;
  color: rgba(24, 32, 51, .52) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border-top: 1px solid rgba(24, 32, 51, .18) !important;
  border-bottom: 1px solid rgba(24, 32, 51, .18) !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button {
  position: relative !important;
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
  padding: 18px 10px 20px !important;
  border: 0 !important;
  border-right: 1px solid rgba(24, 32, 51, .10) !important;
  border-radius: 0 !important;
  color: rgba(24, 32, 51, .58) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  transition: color .2s ease, background .2s ease !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button:last-child {
  border-right: 0 !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button:hover,
html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button.is-active {
  color: #0b6f6c !important;
  background: rgba(13, 111, 108, .045) !important;
  box-shadow: inset 0 -2px #0b7772 !important;
  transform: none !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button span {
  font-size: 10px !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  opacity: .7 !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button strong {
  overflow: hidden !important;
  font-size: 14px !important;
  font-weight: 560 !important;
  line-height: 1.45 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body[data-page="delivery"] .zf-delivery-stage-gallery {
  display: none !important;
}

html body[data-page="delivery"] main > :is(#constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) .section-copy > h2 {
  font-size: clamp(34px, 3vw, 46px) !important;
  font-weight: 520 !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 760px) {
  html body[data-page="delivery"] .zf-delivery-outputs,
  html body[data-page="delivery"] #delivery-stages {
    width: calc(100vw - 34px) !important;
  }

  html body[data-page="delivery"] .zf-delivery-output-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  html body[data-page="delivery"] .zf-delivery-method {
    padding: 74px 17px !important;
  }

  html body[data-page="delivery"] .zf-delivery-method-sequence {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="delivery"] .zf-delivery-method-sequence article,
  html body[data-page="delivery"] .zf-delivery-method-sequence article:first-child,
  html body[data-page="delivery"] .zf-delivery-method-sequence article:last-child {
    padding: 28px 0 32px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(228, 239, 233, .14) !important;
  }

  html body[data-page="delivery"] .zf-delivery-method-sequence article:last-child {
    border-bottom: 0 !important;
  }

  html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity !important;
  }

  html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button {
    flex: 0 0 42% !important;
    scroll-snap-align: start !important;
  }
}

/* Project access: keep the selected solution readable and the hero image clean. */
html body[data-page="project-access"] main > #project-access.project-access-clean .zf-access-solution-detail > p {
  color: #8ee7ef !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean .zf-access-solution-detail h3 {
  color: #fff !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean .zf-access-solution-detail div span {
  color: #9fe8ea !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean .zf-access-solution-detail div strong {
  color: rgba(255, 255, 255, 0.88) !important;
}

html body[data-page="project-access"] main > #project-access.project-access-clean .project-access-ref-hero::after {
  content: none !important;
  background: none !important;
}

/* Delivery final composition: one bespoke system, one continuous delivery story. */
html body[data-page="delivery"] {
  --delivery-ink: #182033;
  --delivery-teal: #173f4b;
  --delivery-green: #0d8f82;
  --delivery-gold: #d7961f;
  --delivery-coral: #dc604f;
  --delivery-blue: #366fc5;
  --delivery-violet: #7358b8;
  --delivery-paper: #f7f8f6;
}

html body[data-page="delivery"] main {
  background: var(--delivery-paper) !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude {
  width: min(1704px, calc(100vw - 48px)) !important;
  margin-top: clamp(28px, 3vw, 48px) !important;
  margin-bottom: 0 !important;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-scene-media {
  aspect-ratio: 2.2 / 1 !important;
  border-radius: 8px 8px 0 0 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-scene-media img {
  filter: saturate(1.06) contrast(1.03) brightness(.99) !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-hero-copy {
  margin: 0 !important;
  padding: clamp(48px, 4.6vw, 76px) clamp(42px, 5vw, 82px) clamp(44px, 4vw, 68px) !important;
  border-radius: 0 !important;
  background: var(--delivery-teal) !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-copy h2 {
  font-size: clamp(42px, 3.7vw, 58px) !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles {
  margin-top: 34px !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles > span:nth-child(1) i {
  color: #f1b94a !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles > span:nth-child(2) i {
  color: #77d5c9 !important;
}

html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-principles > span:nth-child(3) i {
  color: #ff917d !important;
}

html body[data-page="delivery"] .zf-delivery-optimization {
  position: relative !important;
  order: 3 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(64px, 6.5vw, 104px) clamp(42px, 5vw, 82px) clamp(62px, 6vw, 96px) !important;
  border: 1px solid rgba(24, 32, 51, .1) !important;
  border-top: 0 !important;
  border-radius: 0 0 8px 8px !important;
  color: var(--delivery-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
}

html body[data-page="delivery"] .zf-delivery-optimization::before {
  content: "BESPOKE RESIDENTIAL MEP" !important;
  position: absolute !important;
  top: clamp(64px, 6.5vw, 104px) !important;
  right: clamp(42px, 5vw, 82px) !important;
  color: rgba(24, 32, 51, .34) !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  letter-spacing: .12em !important;
}

html body[data-page="delivery"] .zf-delivery-optimization > header {
  display: grid !important;
  grid-template-columns: minmax(520px, 1.18fr) minmax(340px, .82fr) !important;
  column-gap: clamp(56px, 7vw, 112px) !important;
  align-items: end !important;
  width: 100% !important;
  margin: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-optimization > header .eyebrow {
  grid-column: 1 / -1 !important;
  margin: 0 0 18px !important;
  color: var(--delivery-green) !important;
  font-size: 11px !important;
  letter-spacing: .08em !important;
}

html body[data-page="delivery"] .zf-delivery-optimization > header h2 {
  grid-column: 1 !important;
  margin: 0 !important;
  color: var(--delivery-ink) !important;
  font-family: "Noto Serif SC", "Songti SC", serif !important;
  font-size: clamp(36px, 3.15vw, 52px) !important;
  font-weight: 520 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-optimization > header > p:last-child {
  grid-column: 2 !important;
  margin: 0 !important;
  color: rgba(24, 32, 51, .68) !important;
  font-size: 15px !important;
  line-height: 1.95 !important;
}

html body[data-page="delivery"] .zf-delivery-optimization-equation {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 10px 14px !important;
  width: 100% !important;
  margin: clamp(52px, 5vw, 76px) 0 0 !important;
  padding: 26px 0 28px !important;
  border-top: 1px solid rgba(24, 32, 51, .16) !important;
  border-bottom: 1px solid rgba(24, 32, 51, .16) !important;
  color: rgba(24, 32, 51, .78) !important;
  font-size: clamp(18px, 1.55vw, 24px) !important;
  line-height: 1.65 !important;
}

html body[data-page="delivery"] .zf-delivery-optimization-equation span {
  margin-right: 12px !important;
  color: var(--delivery-teal) !important;
  font-family: "Noto Serif SC", "Songti SC", serif !important;
  font-size: clamp(30px, 3vw, 48px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

html body[data-page="delivery"] .zf-delivery-optimization-equation b {
  color: var(--delivery-coral) !important;
  font-weight: 650 !important;
}

html body[data-page="delivery"] .zf-delivery-optimization-flow {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: clamp(44px, 4.5vw, 68px) !important;
}

html body[data-page="delivery"] .zf-delivery-optimization-flow article {
  position: relative !important;
  min-width: 0 !important;
  padding: 26px clamp(26px, 3vw, 46px) 4px !important;
  border: 0 !important;
  border-top: 4px solid var(--delivery-green) !important;
  border-right: 1px solid rgba(24, 32, 51, .12) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body[data-page="delivery"] .zf-delivery-optimization-flow article:first-child {
  padding-left: 0 !important;
  border-top-color: var(--delivery-gold) !important;
}

html body[data-page="delivery"] .zf-delivery-optimization-flow article:nth-child(2) {
  border-top-color: var(--delivery-blue) !important;
}

html body[data-page="delivery"] .zf-delivery-optimization-flow article:last-child {
  padding-right: 0 !important;
  border-top-color: var(--delivery-green) !important;
  border-right: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-optimization-flow i {
  display: block !important;
  margin-bottom: 16px !important;
  color: rgba(24, 32, 51, .38) !important;
  font-size: 11px !important;
  font-style: normal !important;
}

html body[data-page="delivery"] .zf-delivery-optimization-flow strong {
  display: block !important;
  color: var(--delivery-ink) !important;
  font-size: 22px !important;
  font-weight: 620 !important;
  line-height: 1.45 !important;
}

html body[data-page="delivery"] .zf-delivery-optimization-flow p {
  max-width: 360px !important;
  margin: 14px 0 0 !important;
  color: rgba(24, 32, 51, .66) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

html body[data-page="delivery"] .zf-delivery-outputs {
  width: min(1280px, calc(100vw - 96px)) !important;
  margin: clamp(104px, 9vw, 146px) auto !important;
}

html body[data-page="delivery"] .zf-delivery-product-logic {
  width: min(1280px, calc(100vw - 96px)) !important;
  max-width: none !important;
  margin: clamp(106px, 9vw, 150px) auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body[data-page="delivery"] .zf-delivery-product-logic > header {
  display: grid !important;
  grid-template-columns: minmax(560px, 1.15fr) minmax(340px, .85fr) !important;
  column-gap: clamp(58px, 7vw, 110px) !important;
  align-items: end !important;
}

html body[data-page="delivery"] .zf-delivery-product-logic .eyebrow {
  grid-column: 1 / -1 !important;
  margin: 0 0 18px !important;
  color: var(--delivery-blue) !important;
  font-size: 11px !important;
  font-weight: 650 !important;
}

html body[data-page="delivery"] .zf-delivery-product-logic h2 {
  grid-column: 1 !important;
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--delivery-ink) !important;
  font-family: "Noto Serif SC", "Songti SC", serif !important;
  font-size: clamp(36px, 3.2vw, 50px) !important;
  font-weight: 520 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-product-logic > header > p:last-child {
  grid-column: 2 !important;
  margin: 0 !important;
  color: rgba(24, 32, 51, .68) !important;
  font-size: 15px !important;
  line-height: 1.95 !important;
}

html body[data-page="delivery"] .zf-delivery-product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: clamp(52px, 5vw, 76px) !important;
  border-bottom: 1px solid rgba(24, 32, 51, .14) !important;
}

html body[data-page="delivery"] .zf-delivery-product-scope {
  margin-top: clamp(46px, 4.5vw, 68px) !important;
  padding: 28px 0 0 !important;
  border-top: 1px solid rgba(24, 32, 51, .15) !important;
}

html body[data-page="delivery"] .zf-delivery-product-scope > p {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin: 0 0 26px !important;
}

html body[data-page="delivery"] .zf-delivery-product-scope > p strong {
  color: var(--delivery-ink) !important;
  font-size: 20px !important;
  font-weight: 620 !important;
}

html body[data-page="delivery"] .zf-delivery-product-scope > p span {
  color: rgba(24, 32, 51, .6) !important;
  font-size: 14px !important;
}

html body[data-page="delivery"] .zf-delivery-product-scope > div {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  border-top: 1px solid rgba(24, 32, 51, .12) !important;
  border-bottom: 1px solid rgba(24, 32, 51, .12) !important;
}

html body[data-page="delivery"] .zf-delivery-product-scope > div > span {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  gap: 4px 8px !important;
  padding: 20px clamp(14px, 1.6vw, 24px) 22px !important;
  border-right: 1px solid rgba(24, 32, 51, .1) !important;
}

html body[data-page="delivery"] .zf-delivery-product-scope > div > span:first-child {
  padding-left: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-product-scope > div > span:last-child {
  padding-right: 0 !important;
  border-right: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-product-scope i {
  grid-row: 1 / span 2 !important;
  color: var(--delivery-coral) !important;
  font-size: 10px !important;
  font-style: normal !important;
  line-height: 1.8 !important;
}

html body[data-page="delivery"] .zf-delivery-product-scope strong {
  color: var(--delivery-ink) !important;
  font-size: 16px !important;
  font-weight: 620 !important;
  line-height: 1.5 !important;
}

html body[data-page="delivery"] .zf-delivery-product-scope small {
  color: rgba(24, 32, 51, .52) !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
}

html body[data-page="delivery"] .zf-delivery-product-grid article {
  position: relative !important;
  min-height: 348px !important;
  padding: 32px clamp(26px, 3vw, 44px) 36px !important;
  border: 0 !important;
  border-top: 5px solid var(--delivery-blue) !important;
  border-right: 1px solid rgba(24, 32, 51, .12) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body[data-page="delivery"] .zf-delivery-product-grid article:first-child {
  padding-left: 0 !important;
  border-top-color: var(--delivery-gold) !important;
}

html body[data-page="delivery"] .zf-delivery-product-grid article:nth-child(2) {
  border-top-color: var(--delivery-blue) !important;
}

html body[data-page="delivery"] .zf-delivery-product-grid article:last-child {
  padding-right: 0 !important;
  border-top-color: var(--delivery-green) !important;
  border-right: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-product-grid span {
  display: block !important;
  margin-bottom: 28px !important;
  color: rgba(24, 32, 51, .4) !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  letter-spacing: .06em !important;
}

html body[data-page="delivery"] .zf-delivery-product-grid strong {
  display: block !important;
  color: var(--delivery-ink) !important;
  font-size: 21px !important;
  font-weight: 620 !important;
  line-height: 1.55 !important;
}

html body[data-page="delivery"] .zf-delivery-product-grid p {
  margin: 16px 0 18px !important;
  color: rgba(24, 32, 51, .67) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

html body[data-page="delivery"] .zf-delivery-product-grid small {
  display: block !important;
  color: var(--delivery-green) !important;
  font-size: 12px !important;
  line-height: 1.75 !important;
}

html body[data-page="delivery"] .zf-delivery-product-logic > blockquote {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin: 34px 0 0 !important;
  padding: 22px 26px !important;
  border: 0 !important;
  border-left: 5px solid var(--delivery-blue) !important;
  color: var(--delivery-ink) !important;
  background: rgba(54, 111, 197, .065) !important;
}

html body[data-page="delivery"] .zf-delivery-product-logic > blockquote strong {
  font-size: 18px !important;
  font-weight: 650 !important;
}

html body[data-page="delivery"] .zf-delivery-product-logic > blockquote span {
  color: rgba(24, 32, 51, .66) !important;
  font-size: 14px !important;
}

html body[data-page="delivery"] .zf-delivery-outputs-head {
  max-width: none !important;
  margin-bottom: clamp(48px, 5vw, 72px) !important;
}

html body[data-page="delivery"] .zf-delivery-outputs-head h2 {
  max-width: 1100px !important;
  font-size: clamp(34px, 3vw, 48px) !important;
  white-space: nowrap !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid article {
  display: block !important;
  min-height: 300px !important;
  padding: 28px clamp(22px, 2.4vw, 38px) 10px !important;
  border-top: 4px solid var(--delivery-green) !important;
  border-right: 1px solid rgba(24, 32, 51, .12) !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid article:first-child {
  padding-left: 0 !important;
  border-top-color: var(--delivery-gold) !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid article:nth-child(2) {
  border-top-color: var(--delivery-blue) !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid article:nth-child(3) {
  border-top-color: var(--delivery-coral) !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid article:last-child {
  padding-right: 0 !important;
  border-top-color: var(--delivery-green) !important;
  border-right: 0 !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid article > span {
  display: block !important;
  margin-bottom: 34px !important;
  color: rgba(24, 32, 51, .38) !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid strong {
  font-size: 21px !important;
}

html body[data-page="delivery"] .zf-delivery-output-grid p {
  max-width: 255px !important;
}

html body[data-page="delivery"] .zf-delivery-method {
  width: min(1280px, calc(100vw - 96px)) !important;
  margin: 0 auto !important;
  padding: clamp(78px, 7vw, 112px) 0 clamp(74px, 6.5vw, 104px) !important;
  border-top: 1px solid rgba(24, 32, 51, .16) !important;
  border-bottom: 1px solid rgba(24, 32, 51, .16) !important;
  color: var(--delivery-ink) !important;
  background: transparent !important;
}

html body[data-page="delivery"] .zf-delivery-method-intro {
  display: grid !important;
  grid-template-columns: minmax(620px, 1.15fr) minmax(320px, .85fr) !important;
  column-gap: clamp(56px, 7vw, 108px) !important;
  align-items: end !important;
  max-width: none !important;
}

html body[data-page="delivery"] .zf-delivery-method .eyebrow {
  grid-column: 1 / -1 !important;
  color: var(--delivery-coral) !important;
}

html body[data-page="delivery"] .zf-delivery-method h2 {
  grid-column: 1 !important;
  color: var(--delivery-ink) !important;
  font-size: clamp(38px, 3.65vw, 56px) !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

html body[data-page="delivery"] .zf-delivery-method-intro > p:last-child {
  grid-column: 2 !important;
  max-width: none !important;
  margin: 0 !important;
  color: rgba(24, 32, 51, .68) !important;
  font-size: 15px !important;
  line-height: 1.95 !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence {
  margin-top: clamp(58px, 5vw, 76px) !important;
  border-color: rgba(24, 32, 51, .14) !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence article {
  position: relative !important;
  min-height: 278px !important;
  padding-top: 34px !important;
  border-right-color: rgba(24, 32, 51, .12) !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence article::before {
  content: "" !important;
  position: absolute !important;
  top: -1px !important;
  left: 0 !important;
  width: 82px !important;
  height: 4px !important;
  background: var(--delivery-gold) !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence article:nth-child(2)::before {
  background: var(--delivery-coral) !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence article:nth-child(3)::before {
  background: var(--delivery-green) !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence span {
  color: rgba(24, 32, 51, .38) !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence strong {
  color: var(--delivery-ink) !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence p {
  color: rgba(24, 32, 51, .68) !important;
}

html body[data-page="delivery"] .zf-delivery-method-sequence small {
  color: var(--delivery-green) !important;
}

html body[data-page="delivery"] .zf-delivery-method-rule {
  max-width: none !important;
  margin-top: 38px !important;
  padding: 20px 24px !important;
  border: 0 !important;
  border-left: 4px solid var(--delivery-coral) !important;
  color: var(--delivery-ink) !important;
  background: rgba(220, 96, 79, .07) !important;
  font-size: 16px !important;
  font-weight: 560 !important;
}

html body[data-page="delivery"] #delivery-stages.zf-scene-browser {
  width: min(1280px, calc(100vw - 96px)) !important;
  margin-top: clamp(110px, 10vw, 150px) !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-head {
  max-width: none !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-head h2 {
  max-width: 1100px !important;
  font-size: clamp(34px, 3vw, 48px) !important;
  white-space: nowrap !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs {
  border-top: 0 !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button {
  padding-top: 22px !important;
  border-top: 4px solid #82908d !important;
}

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button:nth-child(1) { border-top-color: var(--delivery-green) !important; }
html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button:nth-child(2) { border-top-color: var(--delivery-gold) !important; }
html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button:nth-child(3) { border-top-color: var(--delivery-blue) !important; }
html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button:nth-child(4) { border-top-color: var(--delivery-coral) !important; }
html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button:nth-child(5) { border-top-color: var(--delivery-violet) !important; }
html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button:nth-child(6) { border-top-color: #0e91a3 !important; }
html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button:nth-child(7) { border-top-color: #d87520 !important; }
html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button:nth-child(8) { border-top-color: #2d9568 !important; }

html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button:hover,
html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button.is-active {
  color: var(--delivery-ink) !important;
  background: #fff !important;
  box-shadow: inset 0 -3px var(--delivery-ink) !important;
}

html body[data-page="delivery"] main > :is(#constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) {
  width: min(1280px, calc(100vw - 96px)) !important;
  margin-top: 46px !important;
}

html body[data-page="delivery"] main > :is(#constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) > .section-copy {
  padding-top: clamp(30px, 3vw, 42px) !important;
}

html body[data-page="delivery"] main > :is(#constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) .section-copy > h2 {
  font-size: clamp(30px, 2.35vw, 38px) !important;
  line-height: 1.38 !important;
}

html body[data-page="delivery"] .delivery-stage-proof {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 4px 0 22px !important;
}

html body[data-page="delivery"] .delivery-stage-proof span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 7px 12px !important;
  border: 1px solid currentColor !important;
  border-radius: 3px !important;
  color: inherit !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 560 !important;
  line-height: 1.35 !important;
}

html body[data-page="delivery"] main > :is(#constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) .delivery-scene-media {
  border-radius: 8px !important;
}

@media (max-width: 1100px) {
  html body[data-page="delivery"] .zf-delivery-optimization > header,
  html body[data-page="delivery"] .zf-delivery-method-intro,
  html body[data-page="delivery"] .zf-delivery-product-logic > header {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="delivery"] .zf-delivery-optimization > header > p:last-child,
  html body[data-page="delivery"] .zf-delivery-method-intro > p:last-child,
  html body[data-page="delivery"] .zf-delivery-product-logic > header > p:last-child {
    grid-column: 1 !important;
    max-width: 760px !important;
    margin-top: 26px !important;
  }

  html body[data-page="delivery"] .zf-delivery-output-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body[data-page="delivery"] .zf-delivery-output-grid article:nth-child(2) {
    border-right: 0 !important;
  }

  html body[data-page="delivery"] .zf-delivery-method h2,
  html body[data-page="delivery"] .zf-delivery-outputs-head h2,
  html body[data-page="delivery"] #delivery-stages .zf-scene-browser-head h2 {
    white-space: normal !important;
  }
}

@media (max-width: 760px) {
  html body[data-page="delivery"] main > #fit.fit.delivery-prelude,
  html body[data-page="delivery"] .zf-delivery-product-logic,
  html body[data-page="delivery"] .zf-delivery-outputs,
  html body[data-page="delivery"] .zf-delivery-method,
  html body[data-page="delivery"] #delivery-stages,
  html body[data-page="delivery"] main > :is(#constraints, #delivery-brief, #integration, #delivery, #team-execution, #delivery-commissioning, #process, #delivery-result) {
    width: calc(100vw - 34px) !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-scene-media {
    aspect-ratio: 4 / 3 !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude > .delivery-hero-copy {
    padding: 34px 24px 38px !important;
  }

  html body[data-page="delivery"] main > #fit.fit.delivery-prelude .delivery-hero-copy h2 {
    white-space: normal !important;
  }

  html body[data-page="delivery"] .zf-delivery-optimization {
    padding: 58px 24px 54px !important;
  }

  html body[data-page="delivery"] .zf-delivery-optimization::before {
    display: none !important;
  }

  html body[data-page="delivery"] .zf-delivery-optimization-flow,
  html body[data-page="delivery"] .zf-delivery-product-grid,
  html body[data-page="delivery"] .zf-delivery-output-grid,
  html body[data-page="delivery"] .zf-delivery-method-sequence {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="delivery"] .zf-delivery-optimization-flow article,
  html body[data-page="delivery"] .zf-delivery-optimization-flow article:first-child,
  html body[data-page="delivery"] .zf-delivery-optimization-flow article:last-child,
  html body[data-page="delivery"] .zf-delivery-output-grid article,
  html body[data-page="delivery"] .zf-delivery-output-grid article:first-child,
  html body[data-page="delivery"] .zf-delivery-output-grid article:last-child {
    min-height: 0 !important;
    padding: 26px 0 30px !important;
    border-right: 0 !important;
  }

  html body[data-page="delivery"] .zf-delivery-product-grid article,
  html body[data-page="delivery"] .zf-delivery-product-grid article:first-child,
  html body[data-page="delivery"] .zf-delivery-product-grid article:last-child {
    min-height: 0 !important;
    padding: 28px 0 32px !important;
    border-right: 0 !important;
  }

  html body[data-page="delivery"] .zf-delivery-product-logic > blockquote {
    display: block !important;
  }

  html body[data-page="delivery"] .zf-delivery-product-logic > blockquote span {
    display: block !important;
    margin-top: 10px !important;
  }

  html body[data-page="delivery"] .zf-delivery-product-scope > p {
    display: block !important;
  }

  html body[data-page="delivery"] .zf-delivery-product-scope > p span {
    display: block !important;
    margin-top: 8px !important;
  }

  html body[data-page="delivery"] .zf-delivery-product-scope > div {
    grid-template-columns: 1fr 1fr !important;
  }

  html body[data-page="delivery"] .zf-delivery-product-scope > div > span,
  html body[data-page="delivery"] .zf-delivery-product-scope > div > span:first-child,
  html body[data-page="delivery"] .zf-delivery-product-scope > div > span:last-child {
    padding: 18px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(24, 32, 51, .1) !important;
  }

  html body[data-page="delivery"] .zf-delivery-method {
    padding: 68px 0 !important;
  }

  html body[data-page="delivery"] .zf-delivery-method h2 {
    white-space: normal !important;
  }

  html body[data-page="delivery"] #delivery-stages .zf-scene-browser-tabs button {
    flex-basis: 46% !important;
  }
}
