@font-face {
  font-family: "Alibaba PuHuiTi 3.0";
  src: url("./assets/fonts/AlibabaPuHuiTi-3-55-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alibaba PuHuiTi 3.0";
  src: url("./assets/fonts/AlibabaPuHuiTi-3-65-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alibaba PuHuiTi 3.0";
  src: url("./assets/fonts/AlibabaPuHuiTi-3-75-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alibaba PuHuiTi 3.0";
  src: url("./assets/fonts/AlibabaPuHuiTi-3-85-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alibaba PuHuiTi 3.0";
  src: url("./assets/fonts/AlibabaPuHuiTi-3-105-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #5b8c3e;
  --green-dark: #3f6d2a;
  --brown: #845245;
  --graphite: #1b1d1a;
  --warm: #f4f1e9;
  --paper: #fbfaf6;
  --mist: #d9ded6;
  --teal: #2f6f7e;
  --steel: #6e8588;
  --gold: #d6a64a;
  --risk: #b94a3e;
  --muted: rgba(27, 29, 26, 0.66);
  --line: rgba(27, 29, 26, 0.14);
  --radius: 22px;
  --shadow: 0 28px 70px rgba(91, 140, 62, 0.12);
  --ease-fluid: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-snap: cubic-bezier(0.34, 1.56, 0.64, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  overflow-y: auto;
}

body {
  min-height: 100dvh;
  margin: 0;
  overflow-x: visible;
  overflow-y: visible;
  background: var(--paper);
  color: var(--graphite);
  font-family: "Alibaba PuHuiTi 3.0", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

/* Prefer complete Chinese phrases and punctuation-aware wrapping across the site. */
:where(h1, h2, h3, p, li, dt, dd, blockquote, figcaption) {
  overflow-wrap: normal;
  word-break: normal;
  line-break: strict;
  text-wrap: pretty;
}

@supports (word-break: auto-phrase) {
  :where(h1, h2, h3, p, li, dt, dd, blockquote, figcaption) {
    word-break: auto-phrase;
  }
}

.keep-phrase {
  display: inline-block;
  white-space: nowrap;
}

body.contact-qr-open,
body.social-qr-open {
  overflow: hidden;
}

.contact-qr-overlay[hidden] {
  display: none;
}

.contact-qr-overlay {
  position: fixed;
  z-index: 12000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(20, 22, 19, 0.72);
  backdrop-filter: blur(8px);
}

.contact-qr-dialog {
  position: relative;
  width: min(480px, 100%);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: 32px;
  border: 1px solid rgba(20, 22, 19, 0.12);
  border-radius: 8px;
  background: #f7f8f4;
  box-shadow: 0 24px 72px rgba(9, 12, 8, 0.28);
  color: #161914;
}

.contact-qr-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(20, 22, 19, 0.14);
  border-radius: 50%;
  background: transparent;
  color: #161914;
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.contact-qr-close:hover,
.contact-qr-close:focus-visible {
  border-color: #588d3f;
  color: #588d3f;
  outline: none;
}

.contact-qr-copy {
  padding-right: 52px;
}

.contact-qr-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #588d3f;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.contact-qr-copy h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.16;
}

.contact-qr-copy p {
  margin: 14px 0 0;
  color: #62675f;
  font-size: 16px;
  line-height: 1.7;
}

.contact-qr-code {
  position: relative;
  width: min(100%, 340px);
  margin: 28px auto 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: #fff;
}

.contact-qr-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.contact-qr-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 22%;
  aspect-ratio: 1;
  place-items: center;
  padding: 3.5%;
  transform: translate(-50%, -50%);
  border-radius: 14%;
  background: #050505;
}

.contact-qr-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-qr-hint {
  margin: 18px 0 0;
  color: #62675f;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.social-qr-overlay[hidden] {
  display: none;
}

.social-qr-overlay {
  position: fixed;
  z-index: 12100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(20, 22, 19, 0.76);
  backdrop-filter: blur(8px);
}

.social-qr-dialog {
  position: relative;
  width: min(480px, 100%);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: 32px;
  border: 1px solid rgba(20, 22, 19, 0.12);
  border-radius: 8px;
  background: #f7f8f4;
  box-shadow: 0 24px 72px rgba(9, 12, 8, 0.3);
  color: #161914;
}

.social-qr-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(20, 22, 19, 0.14);
  border-radius: 50%;
  background: transparent;
  color: #161914;
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.social-qr-close:hover,
.social-qr-close:focus-visible {
  border-color: #588d3f;
  color: #588d3f;
  outline: none;
}

.social-qr-copy {
  padding-right: 52px;
}

.social-qr-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #588d3f;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.social-qr-copy h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.16;
}

.social-qr-copy p {
  margin: 14px 0 0;
  color: #62675f;
  font-size: 16px;
  line-height: 1.7;
}

.social-qr-media {
  display: grid;
  width: min(100%, 340px);
  margin: 28px auto 0;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(20, 22, 19, 0.1);
  background: #fff;
}

.social-qr-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-qr-image[hidden],
.social-qr-placeholder[hidden] {
  display: none;
}

.social-qr-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  padding: 32px;
  background:
    linear-gradient(rgba(88, 141, 63, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 141, 63, 0.07) 1px, transparent 1px),
    #f4f6f1;
  background-size: 24px 24px;
  color: #3f493a;
  text-align: center;
}

.social-qr-placeholder strong {
  font-size: 22px;
  line-height: 1.4;
}

.social-qr-placeholder span {
  margin-top: 8px;
  color: #71776d;
  font-size: 14px;
}

.social-qr-hint {
  margin: 18px 0 0;
  color: #62675f;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 520px) {
  .contact-qr-overlay,
  .social-qr-overlay {
    padding: 14px;
  }

  .contact-qr-dialog,
  .social-qr-dialog {
    max-height: calc(100dvh - 28px);
    padding: 26px 20px 22px;
  }

  .contact-qr-close,
  .social-qr-close {
    top: 14px;
    right: 14px;
  }

  .contact-qr-copy,
  .social-qr-copy {
    padding-right: 44px;
  }

  .contact-qr-code,
  .social-qr-media {
    width: min(100%, 310px);
    margin-top: 22px;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(27, 29, 26, 0.025) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(0deg, rgba(27, 29, 26, 0.018) 1px, transparent 1px) 0 0 / 88px 88px,
    var(--paper);
}

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

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

.lead-overlay[hidden] {
  display: none;
}

body.lead-open {
  overflow: hidden;
}

.lead-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(27, 29, 26, 0.36), rgba(27, 29, 26, 0.68)),
    rgba(27, 29, 26, 0.48);
  backdrop-filter: blur(10px);
}

.lead-card {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100dvh - 56px);
  overflow: auto;
  padding: 34px 46px 32px;
  border: 1px solid rgba(251, 250, 246, 0.82);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(91, 140, 62, 0.05), transparent 34%),
    var(--paper);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.lead-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border: 1px solid rgba(27, 29, 26, 0.08);
  border-radius: 22px;
}

.lead-card-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  align-items: center;
}

.lead-brand-lockup {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.lead-mark {
  width: 124px;
  height: 58px;
  flex: 0 0 auto;
  background:
    linear-gradient(90deg, var(--green) 0 44%, transparent 44% 49%, var(--green) 49% 58%, transparent 58% 63%, var(--green) 63% 71%, transparent 71% 77%, var(--green) 77% 83%, transparent 83% 88%, var(--green) 88% 92%, transparent 92% 96%, var(--green) 96% 100%);
}

.lead-brand-lockup img {
  width: 176px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}

.lead-language-switch {
  display: inline-flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(27, 29, 26, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.lead-language-switch button {
  min-width: 46px;
  height: 32px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(27, 29, 26, 0.58);
  cursor: pointer;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 750;
}

.lead-language-switch button[aria-pressed="true"] {
  background: var(--green-dark);
  color: #fff;
}

.lead-language-switch button:focus-visible {
  outline: 3px solid rgba(91, 140, 62, 0.2);
  outline-offset: 1px;
}

.lead-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(27, 29, 26, 0.12);
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.7);
  color: var(--graphite);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.lead-card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(310px, 0.86fr) minmax(380px, 1fr);
  gap: 60px;
  align-items: end;
  margin-top: 30px;
}

.lead-card-copy > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(91, 140, 62, 0.1);
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.lead-card-copy h2 {
  max-width: 560px;
  margin: 22px 0 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.14;
}

.lead-card-copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(27, 29, 26, 0.72);
  font-size: 18px;
  line-height: 1.78;
}

