:root {
  --ink: #17211d;
  --muted: #5d6862;
  --green-950: #0b2f21;
  --green-900: #103f2c;
  --green-800: #155c3d;
  --green-700: #1c6846;
  --green-100: #eaf1ec;
  --accent: #1c6846;
  --gold: #b38a46;
  --gold-ink: #795a25;
  --surface: #ffffff;
  --canvas: #f6f5f1;
  --soft: #f1f3ef;
  --line: rgba(15, 61, 42, 0.13);
  --shadow: 0 20px 54px rgba(19, 50, 36, 0.09);
  --radius: 18px;
  --container: 1680px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(94, 159, 46, 0.45);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  color: #fff;
  background: var(--green-950);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.section {
  padding: 96px 0;
}

.section-white {
  background: var(--surface);
}

.section-soft {
  background: var(--soft);
}

.section-dark {
  color: #fff;
  background: var(--green-950);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-700);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.section-dark .eyebrow {
  color: #9fd378;
}

.section-heading {
  max-width: 1080px;
  margin-bottom: 42px;
}

.section-heading-row {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading-row > div:first-child {
  max-width: 1080px;
}

.section-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
}

.update-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #c7d7ca;
  border-radius: 999px;
  color: var(--green-800);
  background: #f7faf7;
  font-size: 13px;
  font-weight: 700;
}

.section-heading h2,
.split-copy h2,
.quote-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.018em;
}

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

.section-dark .section-heading p,
.section-dark .quote-copy > p {
  color: rgba(255, 255, 255, 0.76);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.3;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

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

.button-primary:hover {
  background: var(--green-900);
}

.button-secondary {
  color: var(--green-900);
  border-color: #b7c8bb;
  background: rgba(255, 255, 255, 0.72);
}

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

.button-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--green-800);
  font-weight: 700;
}

.text-link:hover {
  color: var(--accent);
}

.utility-bar {
  color: rgba(255, 255, 255, 0.86);
  background: var(--green-950);
  font-size: 13px;
}

.utility-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.utility-inner p {
  margin: 0;
}

.utility-phone {
  color: #fff;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(220, 228, 221, 0.92);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 24px rgba(13, 53, 37, 0.04);
  backdrop-filter: blur(12px);
}

.nav-shell {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-width: 0;
  flex: 0 1 360px;
  align-items: center;
  gap: 14px;
}

.brand .brand-mark {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  min-width: 0;
  line-height: 1.15;
}

.brand-copy strong {
  color: #182126;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.brand-copy > span {
  margin-top: 4px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.site-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 11px;
  border-radius: 7px;
  color: #34403b;
  font-size: 15px;
  font-weight: 650;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--green-800);
  background: var(--green-100);
}

.site-nav .nav-cta {
  margin-left: 8px;
  padding-inline: 16px;
  color: #fff;
  background: var(--green-800);
}

.site-nav .nav-cta:hover {
  color: #fff;
  background: var(--green-900);
}

.menu-button {
  display: none;
  min-width: 64px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green-900);
  background: #fff;
  font-weight: 700;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 44px;
  background:
    radial-gradient(circle at 88% 15%, rgba(94, 159, 46, 0.15), transparent 28%),
    linear-gradient(180deg, #fbfcfa 0%, #f2f5f1 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(22, 91, 58, 0.08);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: minmax(480px, 700px) minmax(520px, 720px);
  gap: 56px;
}

.hero-copy {
  max-width: 700px;
  padding-top: 34px;
}

.hero-copy h1 {
  max-width: 700px;
  margin: 0 0 22px;
  font-size: clamp(40px, 3.4vw, 52px);
  line-height: 1.14;
  letter-spacing: -0.018em;
}

.hero-subtitle {
  max-width: 680px;
  margin: -2px 0 20px;
  color: var(--green-800);
  font-size: clamp(25px, 2vw, 33px);
  font-weight: 760;
  line-height: 1.42;
  letter-spacing: -0.015em;
}

.hero-subtitle {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.42em;
}

.hero-subtitle span {
  white-space: nowrap;
}

.hero-copy h1 span,
.hero-copy h1 strong {
  display: block;
}

.hero-copy h1 strong {
  max-width: 680px;
  margin-top: 14px;
  color: var(--green-800);
  font-size: 0.61em;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.01em;
}

.hero-lead {
  max-width: 720px;
  margin: 0 0 22px;
  color: #435049;
  font-size: 18px;
  line-height: 1.72;
}

.hero-checklist {
  display: grid;
  margin: 0 0 28px;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  list-style-position: inside;
  color: #314139;
  font-weight: 650;
}

.hero-note {
  max-width: 650px;
  margin: 18px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--gold);
  color: var(--muted);
  font-size: 14px;
}

.hero-media {
  min-width: 0;
  position: relative;
  width: 100%;
  max-width: 720px;
  justify-self: end;
}

.keyword-slider {
  min-width: 0;
}

.keyword-slides {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 8px solid #fff;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.keyword-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 780ms ease, visibility 780ms ease;
}

.keyword-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.keyword-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.012);
  transition: transform 6s ease;
}

.keyword-slide.is-active img {
  transform: scale(1);
}

.keyword-slide:nth-child(1) img { object-position: center 48%; }
.keyword-slide:nth-child(2) img { object-position: 55% center; }
.keyword-slide:nth-child(3) img { object-position: 48% 52%; }
.keyword-slide:nth-child(4) img { object-position: 58% center; }
.keyword-slide:nth-child(5) img { object-position: center 52%; }
.keyword-slide:nth-child(6) img { object-position: center 56%; }

.keyword-slide::after {
  content: "";
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(180deg, transparent, rgba(7, 29, 20, 0.84));
}

.keyword-slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  padding: 30px 32px 28px;
  gap: 5px;
  color: #fff;
}

.keyword-slide figcaption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.keyword-slide figcaption strong {
  font-size: clamp(24px, 2.25vw, 34px);
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.keyword-slide figcaption small {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.65;
}

.hero-media-frame {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 16px;
  background: #dfe6e1;
  box-shadow: var(--shadow);
}

.hero-media-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.hero-media-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 310px;
  margin: 0;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 9px;
  color: #fff;
  background: rgba(13, 53, 37, 0.88);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  line-height: 1.6;
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(13, 53, 37, 0.05);
}

.trust-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.trust-list li {
  min-height: 96px;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
}

