@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=IBM+Plex+Mono:wght@500;600;700&display=swap");

:root {
  --ink: #102232;
  --muted: #536776;
  --brand: #153a5b;
  --brand-deep: #0d2234;
  --brand-soft: #dfeaf1;
  --line: #c9d5dd;
  --panel: #e7edf1;
  --paper: #f7fafb;
  --white: #ffffff;
  --steel: #9dafba;
  --accent: #2a8c9f;
  --copper: #b8804a;
  --hairline: rgba(255, 255, 255, 0.56);
  --shadow: 0 22px 48px rgba(13, 35, 52, 0.14);
  --shadow-strong: 0 28px 70px rgba(13, 35, 52, 0.22);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #eef3f6 0%, #f7fafb 42%, #eef3f6 100%);
  font-family: "Plus Jakarta Sans", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

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

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

p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 250, 251, 0.92);
  border-bottom: 1px solid rgba(15, 43, 64, 0.16);
  box-shadow: 0 10px 28px rgba(13, 35, 52, 0.06);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-deep), var(--brand), var(--copper));
}

.nav {
  width: min(1240px, calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--brand);
}

.brand-logo {
  width: 128px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 10px 10px;
  border-radius: 8px;
  color: #2f4555;
  font-size: 13px;
  font-weight: 650;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(21, 58, 91, 0.1);
  color: var(--brand);
  box-shadow: inset 0 -2px 0 rgba(184, 128, 74, 0.62);
  transform: translateY(-1px);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(21, 58, 91, 0.22);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--brand);
  font-size: 22px;
  cursor: pointer;
}

.section,
.hero-inner,
.page-hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: 660px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(233, 239, 243, 0.94) 0%, rgba(233, 239, 243, 0.76) 42%, rgba(21, 58, 91, 0.18) 70%, rgba(13, 34, 52, 0.48) 100%),
    url("https://storage.googleapis.com/cg-webase/media/1781458629915-0ea08f07.jpg?v=202605211935") center right / cover no-repeat;
  color: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 34, 52, 0.05) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 62%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 86px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(21, 58, 91, 0.24), transparent);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 82px 0 128px;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--copper), var(--accent));
}

.hero h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1.04;
  letter-spacing: 0;
}

.page-hero h1 {
  margin: 0;
  max-width: 920px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin-top: 24px;
  color: #394f5e;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

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

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.2) 48%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.5s ease;
}

.button:hover::after {
  transform: translateX(120%);
}

.button.primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--white);
  box-shadow: 0 18px 34px rgba(21, 58, 91, 0.24);
}

.button.primary:hover,
.button.brand-button:hover {
  border-color: rgba(184, 128, 74, 0.42);
  box-shadow: 0 22px 42px rgba(13, 34, 52, 0.3);
}

.button.secondary {
  border-color: rgba(21, 58, 91, 0.24);
  color: var(--brand);
  background: rgba(247, 250, 251, 0.82);
  box-shadow: inset 0 1px 0 var(--hairline);
}

.button.secondary:hover,
.button.ghost:hover {
  border-color: rgba(184, 128, 74, 0.44);
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(13, 35, 52, 0.12), inset 0 1px 0 var(--hairline);
}

.button.brand-button {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--white);
  box-shadow: 0 14px 28px rgba(21, 58, 91, 0.24);
}

.button.ghost {
  border-color: var(--line);
  color: var(--brand);
  background: var(--paper);
}

.hero-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(13, 34, 52, 0.9);
  box-shadow: 0 -24px 60px rgba(13, 34, 52, 0.14);
  backdrop-filter: blur(14px);
}

.hero-metrics {
  width: min(1180px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.metric {
  padding: 18px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.metric strong {
  display: block;
  color: var(--white);
  font-size: 24px;
  line-height: 1.1;
}

.metric span {
  display: block;
  margin-top: 4px;
  color: rgba(230, 238, 243, 0.76);
  font-size: 13px;
}

.section {
  padding: 88px 0;
}

.section.compact {
  padding: 64px 0;
}

.section.tint {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(180deg, #e7edf1 0%, #f4f7f9 100%);
  border-top: 1px solid rgba(15, 43, 64, 0.1);
  border-bottom: 1px solid rgba(15, 43, 64, 0.1);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.5fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
  position: relative;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, var(--copper), rgba(42, 140, 159, 0.2), transparent);
}

.section-heading.heading-center {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr;
  gap: 16px;
  text-align: center;
}

.section-heading.heading-center .eyebrow {
  justify-content: center;
}

.section-heading.heading-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-heading.heading-right {
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 0.8fr);
}

.section-heading.heading-right > div {
  grid-column: 2;
  text-align: right;
}

.section-heading.heading-right > p {
  grid-column: 1;
  grid-row: 1;
  max-width: 520px;
  text-align: left;
}

.section-heading.heading-right .eyebrow {
  justify-content: flex-end;
}

.section-heading.heading-right::after {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, var(--copper), rgba(42, 140, 159, 0.2), transparent);
}

.section-heading.heading-narrow {
  max-width: 680px;
  grid-template-columns: 1fr;
}

.section-heading h2,
.split-content h2,
.contact-panel h2,
.article-body h2 {
  margin: 0;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading p,
.split-content p,
.contact-panel p {
  color: var(--muted);
  font-size: 15px;
}

.capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.capability {
  min-height: 220px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 249, 251, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(13, 35, 52, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.capability::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--copper), var(--brand));
  transition: width 0.28s ease, opacity 0.28s ease;
}

.capability::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 46px;
  height: 46px;
  border-right: 1px solid rgba(21, 58, 91, 0.16);
  border-bottom: 1px solid rgba(21, 58, 91, 0.16);
  opacity: 0;
  transform: translate(8px, 8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.capability .number {
  color: var(--copper);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.capability h3,
.card h2,
.card h3,
.product-card h2,
.product-card h3,
.value h3 {
  margin: 16px 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

.product-card h2,
.product-card h3 {
  min-height: 50px;
}

.capability p,
.card p,
.product-card p,
.value p {
  color: var(--muted);
}

.product-card p {
  min-height: 92px;
}

.product-grid,
.blog-grid,
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

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

.card,
.product-card,
.value {
  background:
    linear-gradient(180deg, #fbfcfd 0%, #f3f7f9 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(13, 35, 52, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.card,
.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
}

.value {
  position: relative;
}

.card::before,
.product-card::before,
.value::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--accent), var(--copper));
  opacity: 0.86;
  transform-origin: left center;
  transition: height 0.28s ease, opacity 0.28s ease;
  z-index: 1;
}

.card img,
.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--brand-soft);
  filter: saturate(0.92) contrast(1.03);
  transition: transform 0.42s ease, filter 0.42s ease;
}

.card:hover,
.product-card:hover,
.capability:hover,
.value:hover {
  transform: translateY(-8px);
  border-color: rgba(21, 58, 91, 0.34);
  background: linear-gradient(180deg, #ffffff 0%, #eef4f7 100%);
  box-shadow: 0 30px 64px rgba(13, 35, 52, 0.18);
}

.card:hover::before,
.product-card:hover::before,
.value:hover::before {
  height: 5px;
  opacity: 1;
}

.capability:hover::before {
  width: 6px;
}

.capability:hover::after {
  opacity: 1;
  transform: translate(0, 0);
}

.card:hover img,
.product-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.08);
}

.card-content,
.product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.case-grid .card-content {
  display: grid;
  grid-template-rows: minmax(34px, auto) minmax(54px, auto) minmax(144px, auto) auto;
  align-content: start;
}

.case-grid .meta {
  align-self: start;
}

.case-grid .card h2 {
  align-self: start;
  margin-top: 16px;
}

.case-grid .card p {
  align-self: start;
  margin: 0;
}

.case-grid .card-link {
  align-self: start;
  margin-top: 0;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 8px;
  border: 1px solid rgba(21, 58, 91, 0.14);
  background: rgba(223, 234, 241, 0.86);
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.price {
  margin-top: auto;
  color: var(--copper);
  font-size: 18px;
  font-weight: 900;
}

.card-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0;
  padding-top: 18px;
  color: var(--brand);
  font-weight: 850;
  transition: color 0.24s ease, transform 0.24s ease;
}

.card-link::after {
  content: "  >";
  color: var(--copper);
  margin-left: 6px;
  transition: transform 0.24s ease;
}

.card:hover .card-link,
.product-card:hover .card-link {
  color: var(--brand-deep);
  transform: translateX(2px);
}

.card:hover .card-link::after,
.product-card:hover .card-link::after {
  transform: translateX(5px);
}

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

.product-category {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(243, 247, 249, 0.96));
  box-shadow: 0 16px 38px rgba(13, 35, 52, 0.09);
}

.category-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(15, 43, 64, 0.12);
}

.category-head h3 {
  margin: 0;
  max-width: 360px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.16;
}

.config-list {
  display: grid;
  gap: 10px;
}

.config-list a {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 43, 64, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.config-list a:hover {
  transform: translateX(5px);
  border-color: rgba(21, 58, 91, 0.3);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(13, 35, 52, 0.1);
}

.config-list strong {
  color: var(--brand);
  font-size: 15px;
  line-height: 1.3;
}

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.55fr);
  gap: 48px;
  align-items: center;
}

.split-media {
  min-height: 460px;
  border-radius: var(--radius);
  background: url("https://storage.googleapis.com/cg-webase/media/1781458630588-a8e6e351.jpg?v=202605211935") center / cover no-repeat;
  box-shadow: var(--shadow-strong);
  outline: 1px solid rgba(255, 255, 255, 0.72);
  outline-offset: -8px;
  transition: transform 0.36s ease, box-shadow 0.36s ease, filter 0.36s ease;
}

.split-media:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 76px rgba(13, 35, 52, 0.25);
  filter: contrast(1.04) saturate(1.02);
}

.about-workshop-media {
  background-image: url("https://storage.googleapis.com/cg-webase/media/1781458628096-03af921b.jpg?v=202605212021");
}

.split-content {
  display: grid;
  gap: 20px;
}

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

.check-list li,
.spec-list li,
.contact-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  color: #314453;
}

.check-list li::before,
.spec-list li::before,
.contact-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 10px;
  background: var(--copper);
  transform: rotate(45deg);
}

.cta-band {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(13, 34, 52, 0.96), rgba(21, 58, 91, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 80px 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.cta-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.cta-inner h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.12;
}

.cta-inner p {
  max-width: 680px;
  margin-top: 14px;
  color: rgba(230, 238, 243, 0.78);
}

.cta-band .field label {
  color: rgba(255, 255, 255, 0.86);
}

.cta-band .field input,
.cta-band .field textarea,
.cta-band .field select {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.9);
}

.page-hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.7), rgba(21, 58, 91, 0.2)),
    url("https://storage.googleapis.com/cg-webase/media/1781458629915-0ea08f07.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.blog,
.page-hero.products {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.7), rgba(21, 58, 91, 0.2)),
    url("https://storage.googleapis.com/cg-webase/media/1781458631289-dcd6a387.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.blog-index-hero {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.7), rgba(21, 58, 91, 0.18)),
    url("https://storage.googleapis.com/cg-webase/media/1781458628646-d0e5fc08.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.products-index-hero {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.7), rgba(21, 58, 91, 0.2)),
    url("https://storage.googleapis.com/cg-webase/media/1781458631289-dcd6a387.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.cases-hero {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.72), rgba(21, 58, 91, 0.2)),
    url("https://storage.googleapis.com/cg-webase/media/1781458629250-af223ac7.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.about-hero {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.72), rgba(21, 58, 91, 0.2)),
    url("https://storage.googleapis.com/cg-webase/media/1781458627987-9d86376d.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.contact-hero {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.72), rgba(21, 58, 91, 0.2)),
    url("https://storage.googleapis.com/cg-webase/media/1781458629440-7c76fa0e.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero-inner {
  padding: 66px 0 72px;
}

.page-hero p {
  max-width: 720px;
  margin-top: 20px;
  color: rgba(235, 242, 246, 0.82);
  font-size: 17px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: start;
}

.article-main {
  min-width: 0;
}

.article-main > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  outline: 1px solid rgba(255, 255, 255, 0.72);
  outline-offset: -8px;
}

.article-body {
  margin-top: 34px;
  color: #2c3e4c;
  font-size: 16px;
}

.article-body p,
.article-body ul {
  margin: 18px 0 0;
}

.article-body h2 {
  margin-top: 38px;
  font-size: 28px;
}

.article-body ul {
  padding-left: 22px;
}

.spec-table-wrap {
  margin-top: 22px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 36px rgba(13, 35, 52, 0.08);
}

.product-spec-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.45;
}

.product-spec-table caption {
  padding: 14px 16px;
  color: var(--brand);
  font-weight: 800;
  text-align: left;
  background: linear-gradient(90deg, rgba(223, 234, 241, 0.72), rgba(255, 255, 255, 0.72));
}

.product-spec-table th,
.product-spec-table td {
  padding: 13px 16px;
  border-top: 1px solid rgba(15, 43, 64, 0.12);
  border-right: 1px solid rgba(15, 43, 64, 0.1);
  vertical-align: top;
}

.product-spec-table th:last-child,
.product-spec-table td:last-child {
  border-right: 0;
}

.product-spec-table thead th {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  font-weight: 800;
  text-align: left;
}

.product-spec-table tbody th {
  width: 24%;
  color: var(--ink);
  background: rgba(223, 234, 241, 0.62);
  font-weight: 800;
}

.product-spec-table tbody th a {
  color: var(--brand);
  text-decoration: underline;
  text-decoration-color: rgba(184, 128, 74, 0.46);
  text-underline-offset: 4px;
}

.product-spec-table tbody th a:hover {
  color: var(--copper);
}

.product-spec-table td {
  color: #314453;
}

.table-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.sidebar-panel,
.contact-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(233, 239, 243, 0.96));
  box-shadow: 0 16px 38px rgba(13, 35, 52, 0.08);
}

.sidebar-panel h2 {
  margin: 0 0 16px;
  color: var(--brand);
  font-size: 20px;
}

.spec-list li {
  grid-template-columns: 18px 1fr;
  font-size: 14px;
}

.spec-list strong {
  display: block;
  color: var(--ink);
}

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

.contact-form {
  display: grid;
  gap: 14px;
}

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

.field label {
  color: #314453;
  font-size: 14px;
  font-weight: 800;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  font: inherit;
}

.field textarea {
  min-height: 142px;
  resize: vertical;
}

.map-panel {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 30px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(247, 250, 251, 0.94), rgba(247, 250, 251, 0.66)),
    url("https://storage.googleapis.com/cg-webase/media/1781458629517-84c6ce5a.jpg?v=202605211935") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.map-panel strong {
  display: block;
  font-size: 28px;
  line-height: 1.2;
}

.map-panel span {
  display: block;
  max-width: 420px;
  margin-top: 10px;
  color: var(--muted);
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18, 42, 73, 0.72) 0%, rgba(10, 22, 34, 0.94) 34%, rgba(9, 19, 29, 0.98) 100%),
    var(--brand-deep);
  color: rgba(223, 233, 241, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 118px 118px;
  opacity: 0.72;
}