.lead-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.lead-proof span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 38px;
  border: 1px solid rgba(27, 29, 26, 0.1);
  border-radius: 999px;
  color: rgba(27, 29, 26, 0.68);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.lead-form {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.lead-wizard-progress {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.lead-wizard-progress ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lead-wizard-progress li {
  position: relative;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-width: 0;
  color: rgba(27, 29, 26, 0.44);
}

.lead-wizard-progress li::after {
  position: absolute;
  right: 2px;
  bottom: -7px;
  left: 2px;
  height: 2px;
  border-radius: 999px;
  background: rgba(27, 29, 26, 0.1);
  content: "";
}

.lead-wizard-progress li span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(27, 29, 26, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 800;
}

.lead-wizard-progress li strong {
  min-width: 0;
  overflow: hidden;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lead-wizard-progress li.is-complete,
.lead-wizard-progress li.is-current {
  color: var(--green-dark);
}

.lead-wizard-progress li.is-complete span,
.lead-wizard-progress li.is-current span {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.lead-wizard-progress li.is-complete::after,
.lead-wizard-progress li.is-current::after {
  background: var(--green);
}

.lead-wizard-progress > p {
  margin: 2px 0 0;
  color: rgba(27, 29, 26, 0.52);
  font-size: 12px;
  font-weight: 700;
}

.lead-wizard-step {
  display: grid;
  min-width: 0;
  gap: 14px;
  animation: lead-step-reveal 220ms ease-out both;
}

.lead-wizard-step[hidden] {
  display: none;
}

.lead-wizard-heading {
  display: grid;
  gap: 4px;
}

.lead-wizard-heading > span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lead-wizard-heading h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 23px;
  font-weight: 820;
  line-height: 1.28;
}

.lead-wizard-heading h3:focus {
  outline: none;
}

.lead-wizard-heading p {
  margin: 0;
  color: rgba(27, 29, 26, 0.58);
  font-size: 13px;
  line-height: 1.5;
}

@keyframes lead-step-reveal {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.lead-form label,
.lead-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.lead-form > label,
.lead-form fieldset {
  display: grid;
  gap: 9px;
}

.lead-form label > span,
.lead-form legend {
  color: rgba(27, 29, 26, 0.66);
  font-size: 14px;
  font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(27, 29, 26, 0.13);
  border-radius: 14px;
  outline: 0;
  background: rgba(255, 255, 255, 0.72);
  color: var(--graphite);
  font: inherit;
  font-size: 15px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.lead-form textarea {
  min-height: 112px;
  height: auto;
  padding: 14px 16px;
  line-height: 1.55;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(91, 140, 62, 0.72);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(91, 140, 62, 0.13);
}

.lead-form select:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

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

.lead-region-field {
  display: grid;
  min-width: 0;
  gap: 7px;
  animation: lead-region-reveal 180ms ease-out both;
}

.lead-region-field[hidden] {
  display: none;
}

.lead-region-field-wide {
  grid-column: 1 / -1;
}

.lead-region-field > span {
  padding-left: 2px;
  color: rgba(27, 29, 26, 0.56);
  font-size: 12px;
  font-weight: 650;
}

.lead-region-hint {
  min-height: 19px;
  margin: 0;
  color: rgba(27, 29, 26, 0.54);
  font-size: 12px;
  line-height: 1.55;
}

.lead-region-hint.is-error {
  color: #a33232;
  font-weight: 700;
}

@keyframes lead-region-reveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.lead-choice-grid label {
  position: relative;
  min-width: 0;
}

.lead-choice-grid input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.lead-choice-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(27, 29, 26, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(27, 29, 26, 0.76);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.lead-choice-grid input:focus-visible + span {
  box-shadow: 0 0 0 4px rgba(91, 140, 62, 0.13);
}

.lead-choice-grid input:checked + span {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

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

.lead-address-fields {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(150px, 0.65fr);
  gap: 10px;
}

.lead-address-field {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.lead-address-field > span {
  padding-left: 2px;
  color: rgba(27, 29, 26, 0.56);
  font-size: 12px;
  font-weight: 650;
}

.lead-contact-methods label {
  position: relative;
  min-width: 0;
}

.lead-contact-methods input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.lead-contact-methods span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(27, 29, 26, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(27, 29, 26, 0.72);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.lead-contact-methods input:focus-visible + span {
  box-shadow: 0 0 0 4px rgba(91, 140, 62, 0.13);
}

.lead-contact-methods input:checked + span {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.lead-contact-panel {
  display: grid;
  min-width: 0;
  gap: 10px;
  animation: lead-region-reveal 180ms ease-out both;
}

.lead-contact-panel[hidden] {
  display: none;
}

.lead-contact-phone {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.lead-contact-panel label,
label.lead-contact-panel {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.lead-contact-panel label > span,
label.lead-contact-panel > span {
  padding-left: 2px;
  color: rgba(27, 29, 26, 0.56);
  font-size: 12px;
  font-weight: 650;
}

.lead-contact-hint {
  min-height: 19px;
  margin: 0;
  color: rgba(27, 29, 26, 0.54);
  font-size: 12px;
  line-height: 1.55;
}

.lead-contact-hint.is-error {
  color: #a33232;
  font-weight: 700;
}

.lead-remark-field {
  position: relative;
  display: grid;
  gap: 7px;
}

.lead-remark-field small {
  color: rgba(27, 29, 26, 0.48);
  font-size: 11px;
  font-weight: 600;
}

.lead-remark-field .lead-character-count {
  justify-self: end;
  margin-top: -2px;
}

.lead-confirm-list {
  display: grid;
  gap: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(27, 29, 26, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.52);
}

.lead-confirm-list div {
  display: grid;
  grid-template-columns: minmax(96px, 0.36fr) minmax(0, 1fr);
  gap: 14px;
  padding: 9px 14px;
  border-bottom: 1px solid rgba(27, 29, 26, 0.08);
}

.lead-confirm-list div:last-child {
  border-bottom: 0;
}

.lead-confirm-list dt {
  color: rgba(27, 29, 26, 0.48);
  font-size: 12px;
  font-weight: 700;
}

.lead-confirm-list dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: rgba(27, 29, 26, 0.82);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.48;
}

.lead-confirm-list .lead-confirm-note dd {
  white-space: pre-wrap;
}

.lead-note {
  min-height: 22px;
  margin: 0;
  color: rgba(27, 29, 26, 0.56);
  font-size: 13px;
  line-height: 1.55;
}

.lead-note.is-success {
  color: var(--green);
  font-weight: 700;
}

.lead-note.is-error {
  color: #a33232;
  font-weight: 700;
}

.lead-form .lead-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-form .lead-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(27, 29, 26, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

.lead-form .lead-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--green);
}

.lead-form .lead-consent span {
  color: inherit;
  font-size: inherit;
  font-weight: 500;
}

.lead-form .lead-consent a {
  color: var(--green);
  font-weight: 700;
  text-underline-offset: 3px;
}

.lead-form .lead-consent a:hover,
.lead-form .lead-consent a:focus-visible {
  color: var(--green-dark);
}

.lead-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 6px;
}

.lead-actions button {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  height: auto;
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.28;
  overflow-wrap: anywhere;
  white-space: normal;
}

.lead-actions button[hidden] {
  display: none;
}

.lead-secondary {
  background: rgba(27, 29, 26, 0.06);
  color: rgba(27, 29, 26, 0.82);
}

.lead-primary {
  background: var(--green);
  color: #fff;
}

.lead-primary:disabled {
  cursor: wait;
  opacity: 0.68;
}

.lead-card.is-success-view .lead-card-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  margin-top: 18px;
}

.lead-card.is-success-view {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 26px;
}

.lead-card.is-success-view .lead-mark {
  width: 112px;
  height: 52px;
}

.lead-card.is-success-view .lead-brand-lockup img {
  width: 160px;
  height: 38px;
}

.lead-card.is-success-view .lead-card-copy {
  display: none;
}

.lead-success-view {
  display: grid;
  grid-column: 1 / -1;
  justify-items: center;
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

.lead-form[hidden],
.lead-success-view[hidden],
.lead-sales-contact[hidden],
.lead-sales-qr[hidden] {
  display: none;
}

.lead-success-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(91, 140, 62, 0.12);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lead-success-view h2 {
  max-width: 820px;
  margin: 12px 0 0;
  color: var(--graphite);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 850;
  line-height: 1.16;
}

.lead-card[data-lead-language="zh"] .lead-success-view h2 {
  white-space: nowrap;
}

.lead-success-view h2:focus {
  outline: none;
}

.lead-success-copy {
  max-width: 660px;
  margin: 10px 0 0;
  color: rgba(27, 29, 26, 0.68);
  font-size: 16px;
  line-height: 1.55;
}

.lead-sales-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(91, 140, 62, 0.22);
  border-radius: 16px;
  background: rgba(91, 140, 62, 0.08);
  text-align: left;
}

.lead-sales-contact span {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.lead-sales-contact h3 {
  margin: 3px 0 0;
  color: var(--graphite);
  font-size: 20px;
  line-height: 1.3;
}

.lead-sales-contact p {
  margin: 4px 0 0;
  color: rgba(27, 29, 26, 0.66);
  font-size: 13px;
  line-height: 1.45;
}

.lead-sales-contact button,
.lead-success-close {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.lead-sales-contact button {
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  background: var(--green);
  color: #fff;
  -webkit-text-fill-color: #fff;
  white-space: nowrap;
  transition:
    background 180ms ease,
    box-shadow 180ms ease;
}

.lead-sales-contact button:hover,
.lead-sales-contact button:focus-visible {
  background: var(--green-dark);
}

.lead-sales-contact button.is-expanded,
.lead-sales-contact button.is-expanded:hover,
.lead-sales-contact button.is-expanded:focus-visible,
.lead-sales-contact button.is-expanded:active {
  background: var(--green-dark);
  color: #fff;
  -webkit-text-fill-color: #fff;
  opacity: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.lead-sales-qr {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 12px 0 0;
  padding: 12px 18px;
  border: 1px solid rgba(27, 29, 26, 0.1);
  border-radius: 16px;
  background: #fff;
}

.lead-sales-qr img {
  width: min(180px, 24vh);
  aspect-ratio: 1;
  object-fit: contain;
}

.lead-sales-qr figcaption {
  display: grid;
  gap: 5px;
  text-align: left;
}

.lead-sales-qr strong {
  color: var(--graphite);
  font-size: 19px;
}

.lead-sales-qr span {
  color: rgba(27, 29, 26, 0.62);
  font-size: 13px;
}

.lead-success-close {
  min-width: 132px;
  margin-top: 12px;
  border: 1px solid rgba(27, 29, 26, 0.16);
  background: transparent;
  color: rgba(27, 29, 26, 0.82);
}

.lead-success-close:hover,
.lead-success-close:focus-visible {
  border-color: rgba(27, 29, 26, 0.34);
  background: rgba(27, 29, 26, 0.05);
}

@media (max-height: 800px) and (min-width: 761px) {
  .lead-card.is-success-view {
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .lead-card.is-success-view .lead-mark {
    width: 90px;
    height: 42px;
  }

  .lead-card.is-success-view .lead-brand-lockup img {
    width: 140px;
    height: 32px;
  }

  .lead-card.is-success-view .lead-card-grid {
    margin-top: 8px;
  }

  .lead-success-kicker {
    min-height: 26px;
    font-size: 11px;
  }

  .lead-success-view h2 {
    margin-top: 7px;
    font-size: clamp(28px, 3vw, 38px);
  }

  .lead-success-copy {
    margin-top: 6px;
    font-size: 14px;
  }

  .lead-sales-contact {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lead-sales-qr {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lead-sales-qr img {
    width: min(150px, 20vh);
  }

  .lead-success-close {
    min-height: 42px;
    margin-top: 8px;
  }
}

.announcement {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  padding: 10px 56px;
  background: var(--graphite);
  color: var(--warm);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 14px;
  text-align: center;
}

.announcement span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(91, 140, 62, 0.78);
}

.announcement strong {
  font-weight: 500;
}

.announcement a {
  border-bottom: 1px solid currentColor;
  font-weight: 500;
}

.announcement button {
  position: absolute;
  right: 24px;
  top: 50%;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(244, 241, 233, 0.78);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
}

.announcement-hidden .announcement {
  display: none;
}

.announcement-hidden .site-header {
  top: 0;
}

.site-header {
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1400px, calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
  padding: 14px 20px 14px 24px;
  border: 1px solid rgba(27, 29, 26, 0.08);
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.76);
  box-shadow: 0 18px 50px rgba(27, 29, 26, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: 220px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: rgba(27, 29, 26, 0.68);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.main-nav a,
.header-action,
.button,
.system-node,
.signal-strip span,
.signal-strip strong,
.spec-grid dt,
.solution-tabs button,
.solution-panel span,
.parameter-table span:first-child,
.mini-status span {
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
}

.main-nav a {
  white-space: nowrap;
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--graphite);
}

.main-nav a:focus-visible,
.header-action:focus-visible,
.button:focus-visible,
.page-tabs a:focus-visible,
.product-anchor-inner a:focus-visible,
.footer-column a:focus-visible,
.footer-links a:focus-visible {
  outline: 2px solid rgba(91, 140, 62, 0.72);
  outline-offset: 4px;
}

.nav-group {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-group::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 18px;
  content: "";
}

.nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-parent::after {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  opacity: 0.62;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.nav-group:hover .nav-parent::after,
.nav-group:focus-within .nav-parent::after {
  transform: translateY(1px) rotate(225deg);
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 25;
  display: grid;
  gap: 4px;
  min-width: 176px;
  padding: 10px;
  border: 1px solid rgba(27, 29, 26, 0.1);
  border-radius: 18px;
  background: rgba(251, 250, 246, 0.94);
  box-shadow: 0 22px 55px rgba(27, 29, 26, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  visibility: hidden;
  backdrop-filter: blur(18px);
  transition:
    opacity 220ms var(--ease-fluid),
    transform 220ms var(--ease-fluid),
    visibility 220ms var(--ease-fluid);
}

.nav-group:hover .nav-submenu,
.nav-group:focus-within .nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.nav-submenu a {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(27, 29, 26, 0.7);
  font-size: 12px;
  font-weight: 600;
}

.nav-submenu a:hover,
.nav-submenu a.is-current {
  background: rgba(91, 140, 62, 0.12);
  color: var(--graphite);
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  height: 44px;
  border-radius: 999px;
  background: var(--graphite);
  color: var(--warm);
  font-size: 13px;
  font-weight: 600;
}

.section-shell {
  width: min(1400px, calc(100% - 48px));
  margin-inline: auto;
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(100dvh - 58px);
  overflow: hidden;
  background: var(--graphite);
  color: var(--warm);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(27, 29, 26, 0.34), rgba(27, 29, 26, 0.18) 34%, rgba(27, 29, 26, 0.78) 100%),
    radial-gradient(circle at 52% 44%, rgba(91, 140, 62, 0.22), transparent 44%);
  pointer-events: none;
  z-index: 1;
}

.hero-product {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0.96;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(27, 29, 26, 0.38), rgba(27, 29, 26, 0.02) 34%, rgba(27, 29, 26, 0.24)),
    linear-gradient(0deg, rgba(27, 29, 26, 0.72), rgba(27, 29, 26, 0.08) 46%, rgba(27, 29, 26, 0.36));
}

.hero-product img {
  width: 100%;
  height: 100%;
  padding: min(8vh, 72px) min(6vw, 84px) min(5vh, 44px);
  object-fit: contain;
  object-position: center;
  filter: saturate(0.96) contrast(1.02);
}

.hero-system-card {
  position: absolute;
  right: max(32px, calc((100vw - 1400px) / 2 + 22px));
  bottom: 142px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(244, 241, 233, 0.16);
  border-radius: 999px;
  background: rgba(27, 29, 26, 0.48);
  backdrop-filter: blur(16px);
}

.hero-system-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.hero-system-card span:nth-child(1) {
  background: var(--green);
}

.hero-system-card span:nth-child(2) {
  background: var(--teal);
}

.hero-system-card span:nth-child(3) {
  background: var(--brown);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(840px, calc(100% - 40px));
  padding-top: 44px;
  text-align: center;
}

.delivery-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid rgba(244, 241, 233, 0.2);
  border-radius: 999px;
  background: rgba(27, 29, 26, 0.28);
  color: rgba(244, 241, 233, 0.88);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 13px;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.delivery-line span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.hero-copy h1 {
  max-width: 820px;
  margin: 0;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(244, 241, 233, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  height: 58px;
  margin-top: 28px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--graphite);
  font-size: 16px;
  font-weight: 600;
  transition: transform 180ms ease;
}

.hero-cta:hover {
  transform: translateY(-2px);
}

.hero-proof {
  position: absolute;
  left: max(24px, calc((100vw - 1400px) / 2 + 22px));
  right: max(24px, calc((100vw - 1400px) / 2 + 22px));
  bottom: 28px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  color: var(--warm);
}

.hero-proof div {
  min-width: 0;
}

.hero-proof strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.hero-proof span {
  display: block;
  margin-top: 2px;
  color: rgba(244, 241, 233, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 56px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--green);
  color: #fff;
}

.button-secondary {
  border: 1px solid rgba(27, 29, 26, 0.18);
  background: rgba(251, 250, 246, 0.62);
  color: var(--graphite);
}

.button-secondary:hover {
  border-color: rgba(91, 140, 62, 0.55);
}

.model-switcher {
  display: flex;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  min-width: min(520px, calc(100% - 48px));
  margin-top: 22px;
  padding: 5px;
  border: 1px solid rgba(27, 29, 26, 0.08);
  border-radius: 14px;
  background: rgba(244, 241, 233, 0.84);
  box-shadow: 0 12px 38px rgba(27, 29, 26, 0.08);
}

.model-switcher button {
  min-width: 154px;
  height: 46px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: rgba(27, 29, 26, 0.76);
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}

.model-switcher button.is-active {
  background: var(--paper);
  color: var(--graphite);
  box-shadow: 0 8px 22px rgba(27, 29, 26, 0.08);
}

.system-visual {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 42%),
    var(--graphite);
  box-shadow: var(--shadow);
}

.track-lines {
  position: absolute;
  inset: -60px -90px;
  background:
    repeating-linear-gradient(
      76deg,
      transparent 0 43px,
      rgba(91, 140, 62, 0.92) 44px 45px,
      transparent 46px 92px
    );
  opacity: 0.72;
  transform: skewX(-3deg);
}

.system-node {
  position: absolute;
  display: flex;
  align-items: center;
  height: 88px;
  padding: 0 34px;
  border-radius: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.node-model {
  top: 78px;
  left: 58px;
  width: 200px;
  background: var(--green);
}

.node-control {
  top: 78px;
  right: 58px;
  width: 206px;
  background: var(--teal);
}

.loop-module {
  position: absolute;
  top: 204px;
  left: 58px;
  right: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  height: 132px;
  border-radius: 20px;
  background: var(--warm);
}

.loop-module span {
  width: 72px;
  height: 5px;
  border-radius: 999px;
  background: var(--green);
}

.node-field {
  bottom: 64px;
  left: 58px;
  width: 136px;
  background: var(--brown);
}

.node-data {
  bottom: 64px;
  left: 224px;
  width: 132px;
  background: var(--teal);
}

.node-run {
  right: 58px;
  bottom: 64px;
  width: 132px;
  background: var(--green);
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1400px, calc(100% - 48px));
  margin: -34px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.signal-strip div {
  min-height: 116px;
  padding: 28px 30px;
  background: rgba(251, 250, 246, 0.92);
}

.signal-strip span {
  display: block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
}

.signal-strip strong {
  display: block;
  margin-top: 10px;
  color: var(--graphite);
  font-size: 20px;
  font-weight: 700;
}

.company,
.platform,
.solutions,
.parameters,
.tco {
  padding: 116px 0 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 0.74fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 48px;
}

.section-heading h2,
.robot-copy h2,
.video-copy h2,
.contact h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}

.section-heading p,
.company-profile p,
.robot-copy p,
.video-copy p,
.contact p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.company-profile {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.company-profile article {
  min-width: 0;
  padding: 30px 30px 34px 0;
  border-bottom: 1px solid var(--line);
}

.company-profile article + article {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.company-profile span,
.tco-inputs span,
.tco-results span {
  display: block;
  color: var(--teal);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.company-profile strong {
  display: block;
  margin-top: 14px;
  color: var(--graphite);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.company-profile p {
  margin-top: 16px;
}

.capability-list {
  border-top: 1px solid var(--line);
}

.capability-list article {
  display: grid;
  grid-template-columns: 82px minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: 36px;
  align-items: baseline;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.capability-list span {
  color: var(--green);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.capability-list h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.capability-list p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.robotics {
  margin-top: 120px;
  padding: 86px 0;
  background: var(--graphite);
  color: var(--warm);
}

.robotics-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.75fr);
  gap: 76px;
  align-items: center;
}

.robot-media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 233, 0.18);
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(244, 241, 233, 0.05) 1px, transparent 1px) 0 0 / 68px 68px,
    linear-gradient(0deg, rgba(244, 241, 233, 0.04) 1px, transparent 1px) 0 0 / 68px 68px,
    rgba(244, 241, 233, 0.03);
}

.robot-media::before {
  content: "QY100";
  position: absolute;
  top: 28px;
  left: 30px;
  color: rgba(244, 241, 233, 0.32);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.robot-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 28px;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.96) contrast(1.02);
}

.robot-copy p {
  margin-top: 20px;
  color: rgba(244, 241, 233, 0.72);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 42px 0 0;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 233, 0.14);
  border-radius: var(--radius);
  background: rgba(244, 241, 233, 0.14);
}

.spec-grid div {
  min-height: 112px;
  padding: 24px;
  background: rgba(244, 241, 233, 0.055);
}

.spec-grid dt {
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
}

.spec-grid dd {
  margin: 10px 0 0;
  color: var(--warm);
  font-size: 17px;
  font-weight: 600;
}

.field-video {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
  padding-top: 118px;
}

.video-copy p {
  margin-top: 18px;
}

.video-facts {
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.video-facts div {
  display: grid;
  grid-template-columns: minmax(110px, 0.38fr) minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.video-facts span {
  color: var(--teal);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.video-facts strong {
  color: rgba(27, 29, 26, 0.8);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.video-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(27, 29, 26, 0.12);
  border-radius: 32px;
  background: var(--graphite);
  box-shadow: 0 28px 70px rgba(27, 29, 26, 0.14);
}

.video-stage video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--graphite);
}

.video-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(244, 241, 233, 0.18);
  border-radius: 999px;
  background: rgba(27, 29, 26, 0.56);
  color: var(--warm);
  backdrop-filter: blur(14px);
}

.video-badge span,
.video-badge strong {
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
  line-height: 1;
}

.video-badge span {
  color: rgba(244, 241, 233, 0.72);
  font-weight: 600;
}

.video-badge strong {
  color: #fff;
  font-weight: 800;
}

.solution-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.solution-tabs button {
  min-width: 128px;
  height: 44px;
  border: 1px solid rgba(27, 29, 26, 0.15);
  border-radius: 999px;
  background: transparent;
  color: rgba(27, 29, 26, 0.74);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.solution-tabs button.is-active {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.solution-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: stretch;
  min-height: 430px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--paper);
}

.solution-panel-copy {
  display: grid;
  align-content: center;
  gap: 42px;
  min-width: 0;
  padding: 34px 44px;
}

.solution-panel span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
}

.solution-panel h3 {
  margin: 8px 0 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.22;
}

.solution-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

.solution-visual {
  position: relative;
  min-width: 0;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--graphite);
}

.solution-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.02);
}

.solution-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(27, 29, 26, 0.04), rgba(27, 29, 26, 0.42));
}

.solution-visual figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(244, 241, 233, 0.18);
  border-radius: 999px;
  background: rgba(27, 29, 26, 0.56);
  color: #fff;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.mini-status {
  display: flex;
  gap: 10px;
}

.mini-status span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 38px;
  border-radius: 10px;
  color: #fff;
}

.mini-status span:nth-child(1) {
  background: var(--green);
}

.mini-status span:nth-child(2) {
  background: var(--teal);
}

.mini-status span:nth-child(3) {
  background: var(--brown);
}

.parameter-table {
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.parameter-table div {
  display: grid;
  grid-template-columns: minmax(180px, 0.25fr) minmax(0, 1fr);
  gap: 42px;
  min-height: 86px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.parameter-table span:first-child {
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
}

.parameter-table span:last-child {
  color: rgba(27, 29, 26, 0.78);
  font-size: 17px;
}

.tco-panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(360px, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.tco-inputs,
.tco-results {
  background: rgba(251, 250, 246, 0.92);
}

.tco-inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.tco-inputs label {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 26px;
  background: rgba(251, 250, 246, 0.94);
}

.tco-inputs input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(27, 29, 26, 0.14);
  border-radius: 12px;
  outline: 0;
  background: #fff;
  color: var(--graphite);
  font: inherit;
  font-size: 18px;
  font-weight: 700;
}

.tco-inputs input:focus {
  border-color: rgba(91, 140, 62, 0.72);
  box-shadow: 0 0 0 4px rgba(91, 140, 62, 0.13);
}

.tco-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
}

.tco-results div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 96px;
  padding: 26px 30px;
  background: rgba(251, 250, 246, 0.94);
}

.tco-results strong {
  color: var(--graphite);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

.tco-results .is-highlight {
  background: var(--green);
}

.tco-results .is-highlight span,
.tco-results .is-highlight strong {
  color: #fff;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 118px;
  margin-bottom: 54px;
  padding: 54px 58px;
  border-radius: 30px;
  background: var(--graphite);
  color: var(--warm);
}

.contact p {
  max-width: 760px;
  margin-top: 14px;
  color: rgba(244, 241, 233, 0.72);
}

.site-footer {
  margin-top: 74px;
  padding: 78px 0 44px;
  background:
    linear-gradient(180deg, rgba(21, 22, 20, 0.98), rgba(16, 17, 16, 1)),
    #151614;
  color: rgba(244, 241, 233, 0.76);
}

.footer-shell {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.48fr);
  gap: 58px;
  align-items: start;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px;
}

.footer-column {
  display: grid;
  gap: 18px;
  align-content: start;
}

.footer-column h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.footer-column a,
.footer-links a {
  color: rgba(244, 241, 233, 0.58);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 240ms var(--ease-fluid),
    transform 240ms var(--ease-fluid);
}

.footer-column a:hover,
.footer-links a:hover,
.footer-mail:hover {
  color: #fff;
}

.footer-column a:hover {
  transform: translateX(3px);
}

.footer-contact {
  display: grid;
  justify-items: end;
  gap: 12px;
  text-align: right;
}

.footer-social {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 7px;
}

.footer-social button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(244, 241, 233, 0.18);
  border-radius: 999px;
  background: transparent;
  color: rgba(244, 241, 233, 0.66);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.footer-social button:hover,
.footer-social button:focus-visible {
  border-color: rgba(244, 241, 233, 0.56);
  background: rgba(244, 241, 233, 0.08);
  color: #fff;
  outline: none;
}

.footer-mail {
  color: rgba(244, 241, 233, 0.92);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.footer-contact p {
  margin: 0;
  color: rgba(244, 241, 233, 0.52);
  font-size: 14px;
  font-weight: 700;
}

.footer-brand-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 92px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(244, 241, 233, 0.18);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 54px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.94);
}

.footer-logo img {
  width: 100%;
  max-height: 34px;
  object-fit: contain;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
}

.footer-locale {
  color: rgba(244, 241, 233, 0.72);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) auto minmax(0, 0.85fr);
  gap: 12px 34px;
  align-items: center;
  padding-top: 22px;
  color: rgba(244, 241, 233, 0.42);
  font-size: 13px;
  font-weight: 700;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p:last-child {
  justify-self: end;
  text-align: right;
}

.footer-filings {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-self: center;
  justify-content: center;
  text-align: center;
}

.footer-filing-link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}

.footer-filing-link:hover,
.footer-filing-link:focus-visible {
  color: rgba(244, 241, 233, 0.82);
  outline: none;
}

.footer-police-filing[hidden] {
  display: none;
}

@media (max-width: 1320px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .footer-contact {
    justify-items: start;
    min-width: 0;
    text-align: left;
  }

  .footer-social {
    justify-content: flex-start;
  }
}

.main-nav a.is-current {
  color: var(--graphite);
}

.branch-page {
  background: var(--paper);
  min-height: 100dvh;
  overflow-y: visible;
  touch-action: pan-y;
}

.branch-page main {
  min-height: 100dvh;
}

.branch-page section[id] {
  scroll-margin-top: 112px;
}

.company-page .site-header {
  background: rgba(251, 250, 246, 0.9);
}

.about-hero {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: clamp(620px, 72dvh, 820px);
  overflow: hidden;
  background: var(--graphite);
  color: var(--paper);
}

.about-hero video,
.about-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.05);
}

.about-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 17, 16, 0.62), rgba(16, 17, 16, 0.04) 28%, rgba(16, 17, 16, 0.58)),
    linear-gradient(180deg, rgba(16, 17, 16, 0.06) 34%, rgba(16, 17, 16, 0.72));
}

.about-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(100% - 48px, 1100px);
  padding: 0 0 64px;
  text-align: center;
}

.about-video-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid rgba(251, 250, 246, 0.62);
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.18);
  color: rgba(251, 250, 246, 0.92);
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(14px);
}

.about-video-link span {
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 16px;
}

.about-hero h1 {
  max-width: 960px;
  margin: 28px 0 0;
  color: var(--paper);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.12;
  text-shadow: 0 16px 46px rgba(16, 17, 16, 0.36);
}

.about-intro {
  display: grid;
  justify-items: center;
  padding: 94px 0 92px;
  text-align: center;
}

.about-intro p {
  max-width: 1050px;
  margin: 0;
  color: rgba(27, 29, 26, 0.82);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.78;
}

.about-section-lead {
  display: grid;
  justify-items: center;
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.about-section-lead h2 {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.16;
}

.about-section-lead p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.about-purpose {
  padding-top: 22px;
}

.about-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--line);
}

.about-purpose-grid article {
  display: grid;
  align-content: space-between;
  justify-items: center;
  min-height: 360px;
  padding: 42px;
  background: rgba(251, 250, 246, 0.96);
  text-align: center;
}

.about-purpose-grid article:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(91, 140, 62, 0.16), rgba(47, 111, 126, 0.08)),
    rgba(251, 250, 246, 0.96);
}

.about-purpose-grid span {
  color: #4f7f38;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 800;
  line-height: 1.2;
}

.about-timeline-list span {
  color: var(--green);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.about-purpose-grid h3 {
  max-width: 560px;
  margin: 32px auto 0;
  color: var(--graphite);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.24;
}

.about-purpose-grid p {
  max-width: 620px;
  margin: 34px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.about-purpose-grid .about-purpose-en {
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.about-image-band {
  height: clamp(320px, 42vw, 540px);
  margin-top: 108px;
  overflow: hidden;
  background: var(--graphite);
}

.about-image-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.03);
}

.about-timeline,
.about-values {
  padding-top: 112px;
}

.about-timeline-list {
  border-top: 1px solid var(--line);
}

.about-timeline-list article {
  display: grid;
  grid-template-columns: minmax(160px, 0.22fr) minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.about-timeline-list h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.34;
}

.about-timeline-list p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}

.about-section-lead .about-values-summary {
  width: 100%;
  max-width: 860px;
}

.about-values-summary span {
  display: block;
}

.about-values-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
}

.about-values-index button {
  display: grid;
  min-width: 0;
  min-height: 150px;
  align-content: space-between;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-top: 0;
  border-left: 0;
  background: rgba(251, 250, 246, 0.86);
  color: var(--graphite);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition:
    background 220ms var(--ease-fluid),
    color 220ms var(--ease-fluid);
}

.about-values-index button:nth-child(4n) {
  border-right: 0;
}

.about-values-index button:nth-child(n + 5) {
  border-bottom: 0;
}

.about-timeline-index button {
  border-bottom: 0;
}

.about-timeline-panels article {
  min-height: 450px;
}

.about-values-index button:hover,
.about-values-index button:focus-visible {
  background: rgba(91, 140, 62, 0.13);
  outline: none;
}

.about-values-index button:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(91, 140, 62, 0.72);
}

.about-values-index button.is-active {
  background: var(--green);
  color: #fff;
}

