:root {
  --green-950: #003d29;
  --green-900: #084e36;
  --green-800: #155b3e;
  --green-700: #2a7656;
  --mint-100: #e9f6ef;
  --mint-150: #def1e7;
  --mint-200: #d1eadf;
  --sage-200: #c9dfc7;
  --sage-300: #b9d5b8;
  --lime: #d5ef75;
  --ink: #0c3024;
  --white: #fff;
  --site-max: 1400px;
  --theme-img-zoom: 1.08;
  --theme-img-zoom-duration: 0.45s;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  background: #f4f7f4;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.svg-library symbol,
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-container {
  width: 100%;
  max-width: var(--site-max) !important;
  padding-left: clamp(20px, 3vw, 48px);
  padding-right: clamp(20px, 3vw, 48px);
  margin-left: auto;
  margin-right: auto;
}

.section-space { padding-top: clamp(44px, 5vw, 74px); padding-bottom: clamp(44px, 5vw, 74px); }
.section-heading { max-width: 920px; }
.section-heading h2 {
  margin: 0;
  font-size: clamp(25px, 2.2vw, 36px);
  line-height: 1.15;
  letter-spacing: -.035em;
  font-weight: 700;
}
.section-heading p {
  margin: 12px 0 0;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.55;
  color: #40594d;
}

.site-header {
  background: linear-gradient(90deg, #003a27 0%, #00472f 55%, #003824 100%);
  color: #fff;
  z-index: 1100;
  overflow: visible;
}
html.site-lang-switching {
  background: #003a27;
}
html.site-lang-switching::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: linear-gradient(90deg, #003a27 0%, #00472f 55%, #003824 100%);
  opacity: 1;
  transition: opacity 0.18s ease;
  pointer-events: none;
}
html.site-lang-switching.site-page-ready::before {
  opacity: 0;
}
@media (min-width: 992px) {
  html.site-nav-pending .site-nav-list-primary,
  html.site-nav-pending .site-nav-more {
    visibility: hidden;
  }
}
.site-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1095;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
body.site-nav-open .site-nav-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.site-nav-open {
  overflow: hidden;
}
.site-navbar { min-height: 72px; padding: 0; position: relative; z-index: 1; overflow: visible; }
.site-header-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: visible;
}
.site-header-lang {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.site-navbar > .site-header-row > .site-container {
  overflow: visible;
}
@media (min-width: 992px) {
  .site-header-row {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    justify-content: flex-start;
  }
  .site-header-main.site-container {
    max-width: var(--site-max) !important;
    flex: none;
    width: 100%;
    min-width: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(20px, 3vw, 48px);
    padding-right: clamp(20px, 3vw, 48px);
  }
  .site-header-lang {
    position: absolute;
    top: 0;
    bottom: 0;
    right: clamp(20px, 3vw, 48px);
    display: flex;
    align-items: center;
    z-index: 2;
  }
  .site-navbar > .site-header-row > .site-container {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .site-navbar .navbar-brand.brand {
    flex: 0 0 auto;
    width: max-content;
    max-width: var(--brand-max-width, clamp(360px, 48vw, 720px));
  }
  .site-nav-collapse {
    display: flex !important;
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
  }
  .site-nav-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
    gap: clamp(8px, 1vw, 16px);
    overflow: visible;
  }
  .site-nav-list-primary {
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
.site-nav-more {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  z-index: 2;
}
.site-nav-more.is-open {
  z-index: 1200;
}
.site-nav-more[hidden] {
  display: none !important;
}
.site-nav-more-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 44px;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: color 0.2s ease;
}
.site-nav-more-toggle:hover,
.site-nav-more.is-open .site-nav-more-toggle {
  color: var(--lime);
  background: transparent;
}
.site-nav-more-icon {
  position: relative;
  width: 10px;
  height: 12px;
}
.site-nav-more-icon::before,
.site-nav-more-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -3.5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.site-nav-more-icon::before {
  top: -1px;
  opacity: 0.92;
}
.site-nav-more-icon::after {
  bottom: -1px;
  opacity: 0.72;
}
.site-nav-more.is-open .site-nav-more-icon::before,
.site-nav-more.is-open .site-nav-more-icon::after {
  opacity: 1;
}
.site-nav-more-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 240px;
  max-width: min(340px, calc(100vw - 32px));
  max-height: min(70vh, 420px);
  overflow-y: auto;
  padding: 8px 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  z-index: 1201;
}
.site-nav-more-panel[hidden] {
  display: none !important;
}
.site-nav-list-overflow {
  display: flex;
  flex-direction: column !important;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.site-nav-list-overflow > .nav-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.site-nav-list-overflow .site-mega-menu {
  display: none !important;
}
.site-nav-list-overflow .site-dropdown-menu,
.site-nav-list-overflow .site-dropdown-menu--mobile {
  position: static;
  display: none;
  min-width: 0;
  margin: 0;
  padding: 0 0 6px;
  opacity: 1;
  visibility: visible;
  transform: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.site-nav-list-overflow .site-has-dropdown.is-open > .site-dropdown-menu,
.site-nav-list-overflow .site-has-dropdown.is-open > .site-dropdown-menu--mobile {
  display: block;
}
.site-nav-list-overflow .site-dropdown-menu a {
  padding: 10px 18px 10px 28px;
  white-space: normal;
}
@media (max-width: 991.98px) {
  .site-header-row {
    position: relative;
    flex-wrap: nowrap;
    padding-left: clamp(20px, 3vw, 48px);
    padding-right: clamp(20px, 3vw, 48px);
  }
  .site-header-main.site-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .site-navbar .navbar-brand.brand {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 56px);
    overflow: hidden;
  }
  .site-navbar .navbar-brand.brand > span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .site-navbar .navbar-toggler {
    order: 2;
    margin-left: auto;
    flex: 0 0 auto;
    padding: 8px;
    z-index: 3;
  }
  .site-nav-collapse {
    order: 3;
  }
  .site-header-lang {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    overflow: visible;
  }
  .site-header-lang .site-lang-switcher {
    width: auto;
    max-width: none;
    min-width: 0;
    z-index: 1205;
  }
  .site-header-lang .site-lang-toggle {
    width: auto;
    min-width: 0;
    min-height: 36px;
    font-size: 13px;
    padding: 0 28px 0 12px;
    gap: 6px;
  }
  .site-header-lang .site-lang-toggle::after {
    right: 11px;
  }
  .site-header-lang .site-lang-panel {
    top: auto;
    bottom: calc(100% + 8px);
    z-index: 1206;
    min-width: 0;
    width: max-content;
    max-width: min(132px, calc(100vw - 24px));
    max-height: min(220px, 42vh);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 4px 0;
    border-radius: 10px;
  }
  .site-header-lang .site-lang-option {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
  }
  .site-nav-more {
    display: none !important;
  }
  .site-nav-toolbar {
    display: block;
    width: 100%;
  }
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #fff !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(20px, 1.55vw, 27px);
  font-weight: 700;
  white-space: nowrap;
  flex: 0 0 auto;
  width: max-content;
  max-width: var(--brand-max-width, clamp(360px, 48vw, 720px));
}
.brand > span {
  white-space: nowrap;
}
.brand-mark { width: 34px; height: 34px; color: #fff; stroke-width: 2.5; flex: 0 0 auto; }
.site-nav-list { gap: 0; }
.site-nav-list .nav-item { display: flex; align-items: center; }
.site-nav-list .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 22px 10px !important;
  color: rgba(255,255,255,.96) !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  white-space: nowrap;
  transition: color .2s ease;
}
.site-nav-list .nav-link::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 0;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transform: translateX(-50%);
  transition: width .28s ease;
  pointer-events: none;
}
.site-nav-list .nav-link:hover {
  color: var(--lime) !important;
}
.site-nav-list .nav-link:hover::before {
  width: calc(100% - 20px);
}
.site-nav-list .nav-link.nav-link-plain {
  padding-right: 10px !important;
}

.site-nav-more-panel .site-nav-list-overflow .nav-link {
  width: 100%;
  padding: 12px 18px !important;
  color: var(--ink) !important;
  white-space: normal;
  line-height: 1.35;
}
.site-nav-more-panel .site-nav-list-overflow .nav-link::before {
  display: none;
}
.site-nav-more-panel .site-nav-list-overflow .nav-link:hover {
  color: var(--green-800) !important;
  background: var(--mint-100);
}
.site-nav-more-panel .site-nav-list-overflow .nav-link:hover::before {
  width: 0;
}

.site-nav-list .site-has-dropdown {
  position: relative;
}
.site-nav-list .site-has-dropdown > .nav-link::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: .75;
  transition: transform .2s ease, opacity .2s ease;
  flex-shrink: 0;
}

.site-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.65);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1040;
}