.site-footer .brand {
  color: var(--white);
}

.footer-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 32px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(360px, 1.35fr) repeat(3, minmax(130px, 0.42fr));
  gap: 58px;
  align-items: start;
}

.footer-brand p {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(223, 233, 241, 0.76);
  font-size: 16px;
  line-height: 1.7;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
}

.footer-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 78px;
  padding: 4px 0;
  overflow: hidden;
}

.footer-logo {
  width: 230px;
  height: auto;
  object-fit: contain;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-column h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.2;
}

.footer-column a,
.footer-column span {
  color: rgba(223, 233, 241, 0.72);
  font-size: 15px;
  line-height: 1.45;
  transition: color 0.22s ease, transform 0.22s ease;
}

.footer-column a:hover {
  color: var(--white);
  transform: translateX(4px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 64px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(223, 233, 241, 0.62);
  font-size: 14px;
}

@media (max-width: 1020px) {
  .capabilities,
  .product-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid,
  .blog-grid,
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-layout,
  .contact-grid,
  .split,
  .section-heading,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .section-heading.heading-right {
    text-align: left;
  }

  .section-heading.heading-right > div,
  .section-heading.heading-right > p {
    grid-column: auto;
    grid-row: auto;
  }

  .section-heading.heading-right .eyebrow {
    justify-content: flex-start;
  }

  .section-heading.heading-right::after {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, var(--copper), rgba(42, 140, 159, 0.2), transparent);
  }

  .split-media {
    min-height: 360px;
  }
}

@media (max-width: 980px) {
  .nav {
    min-height: 64px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 68px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(247, 250, 251, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 13px 12px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 720px;
    align-items: start;
    background:
      linear-gradient(180deg, rgba(233, 239, 243, 0.96) 0%, rgba(233, 239, 243, 0.82) 54%, rgba(21, 58, 91, 0.42) 100%),
      url("https://storage.googleapis.com/cg-webase/media/1781458629915-0ea08f07.jpg?v=202605211935") center / cover no-repeat;
  }

  .hero-inner {
    padding-top: 68px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 40px;
  }

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

  .section,
  .section.tint {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-heading h2,
  .split-content h2,
  .contact-panel h2,
  .article-body h2,
  .cta-inner h2 {
    font-size: 32px;
  }

  .product-grid,
  .product-grid.four,
  .blog-grid,
  .values-grid,
  .capabilities,
  .product-category-grid {
    grid-template-columns: 1fr;
  }

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

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

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

@media (max-width: 520px) {
  .section,
  .hero-inner,
  .page-hero-inner,
  .nav,
  .footer-inner,
  .cta-inner {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    min-height: 780px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 34px;
  }

  .section-heading h2,
  .split-content h2,
  .contact-panel h2,
  .article-body h2,
  .cta-inner h2 {
    font-size: 28px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero-metrics {
    width: min(100% - 28px, 1180px);
    grid-template-columns: 1fr;
  }

  .metric {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-inner {
    padding-top: 52px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-logo-frame,
  .footer-logo {
    width: 190px;
  }

  .footer-logo-frame {
    height: 64px;
  }

  .footer-brand p {
    margin-top: 18px;
    font-size: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    margin-top: 42px;
  }
}

/* v3.2 import/performance skin: lighter industrial UI for faster rendering and steadier mobile layout. */
:root {
  --ink: #17242c;
  --muted: #596a72;
  --brand: #204e4a;
  --brand-deep: #142b35;
  --brand-soft: #e7efed;
  --line: #d7dfdf;
  --panel: #eef3f2;
  --paper: #f8faf9;
  --white: #ffffff;
  --steel: #8c9ba0;
  --accent: #3f7f7a;
  --copper: #a46f3f;
  --hairline: rgba(255, 255, 255, 0.72);
  --shadow: 0 10px 24px rgba(20, 43, 53, 0.08);
  --shadow-strong: 0 14px 34px rgba(20, 43, 53, 0.12);
}

html {
  scroll-behavior: auto;
  text-rendering: optimizeLegibility;
}

body {
  background: #f5f7f6;
}

.site-header {
  background: rgba(248, 250, 249, 0.98);
  box-shadow: none;
  backdrop-filter: none;
}

.site-header::before {
  background: linear-gradient(90deg, var(--brand-deep), var(--brand), var(--copper));
}

.nav {
  min-height: 68px;
}

.brand-logo {
  width: 132px;
  max-height: 50px;
}

.nav-links a {
  border-radius: 6px;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: #e7efed;
  box-shadow: inset 0 -2px 0 rgba(164, 111, 63, 0.72);
  transform: none;
}

.nav-cta,
.button.primary,
.button.brand-button {
  background: var(--brand);
  box-shadow: none;
}

.button {
  border-radius: 6px;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

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

.button::after,
.button:hover::after {
  display: none;
}

.hero {
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(245, 247, 246, 0.96) 0%, rgba(245, 247, 246, 0.86) 44%, rgba(32, 78, 74, 0.14) 72%, rgba(20, 43, 53, 0.42) 100%),
    url("https://storage.googleapis.com/cg-webase/media/1781458629915-0ea08f07.jpg?v=202605211935") center right / cover no-repeat;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(20, 43, 53, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 43, 53, 0.04) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: none;
}

.hero::after {
  display: none;
}

.hero h1 {
  max-width: 720px;
}

.hero p,
.page-hero p {
  line-height: 1.65;
}

.hero-strip {
  background: rgba(20, 43, 53, 0.94);
  box-shadow: none;
  backdrop-filter: none;
}

.section {
  padding: 78px 0;
}

.section.tint {
  background: #eef3f2;
}

.section-heading::after {
  background: linear-gradient(90deg, var(--copper), rgba(63, 127, 122, 0.24), transparent);
}

.capability,
.card,
.product-card,
.value,
.product-category,
.sidebar-panel,
.contact-panel,
.spec-table-wrap,
.map-panel {
  background: var(--white);
  box-shadow: var(--shadow);
}

.card,
.product-card,
.value {
  border-radius: 6px;
}

.card::before,
.product-card::before,
.value::before {
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--copper));
}

.card img,
.product-card img {
  filter: none;
  transition: none;
}

.product-card img {
  aspect-ratio: 16 / 10;
}

.blog-grid .card img {
  aspect-ratio: 4 / 3;
}

.card:hover,
.product-card:hover,
.capability:hover,
.value:hover {
  transform: translateY(-2px);
  background: var(--white);
  box-shadow: var(--shadow-strong);
}

.card:hover img,
.product-card:hover img,
.split-media:hover {
  transform: none;
  filter: none;
}

.card:hover::before,
.product-card:hover::before,
.value:hover::before {
  height: 3px;
}

.capability:hover::before {
  width: 3px;
}

.capability::after,
.capability:hover::after {
  display: none;
}

.tag {
  border-radius: 999px;
  background: #e7efed;
}

.card-link {
  color: var(--brand);
}

.split-media,
.article-main > img {
  box-shadow: var(--shadow-strong);
  outline: 0;
}

.page-hero,
.page-hero.blog,
.page-hero.products,
.page-hero.blog-index-hero,
.page-hero.products-index-hero,
.page-hero.cases-hero,
.page-hero.about-hero,
.page-hero.contact-hero {
  background-position: center;
}

.product-spec-table thead th {
  background: var(--brand-deep);
}

.site-footer {
  background: #111f27;
}

.site-footer::before {
  opacity: 0.32;
}

.field input,
.field textarea,
.field select {
  background: #ffffff;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 3px solid rgba(63, 127, 122, 0.18);
  border-color: var(--accent);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(164, 111, 63, 0.32);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .nav {
    min-height: 64px;
  }

  .nav-links {
    background: #ffffff;
    box-shadow: var(--shadow-strong);
  }

  .hero {
    min-height: 700px;
    background:
      linear-gradient(180deg, rgba(245, 247, 246, 0.98) 0%, rgba(245, 247, 246, 0.9) 58%, rgba(20, 43, 53, 0.4) 100%),
      url("https://storage.googleapis.com/cg-webase/media/1781458629915-0ea08f07.jpg?v=202605211935") center / cover no-repeat;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 760px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .hero p,
  .page-hero p {
    font-size: 16px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card-content,
  .product-content,
  .capability,
  .product-category,
  .sidebar-panel,
  .contact-panel {
    padding: 20px;
  }
}

/* v4 high-end industrial redesign: concise JINYE visual system. */
:root {
  --ink: #0e141a;
  --muted: #52616a;
  --brand: #111820;
  --brand-deep: #090d11;
  --brand-soft: #dfe7eb;
  --line: rgba(9, 13, 17, 0.12);
  --panel: #dfe7eb;
  --paper: #eef3f5;
  --white: #ffffff;
  --steel: #8d9ca5;
  --accent: #b87c4a;
  --copper: #b87c4a;
  --copper-light: #d8a06d;
  --line-dark: rgba(255, 255, 255, 0.14);
  --shadow: 0 26px 60px rgba(9, 13, 17, 0.1);
  --shadow-strong: 0 34px 82px rgba(9, 13, 17, 0.16);
  --radius: 8px;
  --ease-heavy: cubic-bezier(0.32, 0.72, 0, 1);
}

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

body {
  color: var(--ink);
  background: var(--paper);
  font-family: "Plus Jakarta Sans", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-weight: 600;
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: repeating-linear-gradient(0deg, #fff 0, #fff 1px, transparent 1px, transparent 5px);
}

h1,
h2,
h3,
.hero h1,
.page-hero h1,
.section-heading h2,
.split-content h2,
.contact-panel h2,
.article-body h2,
.cta-inner h2,
.card h2,
.card h3,
.product-card h2,
.product-card h3,
.value h3,
.category-head h3,
.sidebar-panel h2,
.map-panel strong {
  font-family: "Space Grotesk", "Plus Jakarta Sans", "Microsoft YaHei UI", sans-serif;
  color: inherit;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

p,
li,
.card p,
.product-card p,
.value p,
.section-heading p,
.split-content p,
.contact-panel p,
.article-body,
.product-spec-table td {
  color: var(--muted);
  text-wrap: pretty;
}

.site-header {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 30;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header::before {
  display: none;
}

.nav {
  width: min(1640px, calc(100% - 80px));
  min-height: 52px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
}

.brand,
.nav-links,
.nav-cta {
  border: 1px solid var(--line-dark);
  background: rgba(9, 13, 17, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 20px 58px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
}

.brand {
  width: 126px;
  height: 52px;
  padding: 8px 16px;
  border-radius: var(--radius);
  justify-content: center;
}

.brand-logo {
  width: 100%;
  max-height: 100%;
  filter: brightness(1.7) contrast(0.92);
}

.nav-links {
  justify-self: center;
  display: inline-flex;
  gap: 2px;
  padding: 6px;
  border-radius: 999px;
}

.nav-links a {
  min-height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 0 15px;
  border-radius: 999px;
  color: rgba(245, 248, 249, 0.74);
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  transition: transform 700ms var(--ease-heavy), color 700ms var(--ease-heavy), background 700ms var(--ease-heavy);
}

.nav-links a:hover,
.nav-links a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  transform: translateY(-1px);
}

.nav-cta {
  min-height: 52px;
  padding: 8px 8px 8px 20px;
  border-radius: 999px;
  color: #fff;
  background: rgba(9, 13, 17, 0.68);
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 20px 58px rgba(0, 0, 0, 0.28);
  transition: transform 700ms var(--ease-heavy), box-shadow 700ms var(--ease-heavy);
}

.nav-cta::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transition: transform 700ms var(--ease-heavy), background 700ms var(--ease-heavy);
}

.nav-cta:hover {
  transform: translateY(-2px) scale(0.99);
}

.nav-cta:hover::after {
  transform: translate(3px, -1px) scale(1.04);
}

.menu-toggle {
  color: #fff;
  border-color: var(--line-dark);
  background: rgba(9, 13, 17, 0.68);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 100dvh;
  display: block;
  overflow: hidden;
  align-items: stretch;
  color: #fff;
  background: #090d11;
}

.hero-bg,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-bg,
.hero::before {
  background:
    linear-gradient(90deg, rgba(9, 13, 17, 0.96) 0%, rgba(9, 13, 17, 0.82) 42%, rgba(9, 13, 17, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 13, 17, 0.12), rgba(9, 13, 17, 0.94)),
    url("https://storage.googleapis.com/cg-webase/media/1781458629915-0ea08f07.jpg?v=202605211935") center right / cover no-repeat;
}

.hero::before {
  opacity: 1;
  mask-image: none;
}

.hero-grid,
.hero::after {
  position: absolute;
  inset: 0;
  height: auto;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 112px 112px;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1640px, calc(100% - 80px));
  min-height: calc(100dvh - 96px);
  padding: 150px 0 132px;
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(430px, 520px);
  gap: clamp(48px, 5vw, 96px);
  align-items: center;
}

.hero-content {
  max-width: 880px;
}

.eyebrow {
  min-height: 28px;
  padding: 0 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: var(--copper-light);
  background: rgba(255, 255, 255, 0.05);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.eyebrow::before {
  display: none;
}

.section .eyebrow,
.section.tint .eyebrow,
.page-hero .eyebrow,
.cta-band .eyebrow {
  color: #8d5b35;
  border-color: var(--line);
  background: rgba(9, 13, 17, 0.04);
}

.hero .eyebrow,
.page-hero .eyebrow,
.cta-band .eyebrow {
  color: var(--copper-light);
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.05);
}

.hero h1 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(56px, 5.2vw, 92px);
  line-height: 0.96;
}

.hero p {
  max-width: 760px;
  margin-top: 28px;
  color: rgba(245, 248, 249, 0.74);
  font-size: clamp(17px, 1.4vw, 23px);
  font-weight: 800;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  min-height: 52px;
  gap: 12px;
  padding: 8px 8px 8px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 700ms var(--ease-heavy), background 700ms var(--ease-heavy), box-shadow 700ms var(--ease-heavy), border-color 700ms var(--ease-heavy);
}

.button::after {
  display: none;
}

.button i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-style: normal;
  transition: transform 700ms var(--ease-heavy), background 700ms var(--ease-heavy);
}

.button.primary,
.button.brand-button {
  color: #0a0f14;
  background: #f6efe8;
  border-color: transparent;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.button.primary i,
.button.brand-button i {
  color: #fff;
  background: #0a0f14;
}

.button.secondary,
.button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.section .button.secondary,
.section .button.ghost {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.62);
}

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

.button:hover i {
  transform: translate(3px, -1px) scale(1.04);
}

.hero-panel {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  padding: 7px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 34px 80px rgba(0, 0, 0, 0.32);
}

.metric-xl,
.metric-pair > div {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(9, 13, 17, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
}

.metric-xl {
  min-height: 190px;
  padding: 26px;
}

.metric-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin-top: 7px;
}

.metric-pair > div {
  min-height: 132px;
  padding: 22px;
}

.hero-panel span {
  display: block;
  color: rgba(245, 248, 249, 0.54);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-top: 26px;
  color: #fff;
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
}

.metric-pair strong {
  color: var(--copper-light);
}

.hero-strip {
  position: relative;
  z-index: 3;
  width: min(1640px, calc(100% - 80px));
  margin: -76px auto 0;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(9, 13, 17, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 30px 80px rgba(0, 0, 0, 0.3);
  backdrop-filter: none;
}

.hero-metrics {
  width: 100%;
  min-height: 72px;
  grid-template-columns: repeat(5, 1fr);
}

.metric {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-left: 0;
}

.metric + .metric {
  border-left: 1px solid var(--line-dark);
}

.metric strong {
  color: #fff;
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  font-variant-numeric: tabular-nums;
}

.metric span {
  margin: 0;
  color: rgba(245, 248, 249, 0.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.section,
.section.tint {
  width: min(1200px, calc(100% - 40px));
  padding: 132px 0;
}

.section.compact {
  padding: 96px 0;
}

.section.tint,
.product-stage {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1200px) / 2));
  padding-right: max(20px, calc((100% - 1200px) / 2));
  background: var(--panel);
  border: 0;
}

.section-heading {
  margin-bottom: 42px;
  gap: 48px;
  align-items: end;
}

.section-heading::after {
  display: none;
}

.section-heading h2,
.split-content h2,
.contact-panel h2,
.cta-inner h2 {
  color: var(--ink);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.94;
}

.section-heading p {
  max-width: 460px;
  font-weight: 700;
}

.proof-section {
  padding-top: 164px;
}

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

.proof-card {
  min-height: 214px;
  grid-column: span 4;
  padding: 30px 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(207, 218, 223, 0.66));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), var(--shadow);
}

.proof-card > span,
.proof-card.image div span {
  color: var(--copper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.proof-card h3 {
  margin-top: 28px;
  color: inherit;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 0.98;
}

.proof-card p {
  margin-top: 18px;
  color: inherit;
  opacity: 0.7;
  font-weight: 800;
}

.proof-card.primary {
  grid-column: span 7;
  color: #fff;
  background: #0d1318;
}

.proof-card.image {
  position: relative;
  grid-column: span 5;
  min-height: 214px;
  padding: 0;
  background: #0d1318;
}

.proof-card.image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05);
}

.proof-card.image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(9, 13, 17, 0.86));
}

.proof-card.image div {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: #fff;
}

.proof-card.image h3 {
  margin-top: 8px;
  font-size: 28px;
}

.proof-card.copper {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 48%),
    #885f3d;
}