.about-values-index span {
  color: var(--green);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.about-values-list header > span {
  display: block;
  min-width: 72px;
  color: #4f7f38;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 800;
  line-height: 1;
}

.about-values-index button.is-active span,
.about-values-index button.is-active small {
  color: rgba(255, 255, 255, 0.86);
}

.about-values-index strong,
.about-values-index small {
  display: block;
}

.about-values-index strong {
  margin-top: 22px;
  font-size: 20px;
  line-height: 1.3;
}

.about-values-index small {
  min-height: 2.8em;
  margin-top: 8px;
  color: var(--muted);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.about-values-list {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #edf1e9;
}

.about-values-list article {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(320px, 1.18fr);
  grid-template-rows: auto 1fr auto;
  gap: 18px 64px;
  min-width: 0;
  min-height: 430px;
  align-content: start;
  overflow: hidden;
  padding: 42px;
  background: #edf1e9;
  animation: value-panel-reveal 260ms var(--ease-fluid) both;
}

.about-values-list article::before,
.about-values-list article::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.about-values-list article::before {
  background-image: var(--value-image);
  background-position: var(--value-position, center center);
  background-size: cover;
  filter: saturate(0.88) contrast(1.02);
  transform: scale(1.01);
}

.about-values-list article::after {
  background:
    linear-gradient(90deg, rgba(240, 244, 237, 0.99) 0%, rgba(240, 244, 237, 0.97) 42%, rgba(240, 244, 237, 0.82) 56%, rgba(240, 244, 237, 0.26) 78%, rgba(240, 244, 237, 0.06) 100%),
    linear-gradient(180deg, rgba(240, 244, 237, 0.12), rgba(240, 244, 237, 0.22));
}

.about-values-list article > * {
  position: relative;
  z-index: 1;
}

.about-values-list article[hidden] {
  display: none;
}

.about-values-list header {
  grid-column: 1;
  grid-row: auto;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.about-values-list h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.18;
}

.about-values-list header p {
  margin: 8px 0 0;
  color: var(--green);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.about-values-list article > p {
  grid-column: 1;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
  text-wrap: pretty;
}

.about-values-list blockquote {
  grid-column: 1;
  display: grid;
  align-self: end;
  margin: 16px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.about-values-list blockquote strong {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
}

.product-pathway {
  padding-top: 112px;
}

.product-pathway-foundation {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid rgba(27, 29, 26, 0.14);
  border-radius: 24px;
  background: rgba(251, 250, 246, 0.9);
}

.product-pathway-foundation > div {
  display: grid;
  min-height: 176px;
  align-content: space-between;
  padding: 28px 34px;
  border-right: 1px solid rgba(27, 29, 26, 0.14);
  background: rgba(251, 250, 246, 0.86);
  color: var(--graphite);
}

.product-pathway-foundation > div:last-child {
  border-right: 0;
}

.product-pathway-foundation > div.is-active {
  background: var(--green);
  color: #fff;
}

.product-pathway-foundation span,
.product-pathway-foundation small {
  color: var(--green);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-weight: 700;
}

.product-pathway-foundation span {
  font-size: 13px;
  line-height: 1;
}

.product-pathway-foundation strong,
.product-pathway-foundation small {
  display: block;
}

.product-pathway-foundation strong {
  margin-top: 30px;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.18;
}

.product-pathway-foundation small {
  min-height: 1.4em;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.product-pathway-foundation > div.is-active span,
.product-pathway-foundation > div.is-active small {
  color: rgba(255, 255, 255, 0.84);
}

.product-pathway-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 34px;
}

.product-pathway-track::before {
  position: absolute;
  top: 267px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(91, 140, 62, 0.1), rgba(91, 140, 62, 0.72), rgba(132, 82, 69, 0.72), rgba(91, 140, 62, 0.72), rgba(91, 140, 62, 0.1));
  content: "";
}

.product-pathway-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(250px, auto) minmax(250px, auto);
  overflow: hidden;
  border: 1px solid rgba(91, 140, 62, 0.22);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 22px 56px rgba(27, 29, 26, 0.08);
}

.product-pathway-card.is-developing {
  border-color: rgba(132, 82, 69, 0.34);
}

.product-pathway-visual {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: #e8eddf;
}

.product-pathway-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(251, 250, 246, 0.02) 35%, rgba(251, 250, 246, 0.88) 100%),
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.08), rgba(34, 64, 42, 0.22));
  content: "";
}

.product-pathway-visual img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.03);
  transform: scale(1.01);
}

.product-pathway-visual span {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 1;
  color: #fff;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 10px 24px rgba(27, 29, 26, 0.36);
}

.product-pathway-body {
  position: relative;
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 34px 32px 36px;
  border-top: 1px solid rgba(91, 140, 62, 0.18);
}

.product-pathway-body::before {
  position: absolute;
  top: -17px;
  left: 32px;
  width: 34px;
  height: 34px;
  border: 6px solid var(--paper);
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 1px rgba(91, 140, 62, 0.3);
  content: "";
}

.product-pathway-card.is-developing .product-pathway-body::before {
  background: var(--brown);
  box-shadow: 0 0 0 1px rgba(132, 82, 69, 0.32);
}

.product-pathway-phase {
  width: max-content;
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.product-pathway-card.is-developing .product-pathway-phase {
  background: var(--brown);
}

.product-pathway-card h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: baseline;
  margin: 0;
  color: #1f3a29;
  font-size: clamp(26px, 2.3vw, 36px);
  font-weight: 800;
  line-height: 1.2;
}

.product-pathway-card.is-developing h3 {
  color: var(--brown);
}

.product-pathway-card h3 span {
  color: inherit;
  font-size: 0.72em;
  opacity: 0.86;
}

.product-pathway-body > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.72;
}

@keyframes value-panel-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-cta {
  margin-bottom: 0;
}

.branch-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  padding: 174px 0 86px;
  background: var(--graphite);
  color: var(--warm);
}

.branch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(27, 29, 26, 0.92), rgba(27, 29, 26, 0.68) 46%, rgba(27, 29, 26, 0.28)),
    linear-gradient(0deg, rgba(27, 29, 26, 0.72), rgba(27, 29, 26, 0.08));
  z-index: 1;
}

.branch-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 241, 233, 0.04) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(0deg, rgba(244, 241, 233, 0.035) 1px, transparent 1px) 0 0 / 88px 88px;
  opacity: 0.7;
  z-index: 1;
}

.branch-hero-media {
  position: absolute;
  inset: 0;
}

.branch-hero-media img,
.branch-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.62;
  filter: saturate(0.94) contrast(1.04);
}

.branch-hero-media.is-product img {
  padding: min(8vw, 92px);
  object-fit: contain;
  object-position: center 58%;
}

.branch-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.44fr);
  gap: 72px;
  align-items: end;
}

.branch-kicker,
.branch-label {
  color: var(--green);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.branch-hero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.08;
}

.branch-hero p {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(244, 241, 233, 0.74);
  font-size: 18px;
  line-height: 1.78;
}

.branch-hero-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 233, 0.18);
  border-radius: var(--radius);
  background: rgba(244, 241, 233, 0.14);
}

.branch-hero-panel div {
  padding: 22px;
  background: rgba(27, 29, 26, 0.46);
  backdrop-filter: blur(14px);
}

.branch-hero-panel span {
  display: block;
  color: rgba(244, 241, 233, 0.62);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.branch-hero-panel strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.branch-section {
  padding: 112px 0 0;
}

.branch-section:last-child {
  padding-bottom: 64px;
}

.company-mission {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
  overflow: hidden;
  padding: 48px 54px;
  border: 1px solid rgba(27, 29, 26, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(91, 140, 62, 0.16), rgba(47, 111, 126, 0.08) 44%, rgba(251, 250, 246, 0.96)),
    rgba(251, 250, 246, 0.96);
  box-shadow: var(--shadow);
}

.company-mission strong {
  display: block;
  margin-top: 14px;
  color: var(--graphite);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.company-mission p {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.34;
}

.branch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.branch-card {
  min-width: 0;
  padding: 34px;
  background: rgba(251, 250, 246, 0.94);
}

.branch-card span,
.branch-row span,
.branch-step span {
  display: block;
  color: var(--teal);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.branch-card h3,
.branch-step h3 {
  margin: 14px 0 0;
  color: var(--graphite);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.32;
}

.branch-development-note {
  display: grid;
  grid-template-columns: minmax(150px, 0.24fr) minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid rgba(91, 140, 62, 0.22);
  border-radius: var(--radius);
  background: #edf1e9;
}

.branch-development-note span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.branch-development-note strong {
  color: var(--graphite);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.branch-development-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.branch-card p,
.branch-step p,
.branch-row p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.branch-split {
  display: grid;
  grid-template-columns: minmax(320px, 0.48fr) minmax(0, 1fr);
  gap: 62px;
  align-items: center;
}

.branch-split h2 {
  margin: 16px 0 0;
  color: var(--graphite);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}

.branch-split p {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.branch-media-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(27, 29, 26, 0.12);
  border-radius: 30px;
  background: var(--graphite);
  box-shadow: 0 28px 70px rgba(27, 29, 26, 0.12);
}

.branch-media-frame img,
.branch-media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.branch-rows {
  border-top: 1px solid var(--line);
}

.branch-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
  gap: 42px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.branch-row strong {
  color: var(--graphite);
  font-size: 22px;
  font-weight: 800;
}

.service-network {
  scroll-margin-top: 112px;
}

.service-network-page .service-network {
  padding-top: 96px;
}

.service-network-page .branch-cta {
  margin-top: 96px;
}

.network-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  margin-bottom: 32px;
}

.network-head h2 {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--graphite);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.16;
}

.network-head p {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}

.network-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(27, 29, 26, 0.14);
  border-radius: 999px;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.service-tabs button {
  display: grid;
  gap: 6px;
  min-width: 0;
  min-height: 82px;
  padding: 18px 22px;
  border: 1px solid rgba(27, 29, 26, 0.14);
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.84);
  color: var(--graphite);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    background 240ms var(--ease-fluid),
    border-color 240ms var(--ease-fluid),
    color 240ms var(--ease-fluid),
    transform 240ms var(--ease-fluid);
}

.service-tabs button:active {
  transform: translateY(1px);
}

.service-tabs button.is-active {
  border-color: var(--green);
  background: var(--green);
  color: var(--paper);
}

.service-tabs strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
}

.service-tabs span {
  display: block;
  color: currentColor;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.72;
}

.service-locator {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 18px;
  min-height: 610px;
}

.service-map,
.service-search-panel {
  overflow: hidden;
  border: 1px solid rgba(27, 29, 26, 0.12);
  border-radius: 30px;
  background: rgba(251, 250, 246, 0.92);
  box-shadow: var(--shadow);
}

.service-map {
  position: relative;
  background: var(--graphite);
}

.service-map::before,
.service-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.service-map::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(27, 29, 26, 0.72), rgba(27, 29, 26, 0.16) 54%, rgba(27, 29, 26, 0.44)),
    radial-gradient(circle at 62% 44%, rgba(91, 140, 62, 0.38), transparent 36%);
}

.service-map::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.08) 1px, transparent 1px) 0 0 / 74px 74px,
    linear-gradient(0deg, rgba(251, 250, 246, 0.07) 1px, transparent 1px) 0 0 / 74px 74px;
}

.service-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
  filter: saturate(0.9) contrast(1.06);
}

.service-marker {
  position: absolute;
  z-index: 3;
  left: var(--x);
  top: var(--y);
  display: grid;
  gap: 2px;
  min-width: 116px;
  padding: 12px 14px 12px 34px;
  border: 1px solid rgba(251, 250, 246, 0.62);
  border-radius: 16px;
  background: rgba(251, 250, 246, 0.88);
  color: var(--graphite);
  box-shadow: 0 18px 44px rgba(27, 29, 26, 0.22);
  transform: translate(-50%, -50%);
}

.service-marker::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 14px;
  width: 10px;
  height: 10px;
  border: 3px solid rgba(91, 140, 62, 0.22);
  border-radius: 999px;
  background: var(--green);
}

.service-marker strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.service-marker span {
  color: rgba(27, 29, 26, 0.64);
  font-size: 12px;
  font-weight: 700;
}

.service-map-card {
  position: absolute;
  z-index: 4;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 24px;
  border: 1px solid rgba(251, 250, 246, 0.2);
  border-radius: 24px;
  background: rgba(27, 29, 26, 0.72);
  color: var(--paper);
  backdrop-filter: blur(16px);
}

.service-map-card span {
  display: block;
  color: rgba(251, 250, 246, 0.62);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.service-map-card strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.service-map-card p {
  max-width: 560px;
  margin: 12px 0 0;
  color: rgba(251, 250, 246, 0.76);
  font-size: 15px;
  line-height: 1.72;
}

.service-search-panel {
  display: grid;
  align-content: start;
  padding: 24px;
}

.network-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.network-filter-grid label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.network-filter-grid label span {
  color: rgba(27, 29, 26, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.network-filter-grid select,
.network-filter-grid button {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(27, 29, 26, 0.14);
  border-radius: 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.network-filter-grid select {
  padding: 0 14px;
  background: var(--paper);
  color: var(--graphite);
}

.network-filter-grid button {
  grid-column: 1 / -1;
  background: var(--graphite);
  color: var(--paper);
  cursor: pointer;
}

.service-location-list {
  display: none;
  gap: 12px;
}

.service-location-list.is-active {
  display: grid;
}

.service-location-list article {
  padding: 22px;
  border: 1px solid rgba(27, 29, 26, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(91, 140, 62, 0.08), rgba(47, 111, 126, 0.05)),
    rgba(251, 250, 246, 0.96);
}

.service-location-list h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.26;
}

.service-location-list p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.service-location-list article > span {
  display: inline-flex;
  margin-top: 16px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

/* Business cooperation page. */
.business-index {
  padding-top: 104px;
}

.business-index-head {
  max-width: 820px;
}

.business-index-head h2,
.business-branch-copy h2,
.business-pilot-copy h2 {
  margin: 14px 0 0;
  color: var(--graphite);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.12;
}

.business-index-head p,
.business-branch-copy > p,
.business-pilot-copy > p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.business-copy-single-line {
  max-width: none !important;
}

@media (min-width: 1281px) {
  .business-cooperation-page .business-copy-single-line {
    white-space: nowrap;
    font-size: clamp(14px, 1vw, 16px) !important;
    letter-spacing: 0;
  }

  .business-cooperation-page .business-split {
    grid-template-columns: minmax(800px, 1.5fr) minmax(360px, 0.8fr);
    gap: 48px;
  }

  .business-cooperation-page .business-split.is-reversed {
    grid-template-columns: minmax(360px, 0.8fr) minmax(800px, 1.5fr);
  }

  .business-cooperation-page .business-pilot-inner {
    grid-template-columns: minmax(800px, 1.5fr) minmax(360px, 0.8fr);
    gap: 48px;
  }
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .business-cooperation-page .business-split,
  .business-cooperation-page .business-split.is-reversed,
  .business-cooperation-page .business-pilot-inner {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1101px) {
  .company-page .about-timeline-panels article {
    grid-template-columns: minmax(560px, 0.98fr) minmax(300px, 1.02fr);
    gap: 18px 44px;
  }

  .company-page .about-timeline-panels header {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
  }

  .company-page .about-timeline-panels h3 {
    white-space: nowrap;
    font-size: clamp(28px, 2.2vw, 34px);
  }
}

.business-branch-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 46px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.business-branch-nav a {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 148px;
  padding: 24px;
  border-right: 1px solid var(--line);
  transition:
    background 260ms var(--ease-fluid),
    color 260ms var(--ease-fluid);
}

.business-branch-nav a:last-child {
  border-right: 0;
}

.business-branch-nav a:hover {
  background: #e9eee6;
}

.business-branch-nav span {
  color: var(--teal);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.business-branch-nav strong {
  margin-top: 16px;
  color: var(--graphite);
  font-size: 20px;
  font-weight: 800;
}

.business-branch-nav small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.business-branch {
  scroll-margin-top: 96px;
  padding-top: 120px;
}

.business-split {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: center;
}

.business-split.is-reversed {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.business-facts {
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}

.business-facts > div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.business-facts dt {
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.business-facts dd {
  margin: 0;
  color: rgba(27, 29, 26, 0.82);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.business-text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 800;
}

.business-text-link::after {
  content: "›";
  margin-left: 8px;
  color: var(--green);
  font-size: 19px;
  line-height: 1;
  transition: transform 220ms var(--ease-fluid);
}

.business-text-link:hover::after {
  transform: translateX(4px);
}

.business-media {
  min-width: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #e7e9e4;
}

.business-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-product-media img {
  padding: clamp(24px, 4vw, 58px);
  object-fit: contain;
}

.business-pilot {
  position: relative;
  min-height: 640px;
  margin-top: 120px;
  overflow: hidden;
  background: var(--graphite);
  color: var(--warm);
}

.business-pilot-media {
  position: absolute;
  inset: 0;
}

.business-pilot-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 23, 20, 0.78);
}

.business-pilot-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
}

.business-pilot-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 76px;
  align-items: center;
  min-height: 640px;
  padding-top: 78px;
  padding-bottom: 78px;
}

.business-pilot-copy h2 {
  color: #fff;
}

.business-pilot-copy > p {
  color: rgba(244, 241, 233, 0.76);
}

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

.business-pilot-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(244, 241, 233, 0.2);
  background: rgba(244, 241, 233, 0.18);
}

.business-pilot-steps > div {
  min-height: 178px;
  padding: 26px;
  background: rgba(23, 26, 23, 0.7);
  backdrop-filter: blur(10px);
}

.business-pilot-steps span {
  color: #94b47e;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.business-pilot-steps strong {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.business-pilot-steps p {
  margin: 10px 0 0;
  color: rgba(244, 241, 233, 0.68);
  font-size: 14px;
  line-height: 1.65;
}






.business-cooperation-page .business-contact {
  scroll-margin-top: 96px;
  margin-top: 86px;
  margin-bottom: 70px;
}

@media (max-width: 1100px) {
  .business-branch-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-branch-nav a:nth-child(2n) {
    border-right: 0;
  }

  .business-branch-nav a:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .business-split,
  .business-split.is-reversed,
  .business-pilot-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .business-split.is-reversed .business-media {
    order: 2;
  }

  .business-pilot-inner {
    gap: 42px;
  }
}

@media (max-width: 700px) {
  .business-index {
    padding-top: 78px;
  }

  .business-index-head h2,
  .business-branch-copy h2,
  .business-pilot-copy h2 {
    font-size: 30px;
  }

  .business-index-head p,
  .business-branch-copy > p,
  .business-pilot-copy > p {
    font-size: 15px;
  }

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

  .business-branch-nav a,
  .business-branch-nav a:nth-child(3) {
    border-right: 1px solid var(--line);
  }

  .business-branch-nav a:nth-child(2n) {
    border-right: 0;
  }

  .business-branch-nav a:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .business-branch {
    padding-top: 88px;
  }

  .business-split {
    gap: 38px;
  }

  .business-facts > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .business-pilot,
  .business-pilot-inner {
    min-height: 0;
  }

  .business-pilot-inner {
    gap: 38px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .business-pilot-steps {
    grid-template-columns: 1fr;
  }

  .business-pilot-steps > div {
    min-height: 0;
  }

}

.branch-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.branch-step {
  min-width: 0;
  padding: 30px;
  background: rgba(251, 250, 246, 0.94);
}

.branch-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 112px;
  padding: 46px 50px;
  border-radius: 30px;
  background: var(--graphite);
  color: var(--warm);
}

.branch-cta h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.22;
}

.branch-cta p {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(244, 241, 233, 0.72);
}

.page-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.branch-section > .page-tabs:first-child {
  margin: 0 0 42px;
}

.page-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(27, 29, 26, 0.14);
  border-radius: 999px;
  color: rgba(27, 29, 26, 0.74);
  font-size: 14px;
  font-weight: 700;
}

.page-tabs a.is-current {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.product-page .site-header {
  border: 1px solid rgba(27, 29, 26, 0.08);
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.72);
  backdrop-filter: blur(18px);
}

.product-page .main-nav {
  color: rgba(27, 29, 26, 0.66);
}

.product-page .main-nav a:hover,
.product-page .main-nav a.is-current {
  color: var(--graphite);
}

.product-page .header-action {
  background: var(--graphite);
  color: var(--warm);
}

.product-page section[id] {
  scroll-margin-top: 104px;
}

.product-hero {
  position: relative;
  min-height: calc(100dvh - 58px);
  padding: 132px 0 46px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(251, 250, 246, 0.94), rgba(244, 241, 233, 0.98)),
    var(--warm);
}

.fluid-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.28;
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(27, 29, 26, 0.035) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(0deg, rgba(27, 29, 26, 0.03) 1px, transparent 1px) 0 0 / 88px 88px;
  pointer-events: none;
  z-index: 1;
}

.product-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(520px, 0.62fr);
  gap: 44px;
  align-items: center;
  min-height: calc(100dvh - 178px);
}

.product-hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 38px;
}