.trust-list li:last-child {
  border-right: 0;
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list strong {
  margin-bottom: 3px;
  color: var(--green-900);
  font-size: 16px;
}

.trust-list span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: #bed0c2;
  box-shadow: var(--shadow);
}

.product-media {
  display: block;
  overflow: hidden;
  background: #edf1ed;
}

.product-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 240ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.025);
}

.product-body {
  padding: 24px 24px 20px;
}

.product-body h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.35;
}

.product-body h3 a:hover {
  color: var(--green-800);
}

.product-body p {
  min-height: 84px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

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

.industry-card {
  padding: 32px;
  border-top: 4px solid var(--green-800);
  border-radius: 0 0 var(--radius) var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(13, 53, 37, 0.06);
}

.industry-card h3 {
  margin: 0 0 14px;
  font-size: 23px;
}

.industry-card .card-kicker {
  margin-bottom: 8px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.06em;
}

.industry-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
}

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

.factory-photo {
  overflow: hidden;
  border-radius: 14px;
  background: #dfe6e1;
  box-shadow: var(--shadow);
}

.factory-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.proof-list,
.quote-list,
.footer-links,
.footer-contact {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

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

.proof-list li {
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #314139;
  background: #fff;
  font-weight: 650;
}

.factory-gallery {
  display: grid;
  margin-top: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.factory-gallery figure {
  margin: 0;
}

.factory-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.factory-gallery figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.factory-actions {
  margin-top: 24px;
}

.process-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  counter-reset: process;
  list-style: none;
}

.process-list li {
  position: relative;
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  counter-increment: process;
}

.process-list li::before {
  content: counter(process, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

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

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

.geo-panel {
  display: grid;
  padding: 52px;
  border-radius: 16px;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 60%),
    var(--green-900);
  box-shadow: var(--shadow);
}

.geo-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.25;
}

.geo-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.77);
}

.city-list {
  display: grid;
  align-content: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.city-list span,
.city-list a {
  display: block;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  text-align: center;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.city-list a:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.city-list a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 3px;
}

.city-directory-panel {
  margin: 30px 0;
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0d3525, #165b3a);
  box-shadow: var(--shadow);
  color: #fff;
}

.city-directory-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
}

.city-directory-panel > p {
  margin: 12px 0 24px;
  color: rgba(255, 255, 255, 0.76);
}

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

.quote-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 64px;
}

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

.quote-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
}

.contact-actions {
  margin-top: 28px;
}

.qr-card {
  justify-self: end;
  width: min(100%, 330px);
  margin: 0;
  padding: 28px;
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  text-align: center;
}

.qr-card img {
  width: 186px;
  height: 186px;
  margin: 0 auto 16px;
}

.qr-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-900);
  font-size: 18px;
}

.qr-card figcaption {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.faq-list summary {
  min-height: 62px;
  padding: 18px 54px 18px 22px;
  cursor: pointer;
  color: var(--green-950);
  font-size: 17px;
  font-weight: 700;
  list-style-position: outside;
}

.faq-answer {
  padding: 0 22px 22px;
  color: var(--muted);
}

.faq-answer p {
  margin: 0;
}

.faq-answer a {
  color: var(--green-800);
  font-weight: 700;
}

.site-footer {
  padding: 56px 0 24px;
  color: rgba(255, 255, 255, 0.72);
  background: #0a291e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 52px;
}

.footer-brand {
  max-width: 520px;
}

.footer-brand h2,
.footer-column h3 {
  margin: 0 0 14px;
  color: #fff;
}

.footer-brand h2 {
  font-size: 22px;
}

.footer-column h3 {
  font-size: 16px;
}

.footer-brand p {
  margin: 0;
}

.footer-brand .legal-name {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 7px;
  margin-top: 0;
}

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

.footer-bottom {
  display: flex;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

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

/* Standalone/about pages */
.inner-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 78px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(185, 146, 70, 0.28), transparent 30%),
    linear-gradient(135deg, var(--green-950), var(--green-800));
}

.inner-hero::after {
  position: absolute;
  right: -7vw;
  bottom: -190px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.inner-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin-inline: auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #fff;
}

.inner-hero .eyebrow {
  color: #b8df9b;
}

.inner-hero h1 {
  max-width: 1100px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.3vw, 60px);
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.inner-hero-lead {
  max-width: 960px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.85;
}

.page-content-section {
  position: relative;
}

.page-layout {
  display: grid;
  width: min(1540px, 100%);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) 370px;
  align-items: start;
  gap: 48px;
}