.equipment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.56fr);
  gap: 14px;
}

.equipment-main,
.equipment-side article,
.split-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #d3dde2;
  box-shadow: var(--shadow-strong);
}

.equipment-main {
  min-height: 640px;
}

.equipment-main img,
.equipment-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}

.equipment-main::after,
.equipment-side article::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 38%, rgba(9, 13, 17, 0.84));
}

.equipment-label {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(9, 13, 17, 0.72);
}

.equipment-label span {
  color: var(--copper-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.equipment-label h3 {
  margin-top: 8px;
  color: #fff;
  font-size: 52px;
  line-height: 0.96;
}

.equipment-side {
  display: grid;
  gap: 14px;
}

.equipment-side article {
  min-height: 204px;
}

.equipment-side h3 {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 22px;
  color: #fff;
  font-size: 28px;
}

.standard-list {
  display: grid;
  gap: 1px;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.standard-list span {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.capabilities {
  gap: 14px;
}

.capability,
.card,
.product-card,
.value,
.product-category,
.sidebar-panel,
.contact-panel,
.spec-table-wrap,
.map-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.capability {
  padding: 28px;
  min-height: 210px;
}

.capability::before,
.card::before,
.product-card::before,
.value::before {
  display: none;
}

.capability .number,
.tag,
.meta,
.price,
.card-link {
  color: var(--copper);
}

.capability h3,
.card h2,
.card h3,
.product-card h2,
.product-card h3,
.value h3 {
  color: var(--ink);
}

.card,
.product-card {
  overflow: hidden;
}

.card img,
.product-card img {
  aspect-ratio: 16 / 10;
  filter: saturate(0.88) contrast(1.04);
  transition: transform 800ms var(--ease-heavy), filter 800ms var(--ease-heavy);
}

.blog-grid .card img {
  aspect-ratio: 4 / 3;
}

.card-content,
.product-content {
  padding: 24px;
}

.tag {
  min-height: 28px;
  border-color: var(--line);
  border-radius: 999px;
  background: rgba(9, 13, 17, 0.04);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.card-link {
  padding-top: 20px;
  font-weight: 900;
}

.card-link::after {
  content: " →";
}

.card:hover,
.product-card:hover,
.capability:hover,
.value:hover,
.product-category:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(9, 13, 17, 0.18);
  box-shadow: var(--shadow-strong);
}

.card:hover img,
.product-card:hover img {
  transform: scale(1.035);
  filter: saturate(0.98) contrast(1.08);
}

.product-category-grid {
  gap: 14px;
}

.product-category {
  padding: 7px;
}

.product-category > * {
  padding-left: 20px;
  padding-right: 20px;
}

.category-head {
  margin: 0;
  padding-top: 22px;
  padding-bottom: 20px;
  border-bottom-color: var(--line);
}

.category-head h3 {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.02;
}

.config-list {
  padding-top: 8px;
  padding-bottom: 20px;
}

.config-list a {
  border-color: var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.48);
  transition: transform 700ms var(--ease-heavy), background 700ms var(--ease-heavy), border-color 700ms var(--ease-heavy);
}

.config-list a:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(9, 13, 17, 0.18);
  box-shadow: none;
}

.config-list strong {
  color: var(--ink);
}

.split {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr);
  gap: 50px;
}

.split > * {
  min-width: 0;
}

.split-media {
  display: block;
  margin: 0;
  min-width: 0;
  min-height: 640px;
  overflow: hidden;
  padding: 7px;
  outline: 0;
}

.split-media img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: calc(640px - 14px);
  object-fit: cover;
  border-radius: 6px;
  filter: saturate(0.9) contrast(1.04);
}

.split-media::after,
.about-workshop-media::after {
  display: none;
}

.split-media:hover {
  transform: none;
  box-shadow: var(--shadow-strong);
}

.check-list,
.spec-list,
.contact-list {
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.check-list li,
.spec-list li,
.contact-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.54);
  font-weight: 800;
}

.check-list li::before,
.spec-list li::before,
.contact-list li::before {
  display: none;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-top: 84px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 13, 17, 0.94) 0%, rgba(9, 13, 17, 0.76) 44%, rgba(9, 13, 17, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 13, 17, 0.08), rgba(9, 13, 17, 0.78)),
    url("https://storage.googleapis.com/cg-webase/media/1781458629915-0ea08f07.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 112px 112px;
}

.page-hero.products,
.page-hero.blog {
  background:
    linear-gradient(90deg, rgba(9, 13, 17, 0.94) 0%, rgba(9, 13, 17, 0.76) 44%, rgba(9, 13, 17, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 13, 17, 0.08), rgba(9, 13, 17, 0.78)),
    url("https://storage.googleapis.com/cg-webase/media/1781458631289-dcd6a387.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.blog-index-hero {
  background:
    linear-gradient(90deg, rgba(9, 13, 17, 0.94) 0%, rgba(9, 13, 17, 0.76) 44%, rgba(9, 13, 17, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 13, 17, 0.08), rgba(9, 13, 17, 0.78)),
    url("https://storage.googleapis.com/cg-webase/media/1781458628646-d0e5fc08.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.cases-hero {
  background:
    linear-gradient(90deg, rgba(9, 13, 17, 0.94) 0%, rgba(9, 13, 17, 0.76) 44%, rgba(9, 13, 17, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 13, 17, 0.08), rgba(9, 13, 17, 0.78)),
    url("https://storage.googleapis.com/cg-webase/media/1781458629250-af223ac7.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.about-hero {
  background:
    linear-gradient(90deg, rgba(9, 13, 17, 0.94) 0%, rgba(9, 13, 17, 0.76) 44%, rgba(9, 13, 17, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 13, 17, 0.08), rgba(9, 13, 17, 0.78)),
    url("https://storage.googleapis.com/cg-webase/media/1781458627987-9d86376d.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.contact-hero {
  background:
    linear-gradient(90deg, rgba(9, 13, 17, 0.94) 0%, rgba(9, 13, 17, 0.76) 44%, rgba(9, 13, 17, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 13, 17, 0.08), rgba(9, 13, 17, 0.78)),
    url("https://storage.googleapis.com/cg-webase/media/1781458629440-7c76fa0e.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 40px));
  padding: 92px 0 112px;
}

.page-hero h1 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(52px, 6vw, 86px);
  line-height: 0.94;
}

.page-hero p {
  max-width: 720px;
  color: rgba(245, 248, 249, 0.74);
  font-size: 18px;
  font-weight: 700;
}

.article-layout {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
}

.article-main > img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  outline: 0;
  filter: saturate(0.88) contrast(1.04);
}

.article-body {
  max-width: 860px;
  color: var(--muted);
  font-size: 17px;
}

.article-body h2 {
  color: var(--ink);
  font-size: 34px;
  line-height: 1.04;
}

.spec-table-wrap {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
}

.product-spec-table caption {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.54);
}

.product-spec-table thead th {
  color: #fff;
  background: var(--brand);
}

.product-spec-table tbody th {
  color: var(--ink);
  background: rgba(223, 231, 235, 0.66);
}

.product-spec-table th,
.product-spec-table td {
  border-color: var(--line);
}

.product-spec-table tbody th a {
  color: var(--ink);
  text-decoration-color: rgba(184, 124, 74, 0.5);
}

.sidebar-panel,
.contact-panel {
  padding: 28px;
}

.sidebar-panel h2 {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.02;
}

.contact-grid {
  gap: 18px;
}

.field input,
.field textarea,
.field select {
  border-color: var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  font-weight: 700;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 3px solid rgba(184, 124, 74, 0.2);
  border-color: var(--copper);
}

.map-panel {
  background:
    linear-gradient(90deg, rgba(238, 243, 245, 0.94), rgba(238, 243, 245, 0.62)),
    url("https://storage.googleapis.com/cg-webase/media/1781458629517-84c6ce5a.jpg?v=202605211935") center / cover no-repeat;
}

.cta-band {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto 80px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(184, 124, 74, 0.18), transparent 48%),
    #0a0f14;
  box-shadow: 0 36px 90px rgba(9, 13, 17, 0.22);
}

.cta-inner {
  width: 100%;
  padding: 62px;
}

.cta-inner h2 {
  color: #fff;
}

.cta-inner p {
  color: rgba(245, 248, 249, 0.68);
}

.cta-band .contact-form {
  max-width: 440px;
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(184, 124, 74, 0.1), transparent 44%),
    #090d11;
}