.product-delivery,
.product-section-label,
.product-config-copy > span,
.product-option-group > span,
.product-metric-strip span,
.product-story-card span,
.product-module-grid span,
.product-service-steps span,
.product-config-total span,
.product-system-rows span {
  display: block;
  color: var(--teal);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.product-delivery {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(47, 111, 126, 0.18);
  border-radius: 999px;
  background: rgba(47, 111, 126, 0.08);
}

.product-hero h1 {
  margin: 18px 0 0;
  color: var(--graphite);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 86px;
  font-weight: 800;
  line-height: 0.96;
}

.product-subtitle {
  margin: 16px 0 0;
  color: var(--graphite);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.18;
}

.product-summary {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

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

.product-page .button {
  transform: translate3d(0, 0, 0);
  transition:
    transform 560ms var(--ease-snap),
    border-color 420ms var(--ease-fluid),
    background 420ms var(--ease-fluid),
    box-shadow 420ms var(--ease-fluid);
}

.product-page .button:hover {
  transform: translate3d(0, -3px, 0) scale(1.018);
  box-shadow: 0 18px 38px rgba(91, 140, 62, 0.18);
}

.product-page .button:active {
  transform: translate3d(0, 1px, 0) scale(0.985);
}

.product-hero-visual {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: clamp(14px, 2.4vw, 30px);
  border: 1px solid rgba(27, 29, 26, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(251, 250, 246, 0.92), rgba(244, 241, 233, 0.74)),
    var(--paper);
  box-shadow: 0 30px 80px rgba(91, 140, 62, 0.14);
}

.product-hero-visual::before {
  content: "";
  position: absolute;
  inset: 12%;
  z-index: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 24% 46%, rgba(91, 140, 62, 0.18), transparent 42%),
    radial-gradient(circle at 72% 52%, rgba(47, 111, 126, 0.12), transparent 46%);
  filter: blur(18px);
  opacity: 0.74;
}

.product-hero-visual::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 14%;
  bottom: 28px;
  height: 34px;
  border-radius: 50%;
  background: rgba(27, 29, 26, 0.16);
  filter: blur(22px);
}

.product-hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 24px;
  filter: saturate(0.98) contrast(1.02);
  transform: translate3d(calc(var(--fluid-x, 0) * 5px), calc(var(--fluid-y, 0) * 5px), 0);
  transition: transform 900ms var(--ease-fluid);
}

.product-hero-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  width: min(260px, calc(100% - 48px));
  padding: 18px 20px;
  border: 1px solid rgba(27, 29, 26, 0.1);
  border-radius: 22px;
  background: rgba(251, 250, 246, 0.86);
  box-shadow: 0 24px 60px rgba(27, 29, 26, 0.12);
  backdrop-filter: blur(18px);
  transform: translate3d(calc(var(--fluid-x, 0) * -10px), calc(var(--fluid-y, 0) * -8px), 0);
  transition: transform 900ms var(--ease-fluid);
}

.product-hero-card span {
  color: var(--teal);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.product-hero-card strong {
  display: block;
  margin-top: 8px;
  color: var(--graphite);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.product-hero-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.product-anchor-bar {
  position: sticky;
  top: 0;
  z-index: 18;
  border-top: 1px solid rgba(27, 29, 26, 0.08);
  border-bottom: 1px solid rgba(27, 29, 26, 0.08);
  background: rgba(251, 250, 246, 0.86);
  backdrop-filter: blur(18px);
}

.product-anchor-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 68px;
  overflow-x: auto;
  color: rgba(27, 29, 26, 0.66);
  font-size: 14px;
  font-weight: 700;
}

.product-anchor-inner a {
  white-space: nowrap;
}

.product-anchor-inner a:hover {
  color: var(--graphite);
}

.product-anchor-inner .is-primary {
  margin-left: auto;
  min-width: 94px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--graphite);
  color: #fff;
}

.product-anchor-inner a {
  position: relative;
}

.product-anchor-inner a:not(.is-primary)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 520ms var(--ease-fluid);
}

.product-anchor-inner a:not(.is-primary):hover::after {
  transform: scaleX(1);
}

.product-config {
  display: grid;
  grid-template-columns: minmax(300px, 0.44fr) minmax(0, 1fr);
  column-gap: 78px;
  row-gap: 36px;
  align-items: start;
  padding-top: 96px;
}

.product-config-copy h2,
.product-performance h2,
.product-video-copy h2,
.product-story-lead h2,
.product-system h2,
.product-service-copy h2,
.product-final-cta h2 {
  margin: 14px 0 0;
  color: var(--graphite);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
}

.product-config-copy p,
.product-performance p,
.product-video-copy p,
.product-story-lead p,
.product-system p,
.product-service-copy p,
.product-final-cta p {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.product-config-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
  box-shadow: 0 28px 80px rgba(91, 140, 62, 0.1);
}

.product-configurator {
  min-width: 0;
  background: rgba(251, 250, 246, 0.98);
}

.product-configurator-head {
  display: grid;
  gap: 22px;
  padding: 28px;
}

.product-configurator-head > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.product-configurator-head > div:first-child span {
  color: var(--teal);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.product-configurator-head > div:first-child small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.product-scene-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(27, 29, 26, 0.16);
  border-radius: 8px;
}

.product-scene-tabs button {
  min-width: 0;
  min-height: 58px;
  padding: 10px 12px;
  border: 0;
  border-right: 1px solid rgba(27, 29, 26, 0.12);
  background: transparent;
  color: rgba(27, 29, 26, 0.66);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  transition:
    background-color 280ms var(--ease-fluid),
    color 280ms var(--ease-fluid);
}

.product-scene-tabs button:last-child {
  border-right: 0;
}

.product-scene-tabs button:hover {
  background: rgba(91, 140, 62, 0.08);
  color: var(--graphite);
}

.product-scene-tabs button.is-active,
.product-scene-tabs button[aria-selected="true"] {
  background: var(--green);
  color: #fff;
}

.product-scene-tabs button:focus-visible,
.product-config-stage:focus-visible {
  outline: 3px solid rgba(45, 111, 124, 0.72);
  outline-offset: -3px;
}

.product-config-stage {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  overflow: hidden;
  background: #151713;
}

.product-config-stage > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition:
    opacity 360ms var(--ease-fluid),
    transform 700ms var(--ease-fluid);
}

.product-config-stage.is-changing > img {
  opacity: 0.42;
  transform: scale(1.035);
}

.product-config-stage-content {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  align-items: end;
  gap: 34px;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(12, 14, 11, 0.04) 18%, rgba(12, 14, 11, 0.86) 100%),
    linear-gradient(90deg, rgba(12, 14, 11, 0.58) 0%, transparent 68%);
}

.product-scene-detail,
.product-module-detail {
  min-width: 0;
}

.product-scene-detail > span,
.product-module-detail > span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.product-scene-detail h3,
.product-module-detail h3 {
  margin: 12px 0 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.14;
}

.product-module-detail h3 {
  font-size: 25px;
}

.product-scene-detail p,
.product-module-detail p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.72;
}

.product-scene-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.product-scene-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(19, 22, 18, 0.28);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 650;
  backdrop-filter: blur(8px);
}

.product-scene-detail .product-scene-link {
  margin-top: 20px;
  color: #fff;
}

.product-module-detail {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.product-module-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.product-module-options button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(16, 18, 15, 0.42);
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.product-module-options button.is-active {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.product-module-options button.is-coming-soon {
  flex-direction: column;
  gap: 1px;
  cursor: not-allowed;
  opacity: 0.52;
}

.product-module-options .option-label {
  line-height: 1.2;
}

.product-module-options .option-status {
  color: rgba(255, 255, 255, 0.62);
  font-size: 8px;
  line-height: 1.2;
}

.product-option-group,
.product-config-total {
  padding: 28px;
  background: rgba(251, 250, 246, 0.94);
}

.product-option-group div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.product-option-group button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid rgba(27, 29, 26, 0.14);
  border-radius: 999px;
  background: transparent;
  color: rgba(27, 29, 26, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.product-option-group button::before {
  content: "";
  position: absolute;
  inset: -120% -40%;
  background: linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, 0.46) 48%, transparent 62%);
  transform: translateX(-55%) rotate(8deg);
  transition: transform 820ms var(--ease-fluid);
}

.product-option-group button:hover::before,
.product-option-group button.is-active::before {
  transform: translateX(55%) rotate(8deg);
}

.product-option-group button.is-active {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 28px rgba(91, 140, 62, 0.22);
}

.product-option-group button.is-coming-soon,
.product-option-group button:disabled {
  flex-direction: column;
  gap: 2px;
  min-height: 58px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: rgba(27, 29, 26, 0.32);
  background: #30332f;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.58;
}

.product-option-group button.is-coming-soon::before,
.product-option-group button:disabled::before {
  display: none;
}

.product-option-group .option-status {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-family: "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
}

.product-option-group .option-label {
  display: block;
  color: inherit;
  font: inherit;
  line-height: 1.2;
}

.product-scene-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 14px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
}

.product-scene-link::after {
  content: "›";
  margin-left: 7px;
  font-size: 18px;
  line-height: 1;
  transition: transform 240ms var(--ease-fluid);
}

.product-scene-link:hover::after {
  transform: translateX(3px);
}

.product-config-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.product-config-total strong {
  display: block;
  margin-top: 8px;
  color: var(--graphite);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.18;
}

.product-performance {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 116px;
  padding: 104px 0;
  background: var(--graphite);
  color: var(--warm);
}

.product-performance::before,
.product-performance::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.product-performance::before {
  z-index: -2;
  background:
    url("./assets/product/home-manifesto-orchard-slope-qy100-20260715.webp")
    68% center / cover no-repeat;
  transform: scale(1.015);
}

.product-performance::after {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(20, 23, 19, 0.98) 0%,
      rgba(20, 23, 19, 0.92) 38%,
      rgba(20, 23, 19, 0.7) 68%,
      rgba(20, 23, 19, 0.78) 100%
    ),
    linear-gradient(
      180deg,
      rgba(20, 23, 19, 0.52) 0%,
      rgba(20, 23, 19, 0.8) 100%
    );
}

.product-performance-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
  column-gap: 76px;
  row-gap: 32px;
  align-items: end;
}

.product-performance h2,
.product-system h2,
.product-final-cta h2 {
  color: var(--warm);
}

.product-performance p,
.product-system p,
.product-final-cta p {
  color: rgba(244, 241, 233, 0.72);
}

.product-metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 233, 0.14);
  border-radius: 24px;
  background: rgba(244, 241, 233, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.product-metric-strip div {
  position: relative;
  overflow: hidden;
  min-height: 126px;
  padding: 26px;
  background: rgba(34, 37, 33, 0.62);
}

.product-metric-strip div::before,
.product-system-rows div::before {
  content: "";
  position: absolute;
  inset: auto -18% -60% -18%;
  height: 72%;
  border-radius: 50% 45% 0 0;
  background: rgba(91, 140, 62, 0.16);
  transform: translateY(34%);
  transition: transform 700ms var(--ease-fluid);
}

.product-metric-strip div:hover::before,
.product-system-rows div:hover::before {
  transform: translateY(8%);
}

.product-metric-strip span,
.product-metric-strip strong,
.product-system-rows span,
.product-system-rows strong,
.product-system-rows p {
  position: relative;
  z-index: 1;
}

.product-metric-strip strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.product-development-roadmap {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(150px, 0.3fr) repeat(2, minmax(190px, 0.42fr)) minmax(280px, 1fr);
  gap: 1px;
  overflow: hidden;
  border-top: 1px solid rgba(244, 241, 233, 0.16);
  border-bottom: 1px solid rgba(244, 241, 233, 0.16);
  background: rgba(244, 241, 233, 0.14);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px);
}

.product-development-roadmap > div,
.product-development-roadmap > p {
  min-width: 0;
  margin: 0;
  padding: 20px 22px;
  background: rgba(34, 37, 33, 0.64);
}

.product-roadmap-intro span,
.product-roadmap-item span {
  display: block;
  color: rgba(244, 241, 233, 0.54);
  font-size: 11px;
  font-weight: 700;
}

.product-roadmap-intro strong,
.product-roadmap-item strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.product-roadmap-intro strong {
  margin-top: 7px;
  color: #94b47e;
}

.product-roadmap-item span {
  width: fit-content;
  margin-top: 8px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(148, 180, 126, 0.64);
  color: #94b47e;
}

.product-development-roadmap > p {
  color: rgba(244, 241, 233, 0.68);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .branch-development-note,
  .product-development-roadmap {
    grid-template-columns: 1fr;
  }
}

.product-video {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 62px;
  align-items: center;
  padding-top: 112px;
}

.product-video-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 34px;
  background: var(--graphite);
  box-shadow: 0 30px 80px rgba(27, 29, 26, 0.16);
  clip-path: inset(0 round 34px);
  transition:
    clip-path 1100ms var(--ease-fluid),
    transform 900ms var(--ease-fluid);
}

.product-video-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 18%, rgba(91, 140, 62, 0.16) 42%, transparent 68%);
  transform: translateX(-72%);
  animation: liquidSweep 7s var(--ease-fluid) infinite;
}

.product-video-stage:hover {
  clip-path: inset(1.5% 1.5% 1.5% 1.5% round 44px);
  transform: translate3d(0, -4px, 0);
}

.product-video-stage video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-video-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.product-video-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(91, 140, 62, 0.12);
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.product-design-story,
.product-modules,
.product-service,
.product-specs {
  padding-top: 118px;
}

.product-story-lead {
  max-width: 760px;
}

.product-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.product-story-card {
  position: relative;
  height: clamp(390px, 33vw, 500px);
  min-height: 0;
  overflow: hidden;
  border-radius: 30px;
  background: var(--graphite);
  color: #fff;
  transform: translate3d(0, 0, 0);
  transition:
    transform 900ms var(--ease-fluid),
    border-radius 900ms var(--ease-fluid);
}

.product-story-card:hover {
  border-radius: 42px 24px 38px 24px;
  transform: translate3d(0, -6px, 0);
}

.product-story-card.is-large {
  grid-column: 1 / -1;
  grid-row: auto;
  height: clamp(460px, 43vw, 620px);
}

.product-story-card.is-large.is-product {
  height: auto;
  aspect-ratio: 4 / 3;
}

.product-story-card img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  filter: saturate(0.95) contrast(1.04);
  transform: scale(1.02);
  transition: transform 1300ms var(--ease-fluid), opacity 900ms var(--ease-fluid);
}

.product-story-card:hover img {
  transform: scale(1.075);
}

.product-story-card.is-large img {
  padding: 0;
  background: #f7f7f7;
  object-fit: cover;
  object-position: center;
}

.product-story-card.is-product {
  border: 1px solid rgba(27, 29, 26, 0.08);
  background: rgba(251, 250, 246, 0.96);
  box-shadow: 0 30px 90px rgba(91, 140, 62, 0.1);
  color: var(--graphite);
}

.product-story-card.is-product::after {
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(251, 250, 246, 0), rgba(251, 250, 246, 0.94));
}

.product-story-card.is-product span {
  color: var(--teal);
}

.product-story-card.is-product h3 {
  color: var(--graphite);
}

.product-story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 29, 26, 0.04), rgba(27, 29, 26, 0.68));
}

.product-story-card div {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
}

.product-story-card span,
.product-module-grid span {
  color: rgba(255, 255, 255, 0.72);
}

.product-story-card h3 {
  max-width: 620px;
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
}

.product-system {
  margin-top: 118px;
  padding: 108px 0;
  background:
    linear-gradient(90deg, rgba(244, 241, 233, 0.05) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(0deg, rgba(244, 241, 233, 0.04) 1px, transparent 1px) 0 0 / 88px 88px,
    var(--graphite);
  color: var(--warm);
}

.product-system-inner {
  display: grid;
  grid-template-columns: minmax(310px, 0.42fr) minmax(0, 1fr);
  gap: 82px;
  align-items: center;
}

.product-system-rows {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 233, 0.14);
  border-radius: 28px;
  background: rgba(244, 241, 233, 0.14);
}

.product-system-rows div {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 74px minmax(160px, 0.28fr) minmax(0, 1fr);
  gap: 26px;
  align-items: baseline;
  padding: 28px;
  background: rgba(244, 241, 233, 0.06);
}

.product-system-rows strong {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.product-system-rows p {
  margin: 0;
  color: rgba(244, 241, 233, 0.68);
  font-size: 16px;
}

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

.product-module-grid article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
  background: var(--graphite);
  color: #fff;
  transition:
    transform 840ms var(--ease-fluid),
    border-radius 840ms var(--ease-fluid);
}

.product-module-grid article:hover {
  border-radius: 38px 22px 34px 22px;
  transform: translate3d(0, -6px, 0);
}

.product-module-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 1200ms var(--ease-fluid);
}

.product-module-grid .is-product-module img {
  padding: 20px;
  object-fit: contain;
  background:
    linear-gradient(135deg, rgba(251, 250, 246, 0.96), rgba(244, 241, 233, 0.88)),
    var(--paper);
}

.product-module-grid article:hover img {
  transform: scale(1.065);
}

.product-module-grid article.is-coming-soon {
  background: #292c28;
  color: rgba(255, 255, 255, 0.68);
  cursor: not-allowed;
}

.product-module-grid article.is-coming-soon:hover {
  border-radius: 28px;
  transform: none;
}

.product-module-grid article.is-coming-soon img,
.product-module-grid article.is-coming-soon:hover img {
  filter: grayscale(0.82) brightness(0.58);
  opacity: 0.62;
  transform: scale(1.01);
}

.product-module-grid article.is-coming-soon h3 {
  color: rgba(255, 255, 255, 0.72);
}

.product-module-grid article.is-coming-soon p {
  color: rgba(244, 241, 233, 0.46);
}

.product-module-grid article .product-module-status {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(25, 27, 24, 0.78);
  color: rgba(255, 255, 255, 0.82);
  font-family: "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.product-module-grid article span,
.product-module-grid article h3,
.product-module-grid article p {
  margin-left: 26px;
  margin-right: 26px;
}

.product-module-grid article span {
  margin-top: 26px;
}

.product-module-grid h3 {
  margin-top: 12px;
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.product-module-grid p {
  margin-top: 14px;
  margin-bottom: 28px;
  color: rgba(244, 241, 233, 0.7);
  font-size: 15px;
  line-height: 1.68;
}

.product-service {
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(0, 1fr);
  column-gap: 72px;
  row-gap: 36px;
  align-items: start;
}

.product-service-copy {
  position: sticky;
  top: 96px;
}

.product-service-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
}

.product-service-steps article {
  min-height: 210px;
  padding: 30px;
  background: rgba(251, 250, 246, 0.94);
}

.product-service-steps h3 {
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: 800;
}

.product-service-steps p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.product-spec-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 34px;
  border-radius: 18px;
  background: var(--graphite);
  color: #fff;
}

.product-spec-highlights > div {
  min-width: 0;
  min-height: 138px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.product-spec-highlights > div:last-child {
  border-right: 0;
}

.product-spec-highlights span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
}

.product-spec-highlights strong {
  display: block;
  margin-top: 18px;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1.08;
}

.product-spec-unit {
  font-size: clamp(15px, 0.48em, 18px);
  font-weight: 600;
  line-height: 1;
}

.product-spec-highlights .product-spec-degree {
  display: inline-block;
  margin-left: 0.04em;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
}

.product-spec-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.product-spec-group {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(251, 250, 246, 0.92);
}

.product-spec-group h3 {
  margin: 0;
  padding: 20px 24px;
  background: #e6ebe4;
  color: var(--graphite);
  font-size: 20px;
  font-weight: 800;
}

.product-spec-group dl {
  margin: 0;
}

