:root {
  --green-900: #063724;
  --green-800: #064a31;
  --green-700: #0a6140;
  --green-600: #15714d;
  --gold-600: #bf8229;
  --gold-500: #d59a3d;
  --cream-100: #fffaf1;
  --cream-200: #f7efe2;
  --cream-300: #efe2cf;
  --warm-white: #fffdf8;
  --ink: #172720;
  --muted: #607168;
  --line: #eadfce;
  --shadow: 0 24px 70px rgba(29, 45, 38, 0.12);
  --shadow-soft: 0 16px 40px rgba(28, 44, 37, 0.09);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(213, 154, 61, 0.12), transparent 26rem),
    linear-gradient(180deg, var(--warm-white), #fff);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

body.nav-lock {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(234, 223, 206, 0.78);
  box-shadow: 0 10px 30px rgba(20, 31, 27, 0.06);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1240px, calc(100% - 42px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand img {
  width: 48px;
  height: 48px;
}

.brand span {
  color: var(--green-900);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-left: auto;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 76px;
  color: #202b26;
  font-size: 15px;
  font-weight: 700;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 0;
  height: 3px;
  background: var(--gold-500);
  border-radius: 99px;
  transform: translateX(-50%);
  transition: width 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--green-800);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  width: 30px;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-900);
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--green-900);
  background: #fff;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header .icon {
  font-size: 20px;
}

.hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, #fffaf1 0%, #fff8ee 48%, #f1e3d0 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 38%, rgba(213, 154, 61, 0.16), transparent 19rem),
    linear-gradient(90deg, rgba(255, 250, 241, 0.95), rgba(255, 250, 241, 0.54) 48%, rgba(255, 250, 241, 0.02) 74%);
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -170px;
  width: 480px;
  height: 520px;
  opacity: 0.16;
  background:
    linear-gradient(70deg, transparent 44%, rgba(191, 130, 41, 0.55) 45%, rgba(191, 130, 41, 0.55) 46%, transparent 47%),
    repeating-linear-gradient(118deg, transparent 0 22px, rgba(191, 130, 41, 0.46) 23px 25px, transparent 26px 46px);
  border-radius: 50%;
  transform: rotate(-8deg);
  z-index: 1;
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 40%;
  background-repeat: no-repeat;
  background-size: 900px auto;
  background-position: right -18px top -72px;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #fffaf1 0%, rgba(255, 250, 241, 0.78) 16%, rgba(255, 250, 241, 0.06) 44%, rgba(255, 250, 241, 0) 100%),
    linear-gradient(180deg, rgba(255, 250, 241, 0) 70%, rgba(255, 250, 241, 0.92) 100%);
}

.hero-home .hero-photo {
  inset: 0;
  background-image: url("assets/home-hero.png");
  background-size: cover;
  background-position: center center;
}

.hero-home .hero-photo::before {
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.28) 0%, rgba(255, 250, 241, 0.08) 40%, rgba(255, 250, 241, 0) 72%),
    linear-gradient(180deg, rgba(255, 250, 241, 0) 72%, rgba(255, 250, 241, 0.62) 100%);
}
.hero-products .hero-photo {
  inset: 0 0 0 42%;
  background-image: url("assets/products-hero-products-only.png");
  background-size: min(650px, 58vw) auto;
  background-position: right 7% center;
}

.hero-delivery .hero-photo {
  inset: 0;
  background-image: url("assets/delivery-hero-warehouse-truck.png");
  background-size: cover;
  background-position: center center;
}

.hero-about .hero-photo {
  inset: 0;
  background-image: url("assets/warehouse-overview.png");
  background-size: cover;
  background-position: center center;
}

.hero-clients .hero-photo {
  inset: 0;
  background-image: url("assets/warehouse-overview.png");
  background-size: cover;
  background-position: center center;
}

.hero-contact .hero-photo {
  inset: 0;
  background-image: url("assets/warehouse-truck-products.png");
  background-size: cover;
  background-position: center center;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  width: min(570px, 100%);
  padding: 70px 0 90px;
}

@media (min-width: 901px) {
  .hero-home .hero-content {
    width: min(720px, 100%);
  }

  .hero-home h1 {
    white-space: nowrap;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-600);
  font-size: 15px;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--gold-500);
}