.site-footer::before {
  opacity: 0.34;
  background-size: 112px 112px;
}

.footer-inner {
  width: min(1200px, calc(100% - 40px));
}

.footer-column h3 {
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
}

@media (max-width: 1100px) {
  .hero-inner,
  .equipment-grid,
  .split,
  .article-layout,
  .contact-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 34px;
  }

  .hero-panel {
    max-width: 620px;
  }

  .proof-card,
  .proof-card.primary,
  .proof-card.image {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 14px;
  }

  .nav {
    grid-template-columns: auto auto;
    width: min(100% - 32px, 1200px);
  }

  .menu-toggle {
    display: grid;
    justify-self: end;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 66px;
    display: none;
    align-items: stretch;
    border-radius: 16px;
    background: rgba(9, 13, 17, 0.92);
  }

  .nav-links.open {
    display: grid;
  }

  .nav-links a {
    justify-content: start;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 100dvh;
    background: #090d11;
  }

  .hero-inner {
    padding-top: 122px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(42px, 10.5vw, 62px);
    line-height: 1;
  }

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

  .metric + .metric {
    border-left: 0;
    border-top: 1px solid var(--line-dark);
  }

  .section,
  .section.tint,
  .product-stage {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .split-content h2,
  .contact-panel h2,
  .cta-inner h2 {
    font-size: clamp(36px, 10vw, 54px);
  }
}

@media (max-width: 640px) {
  .section,
  .hero-inner,
  .page-hero-inner,
  .footer-inner,
  .cta-band {
    width: calc(100% - 32px);
  }

  .section.tint,
  .product-stage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    width: 112px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-bottom: 112px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.04;
  }

  .page-hero h1 {
    font-size: clamp(36px, 10vw, 44px);
    line-height: 1.04;
    overflow-wrap: normal;
  }

  .hero-panel strong {
    font-size: 44px;
  }

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

  .hero-strip {
    width: calc(100% - 32px);
  }

  .button {
    width: auto;
  }

  .hero-actions {
    align-items: flex-start;
  }

  .equipment-main,
  .split-media {
    min-height: 420px;
  }

  .equipment-label h3 {
    font-size: 36px;
  }

  .product-grid,
  .product-grid.four,
  .blog-grid,
  .values-grid,
  .capabilities,
  .product-category-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    padding: 30px;
  }
}

/* v5 industrial typography calibration */
:root {
  --font-industrial: "Archivo", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --radius: 3px;
}

*,
*::before,
*::after {
  letter-spacing: 0;
}

body {
  font-family: var(--font-industrial);
  font-weight: 600;
}

h1,
h2,
h3,
.hero h1,
.page-hero h1,
.section-heading h2,
.split-content h2,
.contact-panel h2,
.cta-inner h2,
.proof-card h3,
.equipment-label h3,
.equipment-side h3,
.hero-panel strong {
  font-family: var(--font-industrial);
  font-weight: 800;
  line-height: 1.02;
}

.nav-links a,
.nav-cta,
.button,
.eyebrow,
.hero-panel span,
.hero-strip a,
.proof-card > span,
.proof-card.image div span,
.equipment-label span,
.tag,
.card-link,
.footer-column h3,
.footer-bottom,
.product-spec-table th,
.product-spec-table td,
.standard-list span,
.check-list li,
.spec-list li,
.contact-list li {
  font-family: var(--font-mono);
}

.nav-links a,
.nav-cta,
.button,
.eyebrow,
.hero-panel span,
.hero-strip a,
.proof-card > span,
.proof-card.image div span,
.equipment-label span,
.tag,
.card-link,
.footer-column h3,
.footer-bottom {
  text-transform: uppercase;
}

.hero-content {
  max-width: 760px;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(38px, 3.4vw, 56px);
}

.hero p {
  max-width: 660px;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 700;
}

.page-hero h1 {
  max-width: 860px;
  font-size: clamp(36px, 3.7vw, 54px);
}

.page-hero p {
  max-width: 680px;
  font-size: clamp(15px, 1.05vw, 18px);
}

.section-heading h2,
.split-content h2,
.contact-panel h2,
.cta-inner h2 {
  font-size: clamp(28px, 2.6vw, 42px);
}

.proof-card h3 {
  font-size: clamp(22px, 2vw, 32px);
}

.hero-panel strong {
  font-size: clamp(28px, 2.5vw, 40px);
}

.equipment-label h3 {
  font-size: clamp(26px, 2.4vw, 36px);
}

.equipment-side h3 {
  font-size: 22px;
}

.hero-panel span,
.equipment-label span,
.proof-card > span,
.proof-card.image div span,
.eyebrow {
  font-size: 10px;
}

.nav-links a,
.nav-cta,
.button,
.hero-strip a,
.standard-list span {
  font-size: 12px;
}

.section-heading p,
.split-content p,
.page-hero p,
.article-body p,
.card p,
.product-card p,
.value p,
.capability p {
  font-size: 15px;
  line-height: 1.62;
}

.button,
.nav,
.brand,
.nav-links,
.hero-strip,
.proof-card,
.card,
.product-card,
.value,
.capability,
.split-media,
.standard-list,
.cta-band,
.field input,
.field textarea,
.field select {
  border-radius: var(--radius);
}