.lweu-alonepage .content-card {
  min-width: 0;
  padding: clamp(34px, 4vw, 64px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

.cms-content {
  min-width: 0;
  color: #2f3c36;
  font-size: 17px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.cms-content::after {
  display: block;
  clear: both;
  content: "";
}

.cms-content > :first-child {
  margin-top: 0;
}

.cms-content > :last-child {
  margin-bottom: 0;
}

.cms-content h2,
.cms-content h3,
.cms-content h4 {
  color: var(--green-950);
  line-height: 1.35;
}

.cms-content h2 {
  margin: 1.8em 0 0.7em;
  font-size: clamp(28px, 2.6vw, 38px);
  letter-spacing: -0.025em;
}

.cms-content h3 {
  margin: 1.4em 0 0.55em;
  font-size: 22px;
}

.cms-content p {
  margin: 0 0 1.15em;
}

.cms-content ul,
.cms-content ol {
  margin: 0 0 1.4em;
  padding-left: 1.35em;
}

.cms-content a:not(.button) {
  color: var(--green-800);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cms-content img {
  max-width: 100% !important;
  height: auto !important;
}

.cms-content table {
  display: block;
  width: 100% !important;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.editor-intro {
  margin-bottom: 38px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.editor-intro h2 {
  margin-top: 0;
}

.editor-intro p:last-child,
.editor-section p:last-child,
.editor-callout p:last-child {
  margin-bottom: 0;
}

.info-grid,
.contact-detail-grid,
.editor-media-grid {
  display: grid;
  margin: 34px 0 42px;
  gap: 18px;
}

.info-grid-three,
.contact-detail-grid,
.editor-media-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-grid section,
.contact-detail-grid section {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(145deg, #fff, #f4f7f4);
}

.info-grid section > span,
.contact-detail-grid section > span {
  display: block;
  margin-bottom: 9px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.info-grid h3,
.contact-detail-grid h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.info-grid p,
.contact-detail-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.contact-detail-grid h3 a {
  color: var(--green-900);
  text-decoration: none;
}

.editor-media-grid figure {
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
  background: var(--green-950);
}

.editor-media-grid img {
  width: 100% !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.editor-media-grid figcaption {
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.editor-section {
  margin-top: 42px;
  padding-top: 8px;
}

.editor-callout {
  margin-top: 42px;
  padding: 34px;
  border: 1px solid #cbdacf;
  border-radius: 14px;
  background: var(--green-100);
}

.editor-callout h2 {
  margin-top: 0;
}

.editor-callout .button-row {
  margin-top: 24px;
}

.number-list {
  display: grid;
  margin-top: 24px !important;
  padding: 0 !important;
  gap: 10px;
  list-style: none;
  counter-reset: detail-number;
}

.number-list li {
  position: relative;
  min-height: 52px;
  padding: 13px 16px 13px 58px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  counter-increment: detail-number;
}

.number-list li::before {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--green-800);
  content: counter(detail-number);
  font-size: 13px;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
}

.process-cards {
  display: grid;
  margin: 32px 0 0 !important;
  padding: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.process-cards li {
  display: grid;
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  background: #fff;
}

.process-cards li > span {
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-cards h3 {
  margin: 0 0 9px;
}

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

.keyword-slider-inner {
  margin: 34px 0 42px;
}

.keyword-slider-inner .keyword-slides {
  aspect-ratio: 16 / 9;
}

.page-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 20px;
}

.sidebar-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(19, 50, 36, 0.07);
}

.sidebar-card h2 {
  margin: 0 0 12px;
  color: var(--green-950);
  font-size: 23px;
  line-height: 1.35;
}

.sidebar-card p {
  color: var(--muted);
}

.sidebar-list {
  display: grid;
  margin: 18px 0 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.sidebar-list li {
  position: relative;
  padding-left: 20px;
  color: #34443d;
  font-size: 14px;
}

.sidebar-list li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.sidebar-note {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.sidebar-actions {
  display: grid;
  margin-top: 20px;
  gap: 10px;
}

.sidebar-contact .qr-card {
  justify-self: stretch;
  width: 100%;
  padding: 18px 0 0;
}

.sidebar-contact .qr-card img {
  width: 168px;
  height: 168px;
}

.contact-phone {
  display: flex;
  min-height: 50px;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: var(--green-800);
  font-size: 18px;
  font-weight: 800;
}

.related-services .section-heading {
  max-width: 940px;
}

.footer-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-lockup img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
}

.footer-legal {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

@media (max-width: 1120px) {
  .nav-shell {
    gap: 14px;
  }

  .brand {
    flex-basis: 285px;
    gap: 11px;
  }

  .brand .brand-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .brand-copy strong {
    font-size: 20px;
  }

  .brand-copy > span {
    font-size: 9px;
  }

  .site-nav a {
    padding-inline: 8px;
    font-size: 14px;
  }

  .site-nav .nav-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.95fr);
    gap: 42px;
  }

  .page-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 920px) {
  .section {
    padding: 76px 0;
  }

  .utility-bar {
    display: none;
  }

  .nav-shell {
    min-height: 70px;
    justify-content: space-between;
  }

  .brand {
    flex-basis: min(300px, calc(100% - 86px));
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: fixed;
    inset: 70px 0 auto;
    display: none;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 18px 24px 28px;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 30px rgba(13, 53, 37, 0.12);
  }

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

  .site-nav a {
    min-height: 48px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    font-size: 16px;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-grid,
  .split-grid,
  .quote-grid,
  .geo-panel {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 44px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 6.4vw, 46px);
  }

  .hero-media {
    max-width: 680px;
  }

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

  .trust-list li:nth-child(2) {
    border-right: 0;
  }

  .trust-list li:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

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

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

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .section-actions {
    width: 100%;
    justify-content: space-between;
  }

  .geo-panel {
    padding: 42px;
    gap: 34px;
  }

  .qr-card {
    justify-self: start;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .inner-hero {
    padding: 58px 0 64px;
  }

  .inner-hero-lead {
    font-size: 17px;
  }

  .info-grid-three,
  .contact-detail-grid,
  .editor-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 64px;
  }

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

  .section {
    padding: 60px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2,
  .split-copy h2,
  .quote-copy h2,
  .geo-panel h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .inner-hero {
    padding: 42px 0 48px;
  }

  .inner-hero h1 {
    font-size: 34px;
    line-height: 1.25;
  }

  .inner-hero-lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.75;
  }

  .breadcrumb {
    margin-bottom: 18px;
  }

  .lweu-alonepage .content-card {
    padding: 28px 22px;
    border-radius: 12px;
  }

  .cms-content {
    font-size: 16px;
  }

  .info-grid-three,
  .contact-detail-grid,
  .editor-media-grid,
  .process-cards,
  .page-sidebar {
    grid-template-columns: 1fr;
  }

  .info-grid section,
  .contact-detail-grid section,
  .process-cards li {
    padding: 22px;
  }

  .process-cards li {
    min-height: auto;
  }

  .editor-callout {
    padding: 26px 22px;
  }

  .keyword-slider-inner .keyword-slides {
    aspect-ratio: 4 / 3;
  }

  .sidebar-card {
    padding: 24px 22px;
  }

  .footer-lockup {
    align-items: flex-start;
  }

  .brand {
    gap: 9px;
  }

  .brand .brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-copy > span {
    font-size: 8px;
    letter-spacing: 0.11em;
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    padding: 44px 0 36px;
  }

  .hero-copy h1 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -0.018em;
  }

  .hero-copy h1 strong {
    margin-top: 10px;
    font-size: 0.59em;
  }

  .hero-subtitle {
    margin-bottom: 18px;
    font-size: clamp(23px, 6.8vw, 28px);
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .hero-checklist,
  .product-grid,
  .process-list,
  .proof-list,
  .quote-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .button-row .button {
    width: 100%;
  }

  .keyword-slides {
    aspect-ratio: 4 / 3;
    border-width: 5px;
    border-radius: 12px;
  }

  .keyword-slide figcaption {
    padding: 22px 20px 20px;
  }

  .keyword-slide figcaption strong {
    font-size: 25px;
  }

  .keyword-slide figcaption small {
    font-size: 13px;
  }

  .section-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .trust-strip {
    margin-top: 34px;
  }

  .trust-list {
    grid-template-columns: 1fr;
  }

  .trust-list li,
  .trust-list li:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-list li:last-child {
    border-bottom: 0;
  }

  .product-body p {
    min-height: 0;
  }

  .factory-gallery {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: auto;
  }

  .geo-panel {
    padding: 30px 22px;
  }

  .city-list {
    grid-template-columns: 1fr 1fr;
  }

  .quote-grid {
    gap: 38px;
  }

  .qr-card {
    width: 100%;
    justify-self: stretch;
  }

  .faq-list summary {
    padding-left: 18px;
    font-size: 16px;
  }

  .faq-answer {
    padding-inline: 18px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    min-height: 58px;
    padding: 6px max(8px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
    border-top: 1px solid var(--line);
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -10px 28px rgba(13, 53, 37, 0.12);
  }

  .mobile-contact-bar a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #fff;
    background: var(--green-800);
    font-weight: 750;
  }

  .mobile-contact-bar a:last-child {
    background: var(--accent);
  }
}

.error-main {
  display: grid;
  min-height: min(720px, calc(100vh - 168px));
  align-items: center;
  padding: clamp(64px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(203, 164, 83, 0.18), transparent 28%),
    linear-gradient(145deg, #f6f8f5 0%, #ffffff 56%, #edf5ef 100%);
}

.error-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(38px, 7vw, 88px);
}

.error-code {
  display: block;
  margin-bottom: 20px;
  color: var(--green-700);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 10vw, 136px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.06em;
}

.error-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.08;
}

.error-copy > p {
  max-width: 680px;
  margin: 22px 0 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.error-help-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(13, 53, 37, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.error-help-card h2 {
  margin: 0 0 14px;
  color: var(--green-800);
  font-size: clamp(24px, 3vw, 32px);
}

.error-help-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.error-help-card ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.error-help-card li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
}

.error-help-card li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

@media (max-width: 760px) {
  .error-main {
    min-height: auto;
    padding: 54px 0 92px;
  }

  .error-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .error-code {
    font-size: 82px;
  }

  .error-copy > p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* 2026-07-16 enterprise visual refinement */
body {
  background: var(--canvas);
}

.section {
  padding: clamp(82px, 6vw, 108px) 0;
}

.site-header {
  border-bottom-color: rgba(15, 61, 42, 0.1);
  box-shadow: 0 8px 30px rgba(11, 47, 33, 0.055);
}

.nav-shell {
  min-height: 84px;
}

.brand {
  flex-basis: 350px;
  gap: 13px;
}

.brand .brand-mark,
.brand img.brand-mark {
  width: 50px !important;
  height: 50px !important;
  flex: 0 0 50px !important;
}

.brand-copy strong {
  font-size: 23px !important;
}

.brand-copy > span {
  color: var(--gold-ink) !important;
}

.site-nav a {
  border-radius: 9px;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(21, 92, 61, 0.075);
}

.button {
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 10px;
  letter-spacing: 0.01em;
}

.button-primary,
.site-nav .nav-cta,
.contact-phone {
  background: var(--green-800);
  box-shadow: 0 10px 24px rgba(21, 92, 61, 0.16);
}

.text-link:hover,
.cms-content a:not(.button):hover {
  color: var(--green-950);
}

.hero {
  padding: 72px 0 52px;
  background:
    radial-gradient(circle at 88% 14%, rgba(179, 138, 70, 0.11), transparent 27%),
    linear-gradient(135deg, #faf9f6 0%, #f1f4ef 100%);
}

.hero::after {
  border-color: rgba(179, 138, 70, 0.12);
}

.hero-grid {
  align-items: center;
  justify-content: initial;
  grid-template-columns: minmax(0, 0.9fr) minmax(620px, 1.1fr);
  gap: clamp(56px, 5vw, 92px);
}

.hero-copy {
  max-width: 700px;
  padding-top: 0;
}

.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(50px, 4.2vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.hero-copy h1 strong {
  margin-top: 18px;
  font-size: 0.48em;
  line-height: 1.45;
  letter-spacing: -0.015em;
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.78;
}

.hero-note {
  max-width: 660px;
  margin-top: 22px;
  padding: 4px 0 4px 17px;
  border-left-width: 2px;
}

.hero-media {
  max-width: none;
}

.keyword-slides {
  border: 6px solid rgba(255, 255, 255, 0.96);
  border-radius: 22px;
  box-shadow: 0 32px 86px rgba(13, 53, 37, 0.16);
}

.keyword-slide::after {
  inset: 46% 0 0;
  background: linear-gradient(180deg, transparent, rgba(7, 29, 20, 0.84));
}

.keyword-slide figcaption {
  padding: 32px 34px 30px;
}

.trust-strip {
  margin-top: 38px;
  overflow: hidden;
  border-color: rgba(179, 138, 70, 0.22);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(13, 53, 37, 0.07);
}

.trust-strip::before {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(179, 138, 70, 0.08));
  content: "";
}

.trust-list li {
  min-height: 104px;
  padding: 23px 26px;
}

.trust-list strong {
  font-size: 17px;
}

.product-card,
.industry-card,
.process-list li,
.info-grid section,
.contact-detail-grid section,
.process-cards li,
.sidebar-card,
.lweu-alonepage .content-card,
.error-help-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(19, 50, 36, 0.055);
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(21, 92, 61, 0.24);
  box-shadow: 0 24px 58px rgba(19, 50, 36, 0.11);
}

.product-body {
  padding: 28px 28px 24px;
}

.industry-card {
  position: relative;
  padding: 34px;
  border-top: 1px solid var(--line);
  border-radius: var(--radius);
}

.industry-card::before {
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 21px;
  background: var(--gold);
  content: "";
}

.industry-card .card-kicker,
.process-list li::before,
.info-grid section > span,
.contact-detail-grid section > span,
.process-cards li > span {
  color: var(--gold-ink);
}

.factory-photo,
.factory-gallery img,
.editor-media-grid figure {
  border-radius: var(--radius);
}

.geo-panel,
.city-directory-panel {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(179, 138, 70, 0.22), transparent 24%),
    linear-gradient(135deg, var(--green-950), var(--green-800));
  box-shadow: 0 28px 72px rgba(11, 47, 33, 0.18);
}

.inner-hero {
  padding: 76px 0 82px;
  background:
    radial-gradient(circle at 86% 18%, rgba(179, 138, 70, 0.3), transparent 29%),
    linear-gradient(135deg, var(--green-950), #15583c);
}

.inner-hero .eyebrow {
  color: #e2c68f;
}

.inner-hero h1 {
  letter-spacing: -0.035em;
}

.page-layout {
  width: min(1520px, 100%);
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 52px;
}

.cms-content > p,
.cms-content > ul,
.cms-content > ol,
.cms-content > h2,
.cms-content > h3,
.editor-section > p,
.editor-intro > p {
  max-width: 900px;
}

.editor-callout {
  border-color: rgba(179, 138, 70, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #fbf9f3, #edf3ee);
}

.qr-card {
  position: relative;
  width: min(100%, 350px);
  padding: 30px;
  border: 1px solid rgba(179, 138, 70, 0.32);
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, #f5f4ef);
  box-shadow: 0 24px 64px rgba(6, 31, 21, 0.18);
  text-align: left;
}

.qr-card::before {
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 18px;
  background: var(--gold);
  content: "";
}

.qr-card img,
.side-qr img {
  box-sizing: content-box;
  padding: 9px;
  border: 1px solid rgba(15, 61, 42, 0.1);
  border-radius: 12px;
  background: #fff;
  -webkit-touch-callout: default;
  user-select: auto;
}

.qr-card img {
  margin: 0 0 18px;
}

.qr-card strong {
  margin-bottom: 8px;
  font-size: 19px;
}

.qr-card figcaption {
  font-size: 14px;
  line-height: 1.72;
}

.qr-card figcaption small,
.side-qr small {
  display: block;
  margin-top: 8px;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.side-qr {
  display: grid !important;
  grid-template-columns: 136px minmax(0, 1fr) !important;
  align-items: center;
  gap: 20px !important;
  padding: 18px !important;
  border: 1px solid var(--line);
  border-radius: 16px !important;
  background: linear-gradient(145deg, #faf8f2, #eef3ee) !important;
}

.side-qr img {
  width: 116px !important;
  height: 116px !important;
  margin: 0 !important;
}

.sidebar-contact .qr-card {
  padding: 24px;
}

.sidebar-contact .qr-card img {
  width: 168px;
  height: 168px;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(21, 92, 61, 0.28);
  outline-offset: 2px;
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
    gap: 44px;
  }

  .hero-copy h1 {
    font-size: clamp(44px, 5vw, 58px);
  }
}

@media (max-width: 920px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    width: 100%;
    max-width: 760px;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

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

  .section {
    padding: 64px 0;
  }

  .nav-shell {
    min-height: 72px;
  }

  .brand .brand-mark,
  .brand img.brand-mark {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
  }

  .brand-copy strong {
    font-size: 18px !important;
  }

  .hero {
    padding: 48px 0 38px;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 10.4vw, 42px);
    line-height: 1.12;
  }

  .hero-copy h1 strong {
    margin-top: 14px;
    font-size: 0.58em;
  }

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

  .hero .button-row,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero .button,
  .contact-actions .button {
    width: 100%;
  }

  .keyword-slides,
  .keyword-slider-inner .keyword-slides {
    aspect-ratio: 4 / 3;
    border-width: 4px;
    border-radius: 17px;
  }

  .keyword-slide figcaption {
    padding: 24px 22px 22px;
  }

  .keyword-slide figcaption strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .trust-strip {
    margin-top: 28px;
  }

  .trust-list li {
    min-height: auto;
    padding: 20px;
  }

  .product-body,
  .industry-card,
  .process-list li {
    padding: 24px;
  }

  .inner-hero {
    padding: 48px 0 54px;
  }

  .page-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .qr-card {
    justify-self: stretch;
    width: 100%;
    padding: 26px;
    text-align: center;
  }

  .qr-card::before {
    margin-inline: auto;
  }

  .qr-card img {
    margin-inline: auto;
  }

  .side-qr {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
  }

  .side-qr img {
    width: 168px !important;
    height: 168px !important;
  }

  .mobile-contact-bar {
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* 2026-07-16 conversion path and product hierarchy */
.product-kicker {
  min-height: 0 !important;
  margin: 0 0 9px !important;
  color: var(--gold-ink) !important;
  font-size: 12px !important;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.product-grid-featured .product-body > p:not(.product-kicker) {
  min-height: 72px;
}

.mobile-product-consult {
  display: none;
}

.product-shortcuts {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-shortcuts a {
  display: grid;
  min-height: 112px;
  align-content: center;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fbfcfa;
  transition: background-color 160ms ease, color 160ms ease;
}

.product-shortcuts a:hover {
  color: var(--green-900);
  background: var(--green-100);
}

.product-shortcuts strong,
.product-shortcuts span {
  display: block;
}

.product-shortcuts strong {
  font-size: 16px;
}

.product-shortcuts span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.conversion-section {
  padding: 0;
  background: #fff;
}

.conversion-panel {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(46px, 5vw, 84px);
  padding: clamp(42px, 5vw, 68px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(179, 138, 70, 0.2), transparent 34%),
    linear-gradient(135deg, #0b2f21, #155c3d);
  box-shadow: 0 26px 70px rgba(11, 47, 33, 0.16);
}

.conversion-copy h2 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.22;
  letter-spacing: -0.024em;
}

.conversion-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.conversion-copy .eyebrow {
  color: #d9bf8b;
}

.conversion-steps {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.conversion-steps li {
  display: grid;
  min-height: 92px;
  align-items: center;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.conversion-steps li:last-child {
  border-bottom: 0;
}

.conversion-steps li > span {
  color: #d9bf8b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

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

.conversion-steps strong {
  font-size: 17px;
}

.conversion-steps small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

#wechat-contact {
  scroll-margin-top: 98px;
}

.qr-card img,
.side-qr img {
  filter: grayscale(1) contrast(1.04);
}

#pdr-service .geo-panel {
  color: var(--ink);
  border: 1px solid rgba(179, 138, 70, 0.24);
  background:
    radial-gradient(circle at 94% 4%, rgba(179, 138, 70, 0.1), transparent 28%),
    #fbfcfa;
  box-shadow: 0 18px 48px rgba(19, 50, 36, 0.07);
}

#pdr-service .geo-panel h2 {
  color: var(--green-950);
}

#pdr-service .geo-panel p {
  color: var(--muted);
}

#pdr-service .city-list a {
  color: var(--green-900);
  border-color: rgba(21, 92, 61, 0.2);
  background: #fff;
}

#pdr-service .city-list a:hover {
  color: #fff;
  border-color: var(--green-800);
  background: var(--green-800);
}

#pdr-service .city-list a:focus-visible {
  outline-color: rgba(21, 92, 61, 0.45);
}

@media (max-width: 920px) {
  .mobile-product-consult {
    display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(21, 92, 61, 0.18);
    border-left: 4px solid var(--gold);
    border-radius: 16px;
    background: linear-gradient(145deg, #f3f7f3, #fff);
    box-shadow: 0 14px 34px rgba(19, 50, 36, 0.07);
  }

  .mobile-product-consult strong {
    color: var(--green-950);
    font-size: 20px;
    line-height: 1.35;
  }

  .mobile-product-consult p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
  }

  .mobile-product-consult .button {
    width: 100%;
    justify-content: center;
  }

  .product-shortcuts,
  .conversion-panel {
    grid-template-columns: 1fr;
  }

  .conversion-panel {
    gap: 32px;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: auto;
    width: min(88vw, 430px);
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    max-height: none;
    align-content: start;
    align-items: stretch;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    padding: 26px 24px calc(34px + env(safe-area-inset-bottom));
    border-top: 0;
    border-left: 1px solid var(--line);
    box-shadow: -100vw 0 0 rgba(7, 29, 20, 0.34), -24px 0 60px rgba(7, 29, 20, 0.16);
    overscroll-behavior: contain;
  }

  .site-nav a {
    width: 100%;
    justify-content: flex-start;
    padding-inline: 8px;
  }

  .site-nav .nav-cta {
    display: inline-flex;
    justify-content: center;
    margin: 16px 0 0;
    border-bottom: 0;
    border-radius: 10px;
    color: #fff;
  }
}

@media (max-width: 640px) {
  .product-shortcuts {
    grid-template-columns: 1fr;
  }

  .product-shortcuts a {
    min-height: 88px;
    padding: 17px 20px;
  }

  .conversion-panel {
    padding: 32px 24px;
    border-radius: 17px;
  }

  .conversion-copy h2 {
    font-size: 30px;
  }

  .conversion-copy .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .conversion-copy .button {
    width: 100%;
  }

  .conversion-steps li {
    min-height: 84px;
    grid-template-columns: 42px 1fr;
  }

  #wechat-contact .qr-card {
    order: -1;
  }
}

/* City landing pages and city entry cards — V11 */
.city-service-panel {
  display: block;
  padding: clamp(34px, 4.6vw, 66px);
}

#pdr-service .city-service-panel {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 92% 8%, rgba(179, 138, 70, 0.22), transparent 24%),
    linear-gradient(135deg, var(--green-950), var(--green-800));
  box-shadow: 0 28px 72px rgba(11, 47, 33, 0.18);
}

#pdr-service .city-service-panel h2 {
  color: #fff;
}

#pdr-service .city-service-panel .eyebrow {
  color: #e2c68f;
}

#pdr-service .city-service-panel .city-service-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.city-service-heading {
  display: flex;
  margin-bottom: 34px;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
}

.city-service-heading > div {
  max-width: 880px;
}

.city-service-heading h2 {
  max-width: 820px;
  margin-bottom: 16px;
}

.city-service-heading p:not(.eyebrow) {
  max-width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}

.city-service-overview {
  flex: 0 0 auto;
  padding-bottom: 5px;
  color: #f1d7a0;
  font-weight: 800;
}

.city-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.city-service-grid > a {
  display: flex;
  min-height: 164px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.city-service-grid > a:hover {
  transform: translateY(-3px);
  border-color: rgba(226, 198, 143, 0.58);
  background: rgba(255, 255, 255, 0.095);
}

.city-service-grid > a:focus-visible {
  outline: 3px solid #f1d7a0;
  outline-offset: 3px;
}

.city-service-grid strong {
  font-size: 20px;
  line-height: 1.3;
}

.city-service-grid span {
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.65;
}

.city-service-grid em {
  margin-top: auto;
  padding-top: 16px;
  color: #f1d7a0;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.city-service-hero {
  padding: 58px 0 62px;
}

.city-service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.82fr);
  align-items: center;
  gap: clamp(44px, 5vw, 84px);
}

.city-service-hero .inner-hero-copy {
  min-width: 0;
}

.city-service-hero h1 {
  max-width: 760px;
  font-size: clamp(48px, 4.6vw, 70px);
  line-height: 1.08;
}

.city-service-hero .inner-hero-lead {
  max-width: 760px;
  margin-bottom: 26px;
}

.city-hero-actions {
  margin-top: 28px;
}

.city-hero-actions .button-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.city-hero-actions .button-light:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.14);
}

.city-hero-facts {
  display: flex;
  margin: 24px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.city-hero-facts li {
  position: relative;
  padding: 7px 13px 7px 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 700;
}

.city-hero-facts li::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e2c68f;
  content: "";
}

.city-hero-proof {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 5px solid rgba(255, 255, 255, 0.94);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(6, 31, 21, 0.28);
}

.city-hero-proof::after {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(5, 27, 18, 0.9));
  content: "";
}

.city-hero-proof img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-hero-proof figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: 26px 28px 24px;
  gap: 4px;
  color: #fff;
}

.city-hero-proof figcaption span {
  color: #e2c68f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.city-hero-proof figcaption strong {
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.28;
}

.city-hero-proof figcaption small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.lweu-city-page .page-content-section {
  padding-top: 70px;
}

.lweu-city-page .content-card {
  overflow: hidden;
}

.lweu-city-page .related-services {
  display: none;
}

.city-jump-nav {
  display: flex;
  margin: 0 0 40px;
  padding: 12px;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--soft);
}