.hero h1,
.page-title {
  margin: 14px 0 12px;
  color: var(--green-900);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: clamp(46px, 7vw, 74px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-subtitle {
  margin: 0 0 22px;
  color: var(--gold-600);
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 800;
}

.hero-copy {
  max-width: 520px;
  margin: 0 0 36px;
  color: #31413b;
  font-size: 18px;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.mt-24 {
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green-800), var(--green-700));
  box-shadow: 0 16px 32px rgba(6, 74, 49, 0.22);
}

.btn-secondary {
  color: var(--green-800);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(6, 74, 49, 0.45);
}

.btn-light {
  color: var(--green-900);
  background: #fff9e9;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-800);
  font-weight: 800;
}

.hero-points .icon {
  color: var(--gold-600);
  font-size: 18px;
}

.section {
  padding: 92px 0;
  position: relative;
}

.section-soft {
  background: linear-gradient(180deg, #fffdf8, var(--cream-100));
}

.section-cream {
  background: linear-gradient(180deg, var(--cream-200), #fffdf8);
}

.section-dark {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 55, 36, 0.97), rgba(7, 92, 60, 0.95)),
    url("assets/warehouse-truck-products.png");
  background-size: cover;
  background-position: center;
}

.section-heading {
  width: min(680px, 100%);
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading.is-left {
  margin-left: 0;
  text-align: left;
}

.section-kicker {
  color: var(--gold-600);
  font-size: 15px;
  font-weight: 800;
}

.section-heading h2 {
  margin: 4px 0 12px;
  color: var(--green-900);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.2;
}

.section-dark .section-heading h2,
.section-dark .section-heading p,
.section-dark .section-kicker {
  color: #fff;
}

.title-rule {
  display: block;
  width: 44px;
  height: 3px;
  margin: 16px auto 0;
  background: var(--gold-500);
  border-radius: 99px;
}

.section-heading.is-left .title-rule {
  margin-left: 0;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.feature-strip {
  position: relative;
  z-index: 4;
  width: min(1130px, calc(100% - 72px));
  margin: -54px auto 54px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(234, 223, 206, 0.92);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.feature-strip-item {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 22px 14px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.feature-strip-item:last-child {
  border-right: 0;
}

.feature-strip-item .icon {
  color: var(--green-800);
  font-size: 34px;
}

.feature-strip-item strong {
  color: var(--green-900);
  font-size: 18px;
}

.feature-strip-item span {
  color: var(--muted);
  font-size: 13px;
}

.grid {
  display: grid;
  gap: 24px;
}

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

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 68px;
  align-items: center;
}

.intro-copy p {
  margin: 0 0 22px;
  color: #3f4f48;
}

.intro-mini {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.mini-stat {
  text-align: center;
  color: var(--green-800);
}

.mini-stat .icon {
  font-size: 30px;
}

.mini-stat strong {
  display: block;
  margin-top: 8px;
  color: var(--green-900);
}

.photo-card {
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.photo-warehouse {
  background-image: url("assets/warehouse-overview.png");
}

.photo-handshake {
  background-image: url("assets/client-handshake.png");
  background-position: center;
}

.icon-card,
.metric-card,
.image-card,
.product-card,
.contact-card,
.form-card,
.scope-card,
.client-card,
.advantage-card {
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(234, 223, 206, 0.86);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.icon-card,
.advantage-card {
  padding: 34px 24px;
  text-align: center;
}

.icon-card .card-icon,
.advantage-card .card-icon,
.metric-card .card-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green-800);
  border: 1px solid rgba(6, 74, 49, 0.14);
  border-radius: 50%;
  background: #fffdf8;
}

.icon-card .icon,
.advantage-card .icon,
.metric-card .icon {
  font-size: 34px;
}

.icon-card h3,
.advantage-card h3,
.image-card h3,
.scope-card h3,
.client-card h3,
.product-card h3 {
  margin: 0 0 10px;
  color: var(--green-900);
  font-size: 22px;
  line-height: 1.35;
}

.icon-card p,
.advantage-card p,
.image-card p,
.scope-card p,
.client-card p,
.product-card p {
  margin: 0;
  color: var(--muted);
}

.image-card,
.scope-card,
.client-card {
  overflow: hidden;
}

.card-media {
  min-height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--cream-200);
}

.image-card-body,
.scope-card-body,
.client-card-body {
  padding: 24px 24px 30px;
  text-align: center;
}

.round-link {
  width: 34px;
  height: 34px;
  margin: 20px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--green-800);
  border-radius: 50%;
}

.round-link .icon {
  font-size: 17px;
}

.media-rice { background-image: url("assets/product-siliao-rice.png"); background-position: center; }
.media-rice-2 { background-image: url("assets/product-dongbei-rice.png"); background-position: center; }
.media-oil { background-image: url("assets/product-peanut-oil.png"); background-position: center; }
.media-oil-2 { background-image: url("assets/product-rapeseed-oil.png"); background-position: center; }
.media-flour { background-image: url("assets/product-flour.png"); background-position: center; }
.media-greenbean { background-image: url("assets/product-mung-beans.png"); background-position: center; }
.media-redbean { background-image: url("assets/product-red-beans.png"); background-position: center; }
.media-mushroom { background-image: url("assets/product-mushrooms.png"); background-position: center; }
.media-catering { background-image: url("assets/client-kitchen.png"); background-position: center; }
.media-city { background-image: url("assets/delivery-shenzhen-skyline.png"); background-position: center; }
.media-bridge { background-image: url("assets/delivery-bridge.png"); background-position: center; }
.media-clock { background-image: url("assets/delivery-clock.png"); background-position: center; }
.media-cargo { background-image: url("assets/delivery-cargo-boxes.png"); background-position: center; }
.media-restaurant { background-image: url("assets/client-restaurant.png"); background-position: center; }
.media-canteen { background-image: url("assets/client-canteen.png"); background-position: center; }
.media-factory { background-image: url("assets/client-factory.png"); background-position: center; }
.media-market { background-image: url("assets/client-market.png"); background-position: center; }
.media-community { background-image: url("assets/client-community.png"); background-position: center; }
.media-kitchen { background-image: url("assets/client-kitchen.png"); background-position: center; }

.metric-card {
  padding: 34px 24px;
  text-align: center;
}

.metric-card strong {
  display: block;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1.05;
}

.metric-card b {
  display: block;
  margin: 10px 0 8px;
  color: var(--green-900);
  font-size: 18px;
}

.metric-card span {
  color: var(--muted);
  font-size: 14px;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.process-step {
  position: relative;
  text-align: center;
  padding: 0 12px;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 37px;
  left: calc(50% + 45px);
  width: calc(100% - 90px);
  height: 1px;
  border-top: 1px dashed rgba(191, 130, 41, 0.7);
}

.process-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--green-800), var(--green-600));
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(6, 74, 49, 0.2);
}

.process-icon .icon {
  font-size: 36px;
}

.process-step small {
  display: block;
  color: var(--gold-600);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.process-step h3 {
  margin: 8px 0 8px;
  color: var(--green-900);
  font-size: 20px;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.service-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  align-items: center;
}

.service-flow .process-step:not(:last-child)::after {
  top: 54px;
  left: calc(50% + 60px);
  width: calc(100% - 120px);
}

.service-flow .process-icon {
  width: 108px;
  height: 108px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.section-dark .process-step h3,
.section-dark .process-step p,
.section-dark .process-step small {
  color: #fff;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  padding-top: 38px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 4%;
  right: 4%;
  border-top: 1px dashed rgba(6, 74, 49, 0.35);
}

.timeline-item {
  position: relative;
  text-align: center;
  padding-top: 24px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: var(--green-800);
  border: 4px solid #fffaf1;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(6, 74, 49, 0.22);
  transform: translateX(-50%);
}

.timeline-item strong {
  display: block;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.timeline-item h3 {
  margin: 4px 0 8px;
  color: var(--green-900);
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.product-tabs {
  width: min(1050px, 100%);
  margin: 0 auto 56px;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
}

.product-tabs button {
  min-width: 150px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--green-900);
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-weight: 800;
}

.product-tabs button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--green-800), var(--green-700));
  box-shadow: 0 12px 28px rgba(6, 74, 49, 0.18);
}

.product-tabs .icon {
  font-size: 22px;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.product-card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.product-media {
  min-height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--cream-200);
}

.product-info {
  padding: 24px 22px 22px;
}

.product-meta {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.product-price {
  color: var(--green-800);
  font-size: 24px;
  font-weight: 900;
}

.product-price small {
  font-size: 14px;
}

.cart-button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green-800);
  background: #fff;
  border: 1px solid rgba(6, 74, 49, 0.22);
  border-radius: 50%;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 52px;
}