.site-has-dropdown:hover > .site-dropdown-menu,
.site-has-dropdown.is-open > .site-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-dropdown-menu li {
  margin: 0;
}

.site-dropdown-menu a {
  display: block;
  padding: 11px 18px;
  color: var(--ink) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.site-dropdown-menu a:hover {
  background: var(--mint-100);
  color: var(--green-800) !important;
  padding-left: 22px;
}

.site-dropdown-menu--mobile {
  display: none;
}

.site-has-dropdown:hover > .nav-link::after,
.site-has-dropdown.is-open > .nav-link::after {
  transform: rotate(225deg) translateY(0);
  opacity: 1;
}

/* Mega menu dropdown */
.site-mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(1120px, calc(100vw - 32px));
  margin: 0;
  padding: 28px 32px 24px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1040;
}

.site-has-dropdown:hover > .site-mega-menu,
.site-has-dropdown.is-open > .site-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.site-mega-visual-row {
  display: grid;
  gap: 22px 20px;
  justify-content: center;
}

.site-mega-visual-row.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-mega-visual-row.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 840px;
  margin: 0 auto;
}

.site-mega-visual-row.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 560px;
  margin: 0 auto;
}

.site-mega-visual-row.cols-1 {
  grid-template-columns: minmax(0, 260px);
  justify-content: center;
}