.product-spec-group dl > div {
  display: grid;
  grid-template-columns: minmax(118px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 15px 24px;
  border-top: 1px solid var(--line);
}

.product-spec-group dt {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.product-spec-group dd {
  min-width: 0;
  margin: 0;
  color: rgba(27, 29, 26, 0.88);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.product-spec-note {
  max-width: 940px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

/* Customer manual access */
.product-manual-access {
  scroll-margin-top: 96px;
  margin-top: 120px;
  padding: 108px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #e8ede7;
}

.product-manual-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 84px;
  align-items: start;
}

.product-manual-copy h2 {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--graphite);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.08;
}

.product-manual-copy > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.product-manual-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid rgba(27, 29, 26, 0.16);
  list-style: none;
}

.product-manual-steps li {
  min-width: 0;
  padding: 24px 18px 0 0;
}

.product-manual-steps li + li {
  padding-left: 18px;
  border-left: 1px solid rgba(27, 29, 26, 0.16);
}

.product-manual-steps span {
  display: block;
  color: var(--teal);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.product-manual-steps strong,
.product-manual-steps small {
  display: block;
}

.product-manual-steps strong {
  margin-top: 14px;
  color: var(--graphite);
  font-size: 16px;
  line-height: 1.45;
}

.product-manual-steps small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.product-manual-panel {
  padding: 34px;
  border: 1px solid rgba(27, 29, 26, 0.16);
  border-radius: 8px;
  background: #f8f8f4;
}

.product-manual-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.product-manual-panel-head span {
  color: var(--graphite);
  font-size: 18px;
  font-weight: 800;
}

.product-manual-panel-head small {
  color: var(--teal);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.product-manual-form {
  margin-top: 30px;
}

.product-manual-form label {
  display: block;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 800;
}

.product-manual-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 12px;
}

.product-manual-input-row input {
  min-width: 0;
  height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(27, 29, 26, 0.22);
  border-radius: 6px;
  outline: none;
  background: #fff;
  color: var(--graphite);
  font: inherit;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-manual-input-row input:focus {
  border-color: #4f7a36;
  box-shadow: 0 0 0 3px rgba(79, 122, 54, 0.12);
}

.product-manual-input-row .button {
  min-width: 118px;
  height: 54px;
  border: 0;
  cursor: pointer;
}

.product-manual-input-row .button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.product-manual-form > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.product-manual-status {
  margin-top: 24px;
  padding: 20px;
  border-left: 3px solid #777;
  background: #fff;
}

.product-manual-status.is-approved {
  border-color: #4f7a36;
  background: #eef4eb;
}

.product-manual-status.is-pending {
  border-color: #b98c32;
  background: #f8f2e5;
}

.product-manual-status.is-rejected,
.product-manual-status.is-error {
  border-color: #925746;
  background: #f4ece9;
}

.product-manual-status strong {
  color: var(--graphite);
  font-size: 16px;
}

.product-manual-status p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.product-manual-status .button {
  width: 100%;
  margin-top: 18px;
}

.product-manual-support {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.product-manual-support a {
  flex: 0 0 auto;
  border-bottom: 1px solid currentColor;
  color: var(--graphite);
  font-weight: 800;
}

@media (max-width: 980px) {
  .product-manual-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .product-manual-panel {
    max-width: 680px;
  }
}

@media (max-width: 620px) {
  .product-manual-access {
    margin-top: 88px;
    padding: 78px 0;
  }

  .product-manual-copy h2 {
    font-size: 40px;
  }

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

  .product-manual-steps li,
  .product-manual-steps li + li {
    padding: 20px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(27, 29, 26, 0.14);
  }

  .product-manual-panel {
    padding: 24px 20px;
  }

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

  .product-manual-input-row .button {
    width: 100%;
  }

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

@media (max-width: 900px) {
  .about-values-summary span {
    display: inline;
  }
}

@media (max-width: 900px) {
  .product-spec-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-spec-highlights > div {
    min-height: 122px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .product-spec-highlights > div:nth-child(2) {
    border-right: 0;
  }

  .product-spec-highlights > div:nth-child(n + 3) {
    border-bottom: 0;
  }

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

@media (max-width: 480px) {
  .product-spec-highlights > div {
    min-height: 108px;
    padding: 20px 16px;
  }

  .product-spec-highlights strong {
    font-size: 24px;
  }

  .product-spec-group h3 {
    padding: 18px;
  }

  .product-spec-group dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 18px;
  }
}

.product-final-cta {
  margin-top: 118px;
  padding: 106px 0;
  background: var(--graphite);
  color: var(--warm);
  text-align: center;
}

.product-final-cta .section-shell {
  display: grid;
  justify-items: center;
}

.product-final-cta p {
  max-width: 680px;
}

.product-final-cta .button {
  margin-top: 32px;
}

.motion-ready .motion-item {
  opacity: 0;
  clip-path: inset(10% 0 0 0 round 24px);
  transform: translate3d(0, 52px, 0) scale(0.985);
  transition:
    opacity 900ms var(--ease-fluid) var(--motion-delay, 0ms),
    clip-path 1120ms var(--ease-fluid) var(--motion-delay, 0ms),
    transform 1120ms var(--ease-fluid) var(--motion-delay, 0ms);
}

.motion-ready .motion-item.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0 round 0);
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes fluidMorph {
  0% {
    border-radius: 48% 52% 42% 58% / 58% 42% 58% 42%;
    transform: translate3d(0, 0, 0) rotate(-1deg) scale(0.985);
  }
  45% {
    border-radius: 58% 42% 54% 46% / 44% 58% 42% 56%;
    transform: translate3d(2%, -1%, 0) rotate(1.5deg) scale(1.025);
  }
  100% {
    border-radius: 42% 58% 60% 40% / 52% 46% 54% 48%;
    transform: translate3d(-1%, 2%, 0) rotate(-0.5deg) scale(1.04);
  }
}

@keyframes machineFloat {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 -10px;
  }
}

@keyframes liquidSweep {
  0% {
    transform: translateX(-72%) skewX(-8deg);
  }
  52%,
  100% {
    transform: translateX(76%) skewX(-8deg);
  }
}

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

  .fluid-canvas {
    display: none;
  }

  .motion-ready .motion-item,
  .motion-ready .motion-item.is-visible {
    opacity: 1;
    clip-path: none;
    transform: none;
  }
}

/* Agriculture intelligence: multi-environment vegetation management scenes. */
.agri-intelligence-page .vegetation-heading {
  max-width: 980px;
  margin-bottom: 46px;
}

.agri-intelligence-page .vegetation-heading h2 {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.12;
}

.agri-intelligence-page .vegetation-heading p {
  max-width: 840px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.vegetation-scene-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--line);
}

.vegetation-scene-tabs button {
  min-width: 0;
  height: 64px;
  padding: 0 18px;
  border: 0;
  background: rgba(251, 250, 246, 0.96);
  color: rgba(27, 29, 26, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    background 260ms var(--ease-fluid),
    color 260ms var(--ease-fluid),
    transform 180ms var(--ease-fluid);
}

.vegetation-scene-tabs button:hover {
  background: #edf1e9;
  color: var(--graphite);
}

.vegetation-scene-tabs button.is-active {
  background: #4f7a36;
  color: #fff;
}

.vegetation-scene-tabs button:active {
  transform: scale(0.985);
}

.vegetation-scene-tabs button:focus-visible,
.vegetation-scene-card:focus-visible,
.vegetation-custom-link:focus-visible {
  outline: 3px solid rgba(79, 122, 54, 0.54);
  outline-offset: 3px;
}

.vegetation-scene-stage {
  min-height: clamp(720px, 58vw, 860px);
}

.vegetation-scene-card[hidden] {
  display: none;
}

.vegetation-scene-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  gap: 32px;
  min-width: 0;
  min-height: 720px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(27, 29, 26, 0.13);
  border-radius: 16px;
  background: #eef0eb;
}

.vegetation-scene-card.is-selected {
  border-color: rgba(79, 122, 54, 0.72);
  box-shadow: inset 0 0 0 1px rgba(79, 122, 54, 0.42);
  animation: vegetation-panel-in 560ms var(--ease-fluid) both;
}

.vegetation-scene-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 10px 6px 4px;
}

.vegetation-card-heading {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.vegetation-card-heading span {
  color: #456b30;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.vegetation-card-heading h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 18px;
  font-weight: 800;
}

.vegetation-scene-copy > strong {
  display: block;
  margin-top: 34px;
  color: var(--graphite);
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 800;
  line-height: 1.2;
}

.vegetation-scene-copy > p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.82;
}

.vegetation-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 30px;
}

.vegetation-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(69, 107, 48, 0.2);
  border-radius: 999px;
  background: rgba(91, 140, 62, 0.08);
  color: #456b30;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.vegetation-scene-media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 190px;
  gap: 14px;
  min-width: 0;
}

.vegetation-video-frame,
.vegetation-image-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #171a17;
}

.vegetation-video-frame {
  min-height: 0;
  border-radius: 12px;
}

.vegetation-video-frame video,
.vegetation-image-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vegetation-video-frame video {
  position: absolute;
  inset: 0;
}

.vegetation-video-frame figcaption,
.vegetation-image-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: rgba(17, 20, 17, 0.78);
  color: #fff;
  backdrop-filter: blur(10px);
}

.vegetation-video-frame figcaption span {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.vegetation-video-frame figcaption strong {
  font-size: 13px;
}

.vegetation-image-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: 0;
}

.vegetation-image-gallery figure {
  border-radius: 10px;
}

.vegetation-image-gallery figcaption {
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 700;
}

.vegetation-image-gallery .vegetation-product-image {
  background: #f7f7f4;
}

.vegetation-image-gallery .vegetation-product-image img {
  object-fit: contain;
  padding: 14px;
}

.vegetation-scene-card.is-selected .vegetation-video-frame,
.vegetation-scene-card.is-selected .vegetation-image-gallery figure {
  animation: vegetation-media-in 620ms var(--ease-fluid) both;
}

.vegetation-scene-card.is-selected .vegetation-image-gallery figure:nth-child(1) {
  animation-delay: 70ms;
}

.vegetation-scene-card.is-selected .vegetation-image-gallery figure:nth-child(2) {
  animation-delay: 120ms;
}

.vegetation-scene-card.is-selected .vegetation-image-gallery figure:nth-child(3) {
  animation-delay: 170ms;
}

@keyframes vegetation-panel-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes vegetation-media-in {
  from {
    opacity: 0;
    clip-path: inset(0 0 14% 0);
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}

.agri-intelligence-page .vegetation-workflow {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.91fr) minmax(0, 0.91fr);
}

.vegetation-final-cta {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.46fr);
}

.vegetation-cta-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.vegetation-cta-actions .button {
  width: 100%;
  min-width: 0;
  border-radius: 999px;
}

.vegetation-cta-actions .button-primary {
  background: #4f7a36;
}

.vegetation-final-cta .button-secondary {
  border-color: rgba(244, 241, 233, 0.24);
  background: rgba(244, 241, 233, 0.96);
}