.pagination span,
.pagination a {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--green-900);
  font-weight: 700;
}

.pagination .current {
  color: #fff;
  background: var(--green-800);
  border-color: var(--green-800);
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 0 auto 56px;
}

.keyword-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  color: var(--green-900);
  background: #fff;
  border: 1px solid rgba(6, 74, 49, 0.14);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(28, 44, 37, 0.07);
  font-weight: 800;
}

.article-list {
  display: grid;
  gap: 28px;
}

.article-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(234, 223, 206, 0.88);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.article-number {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 55, 36, 0.96), rgba(8, 93, 61, 0.92)),
    url("assets/warehouse-truck-products.png");
  background-size: cover;
  background-position: center;
}

.article-number strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1;
}

.article-number span {
  color: #f2c76d;
  font-weight: 900;
}

.article-content {
  padding: 36px 42px 40px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--gold-600);
  background: #fff8e8;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.article-content h2 {
  margin: 0 0 16px;
  color: var(--green-900);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.35;
}

.article-content p {
  margin: 0 0 16px;
  color: #3f4f48;
}

.article-content p:last-child {
  margin-bottom: 0;
}

.article-tip {
  margin-top: 22px;
  padding: 18px 20px;
  color: var(--green-900);
  background: linear-gradient(135deg, #fffaf1, #f6eddd);
  border-left: 4px solid var(--gold-500);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-weight: 800;
}

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

.topic-card {
  display: block;
  padding: 26px;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(234, 223, 206, 0.88);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.topic-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.topic-card small {
  color: var(--gold-600);
  font-weight: 900;
}

.topic-card h3 {
  margin: 8px 0 10px;
  color: var(--green-900);
  font-size: 22px;
}

.topic-card p {
  margin: 0;
  color: var(--muted);
}

.seo-article {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 48px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(234, 223, 206, 0.88);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.seo-article h2 {
  margin: 34px 0 14px;
  color: var(--green-900);
  font-size: 28px;
}

.seo-article p,
.seo-article li {
  color: #374640;
  font-size: 17px;
  line-height: 1.95;
}

.seo-article ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
}

.article-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.admin-notice {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
  padding: 24px;
  color: var(--green-900);
  background: #fff;
  border: 1px solid rgba(234, 223, 206, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.admin-notice p {
  margin: 0;
}

.admin-notice code,
.admin-image-card code {
  padding: 2px 6px;
  color: var(--green-900);
  background: #fff8e8;
  border-radius: 4px;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.admin-toolbar h2 {
  margin: 0;
  color: var(--green-900);
  font-size: 28px;
}

.admin-grid {
  display: grid;
  gap: 22px;
}

.admin-image-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(234, 223, 206, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.admin-preview {
  min-height: 230px;
  background-color: var(--cream-200);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.admin-image-body {
  display: grid;
  gap: 18px;
  padding: 28px 32px;
}

.admin-image-title h3 {
  margin: 0 0 4px;
  color: var(--green-900);
  font-size: 22px;
}

.admin-image-title span,
.admin-image-body p {
  margin: 0;
  color: var(--muted);
}

.admin-pixel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-pixel-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: var(--green-900);
  background: #fff8e8;
  border: 1px solid rgba(191, 130, 41, 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.admin-image-body label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.admin-image-body input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid #ddd4c8;
  border-radius: 6px;
  background: #fff;
  outline: none;
}

.admin-image-body input[type="file"] {
  min-height: auto;
  padding: 12px;
  background: #fffaf1;
  cursor: pointer;
}

.admin-image-body input:focus {
  border-color: var(--green-700);
  box-shadow: 0 0 0 4px rgba(10, 97, 64, 0.1);
}

.admin-upload-message {
  min-height: 22px;
  color: var(--green-800) !important;
  font-weight: 800;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-actions .btn {
  min-height: 48px;
  padding: 0 20px;
  font-size: 15px;
}

.ai-generator {
  display: grid;
  gap: 26px;
  margin-bottom: 46px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(234, 223, 206, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.ai-generator h2,
.api-key-form h3 {
  margin: 0 0 8px;
  color: var(--green-900);
}

.ai-generator p,
.api-key-form p {
  margin: 0;
  color: var(--muted);
}

.api-key-form,
.ai-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 24px;
  border-top: 1px dashed var(--line);
}

.api-key-form > div:first-child {
  grid-column: 1 / -1;
}

.ai-form .btn,
.api-key-form .btn {
  align-self: end;
}

.stats-band {
  padding: 72px 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 55, 36, 0.98), rgba(8, 93, 61, 0.96)),
    url("assets/client-handshake.png");
  background-size: cover;
  background-position: center 65%;
}

.stats-band h2 {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(30px, 4vw, 42px);
}

.stats-band h2 span {
  color: #f0c66c;
}

.stats-band p {
  margin: 0 0 44px;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.stats-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.stats-item:last-child {
  border-right: 0;
}

.stats-item .icon {
  font-size: 48px;
}

.stats-item strong {
  display: block;
  color: #f0c66c;
  font-size: 30px;
  line-height: 1;
}

.stats-item span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 55, 36, 0.98), rgba(6, 55, 36, 0.82) 48%, rgba(6, 55, 36, 0.1)),
    url("assets/warehouse-truck-products.png");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.cta-panel.alt {
  background-image:
    linear-gradient(90deg, rgba(6, 55, 36, 0.98), rgba(6, 55, 36, 0.72) 48%, rgba(6, 55, 36, 0.06)),
    url("assets/warehouse-truck-products.png");
}

.products-cta-panel {
  background-image:
    linear-gradient(90deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.78) 42%, rgba(255, 250, 241, 0.08) 70%),
    url("assets/products-cta-truck-only.png");
  background-position: center;
}

.products-cta-panel,
.products-cta-panel .cta-phone,
.products-cta-panel h2 {
  color: var(--green-900);
}

.products-cta-panel p,
.products-cta-panel .cta-meta {
  color: #3a4a43;
}

.delivery-cta-panel {
  background-image:
    linear-gradient(90deg, rgba(6, 55, 36, 0.98), rgba(6, 55, 36, 0.86) 46%, rgba(6, 55, 36, 0.18) 76%),
    url("assets/delivery-cta-truck-green.png");
  background-position: center;
}

.cta-content {
  width: min(620px, 100%);
  padding: 48px 62px;
}

.cta-content h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.25;
}

.cta-phone {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0;
  color: #f5d28a;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  line-height: 1;
}

.cta-meta {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.88);
}

.cta-meta span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cta-panel .hero-points span {
  color: rgba(255, 255, 255, 0.9);
}

.cta-panel .hero-points .icon {
  color: #f5d28a;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.contact-card,
.form-card {
  padding: 46px;
}

.contact-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.contact-brand img {
  width: 74px;
  height: 74px;
}

.contact-brand h2 {
  margin: 0;
  color: var(--green-900);
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 34px;
}

.contact-list {
  display: grid;
  gap: 28px;
}

.contact-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.contact-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--green-800), var(--green-600));
  border-radius: 50%;
}

.contact-icon .icon {
  font-size: 28px;
}

.contact-item span {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.contact-item strong {
  display: block;
  color: var(--green-900);
  font-size: 20px;
}

.service-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px dashed var(--line);
}

.service-tag {
  text-align: center;
  color: var(--green-800);
}

.service-tag .icon {
  font-size: 34px;
}

.service-tag strong {
  display: block;
  margin-top: 8px;
  color: var(--green-900);
}

.form-card h2 {
  margin: 0 0 26px;
  color: var(--green-900);
  font-size: 32px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink);
  font-weight: 800;
}