@media (max-width: 980px) {
  .hero h1,
  .page-hero h1 {
    font-size: clamp(32px, 7.2vw, 42px);
    line-height: 1.04;
  }

  .section-heading h2,
  .split-content h2,
  .contact-panel h2,
  .cta-inner h2 {
    font-size: clamp(26px, 6vw, 34px);
    line-height: 1.06;
  }

  .hero p,
  .page-hero p {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .hero-content,
  .page-hero-inner,
  .split-content,
  .section-heading > * {
    max-width: 100%;
    min-width: 0;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(26px, 6.7vw, 30px);
    line-height: 1.08;
    overflow-wrap: break-word;
    text-wrap: auto;
  }

  .hero p,
  .page-hero p,
  .section-heading p,
  .split-content p {
    max-width: 100%;
    font-size: 14px;
  }

  .eyebrow {
    display: block;
    max-width: 100%;
    width: fit-content;
    min-height: 0;
    height: auto;
    padding: 6px 10px;
    white-space: normal;
    line-height: 1.35;
  }

  .hero-panel strong {
    font-size: 30px;
  }

  .equipment-label h3 {
    font-size: 26px;
  }
}

/* v6 Precision Engineering Grid: selected final direction */
:root {
  --ink: #111318;
  --muted: #65707a;
  --brand: #123f68;
  --brand-deep: #0b2238;
  --brand-soft: #e8f0f5;
  --line: #d5dde2;
  --line-dark: rgba(17, 19, 24, 0.16);
  --panel: #eef3f5;
  --paper: #f8faf8;
  --white: #ffffff;
  --steel: #dfe7ec;
  --accent: #195d8f;
  --copper: #b53a2f;
  --copper-light: #c44b3f;
  --shadow: 0 18px 42px rgba(17, 30, 42, 0.08);
  --shadow-strong: 0 26px 72px rgba(17, 30, 42, 0.13);
  --radius: 0;
  --grid-line: rgba(25, 93, 143, 0.08);
}

html,
body {
  overflow-x: clip;
}

body {
  color: var(--ink);
  background:
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(0deg, var(--grid-line) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
  font-family: var(--font-industrial);
  font-weight: 650;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(238, 243, 245, 0.34));
}

.site-header {
  top: 0;
  border-bottom: 1px solid var(--line-dark);
  background: rgba(248, 250, 248, 0.94);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.site-header::before {
  display: none;
}

.nav {
  width: min(1504px, 100%);
  min-height: 88px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 210px;
  gap: 0;
  padding: 0;
  border-left: 1px solid var(--line-dark);
  border-right: 1px solid var(--line-dark);
  border-radius: 0;
}

.brand {
  width: auto;
  justify-content: center;
  border-right: 1px solid var(--line-dark);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.44);
}

.brand-logo {
  width: 104px;
  max-height: 70px;
  filter: contrast(1.05);
}

.nav-links {
  height: 100%;
  justify-content: center;
  gap: clamp(18px, 3vw, 52px);
}

.nav-links a {
  min-height: 88px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
  transition: color 0.18s ease, background 0.18s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--accent);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.nav-cta {
  min-height: 88px;
  height: 100%;
  justify-content: center;
  padding: 0 24px;
  border-left: 1px solid var(--line-dark);
  border-radius: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
}

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

.nav-cta:hover {
  color: #fff;
  background: var(--brand-deep);
  transform: none;
}

.menu-toggle {
  border-color: var(--line-dark);
  border-radius: 0;
  color: var(--ink);
  background: #fff;
}

.hero {
  min-height: auto;
  display: block;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(0deg, var(--grid-line) 1px, transparent 1px),
    #f8faf8;
  background-size: 42px 42px;
}

.hero-bg,
.hero-grid {
  display: none;
}

.hero::before,
.hero::after {
  display: none;
}

.hero-inner {
  width: min(1504px, 100%);
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.18fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border-left: 1px solid var(--line-dark);
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.hero-content {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(54px, 5vw, 72px) clamp(48px, 5vw, 64px);
}

.hero-content::before {
  content: "";
  order: 3;
  display: block;
  width: min(100%, 580px);
  height: 1px;
  margin-top: 42px;
  background: var(--line-dark);
}

.eyebrow {
  min-height: 0;
  width: fit-content;
  padding: 0;
  margin-bottom: 22px;
  border: 0;
  border-radius: 0;
  color: var(--copper);
  background: transparent;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.eyebrow::before {
  display: none;
}

.section .eyebrow,
.section.tint .eyebrow,
.page-hero .eyebrow,
.cta-band .eyebrow,
.hero .eyebrow {
  color: var(--copper);
  border: 0;
  background: transparent;
}

.hero h1 {
  max-width: 780px;
  color: var(--ink);
  font-size: clamp(54px, 5.2vw, 86px);
  line-height: 0.96;
  font-weight: 900;
}

.hero p {
  max-width: 620px;
  margin-top: 26px;
  color: var(--muted);
  font-family: var(--font-industrial);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 700;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  min-height: 52px;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: none;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.button i {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

.button.primary,
.button.brand-button {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
  box-shadow: none;
}

.button.primary i,
.button.brand-button i {
  color: inherit;
  background: transparent;
}

.button.secondary,
.button.ghost,
.section .button.secondary,
.section .button.ghost {
  color: var(--ink);
  border-color: var(--ink);
  background: rgba(255, 255, 255, 0.28);
}

.button:hover,
.button:hover i {
  transform: none;
}

.button:hover {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.hero-panel {
  position: relative;
  justify-self: stretch;
  align-self: stretch;
  max-width: none;
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: end;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-left: 1px solid var(--line-dark);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(17, 19, 24, 0.08), rgba(17, 19, 24, 0.08)),
    url("https://storage.googleapis.com/cg-webase/media/1781458631289-dcd6a387.jpg?v=202605211935") center / cover no-repeat;
  box-shadow: none;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(248, 250, 248, 0) 40%, rgba(17, 19, 24, 0.34)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
}

.metric-xl,
.metric-pair {
  position: relative;
  z-index: 1;
}

.metric-xl {
  align-self: end;
  justify-self: end;
  min-height: auto;
  min-width: min(410px, calc(100% - 56px));
  margin: 0 28px 0 28px;
  padding: 22px 24px;
  border: 1px solid rgba(17, 19, 24, 0.2);
  border-radius: 0;
  color: #fff;
  background: rgba(17, 19, 24, 0.82);
  box-shadow: none;
}

.metric-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line-dark);
  background: rgba(248, 250, 248, 0.88);
}

.metric-pair > div {
  min-height: 132px;
  padding: 24px 28px;
  border: 0;
  border-right: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.metric-pair > div:last-child {
  border-right: 0;
}

.hero-panel span {
  color: inherit;
  opacity: 0.66;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.hero-panel strong {
  margin-top: 8px;
  color: inherit;
  font-family: var(--font-industrial);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900;
  line-height: 1;
}

.metric-pair strong {
  color: var(--ink);
  font-size: clamp(34px, 3.2vw, 48px);
}

.hero-strip {
  position: relative;
  width: min(1504px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  border-left: 1px solid var(--line-dark);
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.hero-metrics {
  min-height: 86px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.metric {
  min-height: 86px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-left: 0;
  border-right: 1px solid var(--line-dark);
}

.metric:last-child {
  border-right: 0;
}

.metric + .metric {
  border-left: 0;
}

.metric span {
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.section,
.section.tint {
  width: min(1200px, calc(100% - 40px));
  padding: 100px 0;
}

.section.compact {
  padding: 80px 0;
}

.section.tint,
.product-stage {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1200px) / 2));
  padding-right: max(20px, calc((100% - 1200px) / 2));
  background:
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(0deg, var(--grid-line) 1px, transparent 1px),
    #edf3f5;
  background-size: 42px 42px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.section-heading {
  gap: 42px;
  margin-bottom: 42px;
}

.section-heading h2,
.split-content h2,
.contact-panel h2,
.article-body h2,
.cta-inner h2 {
  color: var(--ink);
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 0.98;
  font-weight: 900;
}

.section-heading p,
.split-content p,
.contact-panel p,
.card p,
.product-card p,
.value p,
.capability p {
  color: var(--muted);
  font-weight: 650;
}

.proof-section {
  padding-top: 100px;
}

.proof-grid {
  gap: 0;
  border: 1px solid var(--line-dark);
  background: var(--line-dark);
}

.proof-card {
  min-height: 190px;
  padding: 28px;
  border: 0;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: none;
}

.proof-card.primary {
  color: var(--ink);
  background: #fff;
}

.proof-card.copper {
  color: #fff;
  background: var(--brand-deep);
}

.proof-card h3 {
  margin-top: 20px;
  font-size: clamp(26px, 2.6vw, 42px);
}

.proof-card > span,
.proof-card.image div span {
  color: var(--copper);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.03em;
}

.proof-card.image {
  border-radius: 0;
}

.proof-card.image h3 {
  font-size: 28px;
}

.equipment-grid {
  gap: 18px;
}

.equipment-main,
.equipment-side article,
.split-media,
.card,
.product-card,
.value,
.product-category,
.sidebar-panel,
.contact-panel,
.spec-table-wrap,
.map-panel {
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.equipment-main {
  min-height: 620px;
}

.equipment-main img,
.equipment-side img,
.card img,
.product-card img {
  filter: saturate(0.9) contrast(1.04);
}

.equipment-label {
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: rgba(17, 19, 24, 0.78);
}

.equipment-label h3 {
  font-size: clamp(32px, 3.6vw, 54px);
}

.equipment-side h3 {
  font-size: 28px;
}

.standard-list {
  border-color: var(--line-dark);
  border-radius: 0;
  background: var(--line-dark);
}

.standard-list span {
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
}

.card-content,
.product-content {
  padding: 22px;
}

.card:hover,
.product-card:hover,
.capability:hover,
.value:hover,
.config-list a:hover {
  transform: none;
  border-color: rgba(17, 19, 24, 0.36);
  box-shadow: none;
}

.tag {
  min-height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--copper);
  background: transparent;
}

.card-link {
  color: var(--brand);
}

.price {
  color: var(--brand);
}

.product-category {
  padding: 0;
}

.category-head {
  margin: 0;
  padding: 22px;
  border-bottom: 1px solid var(--line-dark);
}

.config-list {
  gap: 0;
}

.config-list a {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.54);
}

.config-list a:last-child {
  border-bottom: 0;
}

.page-hero,
.page-hero.blog,
.page-hero.products,
.page-hero.blog-index-hero,
.page-hero.products-index-hero,
.page-hero.cases-hero,
.page-hero.about-hero,
.page-hero.contact-hero {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(248, 250, 248, 0.96) 0%, rgba(248, 250, 248, 0.82) 46%, rgba(248, 250, 248, 0.24) 100%),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(0deg, var(--grid-line) 1px, transparent 1px),
    url("https://storage.googleapis.com/cg-webase/media/1781458631289-dcd6a387.jpg?v=202605211935") center right / cover no-repeat;
  background-size: auto, 42px 42px, 42px 42px, cover;
  border-bottom: 1px solid var(--line-dark);
}

.page-hero.blog-index-hero {
  background-image:
    linear-gradient(90deg, rgba(248, 250, 248, 0.96) 0%, rgba(248, 250, 248, 0.82) 46%, rgba(248, 250, 248, 0.24) 100%),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(0deg, var(--grid-line) 1px, transparent 1px),
    url("https://storage.googleapis.com/cg-webase/media/1781458628646-d0e5fc08.jpg?v=202605211935");
}

.page-hero.cases-hero {
  background-image:
    linear-gradient(90deg, rgba(248, 250, 248, 0.96) 0%, rgba(248, 250, 248, 0.82) 46%, rgba(248, 250, 248, 0.24) 100%),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(0deg, var(--grid-line) 1px, transparent 1px),
    url("https://storage.googleapis.com/cg-webase/media/1781458629250-af223ac7.jpg?v=202605211935");
}

.page-hero.about-hero {
  background-image:
    linear-gradient(90deg, rgba(248, 250, 248, 0.96) 0%, rgba(248, 250, 248, 0.82) 46%, rgba(248, 250, 248, 0.24) 100%),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(0deg, var(--grid-line) 1px, transparent 1px),
    url("https://storage.googleapis.com/cg-webase/media/1781458627987-9d86376d.jpg?v=202605211935");
}

.page-hero.contact-hero {
  background-image:
    linear-gradient(90deg, rgba(248, 250, 248, 0.96) 0%, rgba(248, 250, 248, 0.82) 46%, rgba(248, 250, 248, 0.24) 100%),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(0deg, var(--grid-line) 1px, transparent 1px),
    url("https://storage.googleapis.com/cg-webase/media/1781458629440-7c76fa0e.jpg?v=202605211935");
}

.page-hero-inner {
  padding: 76px 0 82px;
}

.page-hero h1 {
  color: var(--ink);
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 0.98;
}

.page-hero p {
  color: var(--muted);
  font-weight: 700;
}

.product-spec-table thead th {
  background: var(--ink);
}

.field input,
.field textarea,
.field select {
  border-color: var(--line-dark);
  border-radius: 0;
}

.cta-band {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto 80px;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(0deg, var(--grid-line) 1px, transparent 1px),
    #f8faf8;
  background-size: 42px 42px;
  box-shadow: none;
}

.cta-inner {
  padding: 54px;
}

.cta-inner h2 {
  color: var(--ink);
}

.cta-inner p {
  color: var(--muted);
}

.cta-band .eyebrow {
  color: var(--copper);
}

.cta-band .field label {
  color: var(--ink);
}

.cta-band .field input,
.cta-band .field textarea,
.cta-band .field select {
  border-color: var(--line-dark);
  background: #fff;
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #0f151b;
  background-size: 42px 42px;
}

.site-footer::before {
  display: none;
}

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

  .hero-content {
    padding: 64px 34px;
  }

  .hero-panel {
    min-height: 520px;
    border-left: 0;
    border-top: 1px solid var(--line-dark);
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 0;
  }

  .nav {
    width: 100%;
    grid-template-columns: 132px 1fr;
    min-height: 72px;
    border-left: 0;
    border-right: 0;
  }

  .brand {
    width: auto;
  }

  .brand-logo {
    width: 82px;
  }

  .menu-toggle {
    display: grid;
    justify-self: end;
    width: 72px;
    height: 72px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
  }

  .nav-links {
    left: 0;
    right: 0;
    top: 72px;
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }

  .nav-links a {
    min-height: 52px;
    padding: 0 18px;
    border-bottom: 1px solid var(--line-dark);
    color: var(--ink);
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(38px, 8.6vw, 56px);
    line-height: 1;
  }

  .section-heading h2,
  .split-content h2,
  .contact-panel h2,
  .cta-inner h2 {
    font-size: clamp(32px, 7vw, 46px);
  }

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

  .metric {
    border-bottom: 1px solid var(--line-dark);
  }

  .section,
  .section.tint,
  .product-stage {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

@media (max-width: 640px) {
  .section,
  .hero-inner,
  .page-hero-inner,
  .footer-inner,
  .cta-band {
    width: calc(100% - 28px);
  }

  .hero-inner,
  .hero-strip {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }

  .hero-content {
    padding: 40px 18px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.02;
  }

  .hero p {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    min-height: 430px;
  }

  .metric-xl {
    min-width: 0;
    margin: 0 18px;
  }

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

  .metric-pair > div {
    min-height: 100px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .metric-pair > div:last-child {
    border-bottom: 0;
  }

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

  .metric {
    min-height: 64px;
    border-right: 0;
  }

  .equipment-main,
  .split-media {
    min-height: 360px;
  }

  .equipment-label {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .equipment-label h3 {
    font-size: 30px;
  }

  .cta-inner {
    padding: 28px;
  }
}

/* v6 header correction: remove legacy dark-glass navigation skin */
.site-header {
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  background: rgba(248, 250, 248, 0.96);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(14px);
}

.brand,
.nav-links,
.nav-cta {
  box-shadow: none;
  backdrop-filter: none;
}

.brand {
  height: auto;
  padding: 0;
  border: 0;
  border-right: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.46);
}

.brand-logo {
  filter: contrast(1.05);
}

.nav-links {
  display: flex;
  justify-self: stretch;
  height: 100%;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.nav-cta {
  border: 0;
  border-left: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.68);
}

@media (max-width: 980px) {
  .nav-links {
    position: absolute;
    display: none;
    height: auto;
    padding: 0;
    border-top: 1px solid var(--line-dark);
    background: #fff;
  }

  .nav-links.open {
    display: grid;
  }
}

/* v7 AKS-referenced typography and single home hero image */
:root {
  --font-industrial: "Google Sans", Roboto, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", "Roboto Mono", Consolas, monospace;
}

body {
  font-family: var(--font-industrial);
  font-weight: 500;
}

h1,
h2,
h3,
.hero h1,
.page-hero h1,
.section-heading h2,
.split-content h2,
.contact-panel h2,
.cta-inner h2,
.proof-card h3,
.equipment-label h3,
.equipment-side h3,
.hero-panel strong {
  font-family: var(--font-industrial);
  font-weight: 700;
  letter-spacing: 0;
}

.nav-links a,
.nav-cta,
.button,
.eyebrow,
.hero-panel span,
.hero-strip a,
.proof-card > span,
.proof-card.image div span,
.equipment-label span,
.tag,
.card-link,
.footer-column h3,
.footer-bottom {
  font-weight: 700;
  letter-spacing: 0;
}

.hero-inner {
  min-height: 620px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
}

.hero-content {
  padding-top: clamp(44px, 4vw, 62px);
  padding-bottom: clamp(44px, 4vw, 62px);
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 4.25vw, 64px);
  line-height: 1.02;
}

.hero p {
  max-width: 600px;
  margin-top: 22px;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.58;
  font-weight: 600;
}

.hero-panel {
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(17, 19, 24, 0.02), rgba(17, 19, 24, 0.1)),
    url("https://storage.googleapis.com/cg-webase/media/1781458630111-eb088aba.jpg?v=202606120048") center center / cover no-repeat;
}

.hero-panel::before {
  background:
    linear-gradient(180deg, rgba(248, 250, 248, 0) 42%, rgba(17, 19, 24, 0.28)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
}

.metric-xl {
  min-width: min(360px, calc(100% - 56px));
}

.hero-panel strong {
  font-size: clamp(30px, 3.25vw, 48px);
  font-weight: 700;
}

.metric-pair strong {
  font-size: clamp(28px, 2.6vw, 40px);
}

.hero-metrics {
  min-height: 76px;
}

.metric {
  min-height: 76px;
}

.metric span {
  font-size: 11px;
}

.section,
.section.tint {
  padding-top: 82px;
  padding-bottom: 82px;
}

.section-heading h2,
.split-content h2,
.contact-panel h2,
.article-body h2,
.cta-inner h2 {
  font-size: clamp(28px, 2.7vw, 44px);
  line-height: 1.08;
}

.section-heading p,
.split-content p,
.contact-panel p,
.card p,
.product-card p,
.value p,
.capability p,
.article-body {
  font-size: 15px;
  line-height: 1.62;
  font-weight: 500;
}

.proof-card h3 {
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.08;
}

.equipment-label h3 {
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1.06;
}

.equipment-side h3 {
  font-size: 22px;
  line-height: 1.12;
}

.card h2,
.card h3,
.product-card h2,
.product-card h3,
.value h3,
.category-head h3 {
  font-size: 19px;
  line-height: 1.22;
  font-weight: 700;
}

.page-hero h1 {
  font-size: clamp(34px, 3.7vw, 54px);
  line-height: 1.04;
}

.page-hero p {
  font-size: 16px;
  line-height: 1.62;
  font-weight: 500;
}

.button,
.nav-links a,
.nav-cta {
  font-size: 12px;
}

@media (max-width: 1100px) {
  .hero-panel {
    min-height: 500px;
  }
}

@media (max-width: 980px) {
  .hero h1,
  .page-hero h1 {
    font-size: clamp(34px, 7.2vw, 44px);
    line-height: 1.06;
  }

  .section-heading h2,
  .split-content h2,
  .contact-panel h2,
  .cta-inner h2 {
    font-size: clamp(28px, 6vw, 38px);
    line-height: 1.08;
  }
}

@media (max-width: 640px) {
  .hero-content {
    padding-top: 34px;
    padding-bottom: 34px;
    order: 1;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(30px, 8.4vw, 36px);
    line-height: 1.08;
  }

  .hero p,
  .page-hero p {
    font-size: 14px;
    line-height: 1.58;
  }

  .hero-panel {
    order: 2;
    min-height: 360px;
    background-size: cover;
    background-position: center 30%;
  }

  .hero-panel strong {
    font-size: 32px;
  }

  .metric-pair strong {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
  }

  .hero-content {
    padding: 34px 18px 30px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: clamp(30px, 8vw, 34px);
    line-height: 1.08;
  }

  .hero p {
    max-width: 340px;
    margin-top: 18px;
  }

  .hero-panel {
    width: 100%;
    min-height: 360px;
    flex: none;
    border-top: 1px solid var(--line-dark);
  }

  .metric-xl {
    margin: 0 16px;
    padding: 16px 18px;
  }

  .metric-xl strong {
    font-size: 30px;
  }
}

/* v8 image ratio discipline: prefer horizontal 16:9 media across the live site */
.hero-panel {
  min-height: 0;
  aspect-ratio: 16 / 9;
  align-self: center;
  background:
    linear-gradient(90deg, rgba(17, 19, 24, 0.02), rgba(17, 19, 24, 0.1)),
    url("https://storage.googleapis.com/cg-webase/media/1781458630111-eb088aba.jpg?v=202606120048") center center / cover no-repeat;
}

.hero-inner {
  min-height: auto;
}

.card > a:first-child,
.product-card > a:first-child,
.equipment-main > a,
.equipment-side article > a,
.split-media,
.article-main > img,
.article-body img,
.proof-card.image {
  display: block;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
}

.card img,
.product-card img,
.equipment-main img,
.equipment-side img,
.split-media > img,
.article-main > img,
.article-body img,
.proof-card.image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.equipment-main,
.equipment-side article {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.split {
  align-items: start;
}

.split-media {
  align-self: start;
  height: auto;
  min-height: 0 !important;
  padding: 0;
}

.split-media > img {
  min-height: 0 !important;
  height: auto !important;
  border-radius: 0;
}

.blog-grid .card img,
.product-card img {
  aspect-ratio: 16 / 9;
}

@media (max-width: 640px) {
  .hero-panel {
    width: calc(100% - 36px);
    margin: 0 auto 18px;
    aspect-ratio: 16 / 9;
    min-height: 0;
    background-position: center center;
  }

  .hero-panel .metric-pair {
    display: none;
  }

  .metric-xl {
    min-width: 0;
    width: auto;
    margin: 0 12px 12px;
    padding: 12px 14px;
  }

  .metric-xl strong {
    font-size: 26px;
  }

  .equipment-main,
  .equipment-side article,
  .split-media,
  .proof-card.image {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

/* v9 AKS cold production skin: final live-site direction */
:root {
  --blue: #1a73e8;
  --blue-dark: #174ea6;
  --ink: #202124;
  --muted: #5f6368;
  --line: #dadce0;
  --line-dark: #dadce0;
  --soft: #f8fafd;
  --white: #ffffff;
  --paper: #ffffff;
  --panel: #f8fafd;
  --brand: #1a73e8;
  --brand-deep: #174ea6;
  --brand-soft: #e8f0fe;
  --accent: #1a73e8;
  --copper: #1a73e8;
  --copper-light: #d7e7ff;
  --steel: #80868b;
  --shadow: 0 14px 34px rgba(60, 64, 67, 0.14);
  --shadow-strong: 0 20px 48px rgba(60, 64, 67, 0.2);
  --radius: 8px;
  --font-industrial: "Google Sans", "Product Sans", "IBM Plex Sans", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", "Roboto Mono", Consolas, monospace;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(218, 220, 224, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(218, 220, 224, 0.2) 1px, transparent 1px),
    #ffffff;
  background-size: 80px 80px, 80px 80px, auto;
  font-family: var(--font-industrial);
  font-weight: 600;
}

body::before {
  display: none;
}

h1,
h2,
h3,
.hero h1,
.page-hero h1,
.section-heading h2,
.split-content h2,
.contact-panel h2,
.cta-inner h2,
.proof-card h3,
.equipment-label h3,
.equipment-side h3,
.hero-panel strong,
.metric strong {
  font-family: var(--font-industrial);
  font-weight: 800;
  letter-spacing: 0;
}

p,
li,
.section-heading p,
.split-content p,
.contact-panel p,
.card p,
.product-card p,
.value p,
.capability p,
.article-body,
.page-hero p {
  color: var(--muted);
  font-weight: 650;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(218, 220, 224, 0.9);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.site-header::before {
  display: none;
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  display: flex;
  gap: 24px;
  border: 0;
  padding: 0;
}

.brand {
  width: auto;
  height: auto;
  display: inline-flex;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue-dark);
  box-shadow: none;
}

.brand::after {
  content: "Processing Lines";
  color: var(--blue-dark);
  font-family: var(--font-industrial);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-logo {
  width: 118px;
  max-height: 52px;
  filter: none;
}

.nav-links {
  position: static;
  display: flex;
  justify-self: auto;
  height: auto;
  align-items: center;
  gap: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nav-links a {
  position: relative;
  min-height: 0;
  padding: 8px 0;
  color: var(--muted);
  background: transparent;
  border-radius: 0;
  font-family: var(--font-industrial);
  font-size: 14px;
  font-weight: 750;
  text-transform: none;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--blue);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

.nav-cta {
  min-height: 44px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 18px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(26, 115, 232, 0.24);
  font-family: var(--font-industrial);
  font-size: 14px;
  font-weight: 800;
  text-transform: none;
}

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

.nav-cta:hover {
  color: #fff;
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.menu-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 640px;
  overflow: visible;
  color: #fff;
  background: #111827;
}

.hero-bg {
  display: block;
  position: absolute;
  inset: 0;
  background: url("https://storage.googleapis.com/cg-webase/media/1781458630111-eb088aba.jpg?v=202606120048") center / cover no-repeat;
}

.hero-bg::after,
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(16, 24, 39, 0.82), rgba(16, 24, 39, 0.45) 52%, rgba(16, 24, 39, 0.14)),
    linear-gradient(0deg, rgba(16, 24, 39, 0.58), transparent 48%);
  opacity: 1;
  mask-image: none;
}

.hero-grid {
  display: none;
}

.hero::after {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  min-height: 640px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  padding: 72px 0 112px;
  border: 0;
}

.hero-content {
  max-width: 760px;
  display: block;
  padding: 0;
}

.hero-content::before {
  display: none;
}

.hero .eyebrow,
.page-hero .eyebrow,
.cta-band .eyebrow,
.section .eyebrow,
.section.tint .eyebrow {
  display: block;
  width: fit-content;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--blue);
  background: transparent;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #d7e7ff;
}

.hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(46px, 5.4vw, 78px);
  line-height: 1.02;
}

.hero p {
  max-width: 700px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.58;
}

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

.button {
  min-height: 44px;
  gap: 10px;
  border-radius: 6px;
  padding: 0 18px;
  font-family: var(--font-industrial);
  font-size: 14px;
  font-weight: 800;
  text-transform: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button i {
  display: none;
}

.button.primary,
.button.brand-button {
  color: #fff;
  border-color: transparent;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(26, 115, 232, 0.24);
}

.button.secondary,
.button.ghost,
.section .button.secondary,
.section .button.ghost {
  color: var(--blue);
  border-color: rgba(26, 115, 232, 0.24);
  background: rgba(26, 115, 232, 0.08);
}

.hero .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
}

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

.button.primary:hover,
.button.brand-button:hover {
  background: var(--blue-dark);
  box-shadow: 0 16px 36px rgba(26, 115, 232, 0.3);
}

.hero-panel {
  display: none;
}

.hero-strip {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 64px));
  margin: -52px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.hero-metrics {
  width: 100%;
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metric {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 20px;
  place-items: initial;
  padding: 24px 30px;
  border-right: 1px solid var(--line);
}

.metric:last-child {
  border-right: 0;
}

.metric-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid !important;
  place-items: center;
  border: 1px solid rgba(26, 115, 232, 0.1);
  border-radius: 50%;
  color: var(--blue) !important;
  background: rgba(26, 115, 232, 0.04);
  box-shadow: 0 10px 24px rgba(26, 115, 232, 0.12);
  font-family: var(--font-mono);
  font-weight: 800;
  opacity: 1 !important;
}

.metric strong {
  display: block;
  margin: 0;
  color: var(--blue);
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.metric span:last-child {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.section,
.section.tint {
  width: min(1180px, calc(100% - 40px));
  padding: 88px 0;
}

.section.tint,
.product-stage {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(90deg, rgba(218, 220, 224, 0.26) 1px, transparent 1px),
    linear-gradient(rgba(218, 220, 224, 0.18) 1px, transparent 1px),
    var(--soft);
  background-size: 80px 80px, 80px 80px, auto;
  border-top: 1px solid rgba(218, 220, 224, 0.9);
  border-bottom: 1px solid rgba(218, 220, 224, 0.9);
}

.section.compact {
  padding: 78px 0;
}

.section-heading {
  gap: 36px;
  margin-bottom: 34px;
}

.section-heading h2,
.split-content h2,
.contact-panel h2,
.article-body h2,
.cta-inner h2 {
  color: var(--ink);
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
}

.section-heading p {
  max-width: 520px;
  font-size: 15px;
}

.proof-section {
  padding-top: 118px;
}

.proof-grid {
  gap: 18px;
  border: 0;
  background: transparent;
}

.proof-card,
.proof-card.primary,
.proof-card.copper {
  min-height: 180px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(60, 64, 67, 0.08);
}

.proof-card {
  position: relative;
}

.proof-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 115, 232, 0.18), rgba(26, 115, 232, 0.04) 66%, transparent 67%);
}

.proof-card.primary {
  background:
    linear-gradient(135deg, rgba(26, 115, 232, 0.12), rgba(255, 255, 255, 0.95)),
    #fff;
}

.proof-card.copper {
  background:
    linear-gradient(135deg, rgba(26, 115, 232, 0.14), rgba(255, 255, 255, 0.96)),
    #fff;
}

.proof-card > span,
.proof-card.image div span {
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.proof-card h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.08;
}

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

.proof-card.image {
  border-radius: var(--radius);
  background: #111827;
}

.proof-card.image::after {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(17, 24, 39, 0.82));
}

.proof-card.image h3 {
  color: #fff;
}

.equipment-grid {
  gap: 18px;
}

.equipment-main,
.equipment-side article,
.split-media,
.card,
.product-card,
.value,
.product-category,
.sidebar-panel,
.contact-panel,
.spec-table-wrap,
.map-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(60, 64, 67, 0.08);
}

.equipment-label {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(17, 24, 39, 0.74);
}

.equipment-label span,
.tag,
.card-link,
.meta {
  color: var(--blue);
}

.equipment-label h3 {
  color: #fff;
}

.standard-list {
  border-color: var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.standard-list span {
  background: rgba(255, 255, 255, 0.92);
}

.card,
.product-card,
.value {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card:hover,
.product-card:hover,
.capability:hover,
.value:hover,
.product-category:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 115, 232, 0.26);
  box-shadow: var(--shadow);
}

.tag {
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid rgba(26, 115, 232, 0.2);
  border-radius: 999px;
  background: rgba(26, 115, 232, 0.08);
}

.card-link::after {
  content: " →";
  color: var(--blue);
}

.page-hero,
.page-hero.blog,
.page-hero.products,
.page-hero.blog-index-hero,
.page-hero.products-index-hero,
.page-hero.cases-hero,
.page-hero.about-hero,
.page-hero.contact-hero {
  color: var(--ink);
  padding-top: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.12) 100%),
    linear-gradient(90deg, rgba(218, 220, 224, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(218, 220, 224, 0.2) 1px, transparent 1px),
    url("https://storage.googleapis.com/cg-webase/media/1781458631289-dcd6a387.jpg?v=202605211935") center right / cover no-repeat;
  background-size: auto, 80px 80px, 80px 80px, cover;
  border-bottom: 1px solid var(--line);
}

.page-hero.blog-index-hero {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.12) 100%),
    linear-gradient(90deg, rgba(218, 220, 224, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(218, 220, 224, 0.2) 1px, transparent 1px),
    url("https://storage.googleapis.com/cg-webase/media/1781458628646-d0e5fc08.jpg?v=202605211935");
}

.page-hero.cases-hero {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.12) 100%),
    linear-gradient(90deg, rgba(218, 220, 224, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(218, 220, 224, 0.2) 1px, transparent 1px),
    url("https://storage.googleapis.com/cg-webase/media/1781458629250-af223ac7.jpg?v=202605211935");
}