.site-mega-visual {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  color: var(--ink);
}

.site-mega-visual-frame {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d1eadf;
  background: #eef7ef;
}

.site-mega-visual-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.site-mega-visual-title {
  display: block;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: color 0.2s ease;
}

.site-mega-visual:hover .site-mega-visual-title {
  color: var(--green-800);
}

.site-mega-tags {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 14px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e3f0e8;
}

.site-mega-tags:has(.site-mega-tag:nth-child(1):last-child) {
  grid-template-columns: minmax(0, 260px);
  justify-content: center;
}

.site-mega-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid #b9d5b8;
  border-radius: 10px;
  background: #f8fcf9;
  color: var(--ink) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-mega-tag:hover {
  background: var(--mint-100);
  border-color: var(--green-700);
  color: var(--green-800) !important;
  transform: translateY(-1px);
}

.site-mega-tag-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 4px;
  background: linear-gradient(135deg, #d5ef75 0%, #b9d5b8 100%);
  position: relative;
}

.site-mega-tag-icon::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-right: 1.5px solid #2a7656;
  border-bottom: 1.5px solid #2a7656;
  transform: rotate(-45deg);
}

.site-lang-switcher {
  position: relative;
  min-width: 132px;
  width: fit-content;
  max-width: 100%;
}
.site-lang-toggle {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  width: 100%;
  padding: 0 38px 0 16px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.site-lang-current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 箭头挂在按钮内，避免容器比按钮宽时箭头跑出去 */
.site-lang-toggle::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
  transition: transform .2s ease;
}
.site-lang-switcher.is-open .site-lang-toggle::after {
  transform: translateY(-30%) rotate(225deg);
}
.site-lang-toggle:hover,
.site-lang-toggle:focus,
.site-lang-switcher.is-open .site-lang-toggle {
  background: rgba(255,255,255,.18);
  border-color: var(--lime);
  outline: none;
  box-shadow: 0 0 0 2px rgba(213,239,117,.25);
}
/* 右对齐展开，避免贴右边时面板冲出屏幕 */
.site-lang-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  z-index: 1080;
  min-width: 100%;
  width: max-content;
  max-width: min(240px, calc(100vw - 16px));
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(17, 74, 49, .12);
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
}
.site-lang-panel[hidden] {
  display: none !important;
}
.site-lang-panel li {
  margin: 0;
}
.site-lang-option {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.site-lang-option:hover,
.site-lang-option:focus {
  background: var(--mint-100);
  color: var(--green-800);
  outline: none;
}
.site-lang-option.is-active {
  background: var(--mint-150);
  color: var(--green-900);
}

.site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01em;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.site-btn:hover { transform: translateY(-2px); filter: brightness(.98); box-shadow: 0 10px 24px rgba(0,50,32,.15); }
.site-btn-lime { color: #183a21; background: var(--lime); min-width: 148px; }
.site-btn-dark { color: #fff; background: var(--green-950); min-width: 138px; }
.site-btn-mint { color: #fff; background: #79c7a5; }
.site-btn-sm { min-height: 38px; padding: 8px 18px; font-size: 13px; }

.hero-section {
  min-height: 360px;
  background: linear-gradient(90deg, #d5ede2 0%, #d5ede2 45%, #cbeadb 62%, #cbeadb 100%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-section .site-container > .row {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .hero-section .hero-copy {
    padding-right: clamp(16px, 2vw, 32px);
  }
  .hero-section .hero-media {
    padding-left: clamp(16px, 2vw, 32px);
  }
}
.hero-copy { z-index: 2; padding-top: 40px; padding-bottom: 40px; }
.hero-copy h1 {
  max-width: 640px;
  margin: 0 0 26px;
  color: #0e5038;
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 700;
}
.hero-media { min-height: 330px; display: flex; align-items: flex-end; justify-content: flex-end; }
.hero-products {
  width: min(100%, 665px);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.market-strip { background: #e8f5ed; }
.market-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(8px, 1.2vw, 22px);
}
.market-col {
  min-width: 0;
  opacity: 0;
}
.market-strip.is-ready .market-col:nth-child(1) {
  opacity: 1;
}
@keyframes market-fly-in-right {
  0% {
    opacity: 0;
    transform: translate3d(36px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.market-strip.is-inview .market-col {
  animation-duration: 0.82s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: both;
}
.market-strip.is-inview .market-col:nth-child(2) {
  animation-name: market-fly-in-right;
  animation-delay: 0s;
}
.market-strip.is-inview .market-col:nth-child(3) {
  animation-name: market-fly-in-right;
  animation-delay: 0.1s;
}
.market-strip.is-inview .market-col:nth-child(4) {
  animation-name: market-fly-in-right;
  animation-delay: 0.2s;
}
.market-strip.is-inview .market-col:nth-child(5) {
  animation-name: market-fly-in-right;
  animation-delay: 0.3s;
}
.market-strip.is-inview .market-col:nth-child(6) {
  animation-name: market-fly-in-right;
  animation-delay: 0.4s;
}
.market-strip.is-inview .market-col:nth-child(7) {
  animation-name: market-fly-in-right;
  animation-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .market-col {
    opacity: 1;
    animation: none !important;
  }
}
.market-item {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center;
  text-transform: uppercase;
  color: #44775f;
  font-size: 14px;
  line-height: 1.25;
  transition: color .2s ease, transform .2s ease;
}
.market-item svg { width: 47px; height: 47px; stroke-width: 1.55; }
.market-item:hover { color: var(--green-950); transform: translateY(-2px); }

.eco-section { background: var(--sage-300); }
.eco-visual img {
  min-height: 310px;
  object-fit: cover;
  border-radius: 14px;
}
.eco-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 2.7vw, 43px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 700;
}
.eco-copy p {
  margin: 0 0 15px;
  color: #1d3d30;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.55;
}
.eco-copy .lead-copy { font-size: clamp(15px, 1.15vw, 18px); }
.solution-card { background: transparent; }
.solution-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(17,74,49,.23);
  border-radius: 8px;
}
.solution-body { padding-top: 12px; }
.solution-card h3 {
  margin: 0 0 6px;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.2;
  font-weight: 700;
}
.solution-card p {
  margin: 0;
  color: #315043;
  font-size: clamp(13px, .96vw, 15px);
  line-height: 1.5;
}


.services-section {
  padding-top: clamp(26px, 2.2vw, 34px);
  padding-bottom: clamp(24px, 2vw, 32px);
  background: #d6e8d3;
}
.services-section .section-heading { max-width: 760px; }
.services-section .section-heading h2 {
  font-size: clamp(17px, 1.38vw, 21px);
  line-height: 1.16;
  letter-spacing: -.025em;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(30px, 3.4vw, 58px);
  align-items: start;
  margin-top: clamp(18px, 1.7vw, 25px);
}
.service-card {
  min-width: 0;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-copy-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}
.service-primary-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
}
.service-primary-icon img {
  display: block;
  max-width: 58px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.service-copy { min-width: 0; padding-top: 1px; }
.service-kicker {
  display: block;
  margin: 0 0 5px;
  color: #234a3c;
  font-size: 10px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .015em;
  font-weight: 500;
}
.service-card p {
  margin: 0;
  color: #092f22;
  font-size: clamp(11px, .84vw, 13px);
  line-height: 1.34;
  font-weight: 700;
}
.service-secondary-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding-top: 10px;
}
.service-secondary-icon img {
  display: block;
  max-width: 62px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.capabilities-section { background: #fff; }
.capability-card {
  overflow: hidden;
  border: 1px solid #a9c7ae;
  border-radius: 12px;
  background: #d6e8d3;
  box-shadow: 0 8px 20px rgba(30,83,55,.06);
}
.capability-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.capability-body { min-height: 118px; padding: 16px 18px 18px; }
.capability-card h3 {
  margin: 0 0 7px;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.2;
  font-weight: 700;
}
.capability-card p {
  margin: 0;
  color: #3f5c4e;
  font-size: clamp(12px, .9vw, 14px);
  line-height: 1.5;
}

.honors-section,
.partners-section {
  padding-top: clamp(28px, 3.5vw, 48px);
  padding-bottom: clamp(28px, 3.5vw, 48px);
}
.honors-section {
  background: #f3f8f4;
}
.partners-section {
  background: #fff;
}
.honors-heading,
.partners-heading {
  margin: clamp(18px, 2.2vw, 28px) 0;
}
.honors-heading h2,
.partners-heading h2 {
  margin: 0;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.15;
  letter-spacing: -.035em;
  font-weight: 700;
}
.honors-visual {
  max-width: 700px;
  width: min(100%, 700px);
  margin-left: auto;
  margin-right: auto;
}
.honors-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(17, 74, 49, .12);
  box-shadow: 0 6px 18px rgba(30, 83, 55, .06);
  background: #fff;
}
.partners-carousel {
  --partners-gap: clamp(12px, 1.6vw, 20px);
  --partners-per-view: 4;
  position: relative;
  display: block;
  width: 100%;
  max-width: var(--site-max);
  margin-left: auto;
  margin-right: auto;
}
.partners-viewport {
  overflow: hidden;
  width: 100%;
  margin: 0;
  container-type: inline-size;
  container-name: partners;
  touch-action: pan-y;
  cursor: grab;
}
.partners-viewport:active { cursor: grabbing; }
.partners-track {
  display: flex;
  gap: var(--partners-gap);
  will-change: transform;
  transition: transform .45s ease;
}
.partners-slide {
  flex: 0 0 calc((100cqw - (var(--partners-gap) * (var(--partners-per-view) - 1))) / var(--partners-per-view));
  width: calc((100cqw - (var(--partners-gap) * (var(--partners-per-view) - 1))) / var(--partners-per-view));
  min-width: 0;
}
.partners-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border: 1px solid rgba(17, 74, 49, .12);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(30, 83, 55, .06);
  padding: clamp(14px, 1.8vw, 22px);
}
.partners-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(17, 74, 49, .14);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #5b7467;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(30, 83, 55, .12);
  z-index: 3;
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.partners-nav-prev { left: clamp(10px, 1.2vw, 16px); }
.partners-nav-next { right: clamp(10px, 1.2vw, 16px); }
.partners-nav svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.partners-nav:hover {
  color: var(--green-950);
  background: #fff;
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 8px 18px rgba(30, 83, 55, .14);
}
.partners-nav:focus-visible {
  outline: 2px solid var(--green-950);
  outline-offset: 2px;
}
.partners-carousel.is-single .partners-nav {
  display: none;
}

.contact-section { background: #c7dfc5; }
.contact-shell { padding-left: 0; padding-right: 0; }
.contact-shell > .row { min-height: 310px; }
.factory-image { object-fit: cover; min-height: 310px; }
.contact-copy { padding: 38px 34px; }
.contact-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.14;
  letter-spacing: -.035em;
  font-weight: 700;
}
.contact-copy p {
  margin: 0 0 18px;
  color: #3f5c4e;
  font-size: 14px;
  line-height: 1.55;
}
.map-wrap { padding: 30px 36px; }
.map-image { width: min(100%, 390px); border-radius: 12px; }

.site-footer { background: #1c5d40; color: #fff; }
.site-back-top {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(20px, 3vw, 32px);
  z-index: 1080;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(213, 239, 117, 0.28);
  border-radius: 50%;
  background: linear-gradient(145deg, #0a5a3d 0%, #003d29 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 45, 30, .24);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.92);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.site-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.site-back-top svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-back-top:hover,
.site-back-top:focus-visible {
  background: linear-gradient(145deg, #0f6647 0%, #00472f 100%);
  color: var(--lime);
  border-color: rgba(213, 239, 117, 0.62);
  box-shadow: 0 14px 32px rgba(0, 45, 30, .3);
  transform: translateY(-4px) scale(1.04);
}
.site-back-top.is-visible:hover,
.site-back-top.is-visible:focus-visible {
  transform: translateY(-4px) scale(1.04);
}
.site-back-top:focus-visible {
  outline: none;
}
body.site-nav-open .site-back-top {
  display: none;
}
.footer-content { padding-top: 54px; padding-bottom: 24px; }
.footer-brand { align-items: flex-start; gap: 10px; font-size: 24px; line-height: 1.25; }
.footer-brand-column .footer-brand {
  display: flex;
  max-width: 100%;
  white-space: normal;
}
.footer-brand-column .footer-brand > span {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.footer-brand-column .footer-brand .brand-mark {
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-brand small { font-size: 15px; font-weight: 400; }
.footer-brand-column { font-size: 14px; line-height: 1.55; min-width: 0; }
.footer-brand-column p { margin: 14px 0; }
.footer-brand-column address { margin: 0; font-style: normal; }
.tagline { opacity: .92; }
.socials { display: flex; gap: 14px; margin-top: 16px; font-size: 20px; font-weight: 700; }
.footer-column { display: flex; flex-direction: column; gap: 5px; font-size: 14px; line-height: 1.35; }
.footer-column h3,
.footer-accordion-title {
  margin: 0 0 7px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
}
.footer-accordion-trigger {
  display: block;
  width: 100%;
  padding: 0;
  min-height: 0;
  margin: 0 0 7px;
  border: none;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: default;
  pointer-events: none;
}
.footer-accordion-title {
  margin: 0;
}
.footer-accordion-icon {
  display: none;
}
.footer-accordion-panel {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-column .subhead { margin-top: 14px; }
.footer-column a { opacity: .9; }
.footer-column a:hover { opacity: 1; text-decoration: underline; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 20px;
  margin-top: 34px;
  font-size: 13px;
  line-height: 1.5;
}
.footer-links-label {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}
.footer-links a:hover {
  color: var(--lime);
  text-decoration: underline;
}
.footer-links img {
  display: block;
  max-height: 28px;
  width: auto;
}
.footer-bottom {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: 12px;
  opacity: .88;
}
.footer-lang {
  margin-top: 18px;
}
/* 与导航手机端（图1）同款紧凑样式；面板向下展开 */
.footer-lang .site-lang-switcher {
  min-width: 0;
  width: fit-content;
  max-width: 100%;
}
.footer-lang .site-lang-toggle {
  width: auto;
  min-width: 0;
  min-height: 36px;
  font-size: 13px;
  padding: 0 28px 0 12px;
  gap: 6px;
}
.footer-lang .site-lang-toggle::after {
  right: 11px;
}
.footer-lang .site-lang-panel {
  top: calc(100% + 8px);
  bottom: auto;
  right: auto;
  left: 0;
  z-index: 1206;
  min-width: 0;
  width: max-content;
  max-width: min(132px, calc(100vw - 24px));
  max-height: min(220px, 42vh);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4px 0;
  border-radius: 10px;
}
.footer-lang .site-lang-option {
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.25;
  white-space: normal;
}

@media (min-width: 992px) {
  .footer-content > .row.footer-layout {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(24px, 3vw, 48px);
  }
  .footer-content > .row.footer-layout > .footer-brand-column {
    flex: 1 1 auto;
    width: auto !important;
    max-width: min(520px, 44%);
    min-width: 0;
  }
  .footer-content > .row.footer-layout > .footer-column {
    flex: 0 0 auto;
    width: auto !important;
    max-width: none;
    min-width: clamp(120px, 11vw, 168px);
  }
  .footer-brand-column .footer-brand {
    font-size: clamp(17px, 1.35vw, 24px);
  }
}

@media (max-width: 1199.98px) {
  .site-nav-list { gap: 3px; }
  .site-nav-list .nav-link { font-size: 13px; padding-left: 6px !important; padding-right: 6px !important; }
  .site-btn-lime { min-width: 132px; }
  .contact-copy { padding: 30px 24px; }
  .partners-carousel { --partners-per-view: 3; }
}

@media (max-width: 991.98px) {
  .market-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 34px; }
  .service-card { min-height: 108px; }
  .site-header { z-index: 1100; }
  .site-navbar {
    position: relative;
    z-index: 1101;
    min-height: 64px;
  }
  .site-navbar .navbar-collapse,
  .site-navbar .navbar-collapse.collapsing {
    position: fixed;
    top: var(--site-nav-offset, 64px);
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 8px clamp(20px, 3vw, 48px) 18px;
    background: linear-gradient(180deg, #003a27 0%, #00472f 55%, #003824 100%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    border-radius: 0;
    z-index: 1102;
    max-height: calc(100dvh - var(--site-nav-offset, 64px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav-list { align-items: stretch !important; gap: 0; }
  .site-nav-list > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-nav-list > .nav-item:last-child {
    border-bottom: none;
  }
  .site-nav-list .site-has-dropdown {
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav-list .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 0 !important;
    line-height: 1.45;
    font-size: 15px;
    min-height: 52px;
  }
  .site-nav-list .nav-link::before {
    display: none;
  }
  .site-nav-list .site-has-dropdown > .nav-link::after {
    margin-left: auto;
    flex-shrink: 0;
  }
  .service-secondary-icon { display: none !important; }
  .site-has-dropdown > .site-dropdown-menu,
  .site-has-dropdown > .site-dropdown-menu--mobile {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 8px;
    padding: 0 0 6px 18px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    list-style: none;
  }
  .site-has-dropdown.is-open > .site-dropdown-menu,
  .site-has-dropdown.is-open > .site-dropdown-menu--mobile {
    display: block;
  }
  .site-dropdown-menu li,
  .site-dropdown-menu--mobile li {
    margin: 0;
  }
  .site-dropdown-menu a,
  .site-dropdown-menu--mobile a {
    display: block;
    color: rgba(255, 255, 255, 0.82) !important;
    padding: 11px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
  }
  .site-dropdown-menu a:hover,
  .site-dropdown-menu--mobile a:hover {
    background: transparent;
    color: var(--lime) !important;
    padding-left: 0;
  }
  .site-has-dropdown > .site-mega-menu {
    display: none !important;
  }
  .site-has-dropdown.is-open > .site-mega-menu {
    display: none !important;
  }
  .site-lang-switcher { width: auto; max-width: none; }
  .hero-section { min-height: 0; }
  .hero-copy { padding-top: 58px; padding-bottom: 18px; text-align: center; }
  .hero-copy h1 { margin-left: auto; margin-right: auto; }
  .hero-media { min-height: 0; justify-content: center; }
  .hero-products { width: min(92%, 650px); }
  .eco-visual img { min-height: 0; }
  .contact-shell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contact-shell > .row { min-height: 0; }
  .contact-section .col-lg-5 {
    padding: 0;
  }
  .factory-image {
    min-height: 0;
    aspect-ratio: 1.95 / 1;
    width: 100%;
    border-radius: 0;
  }
  .contact-copy {
    padding: 38px clamp(20px, 3vw, 48px) 24px;
    text-align: center;
  }
  .map-wrap {
    padding: 0 !important;
    justify-content: stretch !important;
  }
  .map-image {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
  .footer-content {
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .footer-content > .row {
    --bs-gutter-y: 0;
  }
  .footer-brand-column {
    margin-bottom: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-column.footer-accordion {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    min-height: 52px;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #fff;
    text-align: left;
    cursor: pointer;
    line-height: 1.45;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
  .footer-accordion-title {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 700;
  }
  .footer-accordion-icon {
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease, opacity 0.2s ease;
    flex-shrink: 0;
    margin-left: auto;
    opacity: 0.75;
  }
  .footer-accordion.is-open .footer-accordion-icon {
    transform: rotate(225deg) translateY(0);
    opacity: 1;
  }
  .footer-accordion-panel {
    display: none;
    flex-direction: column;
    gap: 0;
    margin: 0 0 4px;
    padding: 0 0 6px 18px;
  }
  .footer-accordion.is-open .footer-accordion-panel {
    display: flex;
  }
  .footer-accordion-panel a {
    display: block;
    padding: 11px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.82);
    opacity: 1;
    text-decoration: none;
  }
  .footer-accordion-panel a:hover {
    color: var(--lime);
    text-decoration: none;
  }
  .footer-bottom {
    margin-top: 20px;
    padding-top: 16px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .section-space { padding-top: 42px; padding-bottom: 42px; }
  .brand { font-size: 19px; }
  .brand-mark { width: 30px; height: 30px; }
  .hero-copy h1 { font-size: clamp(34px, 10vw, 48px); }
  .market-item { min-height: 88px; font-size: 14px; }
  .market-item svg { width: 42px; height: 42px; }
  .solution-card img { aspect-ratio: 1 / 1; }
  .capability-body { min-height: 0; }
  .footer-content { padding-top: 42px; }
  .partners-carousel { --partners-per-view: 2; }
  .partners-nav { width: 36px; height: 36px; }
  .partners-nav svg { width: 16px; height: 16px; }
  .partners-nav-prev { left: 8px; }
  .partners-nav-next { right: 8px; }
}

@media (max-width: 575.98px) {
  .market-strip .site-container {
    overflow: hidden;
  }
  .market-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .market-grid::-webkit-scrollbar {
    display: none;
  }
  .market-col {
    flex: 0 0 86px;
    width: 86px;
    scroll-snap-align: start;
  }
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }
  .service-card { min-height: 0; }
  .service-copy-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px;
  }
  .service-primary-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }
  .service-primary-icon img {
    max-width: 44px;
    max-height: 44px;
  }
  .service-kicker {
    font-size: 9px;
    line-height: 1.2;
  }
  .service-card p {
    font-size: 11px;
    line-height: 1.3;
  }
  .site-container { padding-left: 18px; padding-right: 18px; }
  .brand {
    font-size: 16px;
    gap: 7px;
    max-width: min(78vw, 480px);
  }
  .brand-mark { width: 27px; height: 27px; }
  .site-btn { min-height: 40px; padding: 9px 18px; font-size: 13px; }
  .hero-copy { padding-top: 44px; }
  .hero-copy h1 { margin-bottom: 20px; }
  .partners-carousel { --partners-per-view: 1; }
  .partners-carousel {
    position: relative;
  }
  .partners-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .partners-nav-prev { left: 0; }
  .partners-nav-next { right: 0; }
  .partners-nav:hover { transform: translateY(-50%) scale(1.04); }
  .partners-viewport { margin: 0 28px; }
  .hero-products { width: 100%; }
  .market-item { min-height: 78px; }
  .footer-column { font-size: 14px; }
  .footer-bottom { font-size: 11px; }
}

/*
 * 首页专用图片悬停放大（仅 index.htm 这 3 处挂了 .home-zoom-media）：
 * 1) industries-section 行业方案
 * 2) capabilities-section 包装能力
 * 3) partners-section 合作伙伴
 * 资质荣誉不再放大；全站其它图片不放大
 */
.industries-section .home-zoom-media,
.capabilities-section .home-zoom-media,
.partners-section .home-zoom-media {
  overflow: hidden;
}

.industries-section .home-zoom-media > img,
.capabilities-section .home-zoom-media > img,
.partners-section .home-zoom-media > img {
  transform-origin: center center;
  transition: transform var(--theme-img-zoom-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden;
  will-change: transform;
}

.industries-section .home-zoom-media:hover > img,
.capabilities-section .home-zoom-media:hover > img,
.partners-section .home-zoom-media:hover > img {
  transform: scale(var(--theme-img-zoom));
}

@media (prefers-reduced-motion: reduce) {
  .industries-section .home-zoom-media > img,
  .capabilities-section .home-zoom-media > img,
  .partners-section .home-zoom-media > img {
    transition: none;
  }

  .industries-section .home-zoom-media:hover > img,
  .capabilities-section .home-zoom-media:hover > img,
  .partners-section .home-zoom-media:hover > img {
    transform: none;
  }
}