.field label span {
  color: #bd3a25;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--ink);
  border: 1px solid #ddd4c8;
  border-radius: 6px;
  background: #fff;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.field textarea {
  min-height: 112px;
  padding-top: 14px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green-700);
  box-shadow: 0 0 0 4px rgba(10, 97, 64, 0.1);
}

.form-card .btn {
  width: 100%;
  margin-top: 24px;
}

.form-message {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--green-800);
  font-weight: 800;
}

.footer {
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 16% 0%, rgba(213, 154, 61, 0.18), transparent 34rem),
    linear-gradient(135deg, #063724, #074e34);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.35fr;
  gap: 58px;
  padding: 56px 0 42px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
}

.footer-brand strong {
  color: #fff;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 28px;
}

.footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
}

.footer p {
  margin: 0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 8px 48px;
}

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

.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-contact span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  color: rgba(255, 255, 255, 0.68);
}

.mobile-call-bar {
  display: none;
}

.split-cta {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.split-visual {
  min-height: 320px;
  border-radius: var(--radius);
  background: url("assets/client-handshake.png") no-repeat center / cover;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green-800);
  font-weight: 800;
}

.check-list .icon {
  color: var(--gold-600);
}

.compact-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compact-list li {
  display: flex;
  gap: 14px;
}