.page-hero.about-hero {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.12) 100%),
    linear-gradient(90deg, rgba(218, 220, 224, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(218, 220, 224, 0.2) 1px, transparent 1px),
    url("https://storage.googleapis.com/cg-webase/media/1781458627987-9d86376d.jpg?v=202605211935");
}

.page-hero.contact-hero {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.12) 100%),
    linear-gradient(90deg, rgba(218, 220, 224, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(218, 220, 224, 0.2) 1px, transparent 1px),
    url("https://storage.googleapis.com/cg-webase/media/1781458629440-7c76fa0e.jpg?v=202605211935");
}

.page-hero::before {
  display: none;
}

.page-hero-inner {
  width: min(1180px, calc(100% - 40px));
  padding: 72px 0 82px;
}

.page-hero h1 {
  color: var(--ink);
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.05;
}

.page-hero p {
  color: var(--muted);
}

.cta-band {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 88px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(218, 220, 224, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(218, 220, 224, 0.2) 1px, transparent 1px),
    #ffffff;
  background-size: 80px 80px, 80px 80px, auto;
  box-shadow: var(--shadow);
}

.cta-inner {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr) auto;
  padding: 48px;
}

.cta-inner h2 {
  color: var(--ink);
}

.cta-inner p {
  max-width: 640px;
  margin-top: 12px;
  color: var(--muted);
}

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