.vegetation-custom-link {
  grid-column: 1 / -1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-bottom: 1px solid currentColor;
  color: var(--warm);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .vegetation-scene-stage {
    min-height: 0;
  }

  .vegetation-scene-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .vegetation-scene-copy {
    padding: 4px 2px 8px;
  }

  .vegetation-tags {
    margin-top: 0;
  }

  .vegetation-scene-media {
    grid-template-rows: auto 180px;
  }

  .vegetation-video-frame {
    aspect-ratio: 16 / 9;
  }

  .agri-intelligence-page .vegetation-workflow {
    grid-template-columns: 1.18fr 0.91fr 0.91fr;
  }

  .vegetation-final-cta {
    grid-template-columns: 1fr;
  }

  .vegetation-cta-actions {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .agri-intelligence-page .vegetation-heading {
    margin-bottom: 32px;
  }

  .agri-intelligence-page .vegetation-heading h2 {
    font-size: 34px;
  }

  .agri-intelligence-page .vegetation-heading p {
    font-size: 15px;
  }

  .vegetation-scene-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 12px;
  }

  .vegetation-scene-tabs button {
    height: 54px;
    padding: 0 10px;
    font-size: 14px;
  }

  .agri-intelligence-page .vegetation-workflow {
    grid-template-columns: 1fr;
  }

  .vegetation-scene-card {
    gap: 24px;
    padding: 20px;
  }

  .vegetation-scene-copy > strong {
    margin-top: 24px;
    font-size: 24px;
  }

  .vegetation-scene-copy > p {
    font-size: 15px;
  }

  .vegetation-tags {
    margin-top: 0;
    padding-top: 24px;
  }

  .vegetation-scene-media {
    grid-template-rows: auto auto;
  }

  .vegetation-image-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .vegetation-image-gallery figure {
    aspect-ratio: 4 / 3;
  }

  .vegetation-image-gallery .vegetation-image-wide {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }

  .vegetation-video-frame figcaption {
    padding: 11px 12px;
  }

  .vegetation-cta-actions {
    grid-template-columns: 1fr;
  }

  .vegetation-custom-link {
    grid-column: auto;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lead-region-field {
    animation: none;
  }

  .vegetation-scene-tabs button,
  .vegetation-scene-card {
    transition: none;
  }

  .vegetation-scene-card.is-selected,
  .vegetation-scene-card.is-selected .vegetation-video-frame,
  .vegetation-scene-card.is-selected .vegetation-image-gallery figure {
    animation: none;
  }
}

@media (max-width: 1100px) {
  .lead-card {
    max-height: calc(100dvh - 42px);
    padding: 36px;
  }

  .lead-mark {
    width: 118px;
    height: 56px;
  }

  .lead-brand-lockup img {
    width: 172px;
  }

  .lead-card-grid {
    grid-template-columns: minmax(230px, 0.72fr) minmax(320px, 1fr);
    gap: 28px;
    margin-top: 34px;
  }

  .lead-card-copy h2 {
    max-width: 420px;
    font-size: 34px;
  }

  .lead-card-copy p {
    max-width: 430px;
    font-size: 15px;
    line-height: 1.72;
  }

  .lead-proof {
    margin-top: 24px;
  }

  .lead-proof span {
    min-width: 86px;
    height: 34px;
    font-size: 12px;
  }

  .site-header {
    grid-template-columns: 220px 1fr auto;
    gap: 18px;
  }

  .main-nav {
    gap: 16px;
    font-size: 15px;
  }

  .hero {
    min-height: calc(100dvh - 58px);
  }

  .hero-product {
    opacity: 0.94;
  }

  .hero-product img {
    object-position: 48% 58%;
  }

  .hero-system-card {
    right: 24px;
    bottom: 122px;
  }

  .company-profile,
  .tco-panel {
    grid-template-columns: 1fr;
  }

  .company-profile article {
    padding: 28px 0;
  }

  .company-profile article + article {
    padding-left: 0;
    border-left: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .footer-contact {
    justify-items: start;
    text-align: left;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-brand-row {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .footer-locale {
    white-space: normal;
  }

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

  .about-purpose-grid article {
    min-height: 320px;
  }

  .about-timeline-list article {
    grid-template-columns: minmax(140px, 0.26fr) minmax(0, 1fr);
    gap: 18px 34px;
  }

  .about-timeline-list p {
    grid-column: 2;
  }

  .robotics-inner,
  .field-video,
  .section-heading,
  .solution-panel {
    grid-template-columns: 1fr;
  }

  .field-video {
    gap: 38px;
  }

  .solution-panel {
    min-height: 0;
  }

  .solution-panel-copy {
    padding: 26px 28px 4px;
  }

  .mini-status {
    justify-content: flex-start;
  }

  .branch-hero {
    padding-top: 150px;
  }

  .branch-hero-inner,
  .branch-split,
  .branch-grid,
  .branch-process,
  .branch-cta,
  .network-head,
  .service-locator {
    grid-template-columns: 1fr;
  }

  .branch-hero-inner {
    gap: 42px;
  }

  .network-head {
    align-items: start;
  }

  .network-mail {
    justify-self: start;
  }

  .service-map {
    min-height: 520px;
  }

  .branch-hero h1 {
    font-size: 48px;
  }

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

  .branch-cta {
    align-items: start;
  }

  .product-page .site-header {
    grid-template-columns: 190px 1fr auto;
  }

  .product-config,
  .product-performance-inner,
  .product-video,
  .product-system-inner,
  .product-service {
    grid-template-columns: 1fr;
  }

  .product-hero-inner {
    min-height: calc(100dvh - 178px);
    gap: 36px;
  }

  .product-hero-copy {
    padding-bottom: 0;
  }

  .product-hero-visual {
    min-height: 0;
  }

  .product-hero-visual img {
    width: 100%;
  }

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

  .product-service-copy {
    position: static;
  }
}

@media (max-width: 900px) {
  .site-header,
  .product-page .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
    width: min(100% - 28px, 1400px);
    min-height: 0;
    padding: 12px;
    border-radius: 24px;
  }

  .brand img {
    width: 180px;
    height: 36px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding: 8px 2px 2px;
    font-size: 15px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav > a,
  .main-nav .nav-parent,
  .nav-submenu a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(27, 29, 26, 0.11);
    border-radius: 999px;
    background: rgba(251, 250, 246, 0.72);
    color: rgba(27, 29, 26, 0.68);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .main-nav a:hover,
  .main-nav a.is-current,
  .nav-submenu a.is-current {
    border-color: rgba(91, 140, 62, 0.34);
    background: rgba(91, 140, 62, 0.14);
    color: var(--graphite);
  }

  .nav-group {
    display: contents;
  }

  .nav-group::after,
  .nav-parent::after {
    display: none;
  }

  .nav-submenu {
    position: static;
    display: contents;
    min-width: 0;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
    backdrop-filter: none;
  }

  .main-nav > a[href="./index.html#top"] {
    order: 1;
  }

  .main-nav > a[href="./company.html"] {
    order: 2;
  }

  .main-nav > a[href="./products-services.html"] {
    order: 3;
  }

  .main-nav > a[href="./service-network.html"] {
    order: 4;
  }

  .main-nav .nav-parent {
    order: 5;
  }

  .main-nav .nav-submenu a[href="./agri-intelligence.html"] {
    display: none;
  }

  .main-nav .nav-submenu a[href="./vehicle-ecosystem.html"] {
    order: 6;
  }

  .header-action {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: auto;
    min-width: 92px;
    height: 40px;
  }

  .product-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .product-hero-visual {
    width: min(100%, 720px);
  }
}

@media (max-width: 760px) {
  .lead-overlay {
    align-items: center;
    padding: 12px;
  }

  .lead-card {
    width: 100%;
    min-width: 0;
    max-height: calc(100dvh - 24px);
    overflow-x: hidden;
    overscroll-behavior: contain;
    padding: 28px 22px 24px;
    border-radius: 24px;
    -webkit-overflow-scrolling: touch;
  }

  .lead-card::after {
    inset: 8px;
    border-radius: 19px;
  }

  .lead-card-top {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .lead-brand-lockup {
    gap: 10px;
    min-width: 0;
  }

  .lead-mark {
    width: 62px;
    height: 36px;
  }

  .lead-brand-lockup img {
    width: 132px;
    height: 32px;
  }

  .lead-language-switch {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }

  .lead-language-switch button {
    min-width: 42px;
    height: 29px;
    padding: 0 9px;
    font-size: 11px;
  }

  .lead-close {
    width: 40px;
    height: 40px;
  }

  .lead-card-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    align-items: start;
    margin-top: 28px;
  }

  .lead-card-copy,
  .lead-form,
  .lead-form fieldset,
  .lead-form > label {
    min-width: 0;
  }

  .lead-card-copy h2 {
    margin-top: 18px;
    font-size: 30px;
  }

  .lead-card-copy p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.7;
  }

  .lead-proof {
    margin-top: 22px;
  }

  .lead-proof span {
    min-width: 84px;
    height: 34px;
    font-size: 12px;
  }

  .lead-form {
    gap: 14px;
  }

  .lead-region-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lead-region-field-wide {
    grid-column: auto;
  }

  .lead-contact-phone {
    grid-template-columns: minmax(0, 1fr);
  }

  .lead-address-fields {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .lead-choice-grid span {
    min-height: 46px;
    padding: 0 8px;
  }

  .lead-form input,
  .lead-form select {
    max-width: 100%;
    height: 52px;
    border-radius: 12px;
    font-size: 14px;
  }

  .lead-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lead-actions button {
    height: 54px;
    border-radius: 12px;
    font-size: 16px;
  }

  .lead-card.is-success-view .lead-card-grid {
    margin-top: 10px;
  }

  .lead-card.is-success-view {
    padding: 14px 14px 12px;
  }

  .lead-card.is-success-view .lead-card-top {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .lead-card.is-success-view .lead-language-switch {
    grid-column: auto;
    grid-row: auto;
  }

  .lead-card.is-success-view .lead-mark {
    width: 48px;
    height: 28px;
  }

  .lead-card.is-success-view .lead-brand-lockup img {
    width: 104px;
    height: 26px;
  }

  .lead-card.is-success-view .lead-close {
    width: 34px;
    height: 34px;
  }

  .lead-success-view h2 {
    margin-top: 8px;
    font-size: clamp(20px, 6vw, 28px);
  }

  .lead-card[data-lead-language="zh"] .lead-success-view h2 {
    font-size: clamp(18px, 5.3vw, 23px);
  }

  .lead-success-copy {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.4;
  }

  .lead-sales-contact {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .lead-sales-contact h3 {
    margin-top: 2px;
    font-size: 17px;
  }

  .lead-sales-contact p {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.35;
  }

  .lead-sales-contact button {
    width: 100%;
    min-height: 40px;
    white-space: normal;
  }

  .lead-sales-qr {
    gap: 10px;
    margin-top: 8px;
    padding: 8px 10px;
  }

  .lead-sales-qr img {
    width: min(132px, 36vw);
  }

  .lead-sales-qr figcaption {
    gap: 4px;
    text-align: left;
  }

  .lead-sales-qr strong {
    font-size: 15px;
  }

  .lead-sales-qr span {
    font-size: 11px;
  }

  .lead-success-close {
    min-width: 112px;
    min-height: 40px;
    margin-top: 8px;
    font-size: 13px;
  }

  .announcement {
    min-height: 68px;
    padding: 10px 52px 10px 18px;
    justify-content: flex-start;
    font-size: 12px;
    text-align: left;
  }

  .announcement button {
    right: 14px;
  }

  .announcement-hidden .site-header {
    top: 0;
  }

  .site-header {
    width: min(100% - 28px, 1400px);
    grid-template-columns: 1fr auto;
    min-height: 0;
    top: 68px;
    margin-top: 0;
    border-radius: 24px;
  }

  .brand img {
    width: 158px;
    height: 32px;
  }

  .main-nav {
    gap: 8px;
    padding-top: 8px;
  }

  .header-action {
    min-width: 92px;
    height: 40px;
  }

  .section-shell,
  .signal-strip {
    width: min(100% - 28px, 1400px);
  }

  .hero {
    min-height: calc(100dvh - 68px);
    padding: 0;
  }

  .hero-copy h1 {
    font-size: 42px;
    line-height: 1.15;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .delivery-line {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .hero-cta {
    min-width: 168px;
    height: 54px;
    font-size: 15px;
  }

  .hero-product {
    opacity: 0.9;
  }

  .hero-product img {
    object-position: 48% 50%;
  }

  .hero-system-card {
    left: 50%;
    right: auto;
    bottom: 104px;
    transform: translateX(-50%);
    grid-template-columns: repeat(3, auto);
    padding: 7px;
  }

  .hero-system-card span {
    min-width: 74px;
    height: 30px;
    font-size: 10px;
  }

  .hero-proof {
    left: 18px;
    right: 18px;
    bottom: 16px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-proof div {
    display: grid;
    grid-template-columns: minmax(120px, 0.44fr) 1fr;
    gap: 10px;
    align-items: baseline;
  }

  .hero-proof strong,
  .hero-proof span {
    font-size: 12px;
  }

  .model-switcher {
    width: min(100% - 28px, 520px);
    min-width: 0;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .platform,
  .solutions,
  .parameters,
  .company,
  .tco {
    padding-top: 78px;
  }

  .section-heading {
    gap: 16px;
    margin-bottom: 34px;
  }

  .section-heading h2,
  .robot-copy h2,
  .video-copy h2,
  .contact h2 {
    font-size: 30px;
  }

  .capability-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .company-profile strong {
    font-size: 20px;
  }

  .robotics {
    margin-top: 80px;
    padding: 58px 0;
  }

  .field-video {
    padding-top: 78px;
  }

  .video-facts {
    margin-top: 28px;
  }

  .video-facts div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }

  .video-stage {
    border-radius: 22px;
  }

  .video-badge {
    top: 12px;
    left: 12px;
    padding: 8px 10px;
  }

  .robotics-inner {
    gap: 42px;
  }

  .robot-media {
    min-height: 310px;
  }

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

  .solution-panel {
    padding: 28px;
    gap: 22px;
    border-radius: 24px;
  }

  .solution-panel-copy {
    gap: 24px;
    padding: 2px 0 0;
  }

  .solution-panel h3 {
    font-size: 28px;
  }

  .solution-panel p {
    font-size: 16px;
    line-height: 1.75;
  }

  .solution-visual {
    min-height: 220px;
    border-radius: 18px;
  }

  .solution-visual img {
    min-height: 220px;
  }

  .solution-visual figcaption {
    left: 12px;
    bottom: 12px;
    min-height: 34px;
    max-width: calc(100% - 24px);
    font-size: 12px;
  }

  .mini-status {
    flex-wrap: wrap;
  }

  .parameter-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tco-inputs {
    grid-template-columns: 1fr;
  }

  .tco-inputs label {
    padding: 22px;
  }

  .tco-results div {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 22px;
  }

  .tco-results strong {
    font-size: 24px;
    text-align: left;
  }

  .contact {
    grid-template-columns: 1fr;
    margin-top: 82px;
    padding: 34px 28px;
  }

  .site-footer {
    margin-top: 54px;
    padding: 54px 0 34px;
  }

  .footer-shell {
    width: min(100% - 28px, 1400px);
  }

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

  .footer-column {
    gap: 14px;
  }

  .footer-mail {
    font-size: 24px;
    word-break: break-word;
  }

  .footer-contact {
    gap: 10px;
  }

  .footer-social {
    width: 100%;
    flex-wrap: nowrap;
    gap: 5px;
  }

  .footer-social button {
    min-height: 32px;
    padding: 0 8px;
    font-size: 12px;
  }

  .footer-brand-row {
    margin-top: 54px;
  }

  .footer-logo {
    width: 196px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-bottom p:last-child {
    justify-self: start;
    text-align: left;
  }

  .footer-filings {
    justify-self: start;
    justify-content: flex-start;
    text-align: left;
  }

  .about-hero {
    min-height: 560px;
  }

  .about-hero-content {
    width: min(100% - 28px, 1100px);
    padding-bottom: 48px;
  }

  .about-video-link {
    min-height: 40px;
    padding: 0 18px;
    font-size: 15px;
  }

  .about-intro {
    padding: 70px 0 68px;
  }

  .about-intro p {
    font-size: 22px;
    line-height: 1.72;
  }

  .about-section-lead {
    margin-bottom: 30px;
  }

  .about-section-lead p {
    font-size: 15px;
  }

  .about-purpose-grid {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .about-purpose-grid article {
    min-height: 0;
    padding: 28px;
  }

  .about-values-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
  }

  .about-values-index button,
  .about-values-index button:nth-child(4n),
  .about-values-index button:nth-child(n + 5) {
    min-height: 132px;
    padding: 20px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .about-values-index button:nth-child(2n) {
    border-right: 0;
  }

  .about-values-index button:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .about-timeline-index button {
    border-bottom: 1px solid var(--line);
  }

  .about-timeline-index button:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .about-values-index small {
    min-height: 0;
  }

  .about-purpose-grid h3 {
    margin-top: 24px;
    font-size: 28px;
  }

  .about-purpose-grid p {
    margin-top: 22px;
    font-size: 15px;
  }

  .about-image-band {
    height: 260px;
    margin-top: 70px;
  }

  .about-timeline,
  .about-values {
    padding-top: 76px;
  }

  .product-pathway {
    padding-top: 76px;
  }

  .product-pathway-foundation {
    margin-top: 34px;
    border-radius: 20px;
  }

  .product-pathway-foundation > div {
    min-height: 140px;
    padding: 22px;
  }

  .product-pathway-foundation strong {
    margin-top: 24px;
    font-size: 24px;
  }

  .product-pathway-foundation small {
    font-size: 12px;
  }

  .product-pathway-track {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 24px;
  }

  .product-pathway-track::before {
    top: 60px;
    right: auto;
    bottom: 60px;
    left: 28px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(91, 140, 62, 0.1), rgba(91, 140, 62, 0.72), rgba(132, 82, 69, 0.72), rgba(91, 140, 62, 0.72), rgba(91, 140, 62, 0.1));
  }

  .product-pathway-card {
    grid-template-rows: minmax(210px, auto) auto;
    border-radius: 20px;
  }

  .product-pathway-visual,
  .product-pathway-visual img {
    min-height: 210px;
  }

  .product-pathway-visual span {
    top: 18px;
    left: 20px;
    font-size: 36px;
  }

  .product-pathway-body {
    gap: 18px;
    padding: 28px 24px 30px;
  }

  .product-pathway-body::before {
    left: 24px;
  }

  .product-pathway-body > p:last-child {
    font-size: 15px;
  }

  .about-timeline-list article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

  .about-timeline-list p {
    grid-column: auto;
  }

  .about-values-list {
    margin-top: 14px;
    border-radius: 20px;
  }

  .about-values-list article {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
    padding: 232px 24px 28px;
    background: #edf1e9;
  }

  .about-timeline-panels article {
    min-height: 0;
  }

  .about-values-list article::before {
    bottom: auto;
    height: 220px;
    background-position: var(--value-position-mobile, 72% center);
    transform: none;
  }

  .about-values-list article::after {
    bottom: auto;
    height: 220px;
    background: linear-gradient(180deg, rgba(237, 241, 233, 0) 58%, rgba(237, 241, 233, 0.94) 91%, #edf1e9 100%);
  }

  .about-values-list header {
    grid-row: auto;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  .about-values-list header > span {
    min-width: 56px;
    font-size: 32px;
  }

  .about-values-list h3 {
    font-size: 28px;
  }

  .about-values-list article > p,
  .about-values-list blockquote {
    margin-left: 0;
  }

  .about-values-list article > p {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.82;
  }

  .about-values-list blockquote {
    margin-top: 26px;
    padding-top: 18px;
  }

  .about-values-list blockquote strong {
    font-size: 22px;
    line-height: 1.4;
  }

  .branch-hero {
    min-height: 0;
    padding: 188px 0 58px;
  }

  .branch-hero::before {
    background:
      linear-gradient(180deg, rgba(27, 29, 26, 0.9), rgba(27, 29, 26, 0.58) 54%, rgba(27, 29, 26, 0.84)),
      linear-gradient(90deg, rgba(27, 29, 26, 0.64), rgba(27, 29, 26, 0.18));
  }

  .branch-hero-inner {
    gap: 28px;
  }

  .branch-hero h1 {
    font-size: 36px;
    line-height: 1.14;
  }

  .branch-hero p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.72;
  }

  .branch-hero-panel div {
    padding: 18px;
  }

  .branch-section {
    padding-top: 78px;
  }

  .company-mission {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 28px;
    border-radius: 24px;
  }

  .company-mission p {
    font-size: 28px;
    line-height: 1.42;
  }

  .branch-card,
  .branch-step {
    padding: 24px;
  }

  .branch-card h3,
  .branch-step h3 {
    font-size: 21px;
  }

  .branch-split {
    gap: 34px;
  }

  .branch-media-frame {
    border-radius: 22px;
  }

  .branch-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .branch-row strong {
    font-size: 20px;
  }

  .network-head {
    gap: 22px;
    margin-bottom: 24px;
  }

  .network-head h2 {
    font-size: 30px;
  }

  .network-mail {
    justify-self: stretch;
    width: 100%;
  }

  .service-tabs {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-tabs button {
    min-height: 70px;
    padding: 16px 18px;
  }

  .service-locator {
    min-height: 0;
  }

  .service-map,
  .service-search-panel {
    border-radius: 24px;
  }

  .service-map {
    min-height: 470px;
  }

  .service-marker {
    min-width: 96px;
    padding: 10px 12px 10px 30px;
    border-radius: 14px;
  }

  .service-marker:nth-of-type(2) {
    top: 46%;
  }

  .service-map-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
    border-radius: 20px;
  }

  .service-map-card strong {
    font-size: 24px;
  }

  .service-search-panel {
    padding: 18px;
  }

  .network-filter-grid {
    grid-template-columns: 1fr;
  }

  .branch-split h2 {
    font-size: 30px;
  }

  .branch-process {
    grid-template-columns: 1fr;
  }

  .branch-cta {
    margin-top: 78px;
    padding: 34px 28px;
    border-radius: 24px;
  }

  .branch-cta h2 {
    font-size: 28px;
  }

  .page-tabs {
    margin-top: 28px;
  }

  .product-page .site-header {
    grid-template-columns: 1fr auto;
    border-radius: 20px;
  }

  .product-hero {
    min-height: 0;
    padding: 188px 0 34px;
  }

  .product-hero-inner {
    gap: 26px;
  }

  .product-hero h1 {
    font-size: 58px;
  }

  .product-subtitle {
    font-size: 24px;
  }

  .product-summary {
    font-size: 16px;
  }

  .product-hero-actions {
    gap: 10px;
  }

  .product-hero-actions .button {
    min-width: 136px;
    height: 52px;
  }

  .product-hero-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
    padding: 10px;
    border-radius: 24px;
  }

  .product-hero-visual img {
    right: auto;
    bottom: auto;
    width: 100%;
    border-radius: 18px;
  }

  .product-hero-card {
    left: 14px;
    right: auto;
    bottom: 14px;
    width: 190px;
    padding: 16px;
  }

  .product-anchor-inner {
    width: min(100% - 28px, 1400px);
    min-height: 58px;
    gap: 18px;
    font-size: 13px;
  }

  .product-anchor-inner .is-primary {
    min-width: 82px;
    height: 36px;
  }

  .product-config,
  .product-design-story,
  .product-modules,
  .product-service,
  .product-specs {
    padding-top: 78px;
  }

  .product-config-copy h2,
  .product-performance h2,
  .product-video-copy h2,
  .product-story-lead h2,
  .product-system h2,
  .product-service-copy h2,
  .product-final-cta h2 {
    font-size: 30px;
  }

  .product-config-copy p,
  .product-performance p,
  .product-video-copy p,
  .product-story-lead p,
  .product-system p,
  .product-service-copy p,
  .product-final-cta p {
    font-size: 16px;
  }

  .product-option-group,
  .product-config-total {
    padding: 22px;
  }

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

  .product-config-total strong {
    font-size: 22px;
  }

  .product-performance {
    margin-top: 78px;
    padding: 70px 0;
  }

  .product-performance::before {
    background-position: 64% center;
  }

  .product-performance::after {
    background:
      linear-gradient(
        180deg,
        rgba(20, 23, 19, 0.9) 0%,
        rgba(20, 23, 19, 0.78) 52%,
        rgba(20, 23, 19, 0.9) 100%
      );
  }

  .product-metric-strip,
  .product-module-grid,
  .product-service-steps,
  .product-story-grid {
    grid-template-columns: 1fr;
  }

  .product-metric-strip div {
    min-height: 92px;
    padding: 22px;
  }

  .product-video {
    gap: 34px;
    padding-top: 78px;
  }

  .product-video-stage,
  .product-story-card,
  .product-module-grid article,
  .product-service-steps,
  .product-config-panel {
    border-radius: 22px;
  }

  .product-story-card,
  .product-story-card.is-large {
    height: 390px;
    min-height: 0;
    grid-row: auto;
  }

  .product-story-card.is-large.is-product {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .product-story-card div {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .product-story-card h3 {
    font-size: 24px;
  }

  .product-system {
    margin-top: 78px;
    padding: 76px 0;
  }

  .product-system-rows div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px;
  }

  .product-service-steps article {
    min-height: 0;
    padding: 24px;
  }

  .product-final-cta {
    margin-top: 78px;
    padding: 78px 0;
  }
}

@media (max-width: 380px) {
  .lead-overlay {
    padding: 8px;
  }

  .lead-card {
    max-height: calc(100dvh - 16px);
    padding: 24px 16px 20px;
    border-radius: 20px;
  }

  .lead-card::after {
    inset: 6px;
    border-radius: 15px;
  }

  .lead-card-top {
    gap: 8px;
  }

  .lead-brand-lockup {
    gap: 8px;
  }

  .lead-mark {
    width: 48px;
    height: 32px;
  }

  .lead-brand-lockup img {
    width: 124px;
    height: 30px;
  }

  .lead-card-grid {
    gap: 22px;
    margin-top: 24px;
  }

  .lead-card-copy h2 {
    font-size: 28px;
  }
}

/* Cowboy-inspired homepage composition, translated to Huygens AI's product system. */
.home-page main {
  overflow: hidden;
  background: var(--paper);
}

.home-page {
  overflow-x: clip;
}

.home-hero {
  position: relative;
  min-height: calc(100dvh - 58px);
  overflow: hidden;
  padding: 166px 0 52px;
  background: #eef0eb;
}

.home-terrain-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.72;
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
  gap: 36px;
  align-items: center;
  min-height: calc(100dvh - 276px);
}

.home-hero-copy {
  align-self: center;
  padding: 38px 0 72px;
}

.home-product-label {
  margin: 0 0 20px;
  color: #456b30;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.home-hero-copy h1 {
  max-width: 560px;
  margin: 0;
  color: var(--graphite);
  font-size: clamp(58px, 6.2vw, 92px);
  font-weight: 800;
  line-height: 0.98;
}

.home-hero-copy > p:not(.home-product-label) {
  max-width: 440px;
  margin: 28px 0 0;
  color: rgba(27, 29, 26, 0.7);
  font-size: 18px;
  line-height: 1.7;
}

.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.home-page .home-hero .hero-cta {
  min-width: 164px;
  height: 54px;
  margin: 0;
  background: var(--graphite);
  color: var(--warm);
}

.home-text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  border-bottom: 1px solid currentColor;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    color 220ms var(--ease-fluid),
    transform 220ms var(--ease-fluid);
}

.home-text-link:hover {
  color: var(--green);
  transform: translateX(4px);
}

.home-hero-product {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: min(610px, calc(100dvh - 230px));
  margin: 0;
}

.home-hero-product::before {
  position: absolute;
  right: 3%;
  bottom: 12%;
  width: 76%;
  height: 8%;
  border-radius: 50%;
  background: rgba(27, 29, 26, 0.14);
  content: "";
  filter: blur(24px);
  transform: rotate(-3deg);
}

.home-hero-product img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  max-height: min(610px, calc(100dvh - 230px));
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: translateX(1%);
  transition: transform 900ms var(--ease-fluid);
}

.home-hero-product:hover img {
  transform: translateY(-8px) scale(1.015);
}

.home-hero-product figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: 300px;
  padding: 18px 0 18px 30px;
  border-left: 1px solid rgba(27, 29, 26, 0.2);
  color: var(--graphite);
}

.home-hero-product figcaption strong {
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.home-hero-product figcaption span {
  color: rgba(27, 29, 26, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.home-proof-strip {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.home-proof-strip .section-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-proof-strip .section-shell > div {
  min-width: 0;
  padding: 28px 34px;
}

.home-proof-strip .section-shell > div:first-child {
  padding-left: 0;
}

.home-proof-strip .section-shell > div + div {
  border-left: 1px solid var(--line);
}

.home-proof-strip strong,
.home-proof-strip span {
  display: block;
}

.home-proof-strip strong {
  color: var(--graphite);
  font-size: 15px;
  font-weight: 700;
}

.home-proof-strip span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.home-products,
.home-tech,
.home-field-story,
.home-scenes,
.home-support {
  padding-top: 138px;
}

.home-section-intro {
  max-width: 820px;
  margin-bottom: 54px;
}

.home-section-intro h2 {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 800;
  line-height: 1.08;
}

.home-section-intro p {
  max-width: 740px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 430px 250px;
  gap: 18px;
}

.home-product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  transition:
    transform 420ms var(--ease-fluid),
    box-shadow 420ms var(--ease-fluid);
}

.home-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(91, 140, 62, 0.13);
}

.home-product-card:active,
.home-support-card:active,
.home-page .button:active,
.home-page .hero-cta:active {
  transform: translateY(1px) scale(0.99);
}

.home-product-card-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.home-product-card-copy > span {
  color: #456b30;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.home-product-card-copy h3 {
  margin: 10px 0 0;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.22;
}

.home-product-card-copy p {
  max-width: 420px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.home-product-card-copy > strong,
.home-support-card strong {
  display: inline-block;
  margin-top: 22px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 700;
}

.home-product-card.is-primary {
  grid-column: span 7;
  grid-row: span 2;
  padding: 48px;
  background: #e6e9e3;
}

.home-product-card.is-primary img {
  position: absolute;
  right: -9%;
  bottom: 0;
  width: 112%;
  max-width: none;
  height: 72%;
  object-fit: contain;
  object-position: right bottom;
  mix-blend-mode: multiply;
  transition: transform 700ms var(--ease-fluid);
}

.home-product-card.is-primary:hover img {
  transform: translateX(-2%) scale(1.02);
}

.home-product-card.is-system {
  grid-column: span 5;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #dfe5dd;
}

.home-product-card.is-system img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 44%;
  transition: transform 700ms var(--ease-fluid);
}

.home-product-card.is-system:hover img {
  transform: scale(1.035);
}

.home-product-card.is-system .home-product-card-copy {
  width: 100%;
  max-width: none;
  padding: 30px 34px 32px;
  background: #edf0eb;
}

.home-product-status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-product-status > span {
  color: #456b30;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.home-product-status > small {
  padding: 4px 7px;
  border: 1px solid rgba(69, 107, 48, 0.28);
  border-radius: 4px;
  color: #456b30;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.home-product-card.is-system .home-product-card-copy p {
  margin-top: 10px;
}

.home-product-card.is-system .home-product-card-copy > strong {
  margin-top: 16px;
}

.home-product-card.is-service {
  grid-column: span 5;
  display: flex;
  align-items: flex-end;
  padding: 32px 34px;
  background: #4f7a36;
  color: #fff;
}

.home-product-card.is-service .home-product-card-copy > span,
.home-product-card.is-service .home-product-card-copy p {
  color: #fff;
}

.home-product-card.is-service .home-product-card-copy h3 {
  font-size: 27px;
}

.home-manifesto {
  position: relative;
  margin-top: 150px;
  overflow: hidden;
  background-color: #dfe6dc;
  background-image: url("./assets/product/home-manifesto-orchard-slope-qy100-20260715.webp");
  background-position: center;
  background-size: cover;
}

.home-manifesto::before {
  position: absolute;
  inset: 0;
  background: rgba(236, 241, 234, 0.3);
  content: "";
}

.home-manifesto .section-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
  padding: 0 0 200px;
}

.home-manifesto p {
  margin: 0 0 28px;
  color: #456b30;
  font-size: 15px;
  font-weight: 700;
}

.home-manifesto h2 {
  max-width: 1080px;
  margin: 0;
  color: var(--graphite);
  font-size: clamp(54px, 6.2vw, 88px);
  font-weight: 800;
  line-height: 1.08;
}

.home-manifesto .home-text-link {
  margin-top: 46px;
}

.home-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--line);
}

.home-tech-item,
.home-tech-visual {
  min-width: 0;
  margin: 0;
  background: #f3f3ee;
}

.home-tech-item {
  min-height: 270px;
  padding: 34px;
}

.home-tech-item.is-wide,
.home-tech-item.is-accent,
.home-tech-visual.is-large,
.home-tech-visual:last-child {
  grid-column: span 2;
}

.home-tech-item > span {
  color: #456b30;
  font-size: 13px;
  font-weight: 700;
}

.home-tech-item h3 {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--graphite);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.28;
}

.home-tech-item p {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.home-tech-item.is-accent {
  background: #4f7a36;
  color: #fff;
}

.home-tech-item.is-accent > span,
.home-tech-item.is-accent h3,
.home-tech-item.is-accent p {
  color: #fff;
}

.home-tech-item.is-accent p {
  color: #fff;
}

.home-tech-visual {
  min-height: 330px;
  overflow: hidden;
}

.home-tech-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--ease-fluid);
}

.home-tech-visual:hover img {
  transform: scale(1.035);
}

.home-field-story {
  display: block;
}

.home-video-frame {
  overflow: hidden;
  aspect-ratio: 16 / 8.4;
  border-radius: 16px;
  background: var(--graphite);
}

.home-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--graphite);
}

.home-video-copy {
  max-width: 740px;
  padding-top: 42px;
}

.home-video-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 800;
  line-height: 1.1;
}

.home-video-copy p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.home-video-copy .home-text-link {
  margin-top: 26px;
}

.home-page .home-scenes {
  padding-bottom: 0;
}

.home-page .home-scenes .solution-tabs {
  margin-bottom: 20px;
}

.home-page .home-scenes .solution-tabs button {
  min-width: 136px;
  border-radius: 999px;
}

.home-page .home-scenes .solution-tabs button.is-active {
  border-color: #4f7a36;
  background: #4f7a36;
}

.home-page .home-scenes .solution-panel {
  grid-template-columns: minmax(340px, 0.78fr) minmax(520px, 1.22fr);
  gap: 0;
  min-height: 560px;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #e8ece5;
}

.home-page .home-scenes .solution-panel-copy {
  align-content: center;
  gap: 36px;
  padding: 66px;
}

.home-page .home-scenes .solution-panel h3 {
  font-size: 38px;
}

.home-page .home-scenes .solution-panel p {
  font-size: 17px;
  line-height: 1.75;
}

.scene-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.home-page .home-scenes .scene-capabilities span {
  color: rgba(27, 29, 26, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.home-page .home-scenes .solution-visual {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 560px;
  overflow: hidden;
  border-radius: 0;
}

.home-page .home-scenes .solution-visual img {
  min-height: 0;
  object-fit: cover;
}

.home-page .home-scenes .solution-visual::after {
  display: none;
}

.home-page .home-scenes .solution-visual figcaption {
  position: static;
  display: flex;
  min-height: 62px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  background: var(--graphite);
  color: var(--warm);
  font-size: 13px;
  backdrop-filter: none;
}

.home-support-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 500px;
  gap: 18px;
}

.home-support-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  transition:
    transform 420ms var(--ease-fluid),
    box-shadow 420ms var(--ease-fluid);
}

.home-support-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(91, 140, 62, 0.13);
}