.compact-list .icon {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--green-800);
  font-size: 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .header-inner {
    gap: 18px;
  }

  .site-nav {
    gap: 20px;
  }

  .brand span {
    font-size: 22px;
  }

  .header-phone {
    font-size: 16px;
  }

  .product-grid,
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-5,
  .process-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-step:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 70px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: rgba(255, 253, 248, 0.98);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 48px;
    padding: 0 12px;
  }

  .site-nav a::after {
    display: none;
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 0;
  }

  .hero-photo {
    inset: 0;
    opacity: 0.28;
    background-size: 820px auto;
    background-position: right -54px top -70px;
  }

  .hero-home .hero-photo,
  .hero-products .hero-photo,
  .hero-delivery .hero-photo,
  .hero-about .hero-photo,
  .hero-clients .hero-photo,
  .hero-contact .hero-photo {
    inset: 0;
    opacity: 0.42;
    background-size: cover;
    background-position: center center;
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(255, 250, 241, 0.98), rgba(255, 250, 241, 0.86));
  }

  .hero-content {
    padding: 74px 0 96px;
  }

  .feature-strip {
    width: min(720px, calc(100% - 34px));
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-strip-item {
    border-bottom: 1px solid var(--line);
  }

  .feature-strip-item:nth-child(2n) {
    border-right: 0;
  }

  .intro-grid,
  .contact-layout,
  .split-cta,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .photo-card {
    min-height: 330px;
  }

  .product-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    border-radius: 14px;
  }

  .product-tabs button {
    flex: 0 0 auto;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 0;
  }

  .timeline::before,
  .timeline-item::before {
    display: none;
  }

  .timeline-item {
    padding: 22px;
    text-align: left;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .article-card {
    grid-template-columns: 1fr;
  }

  .topic-grid {
    grid-template-columns: 1fr;
  }

  .admin-image-card {
    grid-template-columns: 1fr;
  }

  .article-number {
    min-height: 150px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 768px) {
  body:not([data-page="admin"]) {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  .container {
    width: min(100% - 32px, var(--container));
  }

  .section {
    padding: 68px 0;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand span {
    font-size: 19px;
  }

  .hero h1,
  .page-title {
    font-size: clamp(42px, 13vw, 56px);
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .btn {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .feature-strip {
    margin-top: -42px;
    grid-template-columns: 1fr;
  }

  .feature-strip-item,
  .feature-strip-item:nth-child(2n) {
    border-right: 0;
  }

  .grid-3,
  .grid-4,
  .grid-5,
  .product-grid,
  .process-row,
  .service-flow,
  .stats-row,
  .intro-mini,
  .service-tags,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-card,
  .form-card {
    padding: 30px 22px;
  }

  .article-content {
    padding: 28px 22px 32px;
  }

  .article-number {
    padding: 26px 22px;
  }

  .admin-image-body {
    padding: 24px 20px;
  }

  .admin-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .api-key-form,
  .ai-form {
    grid-template-columns: 1fr;
  }

  .ai-generator {
    padding: 24px 20px;
  }

  .contact-brand {
    align-items: flex-start;
  }

  .contact-brand h2 {
    font-size: 27px;
  }

  .stats-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .stats-item:last-child {
    border-bottom: 0;
  }

  .cta-panel {
    min-height: auto;
    background-position: center;
  }

  .cta-content {
    padding: 38px 24px;
  }

  .cta-phone {
    font-size: 36px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .mobile-call-bar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 62px;
    padding: 12px 18px;
    border: 1px solid rgba(214, 166, 74, 0.34);
    border-radius: 999px;
    background: linear-gradient(135deg, #063724, #07583a);
    color: #fff;
    box-shadow: 0 18px 38px rgba(4, 38, 25, 0.28);
    text-decoration: none;
  }

  .mobile-call-bar span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

  .mobile-call-bar strong {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
  }

  .mobile-call-bar em {
    margin-top: 3px;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
  }

  .mobile-call-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--green);
    flex: 0 0 auto;
  }

  .mobile-call-icon .icon {
    width: 21px;
    height: 21px;
    stroke-width: 2.5;
  }
}

@media (max-width: 460px) {
  .header-inner {
    width: min(100% - 24px, 1240px);
  }

  .brand span {
    max-width: 11em;
    white-space: normal;
    line-height: 1.1;
  }

  .hero-points {
    gap: 12px;
  }

  .product-media {
    min-height: 220px;
  }

  .card-media {
    min-height: 190px;
  }
}