.cta-data-grid span {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: var(--muted);
  background: rgba(248, 250, 253, 0.96);
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #111827;
  background-size: 80px 80px, 80px 80px, auto;
}

@media (max-width: 1100px) {
  .cta-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .nav {
    width: min(1180px, calc(100% - 32px));
    min-height: 64px;
    display: flex;
  }

  .brand::after {
    display: none;
  }

  .menu-toggle {
    display: grid;
    margin-left: auto;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 68px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 13px 12px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-inner {
    min-height: 640px;
    padding: 58px 0 118px;
  }

  .hero h1 {
    font-size: clamp(38px, 8vw, 58px);
  }

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

  .metric {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .hero-inner,
  .hero-strip,
  .section,
  .page-hero-inner,
  .footer-inner,
  .cta-band {
    width: calc(100% - 28px);
  }

  .hero {
    min-height: 760px;
  }

  .hero-inner {
    padding: 44px 0 150px;
  }

  .hero h1 {
    font-size: clamp(32px, 9vw, 40px);
  }

  .hero p {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

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

  .metric {
    min-height: 86px;
    padding: 18px;
    border-right: 0;
  }

  .metric-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .cta-inner {
    padding: 28px;
  }

  .cta-data-grid {
    grid-template-columns: 1fr;
  }
}

/* v9.1 visual density pass: keep text-heavy sections from feeling empty */
.product-category,
.contact-panel,
.sidebar-panel,
.spec-table-wrap {
  position: relative;
  overflow: hidden;
}

.product-category::before,
.contact-panel::before,
.sidebar-panel::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(26, 115, 232, 0.16), rgba(26, 115, 232, 0.04) 62%, transparent 63%),
    linear-gradient(90deg, rgba(26, 115, 232, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(26, 115, 232, 0.14) 1px, transparent 1px);
  background-size: auto, 16px 16px, 16px 16px;
  pointer-events: none;
}

.product-category > *,
.contact-panel > *,
.sidebar-panel > * {
  position: relative;
  z-index: 1;
}

.config-list a,
.contact-list li,
.spec-list li,
.check-list li {
  position: relative;
}

.config-list a::before,
.contact-list li::before,
.spec-list li::before,
.check-list li::before {
  content: "↔";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(26, 115, 232, 0.16);
  border-radius: 50%;
  color: var(--blue);
  background: rgba(26, 115, 232, 0.05);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  transform: none;
}

.config-list a {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  column-gap: 12px;
}

.config-list a strong,
.config-list a span {
  grid-column: 2;
}

.contact-panel:first-child::after {
  content: "";
  display: block;
  min-height: 170px;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.22)),
    url("https://storage.googleapis.com/cg-webase/media/1781458629517-84c6ce5a.jpg?v=202605211935") center / cover no-repeat;
}

.cta-band::before {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 115, 232, 0.08), transparent 68%);
  pointer-events: none;
}

.cta-band {
  position: relative;
  overflow: hidden;
}

/* v9.2 icon scale + about page industrial layout */
.metric-icon {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
  font-size: 0;
  border-width: 2px;
  background:
    radial-gradient(circle at 35% 32%, rgba(255, 255, 255, 0.92), rgba(26, 115, 232, 0.06) 62%),
    rgba(26, 115, 232, 0.07);
}

.metric .metric-icon {
  margin-top: 0;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1;
  overflow: hidden;
}

.metric-icon::before {
  content: "±";
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.metric:nth-child(2) .metric-icon::before {
  content: "D";
  font-size: 22px;
}

.metric:nth-child(3) .metric-icon::before {
  content: "%";
  font-size: 23px;
}

.metric:nth-child(4) .metric-icon::before {
  content: "◇";
  font-size: 25px;
}

.config-list a::before,
.contact-list li::before,
.spec-list li::before,
.check-list li::before {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-width: 2px;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(26, 115, 232, 0.1);
}

.config-list a {
  grid-template-columns: 52px 1fr;
  column-gap: 14px;
}

.about-overview-section {
  padding-top: 86px;
}

.about-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.about-visual-system,
.about-copy-panel {
  min-height: 650px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 38px rgba(60, 64, 67, 0.09);
}

.about-visual-system {
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  overflow: hidden;
}

.about-main-photo {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  background: #dfe8ef;
}

.about-main-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 24, 36, 0.02) 35%, rgba(12, 24, 36, 0.36)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  pointer-events: none;
}

.about-main-photo img,
.capability figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
}

.about-fact-grid div {
  min-height: 128px;
  display: grid;
  align-content: center;
  padding: 24px 28px;
  background:
    linear-gradient(135deg, rgba(26, 115, 232, 0.08), rgba(255, 255, 255, 0.96)),
    #fff;
}

.about-fact-grid strong {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
}

.about-fact-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.about-copy-panel {
  position: relative;
  overflow: hidden;
  padding: 44px;
}

.about-copy-panel::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(26, 115, 232, 0.13), rgba(26, 115, 232, 0.04) 58%, transparent 59%),
    linear-gradient(90deg, rgba(26, 115, 232, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(26, 115, 232, 0.1) 1px, transparent 1px);
  background-size: auto, 18px 18px, 18px 18px;
  pointer-events: none;
}

.about-copy-panel > * {
  position: relative;
  z-index: 1;
}

.about-copy-panel h2 {
  max-width: 720px;
  margin-top: 48px;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
}

.about-copy-panel p {
  max-width: 680px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.about-principles article {
  min-height: 190px;
  padding: 24px;
  background: rgba(248, 250, 253, 0.96);
}

.principle-icon,
.value-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(26, 115, 232, 0.18);
  border-radius: 50%;
  color: var(--blue);
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.96), rgba(26, 115, 232, 0.07) 64%),
    #fff;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(26, 115, 232, 0.11);
}

.about-principles h3 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 19px;
}

.about-principles p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.55;
}

.values-grid .value {
  min-height: 260px;
}

.value .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.value-icon {
  margin-bottom: 30px;
}

.value h3 {
  margin-top: auto;
}

.value p {
  margin-top: 12px;
}

.capabilities {
  gap: 18px;
}

.capability {
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(60, 64, 67, 0.08);
}

.capability figure {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #dfe8ef;
  background-position: center;
  background-size: cover;
}

.capability .number,
.capability h3,
.capability p {
  margin-left: 24px;
  margin-right: 24px;
}

.capability .number {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 24px;
  padding: 0 12px;
  border: 1px solid rgba(26, 115, 232, 0.2);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(26, 115, 232, 0.07);
  font-size: 12px;
}

.capability h3 {
  margin-top: 18px;
}

.capability p {
  margin-bottom: 26px;
}

.capabilities .capability:nth-child(1) figure {
  background-image: url("https://storage.googleapis.com/cg-webase/media/1781458631365-d6defac4.jpg?v=202605211935");
}

.capabilities .capability:nth-child(2) figure {
  background-image: url("https://storage.googleapis.com/cg-webase/media/1781458629349-0445349e.jpg?v=202605211935");
}

.capabilities .capability:nth-child(3) figure {
  background-image: url("https://storage.googleapis.com/cg-webase/media/1781458631450-f2906d04.jpg?v=202605252330");
}

.capabilities .capability:nth-child(4) figure {
  background-image: url("https://storage.googleapis.com/cg-webase/media/1781458630671-fc5e4b3f.jpg?v=202605211935");
}

@media (max-width: 980px) {
  .about-overview {
    grid-template-columns: 1fr;
  }

  .about-visual-system,
  .about-copy-panel {
    min-height: auto;
  }

  .about-copy-panel {
    padding: 34px;
  }

  .about-copy-panel h2 {
    margin-top: 26px;
  }

  .metric-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
}

@media (max-width: 640px) {
  .about-principles,
  .about-fact-grid {
    grid-template-columns: 1fr;
  }

  .about-main-photo {
    min-height: 240px;
  }

  .about-copy-panel {
    padding: 26px;
  }

  .principle-icon,
  .value-icon {
    width: 52px;
    height: 52px;
  }

  .config-list a::before,
  .contact-list li::before,
  .spec-list li::before,
  .check-list li::before {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

/* v9.3 template correction: clean metric icons + compact post-hero action cards */
.metric .metric-icon {
  position: relative;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  margin-top: 0;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1;
  overflow: hidden;
  border: 2px solid rgba(26, 115, 232, 0.18);
  background:
    radial-gradient(circle at 38% 32%, rgba(255, 255, 255, 0.96), rgba(26, 115, 232, 0.06) 64%),
    #f5f9ff;
  box-shadow: 0 12px 26px rgba(26, 115, 232, 0.1);
}

.metric .metric-icon::before,
.metric .metric-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: var(--blue);
  background: var(--blue);
}

.metric:nth-child(1) .metric-icon::before,
.metric:nth-child(1) .metric-icon::after {
  content: "" !important;
  width: 24px;
  height: 3px;
  border-radius: 99px;
  transform: translate(-50%, -8px);
}

.metric:nth-child(1) .metric-icon::after {
  transform: translate(-50%, 6px);
}

.metric:nth-child(2) .metric-icon::before {
  content: "" !important;
  width: 27px;
  height: 27px;
  border: 3px solid var(--blue);
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
}

.metric:nth-child(2) .metric-icon::after {
  content: "" !important;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  transform: translate(-1px, -2px) rotate(-45deg);
  transform-origin: left center;
}

.metric:nth-child(3) .metric-icon::before {
  content: "" !important;
  width: 23px;
  height: 30px;
  clip-path: polygon(58% 0, 24% 43%, 48% 43%, 34% 100%, 82% 35%, 57% 35%);
  transform: translate(-50%, -50%);
}

.metric:nth-child(3) .metric-icon::after {
  display: none;
}

.metric:nth-child(4) .metric-icon::before {
  content: "" !important;
  width: 22px;
  height: 22px;
  border: 3px solid var(--blue);
  border-radius: 3px;
  background: transparent;
  transform: translate(-50%, -50%) rotate(45deg);
}

.metric:nth-child(4) .metric-icon::after {
  content: "" !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-action-section {
  width: min(1180px, calc(100% - 40px));
  padding: 58px 0 76px;
}

.home-action-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.home-action-card {
  min-height: 148px;
  display: grid;
  grid-template-columns: 64px 1fr 28px;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(26, 115, 232, 0.06), rgba(255, 255, 255, 0.94) 58%),
    #fff;
  box-shadow: 0 12px 30px rgba(60, 64, 67, 0.07);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-action-card::after {
  content: "→";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(26, 115, 232, 0.22);
  border-radius: 50%;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 900;
}

.home-action-card:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 115, 232, 0.3);
  box-shadow: var(--shadow);
}

.action-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(26, 115, 232, 0.16);
  border-radius: 50%;
  background: #f5f9ff;
}

.action-icon::before,
.action-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.action-icon-products::before {
  width: 28px;
  height: 20px;
  border: 3px solid var(--blue);
  border-radius: 4px;
}