.home-support-card h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
}

.home-support-card p {
  max-width: 460px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.home-support-card.is-network {
  grid-column: span 7;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #e5e9e2;
}

.home-support-card.is-network img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 800ms var(--ease-fluid);
}

.home-support-card.is-network:hover img {
  transform: scale(1.035);
}

.home-support-card.is-network > div {
  padding: 32px 36px 36px;
}

.home-support-card.is-company {
  grid-column: span 5;
  padding: 34px 38px;
}

.home-support-card.is-company {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  background: #e7e4de;
}

.home-support-card.is-company > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-support-card.is-company h3 {
  font-size: 25px;
}

.home-support-card.is-company strong {
  margin-top: 16px;
}

.home-page .home-contact .button-primary {
  background: #4f7a36;
}

.home-page .home-contact {
  margin-top: 138px;
  margin-bottom: 54px;
  border-radius: 16px;
}

.home-page .home-contact .button {
  border-radius: 999px;
}

.home-page .home-product-card:focus-visible,
.home-page .home-support-card:focus-visible,
.home-page .home-text-link:focus-visible,
.home-page .hero-cta:focus-visible {
  outline: 3px solid rgba(91, 140, 62, 0.74);
  outline-offset: 4px;
}

.home-page.home-motion-ready .home-reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.985);
  transition:
    opacity 760ms var(--ease-fluid) var(--home-delay, 0ms),
    transform 900ms var(--ease-fluid) var(--home-delay, 0ms);
}

.home-page.home-motion-ready .home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 1100px) {
  .home-hero {
    padding-top: 154px;
  }

  .home-hero-inner {
    grid-template-columns: minmax(290px, 0.75fr) minmax(430px, 1.25fr);
    min-height: calc(100dvh - 254px);
  }

  .home-hero-product {
    min-height: min(520px, calc(100dvh - 220px));
  }

  .home-product-grid {
    grid-template-rows: 400px 240px;
  }

  .home-product-card.is-primary {
    padding: 40px;
  }

  .home-page .home-scenes .solution-panel {
    grid-template-columns: minmax(300px, 0.9fr) minmax(430px, 1.1fr);
  }

  .home-page .home-scenes .solution-panel-copy {
    padding: 46px;
  }

  .home-support-card.is-company {
    grid-template-columns: 1fr;
  }

  .home-support-card.is-company > img {
    width: 170px;
  }
}

