/* @font-face {
	font-family: "HZNE Source Han Sans CN";
	src: url("../../fonts/SourceHanSansSC-ExtraLight.ttf") format("opentype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "HZNE Source Han Sans CN";
	src: url("../../fonts/SourceHanSansSC-Light.ttf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "HZNE Source Han Sans CN";
	src: url("../../fonts/SourceHanSansSC-Normal.ttf") format("opentype");
	font-weight: 350;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "HZNE Source Han Sans CN";
	src: url("../../fonts/SourceHanSansSC-Regular.ttf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "HZNE Source Han Sans CN";
	src: url("../../fonts/SourceHanSansSC-Medium.ttf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "HZNE Source Han Sans CN";
	src: url("../../fonts/SourceHanSansSC-Bold.ttf") format("opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "HZNE Source Han Sans CN";
	src: url("../../fonts/SourceHanSansSC-Bold.ttf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "HZNE Source Han Sans CN";
	src: url("../../fonts/SourceHanSansSC-Heavy.ttf") format("opentype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "HZNE Source Han Sans CN";
	src: url("../../fonts/SourceHanSansSC-Heavy.ttf") format("opentype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
} */
:root {
  --container-max: 100%;
  --container-gutter: 12px;
  /* --font-sans: "HZNE Source Han Sans CN", "Source Han Sans CN", "Microsoft YaHei", "PingFang SC", Arial, sans-serif; */
  --font-sans: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, Tahoma, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;;
  --bs-font-sans-serif: var(--font-sans);
  --bs-body-font-family: var(--font-sans);
  --brand: #118E03;
  --accent: #25C948;
  --text: #101913;
  --muted: #6C746F;
  --line: rgba(5, 27, 5, 0.12);
  --deep: #051B05;
  --hz-font-scale: 1;
  --bs-body-font-size: 1rem;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
body {
  font-family: var(--font-sans);
  font-size: 1rem;
  overflow-x: hidden;
  margin: 0;
  color: var(--text);
  background: #FFF;
}
body:not(.site-api-ready) [data-site-header],
body:not(.site-api-ready) [data-site-footer],
body:not(.site-api-ready) main {
  visibility: hidden;
}
body:not(.site-api-ready)::before {
  position: fixed;
  z-index: 9999;
  content: "";
  background: #FFF;
  inset: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus,
a:active {
  outline: none;
  box-shadow: none;
}
a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
a:focus-visible {
  outline: none;
  box-shadow: none;
}
button,
input,
textarea {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.hz-container {
  width: 100%;
  max-width: var(--container-max);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-gutter) !important;
  padding-left: var(--container-gutter) !important;
}
.section-clip {
  overflow: hidden;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes headerFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes softZoom {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatCue {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes dataMapPinFloat {
  0%,
  100% {
    transform: translate3d(-50%, 0, 0);
  }
  50% {
    transform: translate3d(-50%, -16%, 0);
  }
}
@keyframes dataMapShadowSequentialGlow {
  0%,
  100% {
    opacity: 0.46;
    filter: saturate(1.02) brightness(0.98) drop-shadow(0 0 1px rgba(151, 246, 140, 0.16));
    transform: scale(1);
  }
  2.8%,
  5.8% {
    opacity: 0.94;
    filter: saturate(1.22) brightness(1.16) drop-shadow(0 0 6px rgba(188, 255, 160, 0.86)) drop-shadow(0 0 18px rgba(70, 255, 202, 0.56));
    transform: scale(1.006);
  }
  8.2% {
    opacity: 0.46;
    filter: saturate(1.02) brightness(0.98) drop-shadow(0 0 1px rgba(151, 246, 140, 0.16));
    transform: scale(1);
  }
}
.reveal {
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
  transform: translateY(34px);
  opacity: 0;
  filter: blur(4px);
  will-change: opacity, transform;
}
.reveal.reveal-left {
  transform: translateX(-34px);
}
.reveal.reveal-right {
  transform: translateX(34px);
}
.reveal.reveal-zoom {
  transform: scale(0.96);
}
.reveal.in-view {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  filter: blur(0);
}
@media (min-width: 576px) {
  :root {
    --container-max: 540px;
    --container-gutter: 12px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-max: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-max: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-max: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container-max: 1320px;
  }
}
@media (min-width: 1800px) {
  :root {
    --container-max: 1440px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --hz-font-scale: 0.86;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  :root {
    --hz-font-scale: 0.9;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --hz-font-scale: 0.94;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --hz-font-scale: 0.96;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --hz-font-scale: 0.97;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  :root {
    --hz-font-scale: 0.98;
  }
}
@media (min-width: 1600px) and (max-width: 1799.98px) {
  :root {
    --hz-font-scale: 0.99;
  }
}
@media (min-width: 1800px) and (max-width: 1919.98px) {
  :root {
    --hz-font-scale: 0.995;
  }
}
@media (min-width: 1920px) {
  :root {
    --hz-font-scale: 1;
  }
}
.site-header {
  min-height: 86px;
  transition: transform 0.32s ease, background 0.28s ease, box-shadow 0.28s ease, color 0.28s ease, backdrop-filter 0.28s ease, min-height 0.28s ease;
  animation: headerFadeIn 0.45s ease both;
  transform: translateY(0);
  color: #FFF;
  background: transparent;
  --bs-navbar-padding-y: 0;
}
.site-header.is-hidden {
  transform: translateY(-100%);
}
.site-header.is-scrolled,
.site-header.is-search-open {
  min-height: 86px;
  color: var(--text);
  background: #FFF;
  box-shadow: 0 1px 0 rgba(5, 27, 5, 0.08);
  backdrop-filter: none;
}
.brand {
  margin: 0;
  padding: 0;
}
.brand img {
  width: 143px;
  transition: opacity 0.24s ease, width 0.24s ease;
}
.site-header .hz-container {
  max-width: var(--container-max);
  min-height: 86px;
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav {
  font-size: calc(20px * var(--hz-font-scale));
  align-items: center;
  gap: 32px;
}
.main-nav .nav-item {
  position: relative;
}
.site-header .nav-link {
  font-size: calc(20px * var(--hz-font-scale));
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  transition: color 0.24s ease, transform 0.24s ease, font-size 0.24s ease, font-weight 0.24s ease;
  white-space: nowrap;
  color: #FFF;
}
.site-header .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.site-header .dropdown-toggle::after {
  width: 7px;
  height: 7px;
  margin-left: 0;
  transition: transform 0.24s ease;
  transform: rotate(45deg) translateY(-2px);
  border: 0;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.site-header .dropdown:hover .dropdown-toggle::after,
.site-header .dropdown:focus-within .dropdown-toggle::after,
.site-header .dropdown-toggle.show::after {
  transform: rotate(225deg) translate(-1px, -1px);
}
.site-header.is-scrolled .nav-link,
.site-header.is-search-open .nav-link {
  font-size: calc(20px * var(--hz-font-scale));
  line-height: 32px;
  color: #333;
}
.site-header .nav-link.active {
  font-weight: 700;
  color: var(--brand);
}
.site-header .nav-link:hover,
.site-header.is-scrolled .nav-link:hover {
  color: var(--brand);
}
.site-header .nav-link:hover {
  transform: none;
}
.hz-dropdown {
  min-width: 106px;
  margin-top: 0;
  padding: 20px 8px;
  text-align: center;
  border: 0;
  border-top: 2px solid var(--brand);
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  --bs-dropdown-min-width: 106px;
  --bs-dropdown-padding-x: 8px;
  --bs-dropdown-padding-y: 20px;
  --bs-dropdown-spacer: 0;
  backdrop-filter: blur(5px);
}
.hz-dropdown li {
  display: flex;
  justify-content: center;
}
.hz-dropdown .dropdown-item {
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: color 0.2s ease, transform 0.2s ease;
  text-align: center;
  white-space: nowrap;
  color: #333;
  background: transparent;
}
.hz-dropdown li + li {
  margin-top: 20px;
}
.hz-dropdown .dropdown-item:hover,
.hz-dropdown .dropdown-item:focus,
.hz-dropdown .dropdown-item.active {
  transform: translateX(0);
  color: #086B00;
  background: transparent;
}
@media (min-width: 1200px) {
  .site-header .dropdown::after {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: -12px;
    left: -12px;
    height: 28px;
    content: "";
  }
  .site-header .dropdown:hover > .hz-dropdown,
  .site-header .dropdown:focus-within > .hz-dropdown,
  .site-header .dropdown.is-open > .hz-dropdown {
    display: block;
  }
  .site-header .dropdown > .hz-dropdown {
    z-index: 2;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-tools {
  position: relative;
  margin-left: 36px;
  padding-left: 36px;
  transition: color 0.24s ease;
  color: #FFF;
  gap: 36px;
}
.header-tools::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  content: "";
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.28);
}
.site-header.is-scrolled .header-tools,
.site-header.is-search-open .header-tools {
  color: #333;
}
.site-header.is-scrolled .header-tools::before,
.site-header.is-search-open .header-tools::before {
  background: rgba(51, 51, 51, 0.2);
}
.globe {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.globe::before {
  position: absolute;
  content: "";
  border-right: 1px solid currentColor;
  border-left: 1px solid currentColor;
  inset: 3px 6px;
}
.search-btn {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.search-btn::before {
  position: absolute;
  content: "";
  transition: border-color 0.24s ease;
  border: 1px solid currentColor;
  border-radius: 50%;
  inset: 4px 7px 7px 4px;
}
.search-btn::after {
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 8px;
  height: 1px;
  content: "";
  transition: background 0.24s ease;
  transform: rotate(45deg);
  background: currentColor;
}
.search-btn.is-active {
  background-image: url("../../images/yuyanqiehuan.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.search-btn.is-active::before,
.search-btn.is-active::after {
  display: none;
}
.header-search-panel {
  position: absolute;
  top: 86px;
  right: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  justify-content: center;
  height: 320px;
  padding-top: 24px;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  transform: translateY(-14px);
  pointer-events: none;
  opacity: 0;
  color: #333;
  background: #FFF;
  box-shadow: 0 18px 34px rgba(5, 27, 5, 0.06);
}
.site-header.is-search-open .header-search-panel {
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}
.header-search-inner {
  width: min(100% - 48px, 920px);
  padding-top: 0;
}
.header-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 920px);
  height: 56px;
  margin: 0 auto;
}
.header-search-field {
  position: relative;
  display: flex;
  align-items: center;
  width: min(72vw, 805px);
  height: 56px;
  margin: 0;
  border: 1px solid #D7D7D7;
  border-right: 0;
  background: #FFF;
}
.header-search-icon {
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-left: 18px;
  object-fit: contain;
}
.header-search-field input {
  font-size: calc(16px * var(--hz-font-scale));
  font-weight: 400;
  width: 100%;
  min-width: 0;
  height: 100%;
  color: #333;
  border: 0;
  outline: 0;
  background: transparent;
}
.header-search-field input::placeholder {
  color: #939393;
}
.header-search-submit {
  font-size: calc(16px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1;
  width: 108px;
  height: 56px;
  transition: background 0.2s ease;
  color: #FFF;
  border: 0;
  background: #25C948;
}
.header-search-submit:hover,
.header-search-submit:focus {
  background: var(--brand);
}
.header-search-keywords {
  font-size: calc(14px * var(--hz-font-scale));
  line-height: 24px;
  display: flex;
  align-items: center;
  width: min(100%, 920px);
  margin: 28px auto 0;
  color: #999;
  gap: 18px;
}
.header-search-keywords button {
  font-size: calc(14px * var(--hz-font-scale));
  line-height: 34px;
  min-width: 68px;
  height: 34px;
  padding: 0 16px;
  transition: background 0.2s ease, color 0.2s ease;
  color: #777;
  border: 0;
  border-radius: 8px;
  background: #F7F7F7;
}
.header-search-keywords button:hover,
.header-search-keywords button:focus,
.header-search-keywords button.active {
  color: #FFF;
  background: #25C948;
}
.contact-pill {
  font-size: calc(20px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 40px;
  padding: 8px 20px;
  transition: background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
  white-space: nowrap;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}
.site-header.is-scrolled .contact-pill,
.site-header.is-search-open .contact-pill {
  color: #333;
  border-color: #333;
  background: transparent;
  box-shadow: none;
}
.contact-pill:hover {
  transform: translateY(-2px);
  color: #FFF;
  border-color: #25C948;
  background: #25C948;
  box-shadow: 0 12px 9px rgba(37, 201, 72, 0.28), 0 5px 4px rgba(37, 201, 72, 0.24);
}
.site-header.is-scrolled .contact-pill:hover,
.site-header.is-search-open .contact-pill:hover {
  color: #FFF;
  border-color: #25C948;
  background: #25C948;
}
.site-header.is-page-solid {
  color: #333;
  background: #FFF;
  box-shadow: 0 1px 0 rgba(5, 27, 5, 0.08);
}
.site-header.is-page-solid .nav-link,
.site-header.is-page-solid .contact-pill {
  color: #333;
}
.site-header.is-page-solid .nav-link.active {
  color: var(--brand);
}
.site-header.is-page-solid .header-tools::before {
  background: rgba(51, 51, 51, 0.2);
}
.site-header.is-page-solid .search-btn {
  background-color: rgba(17, 142, 3, 0.06);
}
.site-header.is-page-solid .navbar-toggler {
  border-color: rgba(16, 25, 19, 0.28);
}
.site-header.is-page-solid .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2816, 25, 19, 0.84%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.search-page {
  padding-top: 86px;
  color: #333;
  background: #FFF;
}
.search-page-main {
  padding: 0 0 64px;
}
.search-page-shell {
  display: grid;
  align-items: start;
  padding-top: 64px;
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 48px;
}
.search-page-sidebar {
  position: relative;
  padding-right: 32px;
  border-right: 1px solid #AAA;
}
.search-page-back {
  font-size: calc(20px * var(--hz-font-scale));
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  margin-bottom: 64px;
  color: #777;
  border: 0;
  border-radius: 4px;
  background: #EDEDED;
}
.search-page-filter {
  text-align: center;
}
.search-page-filter + .search-page-filter {
  margin-top: 64px;
}
.search-page-filter h2 {
  font-size: calc(20px * var(--hz-font-scale));
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 24px;
  color: #333;
}
.search-page-filter button {
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 32px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #777;
  border: 0;
  background: transparent;
}
.search-page-filter button.active {
  color: #333;
}
.search-page-panel {
  min-width: 0;
}
.search-page-search {
  display: flex;
  overflow: hidden;
  align-items: center;
  width: 354px;
  max-width: 100%;
  height: 56px;
  margin-bottom: 24px;
  border: 1px solid #AAA;
  border-radius: 4px;
  background: #FFF;
}
.search-page-search input {
  font-size: calc(20px * var(--hz-font-scale));
  line-height: 1.5;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  padding: 0 16px;
  color: #333;
  border: 0;
  outline: 0;
}
.search-page-search input::placeholder {
  color: #AAA;
}
.search-page-search button {
  display: inline-flex;
  align-items: center;
  flex: 0 0 54px;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #777;
  border: 0;
  background: transparent;
}
.search-page-search button::before {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../../images/blocksousuo.png") center / contain no-repeat;
}
.search-page-search button::after {
  content: none;
}
.search-page-results {
  border-top: 1px solid transparent;
}
.search-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  color: #333;
  border-bottom: 1px solid #E1E1E1;
  gap: 24px;
}
.search-result-title {
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1.5;
  overflow: hidden;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-result-meta {
  font-size: calc(14px * var(--hz-font-scale));
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
  color: #777;
  gap: 12px;
}
.search-result-meta i {
  font-size: calc(16px * var(--hz-font-scale));
  font-style: normal;
  line-height: 1;
}
.search-page-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  gap: 16px;
}
.search-page-pagination a,
.search-page-pagination span {
  font-size: calc(20px * var(--hz-font-scale));
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #333;
  border-radius: 4px;
}
.search-page-pagination a {
  border: 1px solid rgba(17, 142, 3, 0.2);
  background: #FFF;
}
.search-page-pagination a.active {
  color: #FFF;
  border-color: #118E03;
  background: #118E03;
}
.search-page-pagination a:first-child,
.search-page-pagination a:last-child {
  position: relative;
}
.search-page-pagination a:first-child::before,
.search-page-pagination a:last-child::before {
  width: 8px;
  height: 8px;
  content: "";
  border-bottom: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
}
.search-page-pagination a:first-child::before {
  transform: rotate(45deg);
}
.search-page-pagination a:last-child::before {
  transform: rotate(-135deg);
}
.search-page-results.is-loading {
  min-height: 240px;
}
.search-page-results .site-empty-state {
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1.5;
  padding: 32px 0;
  color: #777;
}
@media (max-width: 1199.98px) {
  .search-page-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .search-page-sidebar {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid #AAA;
  }
  .search-page-back {
    margin-bottom: 32px;
  }
  .search-page-filter + .search-page-filter {
    margin-top: 32px;
  }
  .search-page-search {
    width: 100%;
  }
}
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
}
.site-header.is-scrolled .navbar-toggler {
  border-color: rgba(16, 25, 19, 0.28);
}
.site-header.is-scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2816, 25, 19, 0.84%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 760px;
  max-height: 1080px;
  color: #FFF;
  background: #041B0E;
}
.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.hero-video::-webkit-media-controls {
  display: none !important;
}
.hero-video::cue {
  background: transparent;
}
.hero-overlay {
  position: absolute;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 24, 12, 0.28), rgba(0, 0, 0, 0.03) 55%, rgba(0, 0, 0, 0.24)),
  linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.68));
  /* backdrop-filter: blur(1.2px); */
  inset: 0;
}
.hero-mark {
  position: absolute;
  z-index: -1;
  right: -0.06em;
  bottom: -0.48em;
  width: min(calc(100% + 0.12em), calc(100vw - 48px));
  animation: softZoom 0.9s ease 0.2s both;
  pointer-events: none;
  background: url("../../images/Vector 51.png") center / contain no-repeat;
  aspect-ratio: 604 / 129;
}
.hero-title-wrap {
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 0.18em;
  isolation: isolate;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: min(31vh, 326px);
}
.hero-copy {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .hero-copy {
    flex: 0 0 min(100%, 1120px);
    max-width: min(100%, 1120px);
  }
  .hero p {
    white-space: nowrap;
  }
}
.hero h1 {
  font-size: calc(clamp(40px, 4.375vw, 84px) * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.22);
}
.hero p {
  font-size: calc(clamp(18px, 1.875vw, 36px) * var(--hz-font-scale));
  font-weight: 300;
  line-height: 1.5;
  margin: 30px 0 0;
  letter-spacing: clamp(2px, 0.77vw, 14.8px);
}
.hero-subtitle-dash {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 2em;
  height: 1em;
  margin-right: 0.2em;
  vertical-align: -0.08em;
  letter-spacing: 0;
  white-space: nowrap;
  text-indent: -999px;
}
.hero-subtitle-dash::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  transform: translateY(-50%);
  background: currentColor;
}
.hero-actions {
  margin-top: 36px;
}
.hz-btn {
  font-size: calc(16px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 56px;
  padding: 14px 38px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease;
  border: 1px solid transparent;
  border-radius: 999px;
}
.hz-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(5, 27, 5, 0.16);
}
.hz-btn-light {
  color: #000;
  background: #FFF;
}
.hz-btn-ghost {
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.9);
}
.hz-btn-green {
  color: #FFF;
  background: var(--accent);
  box-shadow: 0 4px 12px rgba(37, 201, 72, 0.22);
}
.hz-btn-outline-dark {
  font-size: calc(12px * var(--hz-font-scale));
  min-height: 32px;
  padding: 6px 48px;
  color: var(--brand);
  border-color: var(--brand);
}
.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 62px;
  left: max(var(--container-gutter), calc((100vw - var(--container-max)) / 2));
  width: 56px;
  height: 56px;
}
body.site-api-ready .hero.ready-animate h1 {
  animation: fadeUp 0.8s ease 0.18s both;
}
body.site-api-ready .hero.ready-animate p {
  animation: fadeUp 0.8s ease 0.34s both;
}
body.site-api-ready .hero.ready-animate .hero-actions {
  animation: fadeUp 0.8s ease 0.5s both;
}
body.site-api-ready .hero.ready-animate .scroll-cue {
  animation: floatCue 1.8s ease-in-out infinite;
}
.scroll-cue::before,
.scroll-cue::after {
  position: absolute;
  left: 14px;
  width: 28px;
  height: 28px;
  content: "";
  transform: rotate(-45deg);
  border-bottom: 3px solid var(--accent);
  border-left: 3px solid var(--accent);
}
.scroll-cue::before {
  top: 8px;
}
.scroll-cue::after {
  top: 22px;
  opacity: 0.45;
}
.data-section {
  position: relative;
  min-height: 1385px;
  padding: 118px 0 112px;
  background-color: #FFF;
  background-image: url("../../images/map.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: min(100vw, 1920px) auto;
  scroll-margin-top: 86px;
}
.data-section--map {
  min-height: calc(1120 * var(--data-scale));
  padding: calc(64 * var(--data-scale)) 0 calc(72 * var(--data-scale));
  background-image: none;
  --data-scale: min(1px, calc(var(--container-max) / 1440));
  --data-map-width: calc(1049 * var(--data-scale));
  --data-map-right: calc(199 * var(--data-scale));
  --data-map-top: calc(18 * var(--data-scale));
  --data-map-render-width: min(var(--data-map-width), calc(100% - 260px));
  --data-bom-width: max(100vw, calc(1920 * var(--data-scale)));
  --data-metric-top: calc(402 * var(--data-scale));
}
.data-section--map .hz-container {
  position: relative;
  min-height: calc(984 * var(--data-scale));
}
.data-section--map .data-heading {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
}
@media (min-width: 1600px) {
  .data-section--map .data-heading {
    width: min(720px, 42vw);
  }
}
.data-section--map .data-map-wrap {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  user-select: none;
  pointer-events: none;
  inset: 0;
}
.data-section--map .data-map-top {
  position: absolute;
  z-index: 2;
  top: var(--data-map-top);
  right: var(--data-map-right);
  width: var(--data-map-render-width);
  max-width: 1049px;
  height: auto;
}
.data-section--map .data-map-shadow-layer {
  position: absolute;
  z-index: 3;
  top: var(--data-map-top);
  right: var(--data-map-right);
  width: var(--data-map-render-width);
  max-width: 1049px;
  aspect-ratio: 1 / 1;
  overflow: visible;
  pointer-events: none;
}
.data-section--map .data-map-shadow {
  position: absolute;
  top: var(--shadow-top);
  left: var(--shadow-left);
  display: block;
  width: var(--shadow-width);
  height: var(--shadow-height);
  background-image: var(--shadow-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  mix-blend-mode: normal;
  opacity: 0.46;
  filter: saturate(1.02) brightness(0.98) drop-shadow(0 0 1px rgba(151, 246, 140, 0.16));
  transform-origin: center;
  animation: dataMapShadowSequentialGlow 15.6s ease-in-out infinite;
  animation-delay: var(--shadow-sequence-delay, 0s);
  z-index: 0;
  will-change: opacity, filter, transform;
}
.data-section--map .data-map-shadow:nth-child(2) {
  --shadow-sequence-delay: 1.2s;
}
.data-section--map .data-map-shadow:nth-child(3) {
  --shadow-sequence-delay: 2.4s;
}
.data-section--map .data-map-shadow:nth-child(4) {
  --shadow-sequence-delay: 3.6s;
}
.data-section--map .data-map-shadow:nth-child(5) {
  --shadow-sequence-delay: 4.8s;
}
.data-section--map .data-map-shadow:nth-child(6) {
  --shadow-sequence-delay: 6s;
}
.data-section--map .data-map-shadow:nth-child(7) {
  --shadow-sequence-delay: 7.2s;
}
.data-section--map .data-map-shadow:nth-child(8) {
  --shadow-sequence-delay: 8.4s;
}
.data-section--map .data-map-shadow:nth-child(9) {
  --shadow-sequence-delay: 9.6s;
}
.data-section--map .data-map-shadow:nth-child(10) {
  --shadow-sequence-delay: 10.8s;
}
.data-section--map .data-map-shadow:nth-child(11) {
  --shadow-sequence-delay: 12s;
}
.data-section--map .data-map-shadow:nth-child(12) {
  --shadow-sequence-delay: 13.2s;
}
.data-section--map .data-map-shadow:nth-child(13) {
  --shadow-sequence-delay: 14.4s;
}
.data-section--map .data-map-shadow::before,
.data-section--map .data-map-shadow::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.data-section--map .data-map-shadow::before {
  display: none;
}
.data-section--map .data-map-shadow::after {
  display: none;
}
.data-section--map .data-map-shadow-01 {
  --shadow-image: url("../../images/data-map-shadow-01.svg");
}
.data-section--map .data-map-shadow-02 {
  --shadow-image: url("../../images/data-map-shadow-02.svg");
}
.data-section--map .data-map-shadow-03 {
  --shadow-image: url("../../images/data-map-shadow-03.svg");
}
.data-section--map .data-map-shadow-04 {
  --shadow-image: url("../../images/data-map-shadow-04.svg");
}
.data-section--map .data-map-shadow-05 {
  --shadow-image: url("../../images/data-map-shadow-05.svg");
}
.data-section--map .data-map-shadow-06 {
  --shadow-image: url("../../images/data-map-shadow-06.svg");
}
.data-section--map .data-map-shadow-07 {
  --shadow-image: url("../../images/data-map-shadow-07.svg");
}
.data-section--map .data-map-shadow-08 {
  --shadow-image: url("../../images/data-map-shadow-08.svg");
}
.data-section--map .data-map-shadow-09 {
  --shadow-image: url("../../images/data-map-shadow-09.svg");
}
.data-section--map .data-map-shadow-10 {
  --shadow-image: url("../../images/data-map-shadow-10.svg");
}
.data-section--map .data-map-shadow-11 {
  --shadow-image: url("../../images/data-map-shadow-11.svg");
}
.data-section--map .data-map-shadow-12 {
  --shadow-image: url("../../images/data-map-shadow-12.svg");
}
.data-section--map .data-map-shadow-13 {
  --shadow-image: url("../../images/data-map-shadow-13.svg");
}
.data-section--map .data-map-shadow-14 {
  --shadow-image: url("../../images/data-map-shadow-14.svg");
}
.data-section--map .data-map-pin-layer {
  position: absolute;
  z-index: 4;
  top: var(--data-map-top);
  right: var(--data-map-right);
  width: var(--data-map-render-width);
  max-width: 1049px;
  aspect-ratio: 2101 / 2242;
  pointer-events: none;
}
.data-section--map .data-map-pin {
  position: absolute;
  top: var(--pin-y);
  left: var(--pin-x);
  display: block;
  width: clamp(22px, 5.843%, 61.29px);
  aspect-ratio: 61.29 / 56;
  transform: translate(-50%, -100%);
  transform-origin: 50% 100%;
}
.data-section--map .data-map-pin > span,
.data-section--map .data-map-pin > span::before,
.data-section--map .data-map-pin > span::after {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
}
.data-section--map .data-map-pin > span {
  inset: 0;
}
.data-section--map .data-map-pin > span::before {
  top: 36%;
  right: 10.4%;
  bottom: -11%;
  left: 10.4%;
  opacity: 0.88;
  background: radial-gradient(ellipse at center, rgba(202, 255, 204, 0.92) 0%, rgba(95, 255, 233, 0.86) 10%, rgba(52, 212, 190, 0.68) 28%, rgba(9, 168, 146, 0.32) 58%, rgba(0, 45, 38, 0) 100%);
  -webkit-mask-image: url("../../images/data-map-pin-glow.png");
  mask-image: url("../../images/data-map-pin-glow.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  mix-blend-mode: plus-lighter;
}
.data-section--map .data-map-pin > span::after {
  top: 66%;
  left: 50%;
  width: 43%;
  height: 16%;
  transform: translateX(-50%);
  opacity: 0.98;
  background-image: url("../../images/data-map-pin-dot.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  filter: drop-shadow(0 0 5px rgba(95, 255, 233, 0.58));
}
.data-section--map .data-map-pin::before {
  position: absolute;
  top: 17%;
  left: 50%;
  z-index: 2;
  width: 71.14%;
  height: 81.43%;
  content: "";
  transform: translate3d(-50%, 0, 0);
  animation: dataMapPinFloat 4.8s cubic-bezier(0.37, 0, 0.63, 1) infinite;
  animation-delay: var(--pin-delay, 0s);
  background-image: url("../../images/data-map-pin-head.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  will-change: transform;
  backface-visibility: hidden;
}
.data-section--map .data-map-pin:nth-child(3n + 2)::before {
  animation-duration: 5.35s;
}
.data-section--map .data-map-pin:nth-child(3n)::before {
  animation-duration: 5.9s;
}
.data-section--map .data-map-bom {
  position: absolute;
  z-index: 1;
  bottom: calc(-80 * var(--data-scale));
  left: 50%;
  width: var(--data-bom-width);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}
.data-section--map .metric-grid {
  top: var(--data-metric-top);
  right: 0;
  left: 0;
  height: calc(550 * var(--data-scale));
}
.data-section--map .metric {
  width: calc(260 * var(--data-scale));
  white-space: nowrap;
}
.data-section--map .metric-b,
.data-section--map .metric-e {
  top: calc(206 * var(--data-scale));
}
.data-section--map .metric-c,
.data-section--map .metric-f {
  top: calc(412 * var(--data-scale));
}
.section-heading p,
.section-heading h2 {
  margin: 0;
}
.data-heading p {
  font-size: calc(clamp(24px, 1.875vw, 36px) * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
}
.data-heading h2 {
  font-size: calc(clamp(28px, 2.5vw, 48px) * var(--hz-font-scale));
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2px;
  color: var(--brand);
}
.data-heading span {
  font-size: calc(12px * var(--hz-font-scale));
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-top: 18px;
  padding: 2px 12px;
  color: var(--brand);
  border-radius: 999px;
  background: rgba(37, 201, 72, 0.1);
}
.data-section--map .data-heading {
  width: calc(426 * var(--data-scale));
}
.data-section--map .data-heading p,
.data-section--map .data-heading h2 {
  font-size: calc(36 * var(--data-scale));
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.data-section--map .data-heading h2 {
  margin-top: calc(2 * var(--data-scale));
}
.data-section--map .data-heading span {
  font-size: calc(16 * var(--data-scale));
  line-height: 1.5;
  min-height: calc(36 * var(--data-scale));
  margin-top: calc(16 * var(--data-scale));
  padding: calc(8 * var(--data-scale)) calc(16 * var(--data-scale));
}
.metric-grid {
  position: absolute;
  z-index: 1;
  top: 620px;
  right: max(var(--container-gutter), calc((100vw - var(--container-max)) / 2));
  left: max(var(--container-gutter), calc((100vw - var(--container-max)) / 2));
  height: 760px;
}
.metric {
  position: absolute;
  width: 330px;
}
.metric strong {
  font-size: calc(56px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  display: block;
  color: var(--brand);
}
.metric span {
  font-size: calc(20px * var(--hz-font-scale));
  line-height: 1.5;
  display: block;
  margin-top: 24px;
  color: #67706A;
}
.data-section--map .metric strong {
  font-size: calc(56 * var(--data-scale));
}
.data-section--map .metric span {
  font-size: calc(20 * var(--data-scale));
  margin-top: calc(24 * var(--data-scale));
}
.metric-a {
  top: 0;
  left: 0;
}
.metric-b {
  top: 250px;
  left: 0;
}
.metric-c {
  top: 500px;
  left: 0;
}
.metric-d {
  top: 0;
  right: 0;
}
.metric-e {
  top: 250px;
  right: 0;
}
.metric-f {
  top: 500px;
  right: 0;
}
.about-section {
  position: relative;
  padding: 112px 0;
  background: linear-gradient(180deg, #F6FAF6 0%, #FFF 100%);
  scroll-margin-top: 86px;
}
.eyebrow {
  font-size: calc(16px * var(--hz-font-scale));
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--brand);
  gap: 14px;
}
.eyebrow::before {
  content: none;
}
.eyebrow img {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.about-copy h2,
.section-title h2 {
  font-size: calc(36px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.about-copy p {
  font-size: calc(18px * var(--hz-font-scale));
  line-height: 1.8;
  margin: 24px 0 0;
  color: #333;
}
.about-copy .hz-btn {
  margin-top: 48px;
}
.video-panel {
  position: relative;
  overflow: hidden;
  aspect-ratio: 898 / 480;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transform-origin: center center;
  border-radius: 24px;
  background: #FFF url("../../images/hero-bg2.jpg") center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(5, 27, 5, 0.12);
}
.video-panel > img,
.video-panel > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
  aspect-ratio: auto;
}
/* .video-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 70px rgba(5, 27, 5, 0.16);
}

.video-panel:hover img {
  transform: scale(1.035);
} */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  transition: transform 0.24s ease, background 0.24s ease;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: rgba(37, 201, 72, 0.85);
}
.video-panel:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.06);
  background: var(--accent);
}
.play-btn::before {
  position: absolute;
  top: 23px;
  left: 30px;
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #FFF;
}
.video-panel .play-btn {
  cursor: pointer;
}
.video-panel.is-about-video-source > .about-video-preview,
.video-panel.is-about-video-source > .play-btn,
.about-overview-media.is-about-video-source > .about-video-preview,
.about-overview-media.is-about-video-source > .about-overview-play {
  visibility: hidden;
}
.about-video-zoom-backdrop {
  position: fixed;
  z-index: 1190;
  inset: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.46s ease;
}
.about-video-zoom-backdrop.is-active {
  opacity: 1;
  pointer-events: auto;
}
.about-video-zoom-clone {
  position: fixed;
  z-index: 1200;
  display: block;
  object-fit: cover;
  background: #FFF;
  box-shadow: 0 40px 90px rgba(5, 27, 5, 0.28);
  transform: translateZ(0);
  transition:
    left 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    top 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: left, top, width, height, border-radius;
}
.about-video-zoom-clone.is-active {
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .about-video-zoom-backdrop,
  .about-video-zoom-clone {
    transition-duration: 0.01ms;
  }
}
.business-section {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 72px 0 78px;
  background: #FFF;
  scroll-margin-top: 86px;
}
.business-section::before,
.business-section::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.business-section::before {
  top: -166px;
  left: -178px;
  width: 389px;
  height: 389px;
  opacity: 1;
  background-image: url("../../images/7ecdf6b10d9e7709bc25e778e348293562aeaf66.svg");
}
.business-section::after {
  top: 645px;
  right: -421px;
  width: 863px;
  height: 863px;
  opacity: 1;
  background-image: url("../../images/3a1a029f560c53aa205abfc591b5be0e908d84dc.svg");
}
.section-title {
  margin-bottom: 64px;
}
.section-title p {
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1.5;
  max-width: 780px;
  margin: 18px auto 0;
  color: var(--muted);
}
.business-section .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
.business-section .section-title h2 {
  font-size: calc(36px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
}
.business-section .section-title h2::after {
  display: block;
  width: 80px;
  height: 6px;
  margin: 16px auto 0;
  content: "";
  border-radius: 999px;
  background: var(--brand);
}
.business-section .section-title p {
  margin-top: 16px;
  color: #777;
}
.business-section > .hz-container {
  position: relative;
  z-index: 1;
  max-width: var(--container-max);
  padding-right: var(--container-gutter);
  padding-left: var(--container-gutter);
}
.business-showcase {
  display: grid;
  align-items: start;
  min-height: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  isolation: isolate;
}
.business-panel {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  min-width: 0;
  height: 420px;
  min-height: 420px;
  padding: 62px 20px;
  cursor: pointer;
  transition: height 0.42s cubic-bezier(0.2, 0.75, 0.2, 1), min-height 0.42s cubic-bezier(0.2, 0.75, 0.2, 1), padding 0.42s cubic-bezier(0.2, 0.75, 0.2, 1), background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  color: #333;
  outline: 0;
  background-color: transparent;
  touch-action: manipulation;
}
.business-panel.is-active {
  height: auto;
  min-height: 0;
  padding: 44px 36px 36px;
  cursor: default;
  color: #FFF;
  background-color: var(--accent);
}
.business-panel:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(17, 142, 3, 0.24);
}
.business-icon {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
  transition: width 0.36s ease, height 0.36s ease, border-color 0.24s ease, border-width 0.24s ease;
  border: 5px solid var(--accent);
  border-radius: 50%;
  place-items: center;
}
.business-panel.is-active .business-icon {
  border: 0;
}
.business-icon img {
  position: absolute;
  width: 120px;
  height: 120px;
  transition: opacity 0.24s ease, transform 0.28s ease;
}
.business-icon-active {
  transform: scale(0.92);
  opacity: 0;
}
.business-panel.is-active .business-icon-normal {
  transform: scale(0.92);
  opacity: 0;
}
.business-panel.is-active .business-icon-active {
  width: 126px;
  height: 126px;
  transform: scale(1);
  opacity: 1;
}
.business-label {
  font-size: calc(32px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  height: 60px;
  margin: 40px 0 0;
  transition: opacity 0.24s ease, transform 0.24s ease;
  text-align: center;
  white-space: nowrap;
  color: currentColor;
}
.business-panel.is-active .business-label {
  height: 0;
  margin-top: 0;
  transform: translateY(-12px);
  pointer-events: none;
  opacity: 0;
}
.business-content {
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  margin-top: 0;
  transition: max-height 0.42s cubic-bezier(0.2, 0.75, 0.2, 1), margin-top 0.42s cubic-bezier(0.2, 0.75, 0.2, 1), opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.42s;
  transform: translateY(18px);
  pointer-events: none;
  opacity: 0;
  color: #FFF;
}
.business-panel.is-active .business-content {
  visibility: visible;
  overflow: visible;
  max-height: none;
  margin-top: 40px;
  transition: max-height 0.42s cubic-bezier(0.2, 0.75, 0.2, 1), margin-top 0.42s cubic-bezier(0.2, 0.75, 0.2, 1), opacity 0.24s ease 0.44s, transform 0.24s ease 0.44s, visibility 0s;
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}
.business-content h3 {
  font-size: calc(24px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  text-wrap: auto;
  color: currentColor;
  overflow-wrap: break-word;
}
.business-content h3,
.business-content p,
.business-consult {
  transition: opacity 0.22s ease, transform 0.22s ease;
  transform: translateY(10px);
  opacity: 0;
}
.business-panel.is-active .business-content h3,
.business-panel.is-active .business-content p,
.business-panel.is-active .business-consult {
  transition-delay: 0.52s;
  transform: translateY(0);
  opacity: 1;
}
.business-content p {
  display: none;
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1.55;
  margin: 18px 0 0;
  color: currentColor;
}
.business-consult {
  font-size: calc(14px * var(--hz-font-scale));
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(168px, 100%);
  max-width: 100%;
  height: 44px;
  margin-top: 34px;
  padding-left: clamp(18px, 1.35vw, 24px);
  white-space: nowrap;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 999px;
  gap: 12px;
}
.business-consult:hover {
  color: #FFF;
}
.business-panel.is-active .business-consult {
  transition-delay: 0.62s;
}
.business-consult span {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url("../../images/fd025002d8e8164e69fc7f7abd271936cfce6213.svg") center / contain no-repeat;
}
.business-consult span img {
  width: 100%;
  height: 100%;
}
.cases-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0 86px;
  background: #FFF;
  scroll-margin-top: 86px;
}
.cases-section .section-title {
  margin-bottom: 64px;
}
.cases-section .section-title h2 {
  font-size: calc(36px * var(--hz-font-scale));
  line-height: 1.5;
}
.cases-section .section-title h2::after {
  display: block;
  width: 80px;
  height: 6px;
  margin: 16px auto 0;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #25C948, #118E03);
}
.cases-section .section-title p {
  max-width: 980px;
  margin-top: 16px;
  color: #777;
}
.cases-stage {
  position: relative;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  --case-arrow-size: 56px;
  --case-arrow-gap: 100px;
  --case-arrow-rail: calc(var(--case-arrow-size) + var(--case-arrow-gap));
  --case-arrow-edge-gap: 36px;
  --case-arrow-safe-gap: 36px;
  --case-arrow-clearance: calc(var(--case-arrow-edge-gap) + var(--case-arrow-size) + var(--case-arrow-safe-gap));
  --case-track-max: var(--container-max);
  --case-slide-gap: 72px;
  --case-track-padding: 0px;
  --case-stage-container-width: min(var(--case-track-max), calc(100% - (var(--case-arrow-clearance) * 2)));
  --case-track-width: calc(var(--case-stage-container-width) - (var(--case-track-padding) * 2));
  --case-image-ratio: 3 / 2;
}
.cases-stage > .hz-container {
  max-width: var(--case-stage-container-width);
  padding-right: var(--case-track-padding) !important;
  padding-left: var(--case-track-padding) !important;
}
.case-swiper {
  overflow: hidden;
  min-height: 0;
}
.case-swiper.has-case-hover {
  min-height: var(--case-swiper-hover-height, 0);
}
.case-swiper .swiper-wrapper {
  align-items: flex-start;
}
.case-card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 0;
  width: auto;
  height: auto;
  min-height: 0;
  transition: min-height 0.36s ease, transform 0.32s ease;
  --case-card-gap: 20px;
  --case-hover-meta-height: 112px;
  --case-hover-height: 532px;
  gap: var(--case-card-gap);
  will-change: min-height;
}
.case-link {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  color: inherit;
  gap: var(--case-card-gap);
}
.case-link:hover {
  color: inherit;
}
.case-image {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: var(--case-image-ratio);
  transition: height 0.36s ease;
  transform: translateZ(0);
  border-radius: 24px;
  background: #E8EEE8;
  contain: paint;
  isolation: isolate;
}
.case-image.image-bg-fallback {
  background-position: center bottom !important;
  background-size: cover !important;
}
.case-image.image-bg-fallback::before {
  position: absolute;
  z-index: 0;
  content: "";
  transition: transform 0.32s ease-out;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center center;
  backface-visibility: hidden;
  pointer-events: none;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  inset: 0;
  will-change: transform;
}
.case-card.is-hover {
  min-height: var(--case-hover-height);
  transform: none;
  z-index: 2;
}
.case-card.is-hover .case-image {
  height: var(--case-hover-image-height, auto);
  aspect-ratio: var(--case-image-ratio);
}
.case-card:hover .case-image.image-bg-fallback::before,
.case-card:focus-within .case-image.image-bg-fallback::before,
.case-card.is-hover .case-image.image-bg-fallback::before {
  transform: translate3d(0, 0, 0) scale(1.14);
}
.case-card .case-image > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100% !important;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
  object-position: center bottom;
  transition: transform 0.32s ease-out;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}
.case-card:hover .case-image:not(.image-bg-fallback) > img,
.case-card:focus-within .case-image:not(.image-bg-fallback) > img,
.case-card.is-hover .case-image:not(.image-bg-fallback) > img {
  transform: translate3d(0, 0, 0) scale(1.14);
}
.case-meta {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  min-height: 0;
  padding: 0 8px;
  transition: min-height 0.36s ease, padding 0.36s ease, background 0.36s ease;
  gap: 16px;
}
.case-card.is-hover .case-meta {
  height: auto;
  min-height: var(--case-hover-meta-height);
  padding: 20px 52px 20px 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(17, 142, 3, 0.1));
  box-shadow: none;
  gap: 24px;
}
.case-meta span {
  font-size: calc(18px * var(--hz-font-scale));
  line-height: 1.5;
  position: relative;
  padding-left: 27px;
  color: var(--brand);
}
.case-meta span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  transform: translateY(-50%);
  background-image: url("../../images/project-icon-location.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.case-meta h3 {
  font-size: calc(22px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: #000;
  overflow-wrap: anywhere;
}
.case-icon {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 36px;
  height: 36px;
  transition: opacity 0.24s ease;
  opacity: 0;
}
.case-card.is-hover .case-icon {
  opacity: 1;
}
.case-arrow {
  position: absolute;
  z-index: 3;
  top: 244px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--case-arrow-size);
  height: var(--case-arrow-size);
  transition: transform 0.24s ease, opacity 0.24s ease;
  border: 0;
  border-radius: 999px;
  background: #AAA;
}
.case-arrow:hover {
  transform: translateY(-2px);
  background: #25C948;
}
.case-arrow-prev {
  left: max(var(--case-arrow-edge-gap), calc(((100% - var(--case-track-width)) / 2) - var(--case-arrow-size) - var(--case-arrow-safe-gap)));
}
.case-arrow-next {
  right: max(var(--case-arrow-edge-gap), calc(((100% - var(--case-track-width)) / 2) - var(--case-arrow-size) - var(--case-arrow-safe-gap)));
}
.case-arrow::before {
  content: none;
}
.case-arrow img {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.case-more {
  font-size: calc(20px * var(--hz-font-scale));
  font-weight: 400;
  line-height: 1.5;
  width: 402px;
  max-width: 100%;
  min-height: 56px;
  margin-top: 64px;
  padding: 14px 13px;
  color: var(--brand);
  border-width: 1px;
  border-style: solid;
  border-color: var(--brand);
  border-radius: 999px;
  background: #FFF;
  box-shadow: none;
  gap: 12px;
}
.case-more::after {
  content: none;
}
.case-more img {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.case-more:hover {
  color: var(--brand);
  border-color: var(--brand);
  background: #FFF;
  box-shadow: 0 10px 24px rgba(17, 142, 3, 0.12);
}
@media (min-width: 1200px) {
  .cases-stage > .hz-container {
    padding-right: var(--case-track-padding) !important;
    padding-left: var(--case-track-padding) !important;
  }
}
.contact-section {
  padding: 86px 0 92px;
  background: #F9F9F9;
  scroll-margin-top: 86px;
}
.contact-section .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 86px;
  gap: 16px;
}
.contact-section .section-title h2 {
  font-size: calc(36px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: #000;
}
.contact-section .section-title h2::after {
  display: block;
  width: 80px;
  height: 6px;
  margin: 16px auto 0;
  content: "";
  border-radius: 999px;
  background: #118E03;
}
.contact-section .section-title p {
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1.5;
  max-width: none;
  margin: 0;
  color: #777;
}
.contact-card {
  background: transparent;
  box-shadow: none;
  --contact-card-height: 648px;
}
.contact-card > .row {
  display: grid;
  align-items: stretch;
  justify-content: space-between;
  min-height: var(--contact-card-height);
  grid-template-columns: minmax(360px, 510px) minmax(0, 1fr);
  gap: clamp(32px, 3.33vw, 48px);
}
.contact-card > .row > [class*="col-"] {
  width: auto;
  max-width: none;
  height: var(--contact-card-height);
  padding: 0;
}
.contact-photo {
  position: relative;
  overflow: hidden;
  height: var(--contact-card-height);
  min-height: 0;
  border-radius: 24px;
}
.contact-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.contact-photo::after {
  position: absolute;
  content: "";
  pointer-events: none;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 44.5%, rgba(0, 0, 0, 0.2) 71.4%); */
  inset: 0;
  backdrop-filter: blur(2px);
}
.contact-info {
  position: absolute;
  z-index: 1;
  right: 32px;
  bottom: 37px;
  left: 32px;
  display: grid;
  color: #FFF;
  gap: 32px;
}
.contact-info p {
  font-size: calc(18px * var(--hz-font-scale));
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin: 0;
  white-space: nowrap;
  gap: 16px;
}
.contact-info small {
  font-size: calc(12px * var(--hz-font-scale));
  line-height: 1.5;
  display: block;
  margin-top: -28px;
  margin-left: 48px;
  color: #FFF;
}
.info-icon {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
}
.info-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.message-form {
  height: var(--contact-card-height);
  min-height: 0;
  padding: 28px 48px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 7.873px 9.841px -5.905px rgba(0, 0, 0, 0.04);
}
.form-tabs {
  display: flex;
  width: 212px;
  margin: 0 0 24px auto;
  padding: 4px;
  border-radius: 12px;
  background: #F7F7F7;
  gap: 0;
}
.form-tabs button {
  font-size: calc(12px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  flex: 1 1 0;
  justify-content: center;
  min-width: 0;
  padding: 8px 10px;
  transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  white-space: nowrap;
  color: #777;
  border: 0;
  border-radius: 11px;
  background: transparent;
  gap: 6px;
}
.form-tabs button:hover {
  color: var(--brand);
}
.form-tabs button:focus-visible {
  outline: 3px solid rgba(37, 201, 72, 0.22);
  outline-offset: 3px;
}
.form-tab-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.form-tabs .active,
.form-tabs button[aria-selected="true"] {
  color: #FFF;
  background: linear-gradient(90deg, #6EE7B7, #4BD06B);
  box-shadow: none;
}
.message-form.is-complaint .form-tabs .active,
.message-form.is-complaint .form-tabs button[aria-selected="true"] {
  background: linear-gradient(14.8752deg, #FB9769 35.513%, #CF5649 134.54%);
  box-shadow: none;
}
.contact-panel {
  animation: fadeUp 0.28s ease both;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.contact-field-full {
  grid-column: 1 / -1;
}
.message-form label {
  font-size: calc(18px * var(--hz-font-scale));
  font-weight: 500;
  display: grid;
  color: #333;
  gap: 8px;
}
.message-form label > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.message-form label > span:first-child::after {
  font-size: calc(18px * var(--hz-font-scale));
  line-height: 1;
  content: "*";
  color: #FF3B30;
}
.message-form input,
.message-form textarea {
  font-weight: 400;
  width: 100%;
  padding: 16px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  color: var(--text);
  border: 1px solid #F3F4F6;
  border-radius: 12px;
  outline: 0;
  background: #F9FAFB;
}
.message-form input {
  height: 58px;
}
.message-form input:focus,
.message-form textarea:focus {
  border-color: rgba(37, 201, 72, 0.56);
  background: #FFF;
  box-shadow: 0 0 0 4px rgba(37, 201, 72, 0.1);
}
.message-form label.is-invalid input,
.message-form label.is-invalid textarea {
  border-color: #FF3B30;
  background: #FFF7F6;
  box-shadow: 0 0 0 1px rgba(255, 59, 48, 0.12);
}
.message-form label.is-invalid input:focus,
.message-form label.is-invalid textarea:focus {
  border-color: #FF3B30;
  background: #FFF;
  box-shadow: 0 0 0 4px rgba(255, 59, 48, 0.1);
}
.message-form textarea {
  min-height: 294px;
  resize: vertical;
}
.contact-panel[data-contact-panel="complaint"] textarea {
  min-height: 294px;
}
@media (min-width: 1400px) {
  .home-contact-section .contact-card {
    --contact-card-height: 548px;
  }
  .home-contact-section .message-form textarea,
  .home-contact-section .contact-panel[data-contact-panel="complaint"] textarea {
    min-height: 194px;
  }
}
.contact-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  gap: 24px;
}
.submit-btn {
  font-size: calc(16px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(280px, 100%);
  height: 56px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
  color: #FFF;
  border: 0;
  border-radius: 99px;
  background: var(--accent);
  box-shadow: 0 3.936px 2.952px rgba(37, 201, 72, 0.2);
  gap: 20px;
}
.submit-btn img {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(37, 201, 72, 0.26);
}
.submit-btn:disabled {
  cursor: not-allowed;
  transform: none;
  opacity: 0.72;
  box-shadow: 0 3.936px 2.952px rgba(37, 201, 72, 0.12);
}
.attach-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(280px, 100%);
  height: 56px;
  transition: border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
  color: #333;
  border: 1px solid #333;
  border-radius: 99px;
  background: #FFF;
  gap: 12px;
}
.attach-btn:hover {
  color: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 8px 18px rgba(5, 27, 5, 0.08);
}
.attach-btn img {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  color: #FFF;
  background: #051B05;
}
.site-footer::after {
  position: absolute;
  height: 181px;
  content: "";
  background: url("../../images/footer-bg.png") center bottom / cover no-repeat;
  inset: auto 0 0;
  /* opacity: 0.25; */
  /* filter: blur(2px); */
}
.site-footer > .container-fluid {
  position: relative;
  z-index: 1;
}
.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
.footer-brand {
  display: flex;
  align-items: flex-start;
  flex: 0 0 227px;
  flex-direction: column;
}
.footer-brand > img {
  width: 227px;
  height: auto;
}
.qr-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 228px;
  margin-top: 69px;
  gap: 8px;
}
.qr-row > img {
  flex: 0 0 64px;
  width: 80px;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.qr-copy {
  flex: 0 0 156px;
  width: 172px;
}
.qr-row span {
  font-size: calc(12px * var(--hz-font-scale));
  line-height: 1.5;
  display: block;
  color: var(--accent);
}
.qr-row strong {
  font-size: calc(16px * var(--hz-font-scale));
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin: 2px 0 0;
  white-space: nowrap;
}
.qr-row p {
  font-size: calc(12px * var(--hz-font-scale));
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
  opacity: 0.92;
  color: #FFF;
}
.footer-links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(100%, 1041px);
  gap: 20px;
}
.footer-links > .col-6,
.footer-links > .col-md-4,
.footer-links > .col-xl {
  flex: 1 1 0;
  min-width: 0;
}
.footer-links > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 100px;
}
.footer-links h3 {
  font-size: calc(24px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 24px;
  text-align: center;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}
.footer-links a {
  font-size: calc(18px * var(--hz-font-scale));
  line-height: 1.5;
  display: block;
  margin-top: 16px;
  text-align: center;
  white-space: nowrap;
  color: #FFF;
  writing-mode: horizontal-tb;
}
.footer-bottom {
  font-size: calc(12px * var(--hz-font-scale));
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 86px;
  color: #FFF;
}
.footer-bottom p {
  display: flex;
  align-items: center;
  margin: 0;
}
.footer-record-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-record-link:hover,
.footer-record-link:focus-visible {
  color: #20C743;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-policy {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-policy span {
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1399.98px) {
  .hero-mark {
    right: 0.3em;
    bottom: -0.34em;
    width: calc(100% - 0.6em);
  }
  .cases-stage {
    --case-arrow-size: 44px;
    --case-arrow-gap: 64px;
  }
  .business-section {
    min-height: 0;
  }
  .business-showcase {
    min-height: 0;
  }
  .business-panel {
    height: 390px;
    min-height: 390px;
    padding: 58px 16px;
  }
  .business-panel.is-active {
    height: auto;
    min-height: 0;
    padding: 48px 28px 36px;
  }
  .business-icon {
    width: 180px;
    height: 180px;
  }
  .business-icon img {
    width: 100px;
    height: 100px;
  }
  .business-panel.is-active .business-icon-active {
    width: 126px;
    height: 126px;
  }
  .business-label {
    font-size: calc(clamp(24px, 2.1vw, 30px) * var(--hz-font-scale));
  }
  .business-panel.is-active .business-content {
    margin-top: 40px;
  }
  .business-content h3 {
    font-size: calc(clamp(20px, 1.7vw, 24px) * var(--hz-font-scale));
  }
  .business-content p {
    font-size: calc(clamp(14px, 1.05vw, 15px) * var(--hz-font-scale));
    margin-top: 18px;
  }
  .business-consult {
    font-size: calc(clamp(13px, 1vw, 15px) * var(--hz-font-scale));
    height: 46px;
    margin-top: 32px;
  }
  .business-consult span {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .hero-mark {
    right: 0.3em;
    bottom: -0.34em;
    width: calc(100% - 0.6em);
  }
  .business-section > .hz-container {
    padding-right: clamp(24px, 4vw, 88px);
    padding-left: clamp(24px, 4vw, 88px);
  }
  .business-panel {
    height: 400px;
    min-height: 400px;
    padding: 60px 18px;
  }
  .business-panel.is-active {
    min-height: 0;
    padding: 52px 34px 36px;
  }
  .business-panel.is-active .business-icon-active {
    width: 136px;
    height: 136px;
  }
  .business-label {
    font-size: calc(clamp(25px, 2vw, 31px) * var(--hz-font-scale));
    margin-top: 32px;
  }
  .business-panel.is-active .business-content {
    margin-top: 32px;
  }
  .business-content h3 {
    font-size: calc(clamp(21px, 1.65vw, 25px) * var(--hz-font-scale));
  }
  .business-content p {
    font-size: calc(clamp(13px, 0.95vw, 15px) * var(--hz-font-scale));
    margin-top: 18px;
  }
  .business-consult {
    font-size: calc(clamp(13px, 1vw, 15px) * var(--hz-font-scale));
    width: min(178px, 100%);
    height: 46px;
    margin-top: 34px;
    padding-left: clamp(20px, 1.8vw, 30px);
  }
  .business-consult span {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) and (max-height: 960px) {
  .data-section,
  .about-section,
  .business-section,
  .cases-section,
  .contact-section {
    scroll-margin-top: 68px;
  }
  .site-header,
  .site-header.is-scrolled {
    min-height: 68px;
  }
  .site-header .hz-container {
    min-height: 68px;
  }
  .brand img {
    width: 124px;
  }
  .main-nav {
    gap: 24px;
  }
  .site-header .nav-link,
  .site-header.is-scrolled .nav-link {
    font-size: calc(16px * var(--hz-font-scale));
    line-height: 24px;
  }
  .header-tools {
    margin-left: 24px;
    padding-left: 24px;
    gap: 24px;
  }
  .header-search-panel {
    top: 68px;
    height: 252px;
    padding-top: 20px;
  }
  .header-search-inner {
    width: min(100% - 48px, 720px);
  }
  .header-search-form {
    height: 46px;
  }
  .header-search-field {
    width: min(72vw, 612px);
    height: 46px;
  }
  .header-search-submit {
    height: 46px;
  }
  .header-search-keywords {
    margin-top: 22px;
  }
  .contact-pill {
    font-size: calc(16px * var(--hz-font-scale));
    line-height: 24px;
    height: 34px;
    padding: 5px 18px;
  }
  .hero {
    height: min(100vh, 680px);
    min-height: 560px;
    max-height: 680px;
  }
  .hero-content {
    padding-top: clamp(160px, 28vh, 220px);
  }
  .hero h1 {
    font-size: calc(clamp(44px, 3.75vw, 54px) * var(--hz-font-scale));
    line-height: 1.28;
  }
  .hero p {
    font-size: calc(clamp(18px, 1.45vw, 21px) * var(--hz-font-scale));
    line-height: 1.45;
    margin-top: 22px;
    letter-spacing: clamp(1.5px, 0.46vw, 6px);
  }
  .hero-actions {
    margin-top: 28px;
  }
  .hz-btn {
    min-height: 46px;
    padding: 10px 28px;
  }
  .scroll-cue {
    bottom: 42px;
    width: 42px;
    height: 42px;
  }
  .scroll-cue::before,
  .scroll-cue::after {
    left: 11px;
    width: 20px;
    height: 20px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .scroll-cue::before {
    top: 8px;
  }
  .scroll-cue::after {
    top: 20px;
  }
  .data-section:not(.data-section--map) .data-heading span {
    margin-top: 12px;
  }
  .about-section .eyebrow {
    font-size: calc(14px * var(--hz-font-scale));
    margin-bottom: 16px;
    gap: 12px;
  }
  .about-section .eyebrow img {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }
  .about-copy h2 {
    font-size: calc(36px * var(--hz-font-scale));
    line-height: 1.32;
  }
  .about-copy p {
    font-size: calc(15px * var(--hz-font-scale));
    line-height: 1.72;
    margin-top: 20px;
  }
  .about-copy .hz-btn {
    margin-top: 36px;
  }
  .business-section {
    padding: 52px 0 64px;
  }
  .business-section .section-title {
    margin-bottom: 44px;
  }
  .business-section .section-title h2 {
    font-size: calc(32px * var(--hz-font-scale));
  }
  .business-section .section-title h2::after {
    margin-top: 12px;
  }
  .business-section .section-title p {
    margin-top: 12px;
  }
  .business-panel {
    height: clamp(280px, 38vh, 330px);
    min-height: clamp(280px, 38vh, 330px);
    padding: 42px 12px;
  }
  .business-panel.is-active {
    height: auto;
    min-height: 0;
    padding: 42px 24px 34px;
  }
  .business-icon {
    width: 150px;
    height: 150px;
    border-width: 4px;
  }
  .business-icon img {
    width: 76px;
    height: 76px;
  }
  .business-panel.is-active .business-icon-active {
    width: 96px;
    height: 96px;
  }
  .business-label {
    font-size: calc(clamp(20px, 1.6vw, 24px) * var(--hz-font-scale));
    height: 44px;
    margin-top: 22px;
  }
  .business-panel.is-active .business-content {
    margin-top: 22px;
  }
  .business-content h3 {
    font-size: calc(clamp(18px, 1.4vw, 22px) * var(--hz-font-scale));
    line-height: 1.35;
  }
  .business-content p {
    font-size: calc(clamp(12px, 0.9vw, 14px) * var(--hz-font-scale));
    line-height: 1.45;
    margin-top: 14px;
  }
  .business-consult {
    font-size: calc(clamp(12px, 0.9vw, 14px) * var(--hz-font-scale));
    width: 152px;
    height: 40px;
    margin-top: 32px;
    padding-left: 20px;
  }
  .business-consult span {
    width: 40px;
    height: 40px;
  }
  .cases-section {
    padding: 56px 0 64px;
  }
  .cases-section .section-title {
    margin-bottom: 48px;
  }
  .cases-section .section-title h2 {
    font-size: calc(30px * var(--hz-font-scale));
  }
  .cases-section .section-title h2::after {
    height: 4px;
    margin-top: 12px;
  }
  .cases-section .section-title p {
    font-size: calc(14px * var(--hz-font-scale));
    margin-top: 12px;
  }
  .case-swiper {
    min-height: 0;
  }
  .case-swiper.has-case-hover {
    min-height: var(--case-swiper-hover-height, 0);
  }
  .case-card {
    min-height: 0;
    --case-card-gap: 20px;
    --case-hover-meta-height: 96px;
    --case-hover-height: 440px;
  }
  .case-image {
    height: auto;
    border-radius: 24px;
  }
  .case-meta {
    height: auto;
    min-height: 0;
    padding: 0 8px;
    gap: 16px;
  }
  .case-card.is-hover .case-meta {
    padding: 20px 52px 20px 8px;
    gap: 24px;
  }
  .case-meta span {
    font-size: calc(14px * var(--hz-font-scale));
    padding-left: 27px;
  }
  .case-meta span::before {
    width: 18px;
    height: 18px;
  }
  .case-meta h3 {
    font-size: calc(20px * var(--hz-font-scale));
    line-height: 1.35;
  }
  .case-icon {
    width: 28px;
    height: 28px;
  }
  .case-arrow {
    top: 198px;
  }
  .case-arrow img {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
  }
  .case-more {
    font-size: calc(15px * var(--hz-font-scale));
    width: 300px;
    min-height: 44px;
    margin-top: 44px;
    padding: 10px 12px;
  }
  .contact-section {
    padding: 60px 0 68px;
  }
  .contact-section .section-title {
    margin-bottom: 60px;
  }
  .contact-card {
    --contact-card-height: 560px;
  }
  .contact-card > .row {
    grid-template-columns: minmax(300px, 33%) minmax(0, 62%);
    gap: 40px;
  }
  .contact-photo {
    border-radius: 18px;
  }
  .contact-info {
    right: 24px;
    bottom: 28px;
    left: 24px;
    gap: 22px;
  }
  .contact-info p {
    font-size: calc(15px * var(--hz-font-scale));
    gap: 12px;
  }
  .contact-info small {
    font-size: calc(11px * var(--hz-font-scale));
    margin-top: -18px;
    margin-left: 40px;
  }
  .info-icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }
  .message-form {
    padding: 24px 34px;
    border-radius: 18px;
  }
  .form-tabs {
    margin-bottom: 18px;
  }
  .contact-form-grid {
    gap: 18px;
  }
  .message-form label {
    font-size: calc(15px * var(--hz-font-scale));
    gap: 6px;
  }
  .message-form input,
  .message-form textarea {
    padding: 12px 14px;
  }
  .message-form input {
    height: 48px;
  }
  .message-form textarea,
  .contact-panel[data-contact-panel="complaint"] textarea {
    min-height: 220px;
  }
  .contact-actions {
    margin-top: 18px;
  }
  .submit-btn,
  .attach-btn {
    height: 48px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-contact-section .contact-card {
    --contact-card-height: 460px;
  }
  .home-contact-section .message-form textarea,
  .home-contact-section .contact-panel[data-contact-panel="complaint"] textarea {
    min-height: 120px;
  }
}
@media (max-width: 1199.98px) {
  .cases-stage {
    --case-arrow-clearance: 0px;
    --case-arrow-edge-gap: var(--container-gutter);
    --case-track-padding: var(--container-gutter);
    --case-slide-gap: 28px;
  }
  .site-header {
    overflow: visible;
    background: transparent;
    backdrop-filter: none;
  }
  .site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
  }
  .site-header .hz-container {
    position: relative;
    align-items: center;
  }
  .navbar-collapse {
    position: absolute;
    z-index: 1100;
    top: calc(100% + 0px);
    right: 0;
    left: 0;
    overflow: hidden;
    padding: 16px;
    /* border-radius: 20px; */
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(7, 23, 10, 0.94);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
  }
  .main-nav {
    width: 100%;
    gap: 10px;
  }
  .main-nav > .nav-link,
  .main-nav .nav-item {
    width: 100%;
  }
  .site-header .nav-link {
    font-size: calc(18px * var(--hz-font-scale));
    font-weight: 500;
    line-height: 1.45;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 18px;
    transform: none;
    text-align: left;
    color: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    background: transparent;
  }
  .site-header .dropdown-toggle {
    justify-content: space-between;
    width: 100%;
  }
  .site-header .nav-link.active,
  .site-header .nav-link:hover,
  .site-header .dropdown-toggle.show,
  .site-header .dropdown.is-open > .dropdown-toggle {
    color: #FFF;
    background: rgba(255, 255, 255, 0.08);
  }
  .hz-dropdown {
    position: static;
    min-width: 100%;
    margin: 8px 0 0;
    padding: 10px 12px;
    transform: none;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top-width: 1px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
  }
  .hz-dropdown .dropdown-item {
    font-size: calc(15px * var(--hz-font-scale));
    line-height: 1.4;
    display: block;
    width: 100%;
    padding: 11px 10px;
    text-align: left;
    color: rgba(255, 255, 255, 0.74);
    border-radius: 12px;
  }
  .hz-dropdown li + li {
    margin-top: 2px;
  }
  .hz-dropdown .dropdown-item:hover,
  .hz-dropdown .dropdown-item:focus,
  .hz-dropdown .dropdown-item.active {
    color: #FFF;
    background: rgba(255, 255, 255, 0.06);
  }
  .header-tools {
    position: static;
    align-items: stretch;
    justify-content: flex-start;
    margin: 12px 0 0;
    margin-left: 0;
    padding-top: 14px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    gap: 12px;
  }
  .header-tools::before {
    display: none;
  }
  .search-btn {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
  }
  .search-btn::before {
    inset: 11px 13px 13px 11px;
  }
  .search-btn::after {
    right: 10px;
    bottom: 11px;
  }
  .contact-pill {
    font-size: calc(17px * var(--hz-font-scale));
    flex: 1 1 auto;
    min-width: 0;
    min-height: 44px;
    padding: 0 20px;
  }
  .hero {
    min-height: 760px;
  }
  .data-section {
    min-height: 0;
  }
  .data-section--map {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .data-section--map .hz-container {
    min-height: 0;
  }
  .data-section--map .data-map-wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    inset: auto;
    aspect-ratio: 3840 / 2770;
  }
  .data-section--map .data-map-top {
    top: 0;
    width: min(100%, 760px);
  }
  .data-section--map .data-map-shadow-layer {
    top: 0;
    width: min(100%, 760px);
  }
  .data-section--map .data-map-pin-layer {
    top: 0;
    width: min(100%, 760px);
  }
  .data-section--map .data-map-bom {
    bottom: 0;
    width: max(100vw, 760px);
  }
  .data-section--map .metric-grid {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: grid;
    height: auto;
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }
  .data-section--map .metric {
    position: static;
    width: auto;
  }
  .data-section--map .metric strong {
    font-size: calc(clamp(28px, 3.4vw, 36px) * var(--hz-font-scale));
  }
  .data-section--map .metric span {
    font-size: calc(13px * var(--hz-font-scale));
    margin-top: 10px;
  }
  .data-section:not(.data-section--map) .metric-grid {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: grid;
    height: auto;
    margin-top: -52vw;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 18px;
  }
  .data-section:not(.data-section--map) .metric {
    position: static;
    width: auto;
  }
  .site-header.is-scrolled .navbar-collapse {
    border-color: rgba(16, 25, 19, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(5, 27, 5, 0.12);
  }
  .site-header.is-scrolled .nav-link {
    color: rgba(16, 25, 19, 0.84);
  }
  .site-header.is-scrolled .nav-link.active,
  .site-header.is-scrolled .nav-link:hover,
  .site-header.is-scrolled .dropdown-toggle.show,
  .site-header.is-scrolled .dropdown.is-open > .dropdown-toggle {
    color: var(--brand);
    background: rgba(37, 201, 72, 0.08);
  }
  .site-header.is-scrolled .hz-dropdown {
    border-color: rgba(17, 142, 3, 0.1);
    background: rgba(17, 142, 3, 0.04);
    box-shadow: none;
  }
  .site-header.is-scrolled .hz-dropdown .dropdown-item {
    color: #445148;
  }
  .site-header.is-scrolled .hz-dropdown .dropdown-item:hover,
  .site-header.is-scrolled .hz-dropdown .dropdown-item:focus,
  .site-header.is-scrolled .hz-dropdown .dropdown-item.active {
    color: var(--brand);
  }
  .site-header.is-scrolled .header-tools {
    border-top-color: rgba(16, 25, 19, 0.08);
  }
  .site-header.is-scrolled .header-tools::before {
    display: none;
  }
  .site-header.is-scrolled .search-btn {
    background-color: rgba(17, 142, 3, 0.06);
  }
  .header-search-panel {
    position: static;
    overflow: hidden;
    height: auto;
    max-height: 0;
    margin-top: 14px;
    padding: 0;
    transition: max-height 0.24s ease, opacity 0.24s ease, visibility 0.24s ease;
    transform: none;
    color: #FFF;
    background: transparent;
    box-shadow: none;
  }
  .site-header.is-search-open .header-search-panel {
    max-height: 220px;
  }
  .header-search-inner {
    width: 100%;
    padding: 14px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .header-search-form {
    width: 100%;
    height: 44px;
  }
  .header-search-field {
    width: 100%;
    height: 44px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
  }
  .header-search-field input {
    font-size: calc(15px * var(--hz-font-scale));
    color: #FFF;
  }
  .header-search-field input::placeholder {
    color: rgba(255, 255, 255, 0.58);
  }
  .header-search-submit {
    font-size: calc(15px * var(--hz-font-scale));
    width: 86px;
    height: 44px;
  }
  .header-search-keywords {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.58);
    gap: 10px;
  }
  .header-search-keywords button {
    line-height: 30px;
    min-width: auto;
    height: 30px;
    padding: 0 12px;
    color: rgba(255, 255, 255, 0.76);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
  }
  .site-header.is-scrolled .header-search-inner {
    border-top-color: rgba(16, 25, 19, 0.08);
  }
  .site-header.is-scrolled .header-search-field {
    border-color: rgba(16, 25, 19, 0.12);
    background: rgba(17, 142, 3, 0.04);
  }
  .site-header.is-scrolled .header-search-field input {
    color: #333;
  }
  .site-header.is-scrolled .header-search-field input::placeholder {
    color: #9BA29D;
  }
  .site-header.is-scrolled .header-search-keywords {
    color: #999;
  }
  .site-header.is-scrolled .header-search-keywords button {
    color: #777;
    background: #F7F7F7;
  }
  .site-header.is-scrolled .header-search-keywords button:hover,
  .site-header.is-scrolled .header-search-keywords button:focus,
  .site-header.is-scrolled .header-search-keywords button.active {
    color: #FFF;
    background: #25C948;
  }
  .business-section {
    min-height: auto;
    padding: 72px 0 92px;
  }
  .business-section > .hz-container {
    padding-right: var(--container-gutter);
    padding-left: var(--container-gutter);
  }
  .business-section .section-title {
    margin-bottom: 62px;
  }
  .business-showcase {
    height: auto;
    min-height: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .business-panel {
    height: 360px;
    min-height: 360px;
    padding: 52px 18px;
    border: 1px solid rgba(37, 201, 72, 0.2);
    border-radius: 8px;
  }
  .business-panel.is-active {
    height: auto;
    min-height: 0;
    padding: 48px 24px 36px;
  }
  .business-icon {
    width: 170px;
    height: 170px;
    border-width: 4px;
  }
  .business-icon img {
    width: 86px;
    height: 86px;
  }
  .business-panel.is-active .business-icon-active {
    width: 112px;
    height: 112px;
  }
  .business-label {
    font-size: calc(28px * var(--hz-font-scale));
    margin-top: 30px;
  }
  .business-panel.is-active .business-content {
    margin-top: 30px;
  }
  .business-content h3 {
    font-size: calc(24px * var(--hz-font-scale));
  }
  .business-content p {
    font-size: calc(15px * var(--hz-font-scale));
    margin-top: 18px;
  }
  .case-card {
    width: auto;
  }
  .case-arrow {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cases-stage {
    --case-slide-gap: 18px;
  }
  .site-header {
    min-height: 68px;
  }
  .brand img {
    width: 116px;
  }
  .hero {
    min-height: 680px;
    background-position: 53% center;
  }
  .reveal.reveal-left,
  .reveal.reveal-right {
    transform: translateY(34px);
  }
  .hero-content {
    padding-top: 28vh;
  }
  .hero h1 {
    font-size: calc(38px * var(--hz-font-scale));
    line-height: 1.25;
  }
  .hero-mark {
    right: 0.25em;
    bottom: -0.42em;
    width: calc(100% - 0.5em);
  }
  .hero p {
    font-size: calc(18px * var(--hz-font-scale));
    margin-top: 26px;
    letter-spacing: 2px;
  }
  .hz-btn {
    min-height: 46px;
    padding: 11px 26px;
  }
  .scroll-cue {
    left: 18px;
  }
  .data-section,
  .about-section,
  .business-section,
  .cases-section,
  .contact-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .contact-section .section-title {
    margin-bottom: 48px;
    gap: 12px;
  }
  .contact-section .section-title h2::after {
    width: 64px;
    height: 4px;
    margin-top: 12px;
  }
  .contact-section .section-title p {
    font-size: calc(14px * var(--hz-font-scale));
  }
  .data-section {
    min-height: 0;
    background-position: center 190px;
    background-size: max(720px, 100%) auto;
  }
  .data-section--map {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
    background-position: initial;
    background-size: auto;
  }
  .data-section:not(.data-section--map) .metric-grid {
    margin-top: 330px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }
  .data-section:not(.data-section--map) .metric strong {
    font-size: calc(42px * var(--hz-font-scale));
  }
  .data-section:not(.data-section--map) .metric span {
    font-size: calc(13px * var(--hz-font-scale));
    margin-top: 10px;
  }
  .about-section .eyebrow {
    font-size: calc(14px * var(--hz-font-scale));
    margin-bottom: 16px;
    gap: 12px;
  }
  .about-section .eyebrow img {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }
  .about-copy h2 {
    font-size: calc(clamp(28px, 2.15vw, 38px) * var(--hz-font-scale));
    line-height: 1.32;
  }
  .about-copy p {
    font-size: calc(15px * var(--hz-font-scale));
    line-height: 1.72;
    margin-top: 20px;
  }
  .about-copy .hz-btn {
    margin-top: 36px;
  }
  .about-copy h2,
  .section-title h2,
  .business-section .section-title h2,
  .cases-section .section-title h2,
  .contact-section .section-title h2 {
    font-size: calc(28px * var(--hz-font-scale));
    font-weight: 500;
    line-height: 1.28;
  }
  .about-copy p {
    font-size: calc(16px * var(--hz-font-scale));
  }
  .business-showcase {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .business-panel {
    height: 276px;
    min-height: 276px;
    padding: 34px 14px;
  }
  .business-panel.is-active {
    height: auto;
    min-height: 0;
    padding: 38px 20px 34px;
  }
  .business-icon {
    width: 142px;
    height: 142px;
    border-width: 3px;
  }
  .business-icon img {
    width: 74px;
    height: 74px;
  }
  .business-panel.is-active .business-icon-active {
    width: 96px;
    height: 96px;
  }
  .business-label {
    font-size: calc(clamp(19px, 1.5vw, 23px) * var(--hz-font-scale));
    height: 46px;
    margin-top: 24px;
  }
  .business-panel.is-active .business-content {
    max-height: none;
    margin-top: 24px;
  }
  .business-content h3 {
    font-size: calc(clamp(18px, 1.4vw, 22px) * var(--hz-font-scale));
  }
  .business-content p {
    font-size: calc(clamp(12px, 0.9vw, 14px) * var(--hz-font-scale));
    margin-top: 14px;
  }
  .business-consult {
    font-size: calc(clamp(12px, 0.95vw, 14px) * var(--hz-font-scale));
    width: min(152px, 100%);
    height: 40px;
    margin-top: 30px;
    padding-left: 20px;
  }
  .business-consult span {
    width: 40px;
    height: 40px;
  }
  .case-card,
  .case-card.is-hover {
    height: auto;
  }
  .case-swiper {
    overflow: hidden;
  }
  .case-image,
  .case-card.is-hover .case-image {
    height: var(--case-hover-image-height, auto);
  }
  .case-meta,
  .case-card.is-hover .case-meta {
    height: auto;
    min-height: 104px;
    padding: 0 8px;
  }
  .case-meta h3 {
    font-size: calc(22px * var(--hz-font-scale));
    margin-top: 0;
  }
  .case-meta span {
    font-size: calc(16px * var(--hz-font-scale));
  }
  .case-more {
    margin-top: 48px;
  }
  .contact-photo {
    height: auto;
    min-height: 420px;
  }
  .contact-card > .row {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-card > .row > [class*="col-"] {
    height: auto;
  }
  .contact-info {
    right: 24px;
    bottom: 28px;
    left: 24px;
    gap: 18px;
  }
  .contact-info p {
    font-size: calc(16px * var(--hz-font-scale));
    align-items: flex-start;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .contact-info .info-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-top: 1px;
  }
  .contact-info small {
    margin-top: -12px;
    margin-left: 44px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .message-form {
    height: auto;
    min-height: 0;
    padding: 28px 18px 34px;
  }
  .form-tabs {
    width: 100%;
  }
  .form-tabs button {
    flex: 1;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .submit-btn,
  .attach-btn {
    width: 100%;
  }
  .site-footer {
    padding-top: 72px;
  }
  .footer-main {
    flex-direction: column;
    gap: 48px;
  }
  .footer-brand {
    align-items: center;
    flex-basis: auto;
    width: 100%;
  }
  .qr-row {
    justify-content: center;
    margin-top: 42px;
  }
  .qr-copy {
    width: 172px;
  }
  .footer-links {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
    justify-items: center;
  }
  .footer-links > div {
    align-items: center;
    min-width: 100px;
  }
  .footer-links h3,
  .footer-links a {
    text-align: center;
    white-space: nowrap;
  }
  .footer-bottom {
    align-items: center;
    flex-direction: column;
    margin-top: 54px;
    text-align: center;
    gap: 16px;
  }
  .footer-bottom p {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    line-height: 1.6;
    gap: 4px;
  }
  .footer-copyright-text,
  .footer-icp,
  .footer-police {
    display: block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .footer-copyright-separator {
    display: none;
  }
  .footer-policy {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }
}
/* ── 返回顶部按钮 ── */
@media (max-width: 575.98px) {
  .business-section .section-title {
    margin-bottom: 44px;
  }
  .business-section .section-title h2 {
    font-size: calc(28px * var(--hz-font-scale));
  }
  .business-section .section-title p {
    font-size: calc(14px * var(--hz-font-scale));
    padding: 0 16px;
  }
  .business-showcase {
    height: auto;
    grid-template-columns: 1fr;
  }
  .business-panel {
    height: 252px;
    min-height: 252px;
    padding: 32px 16px;
  }
  .business-panel.is-active {
    height: auto;
    min-height: 0;
    padding: 34px 22px 30px;
  }
  .business-icon {
    width: 132px;
    height: 132px;
  }
  .business-icon img {
    width: 68px;
    height: 68px;
  }
  .business-panel.is-active .business-icon-active {
    width: 88px;
    height: 88px;
  }
  .business-panel.is-active .business-content {
    margin-top: 24px;
  }
  .business-content h3 {
    font-size: calc(21px * var(--hz-font-scale));
  }
  .business-content p {
    font-size: calc(14px * var(--hz-font-scale));
    margin-top: 14px;
  }
  .business-consult {
    font-size: calc(14px * var(--hz-font-scale));
    width: 152px;
    height: 40px;
    margin-top: 30px;
  }
  .business-consult span {
    width: 40px;
    height: 40px;
  }
}
.back-to-top {
  font-size: calc(12px * var(--hz-font-scale));
  font-weight: 500;
  line-height: 1.5;
  position: fixed;
  z-index: 999;
  /* min-height: 86px; */
  right: clamp(16px, 3vw, 48px);
  bottom: clamp(20px, 4vh, 56px);
  display: flex;
  visibility: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: auto;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transform: translateY(12px);
  text-align: center;
  opacity: 0;
  color: #25C948;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  gap: 8px;
}
.back-to-top.visible {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.back-to-top:hover {
  transform: translateY(-2px);
  color: #25C948;
}
.back-to-top:focus-visible {
  outline: 3px solid rgba(37, 201, 72, 0.28);
  outline-offset: 3px;
}
.back-to-top::before {
  content: none;
}
.back-to-top img {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  transform: scaleY(-1);
}
.back-to-top span {
  display: block;
  min-width: 100%;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .back-to-top {
    font-size: calc(11px * var(--hz-font-scale));
    right: 14px;
    bottom: 20px;
    width: 48px;
    min-height: 70px;
    gap: 4px;
  }
  .back-to-top img {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --container-gutter: 20px;
  }
  .hz-container {
    max-width: 100%;
  }
  .site-header .navbar-collapse.show {
    max-height: calc(100vh - 68px);
    max-height: calc(100dvh - 68px);
    overflow-y: auto;
  }
  .section-title {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section-title h2,
  .section-title p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .hero-copy {
    width: 100%;
    max-width: 100%;
  }
  .hero p {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .data-section--map {
    overflow: hidden;
  }
  .data-section--map .data-heading {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .data-section--map .data-heading p,
  .data-section--map .data-heading h2 {
    white-space: normal;
  }
  .data-section--map .data-heading p {
    font-size: calc(22px * var(--hz-font-scale));
  }
  .data-section--map .data-heading h2 {
    font-size: calc(28px * var(--hz-font-scale));
    line-height: 1.4;
  }
  .data-section--map .data-heading span {
    font-size: calc(13px * var(--hz-font-scale));
    min-height: 28px;
    margin-top: 12px;
    padding: 4px 12px;
  }
  .data-section--map .data-map-wrap {
    width: min(100%, 420px);
    height: auto;
    margin: 28px auto 0;
    aspect-ratio: 2102 / 2242;
  }
  .data-section--map .data-map-top,
  .data-section--map .data-map-shadow-layer,
  .data-section--map .data-map-pin-layer {
    top: 0;
    right: auto;
    left: 50%;
    width: 100%;
    max-width: none;
    transform: translateX(-50%);
  }
  .data-section--map .data-map-bom {
    right: auto;
    bottom: 0;
    left: 50%;
    width: 160%;
    max-width: none;
    transform: translateX(-50%);
  }
  .data-section--map .metric-grid {
    margin-top: 28px;
  }
  .data-section--map .metric {
    min-width: 0;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .data-section--map .metric span {
    line-height: 1.45;
  }
  .business-content {
    text-align: center;
  }
  .business-consult {
    margin-right: auto;
    margin-left: auto;
  }
  .hero {
    height: min(100vh, 720px);
    min-height: 620px;
  }
  .hero-content {
    padding-top: clamp(190px, 25vh, 230px);
  }
  .hero h1 {
    font-size: calc(clamp(28px, 8vw, 34px) * var(--hz-font-scale));
    line-height: 1.28;
  }
  .hero p {
    font-size: calc(16px * var(--hz-font-scale));
    margin-top: 20px;
    letter-spacing: 1px;
  }
  .hero-actions {
    margin-top: 26px;
    gap: 16px !important;
  }
  .hz-btn {
    font-size: calc(15px * var(--hz-font-scale));
    min-height: 44px;
    padding: 10px 24px;
  }
  .data-section,
  .about-section,
  .business-section,
  .cases-section,
  .contact-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .data-section {
    background-image: none;
  }
  .data-section--map {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .data-section:not(.data-section--map) .metric-grid {
    margin-top: 36px;
  }
  .about-section .row.g-5 {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .business-showcase > .business-panel:last-child:nth-child(odd) {
    width: calc(50% - 7px);
    grid-column: 1 / -1;
    justify-self: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .data-section {
    min-height: 0;
  }
  .data-section--map {
    min-height: calc(1120 * var(--data-scale));
  }
  .data-section:not(.data-section--map) .metric-grid {
    position: absolute;
    top: clamp(420px, 46vw, 520px);
    right: max(var(--container-gutter), calc((100vw - var(--container-max)) / 2));
    left: max(var(--container-gutter), calc((100vw - var(--container-max)) / 2));
    height: 420px;
  }
  .data-section:not(.data-section--map) .metric-b,
  .data-section:not(.data-section--map) .metric-e {
    top: 160px;
  }
  .data-section:not(.data-section--map) .metric-c,
  .data-section:not(.data-section--map) .metric-f {
    top: 320px;
  }
}
@media (max-width: 575.98px) {
  .hero {
    min-height: 600px;
  }
  .hero-content {
    padding-top: clamp(178px, 24vh, 210px);
  }
  .hero h1 {
    font-size: calc(clamp(27px, 7.7vw, 30px) * var(--hz-font-scale));
  }
  .hero-mark {
    width: calc(100% - 0.5em);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    transform: none;
    opacity: 1;
    filter: none;
  }
}
.site-empty-state {
  font-size: calc(16px * var(--hz-font-scale));
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 160px;
  color: #666;
  border: 1px dashed rgba(17, 142, 3, 0.28);
  border-radius: 8px;
  background: rgba(17, 142, 3, 0.04);
}
.is-loading {
  pointer-events: none;
  opacity: 0.62;
}