.action-icon-products::after {
  width: 18px;
  height: 3px;
  background: var(--blue);
  box-shadow: 0 8px 0 var(--blue);
}

.action-icon-data::before {
  width: 28px;
  height: 28px;
  border: 3px solid var(--blue);
  border-radius: 50%;
}

.action-icon-data::after {
  width: 26px;
  height: 3px;
  border-radius: 99px;
  background: var(--blue);
  transform: rotate(-32deg);
}

.action-icon-cases::before {
  width: 25px;
  height: 25px;
  border: 3px solid var(--blue);
  border-radius: 4px;
  transform: rotate(45deg);
}

.action-icon-cases::after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
}

.action-copy strong,
.action-copy small {
  display: block;
}

.action-copy strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.action-copy small {
  max-width: 270px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .home-action-grid {
    grid-template-columns: 1fr;
  }

  .home-action-section {
    padding-top: 52px;
  }
}

@media (max-width: 640px) {
  .home-action-section {
    width: calc(100% - 28px);
    padding: 58px 0 64px;
  }

  .home-action-card {
    grid-template-columns: 54px 1fr 26px;
    gap: 14px;
    padding: 18px;
  }

  .action-icon,
  .metric .metric-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
}

/* v9.4 homepage correction: remove lower entry cards, align metrics, fix product grid whitespace */
.home-action-section {
  display: none !important;
}

.hero-strip {
  width: min(1180px, calc(100% - 64px));
  margin: -52px auto 0;
  border-radius: var(--radius);
}

.hero-metrics {
  min-height: 104px;
}

.metric {
  min-height: 104px;
  display: grid;
  grid-template-columns: 54px minmax(76px, auto) minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
  padding: 20px 26px;
}

.metric .metric-icon {
  width: 50px;
  height: 50px;
  flex-basis: 50px;
  border: 1px solid rgba(26, 115, 232, 0.2);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(26, 115, 232, 0.06)),
    #f7fbff;
  box-shadow: none;
}

.metric .metric-icon::before,
.metric .metric-icon::after {
  content: "" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  background: var(--blue);
  transform: translate(-50%, -50%);
}

.metric .metric-icon::before {
  width: 18px !important;
  height: 18px !important;
  border: 2px solid var(--blue) !important;
  border-radius: 4px !important;
  background: transparent !important;
  clip-path: none !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.metric .metric-icon::after {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
  transform: translate(-50%, -50%) !important;
}

.metric strong {
  margin: 0;
  font-size: clamp(28px, 2.35vw, 36px);
  line-height: 1;
}

.metric span:last-child {
  align-self: center;
  max-width: 132px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}

.product-stage {
  padding-top: 52px;
  margin-top: -36px;
}

.equipment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.55fr);
  align-items: stretch;
  gap: 18px;
}

.equipment-main {
  min-height: 0 !important;
  height: 100%;
}

.equipment-main > a {
  position: absolute;
  inset: 0;
  display: block;
}

.equipment-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.equipment-side {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.equipment-side article {
  min-height: 220px;
}

.equipment-side article > a {
  position: absolute;
  inset: 0;
  display: block;
}

.equipment-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.equipment-label {
  left: 24px;
  right: 24px;
  bottom: 24px;
  max-width: none;
}

.standard-section .split {
  align-items: stretch;
}

.standard-section .split-media {
  min-height: 520px;
}

.standard-section .split-media img {
  object-position: center center;
}

.standard-section .split-content {
  align-self: center;
}

.standard-section .split-content h2 {
  font-size: clamp(36px, 3.7vw, 56px);
  line-height: 1.06;
}

.standard-section .standard-list span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.editorial-grid .card img {
  object-position: center center;
}

.standard-section .split-media {
  min-height: 520px !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.04), rgba(17, 24, 39, 0.14)),
    url("https://storage.googleapis.com/cg-webase/media/1781458630588-a8e6e351.jpg?v=202605211935") center center / cover no-repeat !important;
}

.standard-section .split-media > img {
  width: 100%;
  height: 100% !important;
  min-height: 520px !important;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
}

.editorial-grid .card:nth-child(1) > a:first-child {
  background: url("https://storage.googleapis.com/cg-webase/media/1781458629839-9cf2b807.jpg?v=202605211935") center center / cover no-repeat;
}

.editorial-grid .card:nth-child(2) > a:first-child {
  background: url("https://storage.googleapis.com/cg-webase/media/1781458629674-dcb433ee.jpg?v=202605211935") center center / cover no-repeat;
}

.editorial-grid .card:nth-child(3) > a:first-child {
  background: url("https://storage.googleapis.com/cg-webase/media/1781458629764-8d5fdb7c.jpg?v=202605211935") center center / cover no-repeat;
}

.editorial-grid .card > a:first-child {
  min-height: 210px;
}

@media (max-width: 980px) {
  .metric {
    grid-template-columns: 50px minmax(70px, auto) 1fr;
  }

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

  .equipment-main {
    min-height: 420px !important;
  }
}

@media (max-width: 640px) {
  .hero-strip {
    width: calc(100% - 28px);
  }

  .metric {
    grid-template-columns: 48px minmax(68px, auto) 1fr;
    min-height: 78px;
    padding: 14px 16px;
    column-gap: 14px;
  }

  .metric .metric-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .metric strong {
    font-size: 25px;
  }

  .metric span:last-child {
    font-size: 11px;
  }

  .product-stage {
    padding-top: 62px;
  }

  .equipment-main {
    min-height: 320px !important;
  }
}

/* v9.5 product section: four horizontal equipment images */
.equipment-grid.equipment-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.equipment-tile {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #d8e2e8;
  box-shadow: 0 16px 40px rgba(60, 64, 67, 0.1);
}

.equipment-tile > a {
  position: absolute;
  inset: 0;
  display: block;
}

.equipment-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.9) contrast(1.04);
}

.equipment-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.04) 34%, rgba(17, 24, 39, 0.78) 100%);
  pointer-events: none;
}

.equipment-tile .equipment-label {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  min-height: 118px;
  display: grid;
  align-content: end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(17, 24, 39, 0.68);
}

.equipment-tile .equipment-label span {
  color: var(--blue);
  font-size: 11px;
}

.equipment-tile .equipment-label h3 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.05;
}

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

  .equipment-tile {
    min-height: 360px;
  }
}

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

  .equipment-tile {
    min-height: 300px;
  }
}

/* v9.6 product configuration list icons */
.product-category .config-list a {
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 18px;
  align-items: center;
}

.product-category .config-list a::before {
  content: "" !important;
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: block;
  grid-row: 1 / span 2;
  grid-column: 1;
  border: 2px solid rgba(26, 115, 232, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--blue) 0 5px, transparent 6px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(26, 115, 232, 0.07)),
    #f7fbff;
  box-shadow: 0 10px 22px rgba(26, 115, 232, 0.1);
}

.product-category .config-list a strong,
.product-category .config-list a span {
  grid-column: 2;
}

/* v10.4 product detail key-parameter icons */
.sidebar-panel .spec-list li,
.product-detail .spec-list li,
.detail-grid .spec-list li {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.sidebar-panel .spec-list li::before,
.product-detail .spec-list li::before,
.detail-grid .spec-list li::before {
  content: "" !important;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: block;
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
  border: 2px solid rgba(26, 115, 232, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--blue) 0 6px, transparent 7px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(26, 115, 232, 0.08)),
    #f7fbff;
  box-shadow: 0 10px 22px rgba(26, 115, 232, 0.1);
  transform: none;
}

.sidebar-panel .spec-list li strong,
.sidebar-panel .spec-list li span,
.product-detail .spec-list li strong,
.product-detail .spec-list li span,
.detail-grid .spec-list li strong,
.detail-grid .spec-list li span {
  grid-column: 2;
}

/* v10.5 contact information list icons */
.contact-panel .contact-list li {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.contact-panel .contact-list li::before {
  content: "" !important;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: block;
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
  border: 2px solid rgba(26, 115, 232, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--blue) 0 6px, transparent 7px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(26, 115, 232, 0.08)),
    #f7fbff;
  box-shadow: 0 10px 22px rgba(26, 115, 232, 0.1);
  transform: none;
}

/* v10.1 about philosophy heading scale */
.about-copy-panel h2 {
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  max-width: 620px;
}

/* v10.0 hero metric label cleanup */
.hero-metrics .metric {
  grid-template-columns: 52px minmax(78px, auto) minmax(70px, 1fr);
  column-gap: 18px;
}

.hero-metrics .metric span:last-child {
  max-width: none;
  color: #5d6874;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

/* v9.9 nav brand cleanup */
.brand::after {
  content: none !important;
  display: none !important;
}

/* v9.7 cases workflow visual block */
.cases-workflow {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 22px;
  align-items: stretch;
}

.workflow-steps {
  display: grid;
  gap: 16px;
}

.workflow-step {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(26, 115, 232, 0.07), rgba(255, 255, 255, 0.96) 54%),
    #fff;
  box-shadow: 0 12px 30px rgba(60, 64, 67, 0.07);
}

.workflow-step > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(26, 115, 232, 0.18);
  border-radius: 50%;
  color: var(--blue);
  background: #f7fbff;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 900;
}

.workflow-step h3 {
  margin: 2px 0 12px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.2;
}

.workflow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.6;
}

.workflow-visual {
  position: relative;
  min-height: 498px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.02), rgba(17, 24, 39, 0.25)),
    url("https://storage.googleapis.com/cg-webase/media/1781458629250-af223ac7.jpg?v=202605211935") center center / cover no-repeat;
  box-shadow: 0 16px 40px rgba(60, 64, 67, 0.1);
}

.workflow-visual img {
  width: 100%;
  height: 100%;
  min-height: 498px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.workflow-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(17, 24, 39, 0.78) 100%);
  pointer-events: none;
}

.workflow-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(17, 24, 39, 0.7);
}

.workflow-visual figcaption span,
.workflow-visual figcaption strong {
  display: block;
}

.workflow-visual figcaption span {
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workflow-visual figcaption strong {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.1;
}

@media (max-width: 980px) {
  .cases-workflow {
    grid-template-columns: 1fr;
  }

  .workflow-visual,
  .workflow-visual img {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .workflow-step {
    grid-template-columns: 48px 1fr;
    padding: 18px;
  }

  .workflow-step > span {
    width: 44px;
    height: 44px;
  }
}

/* v9.8 cases results heading split */
.cases-results-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.64fr);
  gap: 48px;
  align-items: end;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.cases-results-heading::after {
  left: 0;
  transform: none;
}

.cases-results-heading .eyebrow {
  justify-content: flex-start;
}

.cases-results-heading h2 {
  max-width: 620px;
  text-align: left;
}

.cases-results-heading p {
  max-width: 520px;
  margin: 0 0 8px auto;
  text-align: left;
}

@media (max-width: 760px) {
  .cases-results-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cases-results-heading p {
    margin: 0;
  }
}

/* v10.2 about standards heading split */
.about-standards-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.64fr);
  gap: 48px;
  align-items: end;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.about-standards-heading::after {
  left: 0;
  transform: none;
}

.about-standards-heading .eyebrow {
  justify-content: flex-start;
}

.about-standards-heading h2 {
  max-width: 620px;
  text-align: left;
}

.about-standards-heading p {
  max-width: 520px;
  margin: 0 0 8px auto;
  text-align: left;
}

@media (max-width: 760px) {
  .about-standards-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-standards-heading p {
    margin: 0;
  }
}

/* v10.3 about applications heading alignment */
.about-applications-heading > div {
  grid-column: 2;
  justify-self: end;
  text-align: right;
}

.about-applications-heading .eyebrow {
  width: 100%;
  justify-content: flex-end;
  text-align: right;
}

.about-applications-heading h2 {
  text-align: right;
}

@media (max-width: 760px) {
  .about-applications-heading > div {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }

  .about-applications-heading .eyebrow,
  .about-applications-heading h2 {
    justify-content: flex-start;
    text-align: left;
  }
}

/* v10.6 contact service panel image background */
.map-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(21, 92, 171, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.86) 0%, rgba(11, 28, 49, 0.72) 44%, rgba(10, 42, 75, 0.34) 100%),
    url("https://storage.googleapis.com/cg-webase/media/1781458629517-84c6ce5a.jpg?v=202606151130") center / cover no-repeat !important;
  color: #fff;
  box-shadow: 0 24px 70px rgba(15, 40, 74, 0.16);
}

.map-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.4;
}

.map-panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: -1;
  height: 42%;
  background: linear-gradient(0deg, rgba(4, 12, 24, 0.42), transparent);
}

.map-panel > div {
  width: min(660px, 100%);
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(7, 17, 31, 0.58);
  backdrop-filter: blur(8px);
}

.map-panel strong {
  display: block;
  max-width: 620px;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

.map-panel span {
  display: block;
  max-width: 560px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.6;
}

@media (max-width: 760px) {
  .map-panel {
    min-height: 310px;
    padding: 20px;
  }

  .map-panel > div {
    padding: 22px;
  }
}