@media (max-width: 900px) {
  .home-hero {
    min-height: calc(100dvh - 58px);
    padding: 188px 0 28px;
  }

  .announcement-hidden .home-hero {
    min-height: 100dvh;
    padding-top: 140px;
  }

  .home-hero-inner {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 0;
  }

  .home-hero-copy {
    position: relative;
    z-index: 2;
    padding: 20px 0 0;
  }

  .home-hero-copy h1 {
    font-size: clamp(48px, 9vw, 72px);
  }

  .home-hero-copy > p:not(.home-product-label) {
    max-width: 500px;
    margin-top: 18px;
    font-size: 16px;
  }

  .home-hero-actions {
    margin-top: 24px;
  }

  .home-hero-product {
    min-height: 350px;
  }

  .home-hero-product img {
    width: min(92vw, 720px);
    transform: translateX(4%);
  }

  .home-hero-product figcaption {
    right: 0;
    bottom: 4px;
  }

  .home-products,
  .home-tech,
  .home-field-story,
  .home-scenes,
  .home-support {
    padding-top: 104px;
  }

  .home-product-grid {
    grid-template-rows: 500px 390px 240px;
  }

  .home-product-card.is-primary,
  .home-product-card.is-system,
  .home-product-card.is-service {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .home-product-card.is-primary img {
    right: -5%;
    width: 92%;
    height: 72%;
  }

  .home-manifesto {
    margin-top: 112px;
  }

  .home-manifesto .section-shell {
    min-height: 560px;
  }

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

  .home-tech-item.is-wide,
  .home-tech-item.is-accent,
  .home-tech-visual.is-large,
  .home-tech-visual:last-child {
    grid-column: span 2;
  }

  .home-page .home-scenes .solution-panel {
    grid-template-columns: 1fr;
  }

  .home-page .home-scenes .solution-panel-copy {
    min-height: 390px;
  }

  .home-page .home-scenes .solution-visual {
    min-height: 470px;
  }

  .home-support-grid {
    grid-template-rows: 540px 310px;
  }

  .home-support-card.is-network,
  .home-support-card.is-company {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .home-support-card.is-company {
    grid-template-columns: minmax(140px, 0.4fr) minmax(0, 1fr);
  }

  .home-page .home-contact {
    margin-top: 104px;
  }
}

@media (max-width: 760px) {
  .home-hero {
    padding-top: 202px;
  }

  .announcement-hidden .home-hero {
    padding-top: 154px;
  }

  .home-product-label {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .home-hero-copy h1 {
    font-size: clamp(45px, 13.2vw, 62px);
  }

  .home-hero-copy > p:not(.home-product-label) {
    max-width: 360px;
    font-size: 15px;
    line-height: 1.6;
  }

  .home-page .home-hero .hero-cta {
    min-width: 146px;
    height: 50px;
    font-size: 14px;
  }

  .home-hero-actions {
    gap: 20px;
  }

  .home-hero-product {
    min-height: 300px;
  }

  .home-hero-product figcaption {
    display: none;
  }

  .home-proof-strip .section-shell {
    grid-template-columns: 1fr;
  }

  .home-proof-strip .section-shell > div,
  .home-proof-strip .section-shell > div:first-child {
    padding: 20px 0;
  }

  .home-proof-strip .section-shell > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .home-products,
  .home-tech,
  .home-field-story,
  .home-scenes,
  .home-support {
    padding-top: 84px;
  }

  .home-section-intro {
    margin-bottom: 34px;
  }

  .home-section-intro h2,
  .home-video-copy h2 {
    font-size: 34px;
  }

  .home-section-intro p,
  .home-video-copy p {
    margin-top: 16px;
    font-size: 15px;
  }

  .home-product-grid {
    grid-template-rows: 480px 410px 260px;
    gap: 12px;
  }

  .home-product-card.is-primary {
    padding: 30px 26px;
  }

  .home-product-card.is-primary img {
    right: -12%;
    width: 116%;
    height: 68%;
  }

  .home-product-card.is-system .home-product-card-copy,
  .home-product-card.is-service {
    padding: 26px;
  }

  .home-product-card-copy h3 {
    font-size: 24px;
  }

  .home-product-card.is-service .home-product-card-copy h3 {
    font-size: 24px;
  }

  .home-manifesto {
    margin-top: 88px;
    background-position: 62% center;
  }

  .home-manifesto::before {
    background: rgba(236, 241, 234, 0.56);
  }

  .home-manifesto .section-shell {
    min-height: 510px;
    padding: 72px 0;
  }

  .home-manifesto h2 {
    font-size: clamp(42px, 11.5vw, 58px);
  }

  .home-tech-grid {
    grid-template-columns: 1fr;
  }

  .home-tech-item.is-wide,
  .home-tech-item.is-accent,
  .home-tech-visual.is-large,
  .home-tech-visual:last-child {
    grid-column: auto;
  }

  .home-tech-item {
    min-height: 220px;
    padding: 28px;
  }

  .home-tech-item h3 {
    font-size: 23px;
  }

  .home-tech-visual {
    min-height: 280px;
  }

  .home-video-frame {
    aspect-ratio: 4 / 3;
  }

  .home-video-copy {
    padding-top: 28px;
  }

  .home-page .home-scenes .solution-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .home-page .home-scenes .solution-tabs button {
    min-width: 0;
    width: 100%;
    padding: 0 10px;
  }

  .home-page .home-scenes .solution-panel-copy {
    min-height: 0;
    gap: 28px;
    padding: 34px 26px;
  }

  .home-page .home-scenes .solution-panel h3 {
    font-size: 29px;
  }

  .home-page .home-scenes .solution-panel p {
    font-size: 15px;
  }

  .home-page .home-scenes .solution-visual {
    min-height: 340px;
  }

  .home-support-grid {
    grid-template-rows: 500px 350px;
    gap: 12px;
  }

  .home-support-card.is-network > div,
  .home-support-card.is-company {
    padding: 28px;
  }

  .home-support-card.is-company {
    grid-template-columns: 1fr;
  }

  .home-support-card.is-company > img {
    width: 180px;
  }

  .home-support-card h3 {
    font-size: 25px;
  }

  .home-page .home-contact {
    margin-top: 84px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-reveal,
  .home-page.home-motion-ready .home-reveal,
  .home-page.home-motion-ready .home-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-page .home-product-card,
  .home-page .home-support-card,
  .home-page .home-product-card img,
  .home-page .home-support-card img,
  .home-page .home-tech-visual img,
  .home-page .home-hero-product img,
  .home-page .home-text-link {
    transition: none;
  }
}

/* Product hero: single brand-poster composition without fluid or card effects. */
.product-page .product-hero {
  height: clamp(720px, 56.28vw, 940px);
  min-height: 0;
  padding: 0;
  background: #efefee;
}

.product-page .product-hero::before {
  content: none;
}

.product-hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-hero-slogan {
  position: absolute;
  z-index: 2;
  top: 38%;
  left: clamp(48px, 5.7vw, 96px);
  display: grid;
  gap: 9px;
  width: min(560px, 38vw);
  color: #555957;
}

.product-hero-slogan strong {
  color: #4d6f3a;
  font-size: clamp(38px, 2.75vw, 46px);
  line-height: 1.22;
  font-weight: 700;
}

.product-hero-slogan > span {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
  font-size: clamp(13px, 1.05vw, 18px);
  line-height: 1.45;
  font-weight: 600;
}

.product-hero-slogan > span > span {
  white-space: nowrap;
}

.product-hero-controls {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 100%;
  padding-top: 148px;
  padding-bottom: 42px;
}

.product-hero-controls > span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(27, 29, 26, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(27, 29, 26, 0.72);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.product-hero-controls .product-hero-actions {
  margin: 0;
}

.product-hero-controls .button-secondary {
  border-color: rgba(27, 29, 26, 0.16);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
}

@media (max-width: 760px) {
  .product-page .product-hero {
    height: 720px;
    min-height: 720px;
  }

  .product-hero-controls {
    min-height: 100%;
  }

  .product-hero-background {
    object-position: 68% center;
  }

  .product-hero-slogan {
    top: 142px;
    left: 24px;
    width: calc(100% - 48px);
    gap: 8px;
    text-shadow: 0 1px 16px rgba(255, 255, 255, 0.78);
  }

  .product-hero-slogan strong {
    max-width: 11em;
    font-size: 34px;
    line-height: 1.16;
  }

  .product-hero-slogan > span {
    max-width: 330px;
    gap: 2px 8px;
    font-size: 13px;
  }

  .product-hero-controls {
    align-items: flex-end;
    padding-top: 132px;
    padding-bottom: 24px;
  }

  .product-hero-controls > span {
    display: none;
  }

  .product-hero-controls .product-hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .product-hero-controls .button {
    min-width: 0;
    height: 50px;
  }
}

/* Homepage hero: full-bleed field image with a quiet copy-safe overlay. */
.home-page .home-hero {
  min-height: calc(100dvh - 58px);
  padding: 166px 0 52px;
  background: #dfe7d6;
}

.home-page .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(249, 250, 246, 0.94) 0%, rgba(249, 250, 246, 0.82) 28%, rgba(249, 250, 246, 0.2) 54%, transparent 72%),
    linear-gradient(180deg, rgba(249, 250, 246, 0.18), transparent 34%, rgba(22, 28, 18, 0.08));
  pointer-events: none;
}

.home-hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-page .home-hero-inner {
  position: relative;
  z-index: 2;
  display: block;
  min-height: calc(100dvh - 276px);
}

.home-page .home-hero-copy {
  width: min(46%, 590px);
  padding: 38px 0 48px;
}

@media (max-width: 900px) {
  .home-page .home-hero,
  .home-page .announcement-hidden .home-hero {
    min-height: 780px;
    padding-top: 188px;
    padding-bottom: 30px;
  }

  .home-hero-background {
    object-position: 66% center;
  }

  .home-page .home-hero::before {
    background:
      linear-gradient(180deg, rgba(249, 250, 246, 0.36) 0%, rgba(249, 250, 246, 0.14) 34%, rgba(249, 250, 246, 0.9) 68%, rgba(249, 250, 246, 0.98) 100%),
      linear-gradient(90deg, rgba(249, 250, 246, 0.36), transparent 72%);
  }

  .home-page .home-hero-inner {
    display: flex;
    align-items: flex-end;
    min-height: calc(780px - 218px);
  }

  .home-page .home-hero-copy {
    width: min(100%, 520px);
    padding: 0 0 18px;
  }
}

@media (max-width: 760px) {
  .product-pathway-foundation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-pathway-foundation > div,
  .product-pathway-foundation > div:last-child {
    min-height: 128px;
    border-right: 1px solid rgba(27, 29, 26, 0.14);
    border-bottom: 1px solid rgba(27, 29, 26, 0.14);
  }

  .product-pathway-foundation > div:nth-child(2n) {
    border-right: 0;
  }

  .product-pathway-foundation > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .product-pathway-foundation strong {
    font-size: 21px;
  }

  .home-page .home-hero,
  .home-page .announcement-hidden .home-hero {
    min-height: 740px;
    padding-top: 202px;
    padding-bottom: 24px;
  }

  .home-hero-background {
    object-position: 65% center;
  }

  .home-page .home-hero-inner {
    min-height: calc(740px - 226px);
  }

  .home-page .home-hero-copy {
    padding-bottom: 0;
  }
}

/* Manual permission review */
.manual-review-page,
.manual-document-page {
  min-height: 100dvh;
  background-color: #f6f6f1;
  background-image:
    linear-gradient(rgba(27, 29, 26, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 29, 26, 0.035) 1px, transparent 1px);
  background-size: 96px 96px;
}

.review-header,
.manual-doc-header {
  display: flex;
  width: min(1400px, calc(100% - 48px));
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 24px auto 0;
  padding: 18px 28px;
  border: 1px solid rgba(27, 29, 26, 0.12);
  border-radius: 8px;
  background: rgba(251, 250, 246, 0.94);
}

.review-header .brand,
.manual-doc-header .brand {
  width: min(250px, 44vw);
}

.review-header > div,
.manual-doc-header > div {
  display: grid;
  justify-items: end;
}

.review-header span,
.manual-doc-header span {
  color: var(--teal);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.review-header strong,
.manual-doc-header strong {
  margin-top: 4px;
  font-size: 14px;
}

.review-console,
.manual-doc-shell {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.review-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 80px;
  align-items: end;
  padding: 108px 0 72px;
}

.review-intro h1 {
  max-width: 850px;
  margin: 16px 0 0;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 1.08;
}

.review-intro p {
  max-width: 480px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.review-auth {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
  gap: 64px;
  padding: 34px;
  border-top: 1px solid rgba(27, 29, 26, 0.17);
  border-bottom: 1px solid rgba(27, 29, 26, 0.17);
  background: rgba(232, 237, 231, 0.8);
}

.review-auth h2 {
  font-size: 26px;
  line-height: 1.25;
}

.review-auth p {
  max-width: 520px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.review-auth form label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}

.review-auth form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.review-auth input {
  min-width: 0;
  height: 52px;
  padding: 0 15px;
  border: 1px solid rgba(27, 29, 26, 0.25);
  border-radius: 6px;
  outline: 0;
  background: #fff;
  color: var(--graphite);
  font: inherit;
}

.review-auth input:focus {
  border-color: #4f7a36;
  box-shadow: 0 0 0 3px rgba(79, 122, 54, 0.14);
}

.review-auth .button {
  height: 52px;
  border: 0;
  cursor: pointer;
}

.review-workspace {
  padding: 96px 0 120px;
}

.review-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.review-toolbar h2 {
  margin-top: 10px;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.12;
}

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

.review-filter-group button,
.review-action {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(27, 29, 26, 0.18);
  border-radius: 6px;
  background: transparent;
  color: var(--graphite);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.review-filter-group button.is-active,
.review-action.is-primary {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.review-message {
  min-height: 48px;
  margin-top: 28px;
  padding: 13px 16px;
  border-left: 3px solid rgba(27, 29, 26, 0.25);
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 13px;
}

.review-message.is-success {
  border-color: var(--green);
  color: #385e26;
}

.review-message.is-error {
  border-color: var(--risk);
  color: #7b372f;
}

.review-table-wrap {
  margin-top: 12px;
  overflow-x: auto;
  border-top: 1px solid rgba(27, 29, 26, 0.17);
}

.review-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: rgba(251, 250, 246, 0.72);
  text-align: left;
}

.review-table th,
.review-table td {
  padding: 20px 16px;
  border-bottom: 1px solid rgba(27, 29, 26, 0.13);
  font-size: 13px;
  vertical-align: middle;
}

.review-table thead th {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.review-table tbody th {
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-weight: 700;
}

.review-status {
  display: inline-block;
  min-width: 64px;
  padding: 5px 8px;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}

.review-status.is-approved {
  background: #e4eddf;
  color: #385e26;
}

.review-status.is-pending {
  background: #f4ead2;
  color: #785b20;
}

.review-status.is-rejected {
  background: #efe0dc;
  color: #7b372f;
}

.review-actions {
  display: flex;
  gap: 6px;
}

.review-action:disabled {
  opacity: 0.5;
  cursor: wait;
}

.review-empty {
  height: 160px;
  color: var(--muted);
  text-align: center;
}

/* Protected operation manual */
.manual-doc-cover {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 28px;
  min-height: 560px;
  margin-top: 42px;
  padding: 22px;
  border: 1px solid rgba(27, 29, 26, 0.14);
  border-radius: 8px;
  background: rgba(251, 250, 246, 0.94);
  box-shadow: 0 20px 52px rgba(46, 58, 41, 0.08);
}

.manual-doc-cover-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 58px);
}

.manual-doc-cover-copy > span,
.manual-doc-nav > span {
  color: var(--green);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.manual-doc-cover h1 {
  max-width: 680px;
  margin: 18px 0 0;
  font-size: clamp(48px, 5.8vw, 78px);
  line-height: 1.04;
}

.manual-doc-cover-copy > p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.manual-doc-cover dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: auto 0 0;
  padding-top: 42px;
}

.manual-doc-cover dl div {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(27, 29, 26, 0.11);
  border-radius: 6px;
  background: #f1f3ed;
}

.manual-doc-cover dt,
.manual-doc-cover dd {
  margin: 0;
}

.manual-doc-cover dt {
  color: var(--muted);
  font-size: 11px;
}

.manual-doc-cover dd {
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: var(--graphite);
  font-size: 12px;
  font-weight: 700;
}

.manual-doc-product {
  position: relative;
  min-height: 516px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #e9ede6;
}

.manual-doc-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manual-doc-product::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 32%;
  background: linear-gradient(transparent, rgba(20, 24, 19, 0.74));
  content: "";
  pointer-events: none;
}

.manual-doc-product figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #f7f7f2;
}

.manual-doc-product figcaption span {
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.manual-doc-product figcaption strong {
  font-size: 15px;
}

.manual-doc-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 28px 0 110px;
}

.manual-doc-nav {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 4px;
  padding: 20px;
  border: 1px solid rgba(27, 29, 26, 0.13);
  border-radius: 8px;
  background: rgba(251, 250, 246, 0.94);
}

.manual-doc-nav > span {
  margin: 0 0 10px 8px;
}

.manual-doc-nav a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px 10px;
  border-radius: 5px;
  color: rgba(27, 29, 26, 0.75);
  font-size: 13px;
  font-weight: 600;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.manual-doc-nav a b {
  color: var(--green);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
}

.manual-doc-nav a:hover,
.manual-doc-nav a:focus-visible {
  outline: 0;
  background: #edf1e9;
  color: var(--graphite);
}

.manual-doc-nav a:active {
  transform: translateY(1px);
}

.manual-doc-content {
  display: grid;
  min-width: 0;
  gap: 18px;
}

.manual-doc-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid rgba(91, 140, 62, 0.32);
  border-radius: 8px;
  background: #e8ede3;
}

.manual-doc-notice > span {
  padding: 5px 9px;
  border-radius: 4px;
  background: var(--green);
  color: #f8faf4;
  font-size: 11px;
  font-weight: 700;
}

.manual-doc-notice strong {
  color: #29451f;
  font-size: 17px;
}

.manual-doc-notice p {
  margin: 5px 0 0;
  color: rgba(27, 29, 26, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.manual-doc-content section {
  scroll-margin-top: 30px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(27, 29, 26, 0.13);
  border-radius: 8px;
  background: rgba(251, 250, 246, 0.94);
  box-shadow: 0 14px 34px rgba(46, 58, 41, 0.045);
}

.manual-doc-content section > header {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.manual-doc-content section > header > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 6px;
  background: var(--green);
  color: #f8faf4;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.manual-doc-content section h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.18;
}

.manual-doc-content section > header p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.manual-doc-content section > ul,
.manual-doc-content section > ol {
  margin: 28px 0 0;
}

.manual-check-grid,
.manual-doc-content section > ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.manual-check-grid li,
.manual-doc-content section > ol li {
  position: relative;
  min-height: 142px;
  padding: 22px;
  border: 1px solid rgba(27, 29, 26, 0.1);
  border-radius: 6px;
  background: #f2f3ee;
  color: rgba(27, 29, 26, 0.76);
  font-size: 14px;
  line-height: 1.75;
}

.manual-check-grid {
  counter-reset: manual-check;
}

.manual-check-grid li {
  counter-increment: manual-check;
  padding-top: 52px;
}

.manual-check-grid li::before {
  position: absolute;
  top: 18px;
  left: 22px;
  color: var(--green);
  content: counter(manual-check, decimal-leading-zero);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.manual-doc-content section > ol {
  counter-reset: manual-step;
}

.manual-doc-content section > ol li {
  counter-increment: manual-step;
  padding-left: 58px;
}

.manual-doc-content section > ol li::before {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 4px;
  background: #dfe8d9;
  color: #355a28;
  content: counter(manual-step);
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.manual-doc-content section > ol strong,
.manual-doc-content section > ol p {
  display: block;
}

.manual-doc-content section > ol strong {
  color: var(--graphite);
  font-size: 16px;
}

.manual-doc-content section > ol p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.manual-doc-guidance {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 4px solid var(--green);
  border-radius: 0 6px 6px 0;
  background: #f0f2ec;
}

.manual-doc-guidance strong {
  color: #355a28;
  font-size: 15px;
}

.manual-doc-guidance p {
  margin: 7px 0 0;
  color: rgba(27, 29, 26, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

.manual-doc-guidance.is-risk {
  border-left-color: var(--risk);
  background: #f4eae7;
}

.manual-doc-guidance.is-risk strong {
  color: #7b372f;
}

.manual-doc-content section .button {
  display: inline-flex;
  margin-top: 24px;
}

@media (max-width: 900px) {
  .review-intro,
  .review-auth,
  .manual-doc-cover {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .review-intro {
    padding-top: 82px;
  }

  .review-auth {
    padding: 28px;
  }

  .manual-doc-cover {
    min-height: 0;
  }

  .manual-doc-product {
    min-height: 420px;
  }

  .manual-doc-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .manual-doc-nav {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .manual-doc-nav > span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .review-header,
  .manual-doc-header,
  .review-console,
  .manual-doc-shell {
    width: min(100% - 28px, 1400px);
  }

  .review-header,
  .manual-doc-header {
    min-height: 74px;
    margin-top: 14px;
    padding: 14px 16px;
  }

  .review-header strong,
  .manual-doc-header strong {
    font-size: 12px;
  }

  .review-intro {
    padding: 68px 0 52px;
  }

  .review-intro h1 {
    font-size: 42px;
  }

  .review-auth {
    padding: 24px 18px;
  }

  .review-auth form > div {
    grid-template-columns: 1fr;
  }

  .review-auth .button {
    width: 100%;
  }

  .review-workspace {
    padding: 70px 0 92px;
  }

  .review-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .manual-doc-cover {
    margin-top: 20px;
    padding: 12px;
  }

  .manual-doc-cover-copy {
    padding: 28px 20px;
  }

  .manual-doc-cover h1 {
    font-size: 44px;
  }

  .manual-doc-cover dl {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .manual-doc-product {
    min-height: 320px;
  }

  .manual-doc-layout {
    padding: 16px 0 72px;
  }

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

  .manual-doc-content section {
    padding: 24px 18px;
  }

  .manual-doc-content section > header {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .manual-doc-content section > header > span {
    width: 46px;
    height: 46px;
  }

  .manual-doc-content section h2 {
    font-size: 28px;
  }

  .manual-check-grid,
  .manual-doc-content section > ol {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .manual-doc-nav {
    grid-template-columns: 1fr;
  }

  .manual-doc-notice {
    grid-template-columns: 1fr;
  }

  .manual-doc-notice > span {
    width: max-content;
  }
}

@media (max-width: 780px) {
  .product-configurator-head {
    gap: 18px;
    padding: 22px;
  }

  .product-configurator-head > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

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

  .product-scene-tabs button {
    min-height: 50px;
    border-right: 0;
    border-bottom: 1px solid rgba(27, 29, 26, 0.12);
  }

  .product-scene-tabs button:nth-child(odd) {
    border-right: 1px solid rgba(27, 29, 26, 0.12);
  }

  .product-scene-tabs button:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .product-config-stage {
    min-height: 720px;
  }

  .product-config-stage-content {
    grid-template-columns: 1fr;
    align-content: end;
    gap: 24px;
    padding: 26px 22px;
  }

  .product-scene-detail h3 {
    font-size: 30px;
  }

  .product-module-detail {
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  .product-module-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-module-options button {
    min-width: 0;
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (max-width: 460px) {
  .product-config-stage {
    min-height: 760px;
  }

  .product-config-stage-content {
    padding: 24px 18px;
  }

  .product-scene-detail p,
  .product-module-detail p {
    font-size: 13px;
  }

  .product-scene-tags {
    gap: 6px;
  }

  .product-scene-tags span {
    padding: 0 9px;
  }
}

/* Support placeholder */
.support-page {
  background: #f1f3ec;
}

.support-placeholder {
  position: relative;
  min-height: max(720px, calc(100svh - 58px));
  overflow: hidden;
  padding: clamp(220px, 24vh, 276px) 0 clamp(84px, 10vw, 132px);
  background:
    radial-gradient(circle at 78% 28%, rgba(92, 142, 63, 0.16), transparent 28%),
    linear-gradient(135deg, #f7f8f3 0%, #eef2e8 100%);
}

.support-placeholder::before {
  position: absolute;
  top: 22%;
  right: -10vw;
  width: clamp(380px, 48vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(91, 140, 62, 0.2);
  border-radius: 50%;
  content: "";
}

.support-placeholder::after {
  position: absolute;
  right: clamp(28px, 5vw, 88px);
  bottom: 44px;
  color: rgba(27, 29, 26, 0.34);
  content: "BUILD IN PROGRESS";
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.support-placeholder-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: end;
}

.support-kicker {
  margin: 0 0 24px;
  color: #588d3f;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.support-copy h1 {
  max-width: 860px;
  margin: 0;
  color: #1b1d1a;
  font-size: clamp(54px, 6.4vw, 92px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.support-copy h1 span {
  color: #588d3f;
}

.support-intro {
  max-width: 660px;
  margin: 30px 0 0;
  color: #62675f;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.8;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.support-actions .button {
  border-radius: 999px;
}

.support-secondary-action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(27, 29, 26, 0.18);
  border-radius: 999px;
  color: #1b1d1a;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.support-secondary-action:hover,
.support-secondary-action:focus-visible {
  border-color: rgba(88, 141, 63, 0.58);
  background: rgba(88, 141, 63, 0.08);
}

.support-roadmap {
  border-top: 1px solid rgba(27, 29, 26, 0.16);
}

.support-roadmap article {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid rgba(27, 29, 26, 0.16);
}

.support-roadmap article > span {
  color: #588d3f;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.support-roadmap strong {
  color: #1b1d1a;
  font-size: 18px;
}

.support-roadmap small {
  color: #757b72;
  font-size: 13px;
}

.support-copy > *,
.support-roadmap article {
  animation: support-rise 620ms ease both;
}

.support-copy > :nth-child(2) { animation-delay: 80ms; }
.support-copy > :nth-child(3) { animation-delay: 150ms; }
.support-copy > :nth-child(4) { animation-delay: 220ms; }
.support-roadmap article:nth-child(2) { animation-delay: 90ms; }
.support-roadmap article:nth-child(3) { animation-delay: 180ms; }

@keyframes support-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .main-nav > a[href="./support.html"] { order: 5; }
  .main-nav .nav-parent { order: 6; }
  .main-nav .nav-submenu a[href="./vehicle-ecosystem.html"] { order: 7; }

  .support-placeholder {
    min-height: 0;
    padding-top: 230px;
  }

  .support-placeholder-inner {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .support-roadmap {
    width: min(100%, 680px);
  }
}

@media (max-width: 620px) {
  .support-placeholder {
    padding-top: 218px;
    padding-bottom: 94px;
  }

  .support-placeholder::before {
    top: 34%;
    right: -52vw;
    width: 120vw;
  }

  .support-placeholder::after {
    right: 16px;
    bottom: 26px;
  }

  .support-copy h1 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .support-intro {
    margin-top: 22px;
    font-size: 16px;
  }

  .support-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .support-actions .button,
  .support-secondary-action {
    width: 100%;
  }

  .support-roadmap article {
    grid-template-columns: 30px 1fr;
    min-height: 72px;
  }

  .support-roadmap small {
    grid-column: 2;
    margin-top: -12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-copy > *,
  .support-roadmap article {
    animation: none;
  }
}

/* Keep the QY100 poster intact across viewport aspect ratios. */
.product-page .product-hero-background {
  object-fit: contain;
  object-position: center;
}

@media (min-width: 1673px) {
  .product-page .product-hero-slogan {
    left: calc((100vw - 1670px) / 2 + 96px);
  }
}

@media (max-width: 900px) {
  .product-page .product-hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding: 196px 0 28px;
  }

  .announcement-hidden.product-page .product-hero {
    padding-top: 148px;
  }

  .product-page .product-hero-background {
    position: relative;
    inset: auto;
    order: 1;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1672 / 941;
  }

  .product-page .product-hero-slogan {
    position: relative;
    top: auto;
    left: auto;
    order: 0;
    width: min(560px, calc(100% - 48px));
    margin: 0 auto 18px;
    text-shadow: none;
  }

  .product-page .product-hero-controls {
    order: 2;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

/* Custom 404 — a lost field coordinate, brought back into the Huygens route. */
.error-page {
  background: #f5f3eb;
}

.error-page .site-header {
  background: rgba(251, 250, 246, 0.88);
}

.error-page main {
  min-height: 0;
}

.error-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 132px 0 76px;
  background:
    radial-gradient(circle at 78% 46%, rgba(91, 140, 62, 0.17), transparent 24%),
    linear-gradient(135deg, #fbfaf6 0%, #f4f1e9 48%, #e8ece5 100%);
  isolation: isolate;
}

.error-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(27, 29, 26, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 29, 26, 0.055) 1px, transparent 1px);
  background-position: center;
  background-size: 76px 76px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 100%);
}

.error-hero::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -13vw;
  width: min(76vw, 1120px);
  aspect-ratio: 1.34;
  border: 1px solid rgba(91, 140, 62, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(91, 140, 62, 0.035),
    0 0 0 144px rgba(91, 140, 62, 0.025),
    0 0 0 216px rgba(91, 140, 62, 0.018);
  content: "";
  transform: translateY(-50%) rotate(-8deg);
}

.error-hero-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(30px, 5vw, 96px);
  align-items: center;
}

.error-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.error-copy > * {
  animation: error-copy-in 720ms var(--ease-fluid) both;
}

.error-copy > :nth-child(2) { animation-delay: 80ms; }
.error-copy > :nth-child(3) { animation-delay: 150ms; }
.error-copy > :nth-child(4) { animation-delay: 220ms; }
.error-copy > :nth-child(5) { animation-delay: 290ms; }

.error-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--green-dark);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.error-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(91, 140, 62, 0.12);
}

.error-copy h1 {
  max-width: 620px;
  margin: 0;
  color: var(--graphite);
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.error-intro {
  max-width: 520px;
  margin: 26px 0 0;
  color: rgba(27, 29, 26, 0.64);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.8;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.error-button {
  display: inline-flex;
  min-width: 142px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Montserrat", "Alibaba PuHuiTi 3.0", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 220ms var(--ease-fluid),
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.error-button:hover {
  transform: translateY(-3px);
}

.error-button:focus-visible {
  outline: 2px solid rgba(91, 140, 62, 0.78);
  outline-offset: 4px;
}

.error-button-primary {
  background: var(--graphite);
  color: var(--paper);
}

.error-button-primary:hover {
  background: var(--green-dark);
}

.error-button-secondary {
  border-color: rgba(27, 29, 26, 0.16);
  color: var(--graphite);
}

.error-button-secondary:hover {
  border-color: rgba(91, 140, 62, 0.48);
  background: rgba(251, 250, 246, 0.7);
}

.error-button-secondary span {
  transition: transform 220ms var(--ease-fluid);
}

.error-button-secondary:hover span {
  transform: translate(3px, -3px);
}

.error-status {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 46px 0 0;
  color: rgba(27, 29, 26, 0.42);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.error-status::before {
  width: 34px;
  height: 1px;
  background: rgba(27, 29, 26, 0.2);
  content: "";
}

.error-status strong {
  color: var(--green-dark);
}

.error-visual {
  position: relative;
  display: grid;
  min-height: clamp(480px, 62svh, 690px);
  place-items: center;
}

.error-code {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--graphite);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(190px, 21vw, 360px);
  font-weight: 700;
  letter-spacing: -0.12em;
  line-height: 0.8;
  white-space: nowrap;
}

.error-code > span {
  display: inline-block;
  animation: error-number-in 900ms var(--ease-fluid) both;
}

.error-code > span:nth-child(2) { animation-delay: 90ms; }
.error-code > span:nth-child(3) { animation-delay: 180ms; }

.error-zero {
  position: relative;
  color: transparent;
  -webkit-text-stroke: 2px rgba(91, 140, 62, 0.72);
}

.error-zero::before,
.error-zero::after {
  position: absolute;
  border: 1px solid rgba(91, 140, 62, 0.22);
  border-radius: 50%;
  content: "";
  inset: 18% 7% 9% 16%;
}

.error-zero::after {
  inset: 27% 17% 18% 26%;
  border-style: dashed;
}

.error-zero i {
  position: absolute;
  top: 49%;
  left: 54%;
  width: 13px;
  height: 13px;
  border: 3px solid #f5f3eb;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(91, 140, 62, 0.35);
  animation: error-beacon 2.4s ease-out infinite;
}

.error-route {
  position: absolute;
  top: 53%;
  left: 7%;
  width: 84%;
  height: 34%;
  border-top: 1px dashed rgba(27, 29, 26, 0.24);
  border-radius: 50%;
  transform: rotate(-11deg);
}

.error-route::before,
.error-route::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brown);
  content: "";
}

.error-route::before {
  top: -4px;
  left: 2%;
}

.error-route::after {
  top: -4px;
  right: 2%;
  background: var(--green);
}

.error-coordinates {
  position: absolute;
  right: 4%;
  bottom: 9%;
  display: flex;
  gap: 18px;
  color: rgba(27, 29, 26, 0.44);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.error-page .site-footer {
  margin-top: 0;
}

@keyframes error-copy-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes error-number-in {
  from { opacity: 0; transform: translateY(36px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes error-beacon {
  0% { box-shadow: 0 0 0 0 rgba(91, 140, 62, 0.36); }
  70%, 100% { box-shadow: 0 0 0 22px rgba(91, 140, 62, 0); }
}

@media (max-width: 1100px) {
  .error-hero {
    padding-top: 188px;
  }

  .error-hero-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 18px;
  }

  .error-code {
    font-size: clamp(168px, 24vw, 268px);
  }
}

@media (max-width: 760px) {
  .error-hero {
    min-height: 100svh;
    padding: 186px 0 54px;
  }

  .error-hero::before {
    background-size: 46px 46px;
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 100%);
  }

  .error-hero::after {
    top: 27%;
    right: -46vw;
    width: 124vw;
  }

  .error-hero-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .error-copy {
    order: 2;
  }

  .error-kicker {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .error-copy h1 {
    font-size: clamp(38px, 11.5vw, 54px);
  }

  .error-intro {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.72;
  }

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

  .error-button {
    flex: 1 1 140px;
    min-width: 0;
  }

  .error-status {
    margin-top: 32px;
  }

  .error-visual {
    order: 1;
    min-height: 188px;
  }

  .error-code {
    font-size: clamp(142px, 43vw, 208px);
  }

  .error-route {
    top: 57%;
  }

  .error-coordinates {
    right: 0;
    bottom: 0;
    gap: 10px;
    font-size: 8px;
  }
}

@media (max-width: 390px) {
  .error-hero {
    padding-top: 180px;
  }

  .error-visual {
    min-height: 166px;
  }

  .error-actions {
    display: grid;
  }

  .error-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .error-copy > *,
  .error-code > span,
  .error-zero i {
    animation: none;
  }

  .error-button,
  .error-button-secondary span {
    transition: none;
  }
}