.cms-content .city-jump-nav a {
  padding: 9px 14px;
  border-radius: 8px;
  color: var(--green-900);
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.cms-content .city-jump-nav a:hover {
  background: #e8f1eb;
}

.city-editor-intro {
  padding: clamp(30px, 3vw, 46px);
  border: 1px solid rgba(21, 92, 61, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 8%, rgba(179, 138, 70, 0.14), transparent 30%),
    linear-gradient(145deg, #f8fbf8, #f2f6f2);
}

.city-editor-intro h2 {
  max-width: 780px;
  margin-top: 8px;
}

.city-section-label {
  margin: 0 !important;
  color: var(--gold-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.city-proof-strip {
  display: grid;
  margin: 22px 0 0;
  overflow: hidden;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.city-proof-strip > div {
  display: grid;
  min-height: 112px;
  padding: 24px;
  align-content: center;
  gap: 7px;
  border-right: 1px solid var(--line);
}

.city-proof-strip > div:last-child {
  border-right: 0;
}

.city-proof-strip strong {
  color: var(--green-950);
  font-size: 16px;
}

.city-proof-strip span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.city-content-section {
  margin-top: clamp(62px, 7vw, 92px);
  scroll-margin-top: 112px;
}

.city-section-heading {
  max-width: 850px;
  margin-bottom: 28px;
}

.city-section-heading h2 {
  margin: 8px 0 12px;
}

.city-section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
}

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

.cms-content .city-application-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 16px;
  color: inherit;
  background: #fff;
  box-shadow: 0 14px 38px rgba(19, 50, 36, 0.06);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cms-content .city-application-card:hover {
  transform: translateY(-3px);
  border-color: rgba(21, 92, 61, 0.26);
  box-shadow: 0 22px 48px rgba(19, 50, 36, 0.11);
}

.city-application-card figure {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #edf1ed;
}

.city-application-card figure img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.city-application-card > div {
  display: flex;
  min-width: 0;
  padding: 24px;
  flex-direction: column;
}

.city-application-card span {
  color: var(--gold-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.city-application-card h3 {
  margin: 8px 0 10px;
  font-size: 21px;
}

.city-application-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.city-application-card em {
  margin-top: auto;
  padding-top: 16px;
  color: var(--green-800);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.city-decision-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.city-decision-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr) minmax(160px, 0.7fr);
  border-bottom: 1px solid var(--line);
}

.city-decision-row:last-child {
  border-bottom: 0;
}

.city-decision-row > span {
  display: flex;
  min-width: 0;
  padding: 19px 22px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
  line-height: 1.65;
}

.city-decision-row > span:last-child {
  border-right: 0;
}

.city-decision-row strong {
  color: var(--green-950);
}

.city-decision-row small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.city-decision-head {
  color: #fff;
  background: var(--green-900);
  font-size: 13px;
  font-weight: 800;
}

.cms-content .city-decision-row a {
  font-weight: 800;
  text-decoration: none;
}

.city-risk-panel {
  display: grid;
  margin-top: 20px;
  padding: 30px;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  border: 1px solid rgba(179, 138, 70, 0.28);
  border-radius: 16px;
  background: #fbf8f1;
}

.city-risk-panel h3 {
  margin: 6px 0 0;
}

.city-risk-panel ul {
  display: grid;
  margin: 0;
  padding-left: 1.3em;
  gap: 8px;
}

.city-production-panel {
  display: grid;
  margin-top: clamp(62px, 7vw, 92px);
  padding: clamp(28px, 3.6vw, 48px);
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 42px;
  scroll-margin-top: 112px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 2%, rgba(179, 138, 70, 0.24), transparent 28%),
    linear-gradient(145deg, var(--green-950), #15583c);
}

.city-production-media {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.city-production-media figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.city-production-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.city-production-main {
  aspect-ratio: 16 / 9;
}

.city-production-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.city-production-pair figure {
  aspect-ratio: 4 / 3;
}

.city-production-media figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 9px;
  border-radius: 6px;
  color: #fff;
  background: rgba(5, 28, 19, 0.78);
  font-size: 11px;
}

.city-production-copy h2 {
  margin: 8px 0 16px;
  color: #fff;
}

.city-production-copy > p {
  color: rgba(255, 255, 255, 0.76);
}

.city-workflow {
  display: grid;
  margin: 26px 0 0 !important;
  padding: 0 !important;
  gap: 12px;
  list-style: none;
}

.city-workflow li {
  display: grid;
  padding: 16px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}

.city-workflow li > span {
  color: #e2c68f;
  font-size: 13px;
  font-weight: 800;
}

.city-workflow strong {
  color: #fff;
}

.city-workflow p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.6;
}

.city-project-fit {
  margin-top: 22px;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(179, 138, 70, 0.3);
  border-radius: 18px;
  background: linear-gradient(145deg, #fffdfa, #f2f6f2);
}

.city-fit-grid {
  display: grid;
  margin: 26px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.city-fit-grid > div {
  display: grid;
  min-height: 110px;
  padding: 20px;
  align-content: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.city-fit-grid strong {
  color: var(--green-950);
  font-size: 17px;
}

.city-fit-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.city-faq-list {
  display: grid;
  gap: 12px;
}

.city-faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}

.city-faq-item summary {
  position: relative;
  padding: 21px 54px 21px 22px;
  color: var(--green-950);
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.city-faq-item summary::-webkit-details-marker {
  display: none;
}

.city-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: var(--green-900);
  background: #eef4ef;
  content: "+";
  font-size: 19px;
  line-height: 25px;
  text-align: center;
}

.city-faq-item[open] summary::after {
  content: "-";
}

.city-faq-answer {
  padding: 0 22px 20px;
}

.city-faq-answer p {
  margin: 0;
  color: var(--muted);
}

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

.cms-content .city-knowledge-grid > a {
  display: flex;
  min-height: 176px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: inherit;
  background: #fff;
  text-decoration: none;
}

.city-knowledge-grid span {
  color: var(--gold-ink);
  font-size: 12px;
  font-weight: 800;
}

.city-knowledge-grid strong {
  margin-top: 8px;
  color: var(--green-950);
  font-size: 17px;
  line-height: 1.45;
}

.city-knowledge-grid em {
  margin-top: auto;
  padding-top: 16px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}

.city-conversion-panel {
  display: grid;
  margin-top: clamp(62px, 7vw, 92px);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
  scroll-margin-top: 112px;
}

.city-conversion-panel h2 {
  margin-top: 8px;
}

.city-conversion-panel .button-row {
  margin: 0;
}

.city-other-services {
  margin-top: clamp(62px, 7vw, 92px);
}

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

.cms-content .city-sibling-links > a {
  display: grid;
  padding: 18px 20px;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: inherit;
  background: #fff;
  text-decoration: none;
}

.city-sibling-links strong {
  color: var(--green-950);
}

.city-sibling-links span {
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 1280px) {
  .city-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-service-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
    gap: 38px;
  }

  .city-application-grid {
    grid-template-columns: 1fr;
  }

  .lweu-city-page .city-production-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .lweu-city-page .city-production-media {
    grid-template-columns: minmax(0, 1.35fr) minmax(210px, 0.65fr);
  }

  .lweu-city-page .city-production-main {
    height: 100%;
    aspect-ratio: auto;
  }

  .lweu-city-page .city-production-pair {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 920px) {
  .city-service-heading {
    align-items: start;
    flex-direction: column;
  }

  .city-service-hero-grid {
    grid-template-columns: 1fr;
  }

  .city-service-hero .inner-hero-copy {
    max-width: 760px;
  }

  .city-hero-proof {
    max-width: 760px;
  }

  .city-production-panel {
    grid-template-columns: 1fr;
  }

  .city-conversion-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .city-service-panel {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .city-service-grid {
    grid-template-columns: 1fr;
  }

  .city-service-grid > a {
    min-height: 134px;
    padding: 21px;
  }

  .city-service-hero {
    padding: 38px 0 44px;
  }

  .city-service-hero h1 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .city-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .city-hero-actions .button {
    width: 100%;
  }

  .city-hero-facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .city-hero-proof {
    border-width: 4px;
    border-radius: 16px;
  }

  .city-hero-proof figcaption {
    padding: 20px;
  }

  .lweu-city-page .page-content-section {
    padding-top: 42px;
  }

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

  .cms-content .city-jump-nav a {
    text-align: center;
  }

  .city-editor-intro {
    padding: 26px 22px;
  }

  .city-proof-strip {
    grid-template-columns: 1fr;
  }

  .city-proof-strip > div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .city-proof-strip > div:last-child {
    border-bottom: 0;
  }

  .cms-content .city-application-card {
    grid-template-columns: 1fr;
  }

  .city-application-card figure {
    aspect-ratio: 16 / 9;
  }

  .city-decision-head {
    display: none;
  }

  .city-decision-table {
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .city-decision-row {
    display: grid;
    padding: 6px 0;
    grid-template-columns: 1fr;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
  }

  .city-decision-row > span {
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .city-decision-row > span:last-child {
    border-bottom: 0;
  }

  .city-risk-panel {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .city-production-panel {
    padding: 24px 20px;
    border-radius: 17px;
  }

  .city-production-pair {
    grid-template-columns: 1fr;
  }

  .lweu-city-page .city-production-media {
    grid-template-columns: 1fr;
  }

  .lweu-city-page .city-production-main {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .lweu-city-page .city-workflow {
    grid-template-columns: 1fr;
  }

  .city-fit-grid,
  .city-knowledge-grid,
  .city-sibling-links {
    grid-template-columns: 1fr;
  }

  .city-conversion-panel .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .city-conversion-panel .button {
    width: 100%;
  }
}

/* 2026-07-22 final responsive and conversion polish */
.article-hero .article-meta span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  line-height: 1.45;
}

.article-hero .article-summary {
  box-shadow: inset 3px 0 0 rgba(232, 207, 156, 0.9);
}

/* The knowledge sidebar is intentionally vertical: two columns compress the QR copy. */
.article-shell .side-qr {
  grid-template-columns: 1fr !important;
  justify-items: start;
  gap: 15px !important;
  text-align: left;
}

.article-shell .side-qr img {
  width: 168px !important;
  height: 168px !important;
}

.article-shell .side-qr > div {
  max-width: 270px;
}

button.gallery-thumb {
  appearance: none;
  color: inherit;
  cursor: pointer;
}

.gallery-thumb img {
  pointer-events: none;
}

.gallery-thumbs {
  scrollbar-color: rgba(21, 92, 61, 0.34) transparent;
  scrollbar-width: thin;
}

.city-direct-answer {
  margin: 24px 0 0;
  padding: 22px 24px;
  border: 1px solid rgba(179, 138, 70, 0.28);
  border-left: 4px solid var(--gold);
  border-radius: 14px;
  color: #2c3933;
  background: linear-gradient(135deg, #fffdf8, #f1f6f2);
  box-shadow: 0 12px 30px rgba(19, 50, 36, 0.055);
  font-size: 16px;
  line-height: 1.8;
}

.city-direct-answer > :first-child {
  margin-top: 0;
}

.city-direct-answer > :last-child {
  margin-bottom: 0;
}

.city-direct-answer strong {
  color: var(--green-950);
}

.city-trust-evidence {
  display: grid;
  margin: 24px 0 0;
  overflow: hidden;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(19, 50, 36, 0.045);
}

.city-trust-evidence > * {
  min-width: 0;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.city-trust-evidence > :last-child {
  border-right: 0;
}

.city-trust-evidence strong,
.city-trust-evidence span {
  display: block;
}

.city-trust-evidence strong {
  margin-bottom: 5px;
  color: var(--green-950);
  font-size: 16px;
  line-height: 1.45;
}

.city-trust-evidence span,
.city-trust-evidence p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.cms-content .city-trust-evidence a {
  color: var(--green-800);
  font-weight: 750;
  text-decoration-thickness: 1px;
}

.city-content-meta {
  display: flex;
  margin: 46px 0 0;
  padding: 18px 0 0;
  flex-wrap: wrap;
  gap: 8px 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.city-content-meta strong {
  color: var(--green-900);
}

@media (max-width: 980px) {
  .city-trust-evidence {
    grid-template-columns: 1fr;
  }

  .city-trust-evidence > * {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .city-trust-evidence > :last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .article-hero h1 {
    font-size: clamp(30px, 8vw, 36px) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.012em !important;
    text-wrap: pretty;
  }

  .article-hero .article-meta {
    gap: 7px 8px;
  }

  .article-hero .article-meta span {
    min-height: 28px;
    padding: 4px 9px;
    font-size: 12px;
  }

  .article-shell .side-qr {
    justify-items: center;
    text-align: center;
  }

  .gallery-stage-meta strong {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal !important;
  }

  .gallery-thumb {
    min-width: 78px;
    min-height: 78px;
  }

  .lweu-city-page .city-content-section,
  .lweu-city-page .city-production-panel,
  .lweu-city-page .city-conversion-panel,
  .lweu-city-page .city-other-services {
    margin-top: 52px;
  }

  .city-direct-answer {
    margin-top: 20px;
    padding: 20px 18px;
    border-radius: 12px;
    font-size: 15px;
  }

  .city-trust-evidence {
    margin-top: 20px;
    border-radius: 12px;
  }

  .city-trust-evidence > * {
    padding: 19px 18px;
  }

  .city-content-meta {
    display: grid;
    margin-top: 36px;
    gap: 5px;
  }

  .city-risk-panel {
    padding: 24px 20px;
  }

  .cms-content .city-knowledge-grid > a {
    min-height: 152px;
    padding: 21px 20px;
  }
}
