.changhai-page {
  --changhai-blue: #083a63;
  --changhai-blue-dark: #062844;
  --changhai-steel: #5d6b78;
  --changhai-line: #dce4ea;
  --changhai-soft: #f3f6f8;
  --changhai-text: #17212b;
  --changhai-muted: #637282;
  color: var(--changhai-text);
  font-family: Inter, Arial, sans-serif;
}

.changhai-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.changhai-hero {
  background: linear-gradient(120deg, #eef3f7 0%, #ffffff 58%, #e8eef3 100%);
  padding: 72px 0;
}

.changhai-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 44px;
  align-items: center;
}

.changhai-eyebrow {
  margin: 0 0 12px;
  color: var(--changhai-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.changhai-hero h1,
.changhai-section-head h1,
.changhai-section h2,
.changhai-cta h2 {
  margin: 0;
  color: var(--changhai-blue-dark);
  line-height: 1.08;
}

.changhai-hero h1,
.changhai-section-head h1 {
  font-size: clamp(38px, 6vw, 68px);
}

.changhai-section h2,
.changhai-cta h2 {
  font-size: clamp(28px, 4vw, 44px);
}

.changhai-lead,
.changhai-section-head p,
.changhai-rich-text,
.changhai-cta p {
  color: var(--changhai-muted);
  font-size: 18px;
  line-height: 1.7;
}

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

.changhai-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  background: var(--changhai-blue);
  color: #fff;
  border: 1px solid var(--changhai-blue);
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
}

.changhai-button:hover {
  background: var(--changhai-blue-dark);
  color: #fff;
}

.changhai-button-secondary {
  background: transparent;
  color: var(--changhai-blue);
}

.changhai-button-light {
  background: #fff;
  color: var(--changhai-blue);
  border-color: #fff;
}

.changhai-hero-media img,
.changhai-card-media img,
.changhai-product-card img {
  display: block;
  width: 100%;
    height: auto;
}

.changhai-hero-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 22px 48px rgba(8, 58, 99, 0.16);
}

.changhai-section {
  padding: 72px 0;
}

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

.changhai-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.changhai-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 42px;
}

.changhai-rich-text p:first-child {
  margin-top: 0;
}

.changhai-spec-panel,
.changhai-spec-table {
  border: 1px solid #e1e8f0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(16, 31, 48, 0.04);
}

.changhai-detail-row,
.changhai-spec-table-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.4fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 24px;
  border-bottom: 1px solid #eef2f7;
  transition: background 0.2s ease;
}

.changhai-detail-row:last-child,
.changhai-spec-table-row:last-child {
  border-bottom: 0;
}

.changhai-detail-row:nth-child(even),
.changhai-spec-table-row:nth-child(even) {
  background: #f8fafc;
}

.changhai-detail-row:hover,
.changhai-spec-table-row:hover {
  background: #eef4fb;
}

.changhai-detail-row span,
.changhai-spec-table-row span,
.changhai-card-terms {
  display: flex;
  align-items: center;
  color: #4b5b6e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.changhai-detail-row strong,
.changhai-spec-table-row strong {
  display: flex;
  align-items: center;
  color: #121d2d;
  font-weight: 650;
  line-height: 1.5;
}

.changhai-card-grid,
.changhai-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.changhai-application-card,
.changhai-product-card,
.changhai-feature {
  background: #fff;
  border: 1px solid var(--changhai-line);
  border-radius: 6px;
  overflow: hidden;
}

.changhai-card-media {
  display: block;
  background: #eef2f5;
}

.changhai-card-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.changhai-card-body,
.changhai-product-card div,
.changhai-feature {
  padding: 20px;
}

.changhai-card-body h2,
.changhai-card-body h3,
.changhai-product-card h3,
.changhai-feature h3 {
  margin: 8px 0 10px;
  color: var(--changhai-blue-dark);
  font-size: 22px;
  line-height: 1.2;
}

.changhai-card-body h2 a,
.changhai-card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.changhai-card-body p,
.changhai-product-card p,
.changhai-feature p,
.changhai-industry-trend p,
.changhai-process p,
.changhai-faq p {
  color: var(--changhai-muted);
  line-height: 1.6;
}

.changhai-text-link {
  color: var(--changhai-blue);
  font-weight: 700;
  text-decoration: none;
}

.changhai-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

.changhai-filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--changhai-line);
  border-radius: 999px;
  color: var(--changhai-blue);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}

.changhai-industry-trends {
  background: #fff;
}

.changhai-industry-trends-head {
  margin-bottom: 42px;
}

.changhai-industry-trends-head h2 {
  color: #050505;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.12;
}

.changhai-industry-trends-head h2 strong {
  font-weight: 800;
}

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

.changhai-industry-trend h3 {
  margin: 0 0 14px;
  color: #070707;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
}

.changhai-industry-trend p {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.48;
}

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

.changhai-process article {
  border-left: 3px solid var(--changhai-blue);
  background: #fff;
  padding: 18px;
}

.changhai-process span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: var(--changhai-blue);
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
}

.changhai-process h3 {
  margin: 16px 0 8px;
  color: var(--changhai-blue-dark);
}

.changhai-narrow {
  max-width: 880px;
}

.changhai-faq details {
  border: 1px solid var(--changhai-line);
  border-radius: 6px;
  padding: 18px 20px;
  margin-bottom: 12px;
  background: #fff;
}

.changhai-faq summary {
  cursor: pointer;
  color: var(--changhai-blue-dark);
  font-weight: 750;
}

.changhai-cta {
  padding: 64px 0;
  background: var(--changhai-blue-dark);
  color: #fff;
}

.changhai-cta .changhai-eyebrow,
.changhai-cta h2,
.changhai-cta p {
  color: #fff;
}

.changhai-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.changhai-cta-inner div {
  max-width: 760px;
}

.changhai-empty {
  color: var(--changhai-muted);
}

.changhai-machine-detail {
  --machine-navy: #050505;
  --machine-blue: #2d3d54;
  --machine-line: #e1e1e1;
  --machine-soft: #f7f7f7;
  --machine-muted: #202632;
  --machine-shadow: none;
  color: #111;
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  padding-bottom: 0;
}

.changhai-machine-detail,
.changhai-machine-detail * {
  box-sizing: border-box;
}

.changhai-machine-detail {
  overflow: visible;
}

.changhai-machine-detail .changhai-container {
  width: min(1440px, calc(100% - 64px));
}

.changhai-machine-detail .changhai-section {
  padding: 64px 0;
}

.changhai-machine-detail .changhai-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  max-width: none;
  margin-bottom: 42px;
}

.changhai-machine-detail .changhai-section-head > div {
  max-width: 780px;
}

.changhai-machine-detail .changhai-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--machine-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.changhai-machine-detail .changhai-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.changhai-machine-detail .changhai-section-head h2 {
  margin: 0;
  color: var(--machine-navy);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.12;
}

.changhai-machine-detail .changhai-section-head h2 strong {
  font-weight: 800;
}

.changhai-machine-detail .changhai-section-head p:not(.changhai-eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--machine-muted);
  font-size: 15px;
  line-height: 1.48;
}

.changhai-machine-detail .changhai-button,
.changhai-machine-detail a.changhai-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--machine-navy) !important;
  border-radius: 2px;
  background: var(--machine-navy) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
}

.changhai-machine-detail .changhai-button:hover,
.changhai-machine-detail a.changhai-button:hover,
.changhai-machine-detail .changhai-button:focus-visible,
.changhai-machine-detail a.changhai-button:focus-visible {
  border-color: var(--machine-blue) !important;
  background: var(--machine-blue) !important;
  color: #fff !important;
  outline: 0;
}

.changhai-machine-detail .changhai-button-secondary,
.changhai-machine-detail a.changhai-button-secondary {
  border-color: rgba(6, 45, 107, 0.24) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #142133 !important;
}

.changhai-machine-detail .changhai-button-secondary:hover,
.changhai-machine-detail a.changhai-button-secondary:hover,
.changhai-machine-detail .changhai-button-secondary:focus-visible,
.changhai-machine-detail a.changhai-button-secondary:focus-visible {
  border-color: var(--machine-navy) !important;
  background: #fff !important;
  color: var(--machine-navy) !important;
}

.changhai-machine-overview {
  position: relative;
  min-height: clamp(700px, calc(100vh - 128px), 840px);
  overflow: hidden;
  margin-top: 0;
  background: linear-gradient(180deg, #f7f9fb 0%, #edf1f5 56%, #cfd5dc 100%);
  isolation: isolate;
}

.changhai-machine-overview::before {
  display: none;
}

.changhai-machine-overview::after {
  display: none;
}

.changhai-machine-overview .changhai-container {
  position: relative;
  min-height: clamp(700px, calc(100vh - 128px), 840px);
}

.changhai-machine-overview-card {
  position: absolute;
  left: clamp(0px, 1vw, 16px);
  bottom: clamp(54px, 7vh, 86px);
  z-index: 2;
  width: min(480px, 36vw);
  padding: 32px 36px 36px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: none;
  backdrop-filter: blur(24px);
}

.changhai-machine-overview-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--machine-blue), #17a9d0 55%, #c5cf19);
}

.changhai-machine-breadcrumb {
  margin: 0 0 18px;
  color: #68798b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.changhai-machine-overview h1 {
  margin: 0;
  color: var(--machine-navy);
  font-size: clamp(40px, 4vw, 58px);
  letter-spacing: 0;
  line-height: 1;
}

.changhai-machine-overview h1 span {
  display: block;
  max-width: 520px;
  margin-bottom: 12px;
  color: #49596d;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.changhai-machine-summary {
  max-width: 470px;
  margin: 22px 0 30px;
  color: #202632;
  font-size: 15px;
  line-height: 1.55;
}

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

.changhai-machine-overview-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.changhai-machine-overview-media::before {
  display: none;
}

.changhai-machine-overview-media picture,
.changhai-machine-overview-media figure {
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.changhai-machine-overview-media img {
  position: absolute;
  top: 50%;
  left: 68%;
  display: block;
  width: min(102.5vw, 1582px);
  height: auto;
  max-width: none;
  max-height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: normal;
  opacity: 1;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  filter: none;
  box-shadow: none !important;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.changhai-machine-anchorbar {
  position: sticky;
  top: 0;
  z-index: 80;
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #d9e1ea;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(16, 31, 48, 0.05);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.3s ease, border-bottom-color 0.3s ease;
}

.admin-bar .changhai-machine-anchorbar {
  top: 32px;
}

.changhai-machine-anchorbar.is-stuck {
  border-bottom-color: #c5d1df;
  box-shadow: 0 6px 28px rgba(16, 31, 48, 0.12);
}

.changhai-machine-anchorbar .changhai-container {
  display: flex;
  align-items: stretch;
  gap: 28px;
  overflow-x: auto;
  scrollbar-width: none;
}

.changhai-machine-anchorbar .changhai-container::-webkit-scrollbar {
  display: none;
}

.changhai-machine-anchorbar a {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 64px;
  color: #5f6f84;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.changhai-machine-anchorbar a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: transparent;
  transform: scaleX(0);
  transition: transform 0.25s ease, background 0.25s ease;
}

.changhai-machine-anchorbar a.is-active::after {
  transform: scaleX(1);
}

.changhai-machine-anchorbar a:hover,
.changhai-machine-anchorbar a:focus-visible,
.changhai-machine-anchorbar a.is-active {
  color: var(--machine-blue);
  outline: 0;
}

.changhai-machine-anchorbar a:hover::after,
.changhai-machine-anchorbar a:focus-visible::after,
.changhai-machine-anchorbar a.is-active::after {
  background: var(--machine-blue);
}

/* Scroll offset for sticky anchor bar (min-height ~64px) */
.changhai-machine-overview,
.changhai-machine-overview,
.changhai-machine-intro-overview,
.changhai-machine-products,
.changhai-machine-gallery,
.changhai-machine-video,
.changhai-machine-specifications {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 783px) {
  .admin-bar .changhai-machine-overview,
  .admin-bar .changhai-machine-intro-overview,
  .admin-bar .changhai-machine-products,
  .admin-bar .changhai-machine-gallery,
  .admin-bar .changhai-machine-video,
  .admin-bar .changhai-machine-specifications {
    scroll-margin-top: 112px;
  }
}

.changhai-machine-intro-overview {
  background: #fff;
}

.changhai-machine-intro-overview .changhai-two-column {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 70px;
}

.changhai-machine-intro-overview .changhai-section-head {
  display: block;
  margin-bottom: 0;
}

.changhai-machine-copy {
  padding: 0;
  border-left: 0;
}

.changhai-machine-copy .changhai-rich-text {
  max-width: 760px;
  color: #111;
  font-size: 15px;
  line-height: 1.58;
}

.changhai-machine-copy .changhai-rich-text p {
  margin: 0 0 14px;
}

.changhai-machine-copy .changhai-rich-text p:last-child {
  margin-bottom: 0;
}

.changhai-machine-products {
  background: #fff;
}

.changhai-machine-product-carousel {
  position: relative;
  padding: 0 0 38px;
}

.changhai-machine-product-track {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  scrollbar-width: none;
  box-shadow: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.changhai-machine-product-track.is-single {
  cursor: default;
}

.changhai-machine-product-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.changhai-machine-product-track::-webkit-scrollbar {
  display: none;
}

.changhai-machine-product-slide {
  display: grid;
  flex: 0 0 25%;
  place-items: center;
  min-width: 0;
  height: 286px;
  margin: 0;
  padding: 24px;
  border-right: 0;
  background: transparent;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  transform: none !important;
}

.changhai-machine-product-slide:focus,
.changhai-machine-product-slide:focus-visible,
.changhai-machine-product-slide:active {
  outline: 0;
  background: transparent !important;
}

.changhai-machine-product-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  pointer-events: none;
  -webkit-user-drag: none;
}

.changhai-machine-product-arrow {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 4;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #111 !important;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.1);
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.changhai-machine-product-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid #111;
  border-left: 3px solid #111;
}

.changhai-machine-product-prev {
  left: 6px;
}

.changhai-machine-product-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.changhai-machine-product-next {
  right: 6px;
}

.changhai-machine-product-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.changhai-machine-product-arrow:disabled {
  cursor: default;
  opacity: 0.28;
}

.changhai-machine-product-arrow:disabled::before {
  border-color: rgba(17, 17, 17, 0.22);
}

.changhai-machine-product-arrow:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.28);
  outline-offset: 2px;
}

.changhai-machine-product-arrow:hover,
.changhai-machine-product-arrow:focus,
.changhai-machine-product-arrow:focus-visible,
.changhai-machine-product-arrow:active {
  border-color: rgba(17, 17, 17, 0.2) !important;
  background: rgba(245, 246, 248, 0.98) !important;
  color: #111 !important;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

.changhai-machine-product-arrow:hover::before,
.changhai-machine-product-arrow:focus::before,
.changhai-machine-product-arrow:focus-visible::before,
.changhai-machine-product-arrow:active::before {
  border-color: #111 !important;
}

.changhai-machine-product-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.changhai-machine-product-dots button {
  width: 28px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.changhai-machine-product-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c9d1da;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, background 0.2s ease;
}

.changhai-machine-product-dots button:hover::before,
.changhai-machine-product-dots button:focus-visible::before {
  background: #6f7f90;
}

.changhai-machine-product-dots button.is-active::before {
  width: 24px;
  background: #111;
}

.changhai-machine-product-dots button:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.28);
  outline-offset: 2px;
}

.changhai-machine-gallery-viewer {
  border: 0;
  background: transparent;
  box-shadow: none;
}

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

.changhai-machine-gallery-card {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 4 / 3;
  padding: 0;
  margin: 0;
  border: 0 !important;
  overflow: hidden;
  background: #f7f7f7 !important;
  box-shadow: none !important;
  color: inherit;
  cursor: zoom-in;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.changhai-machine-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  -webkit-user-drag: none;
  filter: saturate(0.72) contrast(1.04);
  transition: filter 0.22s ease, transform 0.22s ease;
}

.changhai-machine-gallery-card:hover,
.changhai-machine-gallery-card:focus,
.changhai-machine-gallery-card:focus-visible,
.changhai-machine-gallery-card:active {
  border-color: transparent !important;
  background: #f7f7f7 !important;
  box-shadow: inset 0 0 0 2px #111 !important;
  outline: 0;
  transform: translateY(-2px);
}

.changhai-machine-gallery-card:hover img,
.changhai-machine-gallery-card:focus img,
.changhai-machine-gallery-card:focus-visible img,
.changhai-machine-gallery-card:active img {
  filter: saturate(0.92) contrast(1.06);
  transform: scale(1.025);
}

.changhai-machine-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(2, 13, 29, 0.92);
}

.changhai-machine-gallery-lightbox[hidden] {
  display: none;
}

.changhai-machine-gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 64px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
  cursor: pointer;
  transform: translateY(-50%);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.changhai-machine-gallery-lightbox img {
  max-width: min(1200px, 95vw);
  max-height: 88vh;
  object-fit: contain;
}

.changhai-machine-gallery-lightbox-prev {
  left: 22px;
}

.changhai-machine-gallery-lightbox-next {
  right: 22px;
}

.changhai-machine-gallery-lightbox-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.changhai-machine-gallery-lightbox-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.changhai-machine-gallery-lightbox-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.changhai-machine-gallery-lightbox-nav::before {
  border-color: #fff;
}

.changhai-machine-gallery-lightbox-nav:hover,
.changhai-machine-gallery-lightbox-nav:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.2);
  outline: 0;
}

.changhai-machine-gallery-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.changhai-machine-gallery-close::before,
.changhai-machine-gallery-close::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 9px;
  width: 26px;
  height: 2px;
  background: #fff;
}

.changhai-machine-gallery-close::before {
  transform: rotate(45deg);
}

.changhai-machine-gallery-close::after {
  transform: rotate(-45deg);
}

.changhai-machine-specifications {
  background: #fff;
}

.changhai-machine-specifications .changhai-section-head {
  display: block;
  width: min(760px, 100%);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.changhai-machine-specifications .changhai-section-head > div {
  max-width: 760px;
}

.changhai-machine-specifications .changhai-eyebrow {
  justify-content: flex-start;
}

.changhai-machine-specifications .changhai-section-head h2 {
  font-size: clamp(44px, 5.4vw, 72px);
  font-weight: 800;
  line-height: 1.04;
}

.changhai-machine-specifications .changhai-section-head p:not(.changhai-eyebrow) {
  max-width: 640px;
  margin-top: 24px;
}

.changhai-machine-specifications .changhai-machine-spec-list {
  width: min(760px, 100%);
  margin: 0 auto;
  border-top: 1px solid #dedede;
}

.changhai-machine-specifications .changhai-machine-spec-item {
  display: grid;
  grid-template-columns: minmax(190px, 0.36fr) minmax(0, 0.64fr);
  column-gap: 26px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid #dedede;
}

.changhai-machine-spec-label {
  color: #050505;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.changhai-machine-spec-value {
  color: #050505;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.changhai-machine-video {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: #fff;
}

.changhai-machine-video video {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1320px, calc(100% - 64px));
  max-height: 760px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.changhai-machine-video-copy {
  display: none;
}

.changhai-machine-video-copy h2,
.changhai-machine-video-copy p,
.changhai-machine-video-copy .changhai-eyebrow {
  color: inherit;
}

.changhai-machine-video-copy .changhai-eyebrow {
  display: none;
}

.changhai-machine-video-copy h2 {
  margin: 0;
  color: #5d6978;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.changhai-machine-video-copy p {
  display: none;
}

.changhai-application-detail-component {
  --changhai-detail-text: #1d2738;
  --changhai-detail-accent: #d71920;
  color: var(--changhai-detail-text);
  background: #fff;
}

.changhai-product-showcase {
  padding: 76px 0 58px;
  overflow: hidden;
}

.changhai-product-title {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 72px;
  color: var(--changhai-detail-text);
  font-size: clamp(46px, 6.6vw, 88px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.02;
}

.changhai-product-title strong {
  font-weight: 800;
}

.changhai-product-title span:last-child {
  font-weight: 300;
}

.changhai-title-mark {
  flex: 0 0 auto;
  width: 24px;
  height: 7px;
  background: var(--changhai-detail-accent);
  transform: translateY(-0.18em);
}

.changhai-product-gallery {
  position: relative;
  padding: 0 72px 66px;
}

.changhai-product-slides {
  display: flex;
  gap: clamp(20px, 3vw, 42px);
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.changhai-product-slides::-webkit-scrollbar {
  display: none;
}

.changhai-product-slide {
  flex: 0 0 min(620px, 72vw);
  margin: 0;
  text-align: center;
  scroll-snap-align: center;
  opacity: 0.46;
  transition: opacity 220ms ease, transform 220ms ease;
}

.changhai-product-slide.is-active {
  opacity: 1;
  transform: scale(1.01);
}

.changhai-product-slide img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: contain;
}

.changhai-product-slide figcaption {
  max-width: 520px;
  margin: 34px auto 0;
  color: #202632;
  font-size: 17px;
  line-height: 1.45;
}

.changhai-slider-arrow {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1.5px solid #111;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}

.changhai-slider-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-left: 2px solid #111;
}

.changhai-slider-prev {
  left: 0;
}

.changhai-slider-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.changhai-slider-next {
  right: 0;
}

.changhai-slider-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.changhai-slider-arrow:hover,
.changhai-slider-arrow:focus-visible {
  border-color: var(--changhai-detail-accent);
  outline: 0;
}

.changhai-slider-arrow:hover::before,
.changhai-slider-arrow:focus-visible::before {
  border-color: var(--changhai-detail-accent);
}

.changhai-slider-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.changhai-slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9c9c9;
  cursor: pointer;
}

.changhai-slider-dots button.is-active {
  background: #050505;
}

.changhai-application-detail-component .changhai-industry-trends,
.changhai-application-detail-component .changhai-recommended-machines {
  background: #fff;
}

.changhai-recommended-machines {
  --changhai-detail-accent: #d71920;
  background: #fff;
}

.changhai-application-detail-component .changhai-section {
  padding: 58px 0;
}

.changhai-application-detail-component .changhai-industry-trends-head h2,
.changhai-application-detail-component .changhai-machine-carousel-head .changhai-section-head h2,
.changhai-recommended-machines .changhai-machine-carousel-head .changhai-section-head h2 {
  color: #050505;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.12;
}

.changhai-application-detail-component .changhai-industry-trends-head h2 strong,
.changhai-application-detail-component .changhai-section-head h2 strong,
.changhai-recommended-machines .changhai-machine-carousel-head .changhai-section-head h2 strong {
  font-weight: 800;
}

.changhai-recommended-machines .changhai-eyebrow {
  color: #2d3d54;
}

.changhai-recommended-machines .changhai-machine-carousel-head .changhai-section-head > p:not(.changhai-eyebrow) {
  color: #202632;
  font-size: 15px;
  line-height: 1.48;
}

.changhai-application-detail-component .changhai-industry-trends-grid,
.changhai-application-detail-component .changhai-card-grid {
  gap: 68px;
}

.changhai-application-detail-component .changhai-industry-trend {
  display: grid;
  grid-template-rows: minmax(58px, auto) auto;
  align-items: start;
}

.changhai-application-detail-component .changhai-industry-trend h3,
.changhai-application-detail-component .changhai-card-body h3 {
  color: #050505;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
}

.changhai-application-detail-component .changhai-industry-trend p,
.changhai-application-detail-component .changhai-card-body p {
  color: #111;
  font-size: 15px;
  line-height: 1.48;
  overflow-wrap: break-word;
  hyphens: auto;
}

.changhai-application-detail-component .changhai-application-card {
  border: 0;
  background: transparent;
}

.changhai-application-detail-component .changhai-card-body {
  padding: 18px 0 0;
}

.changhai-machine-carousel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.changhai-machine-carousel-head .changhai-section-head {
  margin-bottom: 0;
}

.changhai-machine-carousel-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding-bottom: 6px;
}

.changhai-machine-carousel-button {
  position: relative;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1.5px solid #111;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.changhai-machine-carousel-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-left: 2px solid #111;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.changhai-machine-carousel-button-next::before {
  left: 47%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.changhai-machine-carousel-button:hover,
.changhai-machine-carousel-button:focus-visible {
  border-color: var(--changhai-detail-accent);
  outline: 0;
}

.changhai-machine-carousel-button:hover::before,
.changhai-machine-carousel-button:focus-visible::before {
  border-color: var(--changhai-detail-accent);
}

.changhai-machine-carousel-button:disabled {
  opacity: .32;
  cursor: default;
}

.changhai-machine-carousel-button:disabled:hover {
  border-color: #111;
}

.changhai-machine-carousel-button:disabled:hover::before {
  border-color: #111;
}

.changhai-machine-carousel {
  overflow: hidden;
}

.changhai-machine-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.changhai-machine-carousel.is-single .changhai-machine-track {
  display: block;
  overflow: visible;
}

.changhai-machine-track::-webkit-scrollbar {
  display: none;
}

.changhai-machine-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 min(342px, 82vw);
  scroll-snap-align: start;
}

.changhai-machine-carousel.is-single .changhai-machine-card {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
  max-width: 960px;
  border: 1px solid #e1e1e1;
  background: #fff;
}

.changhai-machine-media {
  display: grid;
  place-items: center;
  min-height: 214px;
  background: linear-gradient(180deg, #f7f7f7 0%, #ececec 100%);
  color: #777;
  text-decoration: none;
}

.changhai-machine-carousel.is-single .changhai-machine-media {
  min-height: 300px;
}

.changhai-machine-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: contain;
  padding: 18px;
  mix-blend-mode: multiply;
}

.changhai-machine-carousel.is-single .changhai-machine-media img {
  height: 100%;
  min-height: 300px;
  aspect-ratio: auto;
  padding: 26px;
}

.changhai-machine-media span {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
}

.changhai-machine-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 0 0;
}

.changhai-machine-carousel.is-single .changhai-machine-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.changhai-machine-model {
  margin-bottom: 8px;
  color: #050505;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.changhai-machine-carousel.is-single .changhai-machine-model {
  color: var(--changhai-detail-accent);
}

.changhai-machine-body h3 {
  margin: 0 0 12px;
  color: #050505;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.24;
}

.changhai-machine-carousel.is-single .changhai-machine-body h3 {
  max-width: 560px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
}

.changhai-machine-body h3 a {
  color: inherit;
  text-decoration: none;
}

.changhai-machine-body p {
  margin: 0 0 18px;
  color: #111;
  font-size: 15px;
  line-height: 1.48;
}

.changhai-machine-carousel.is-single .changhai-machine-body p {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.58;
}

.changhai-machine-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.changhai-machine-specs span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  background: #f1f1f1;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.changhai-machine-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: auto;
  min-height: 36px;
  padding: 0 16px;
  border: 1.5px solid #111;
  border-radius: 999px;
  color: #050505;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.changhai-machine-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.changhai-machine-link:hover,
.changhai-machine-link:focus-visible {
  color: var(--changhai-detail-accent);
  border-color: var(--changhai-detail-accent);
  outline: 0;
}

.changhai-machine-progress {
  height: 5px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: #d8d8d8;
}

.changhai-machine-progress span {
  display: block;
  width: 32%;
  height: 100%;
  border-radius: inherit;
  background: #9c9c9c;
  transform-origin: left center;
  transition: width .2s ease, transform .2s ease;
}

@media (max-width: 900px) {
  .changhai-machine-detail .changhai-section-head {
    display: block;
    margin-bottom: 34px;
  }

  .changhai-machine-intro-overview .changhai-two-column {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .changhai-machine-copy {
    padding: 0;
  }

  .changhai-machine-overview {
    min-height: clamp(660px, calc(100vh - 118px), 780px);
  }

  .changhai-machine-overview .changhai-container {
    min-height: clamp(660px, calc(100vh - 118px), 780px);
  }

  .changhai-machine-overview-media {
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .changhai-machine-overview-media img {
    position: absolute;
    top: 46%;
    left: 68%;
    width: min(119.8vw, 1318px);
    height: auto;
    max-width: none;
    max-height: 84%;
    margin: 0;
    object-fit: contain;
    object-position: center center;
    transform: translate(-50%, -50%);
  }

  .changhai-machine-overview-card {
    left: 0;
    right: auto;
    bottom: clamp(46px, 6vh, 70px);
    width: min(500px, 100%);
  }

  
  .changhai-hero-grid,
  .changhai-two-column,
  .changhai-cta-inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .changhai-card-grid,
  .changhai-feature-grid,
  .changhai-industry-trends-grid,
  .changhai-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .changhai-product-title {
    margin-bottom: 50px;
  }

  .changhai-product-gallery {
    padding: 0 52px 58px;
  }

  .changhai-product-slide {
    flex-basis: min(560px, 78vw);
  }

  .changhai-product-slide img {
    height: 280px;
  }

  .changhai-machine-card {
    flex-basis: min(330px, 74vw);
  }

  .changhai-machine-carousel.is-single .changhai-machine-card {
    grid-template-columns: 1fr;
  }

  .changhai-machine-carousel.is-single .changhai-machine-media,
  .changhai-machine-carousel.is-single .changhai-machine-media img {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .changhai-machine-detail {
    overflow-x: hidden;
  }

  .changhai-machine-detail .changhai-section {
    padding: 58px 0;
  }

  .changhai-machine-video {
    padding: 66px 0;
  }

  .changhai-machine-detail .changhai-section-head {
    margin-bottom: 24px;
  }

  .changhai-machine-detail .changhai-section-head h2 {
    font-size: clamp(32px, 11vw, 48px);
    line-height: 1.08;
  }

  .changhai-machine-detail .changhai-section-head p:not(.changhai-eyebrow) {
    font-size: 15px;
  }

  .changhai-machine-detail .changhai-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .changhai-machine-overview {
    min-height: 0;
    background: linear-gradient(180deg, #f7f9fb 0%, #edf1f5 58%, #d3d9e0 100%);
    overflow: visible;
  }

  .changhai-machine-overview::before {
    display: none;
  }

  .changhai-machine-overview .changhai-container {
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: min(100% - 28px, 1180px);
    padding: 18px 0 34px;
  }

  .changhai-machine-overview-media {
    order: 1;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    max-height: none;
    margin: 0 0 16px;
    overflow: visible;
    transform: none;
  }

  .changhai-machine-overview-media img {
    position: absolute;
    top: auto;
    right: auto;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    max-height: none;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    mix-blend-mode: normal;
    opacity: 1;
    filter: none;
    transform: none;
    transform-origin: top center;
  }

  .changhai-machine-overview-media::before {
    display: none;
  }

  .changhai-machine-overview-card {
    order: 2;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    padding: 24px 22px 26px;
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(14px);
  }

  .changhai-machine-overview h1 {
    font-size: clamp(43px, 14vw, 56px);
  }

  .changhai-machine-overview h1 span {
    font-size: 11px;
  }

  .changhai-machine-summary {
    margin: 16px 0 20px;
    font-size: 14px;
  }

  .changhai-machine-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .changhai-machine-actions .changhai-button {
    min-height: 44px;
    width: 100%;
    padding: 0 10px;
    font-size: 11px;
    text-align: center;
  }

  
  .admin-bar .changhai-machine-anchorbar {
    top: 46px;
  }

  .changhai-machine-anchorbar .changhai-container {
    width: 100%;
    padding: 0 14px;
    gap: 22px;
  }

  .changhai-machine-anchorbar a {
    min-height: 52px;
    font-size: 11px;
  }

  .changhai-machine-product-carousel {
    padding-bottom: 30px;
  }

  .changhai-machine-product-track {
    margin: 0;
    padding: 0;
    scroll-padding-left: 0;
    scroll-padding-right: 0;
  }

  .changhai-machine-product-slide {
    flex: 0 0 100%;
    height: clamp(310px, 82vw, 380px);
    padding: 22px;
    scroll-snap-stop: normal;
  }

  .changhai-machine-product-arrow {
    top: calc(50% - 18px);
    width: 42px;
    height: 42px;
  }

  .changhai-machine-product-arrow::before {
    width: 12px;
    height: 12px;
    border-top-width: 3px;
    border-left-width: 3px;
    border-color: #111;
  }

  .changhai-machine-product-prev {
    left: 10px;
  }

  .changhai-machine-product-next {
    right: 10px;
  }

  .changhai-machine-product-arrow:hover,
  .changhai-machine-product-arrow:focus,
  .changhai-machine-product-arrow:focus-visible,
  .changhai-machine-product-arrow:active {
    border-color: rgba(17, 17, 17, 0.18) !important;
    background: rgba(245, 246, 248, 0.96) !important;
    color: #111 !important;
    outline: 0;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
  }

  .changhai-machine-product-arrow:hover::before,
  .changhai-machine-product-arrow:focus::before,
  .changhai-machine-product-arrow:focus-visible::before,
  .changhai-machine-product-arrow:active::before {
    border-color: #111 !important;
  }

  .changhai-machine-product-arrow:disabled {
    opacity: 0.22;
  }

  .changhai-machine-product-dots {
    gap: 7px;
    margin-top: 12px;
  }

  .changhai-machine-product-dots button {
    width: 18px;
    height: 14px;
    background: transparent !important;
    box-shadow: none !important;
  }

  .changhai-machine-product-dots button::before {
    width: 6px;
    height: 6px;
    background: #c9d1da;
  }

  .changhai-machine-product-dots button.is-active::before {
    width: 22px;
    height: 6px;
    background: #111;
  }

  .changhai-machine-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .changhai-machine-gallery-card {
    aspect-ratio: 1.18 / 1;
  }

  .changhai-machine-gallery-lightbox-nav {
    width: 40px;
    height: 56px;
  }

  .changhai-machine-gallery-lightbox-prev {
    left: 10px;
  }

  .changhai-machine-gallery-lightbox-next {
    right: 10px;
  }

  .changhai-machine-specifications .changhai-machine-spec-item {
    grid-template-columns: minmax(128px, 0.42fr) minmax(0, 0.58fr);
    column-gap: 16px;
    min-height: 54px;
  }

  .changhai-machine-spec-label,
  .changhai-machine-spec-value {
    font-size: 14px;
  }

  .changhai-machine-video video {
    width: 100%;
    min-height: 220px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .changhai-machine-video-copy {
    display: none;
  }

  .changhai-container,
  .changhai-machine-detail .changhai-container {
    width: min(100% - 28px, 1180px);
  }

  .changhai-hero,
  .changhai-section,
  .changhai-cta {
    padding: 46px 0;
  }

  .changhai-hero-grid {
    gap: 28px;
  }

  .changhai-hero-copy {
    order: 2;
  }

  .changhai-hero-media {
    order: 1;
  }

  .changhai-hero-media img {
    aspect-ratio: 1 / 1;
  }

  .changhai-hero-actions,
  .changhai-filter-row {
    flex-direction: column;
    align-items: stretch;
  }

  .changhai-button,
  .changhai-filter-chip {
    width: 100%;
  }

  .changhai-section-head {
    margin-bottom: 22px;
  }

  .changhai-card-grid,
  .changhai-feature-grid,
  .changhai-industry-trends-grid,
  .changhai-process,
  .changhai-detail-row {
    grid-template-columns: 1fr;
  }
  .changhai-spec-table-row {
    grid-template-columns: minmax(100px, 0.35fr) minmax(0, 1fr);
  }

  .changhai-industry-trends-head {
    margin-bottom: 30px;
  }

  .changhai-industry-trends-head h2,
  .changhai-application-detail-component .changhai-industry-trends-head h2,
  .changhai-application-detail-component .changhai-machine-carousel-head .changhai-section-head h2,
  .changhai-recommended-machines .changhai-machine-carousel-head .changhai-section-head h2 {
    font-size: 36px;
  }

  .changhai-card-body,
  .changhai-product-card div,
  .changhai-feature {
    padding: 18px;
  }

  .changhai-card-media img,
  .changhai-product-card img {
    aspect-ratio: 1 / 1;
  }

  .changhai-detail-row {
    gap: 6px;
    padding: 16px;
  }
  .changhai-spec-table-row {
    gap: 12px;
    padding: 14px 16px;
  }

  .changhai-process article {
    padding: 16px;
  }

  .changhai-faq details {
    padding: 16px;
  }

  .changhai-cta-inner {
    gap: 20px;
  }

  .changhai-product-showcase {
    padding: 46px 0 36px;
  }

  .changhai-product-title {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 34px;
    font-size: clamp(34px, 13vw, 52px);
  }

  .changhai-title-mark {
    width: 18px;
    height: 5px;
  }

  .changhai-product-gallery {
    padding: 0 42px 48px;
  }

  .changhai-product-slide {
    flex-basis: 76vw;
  }

  .changhai-product-slide img {
    height: 218px;
  }

  .changhai-product-slide figcaption {
    margin-top: 28px;
    font-size: 15px;
  }

  .changhai-slider-arrow {
    width: 38px;
    height: 38px;
  }

  .changhai-application-detail-component .changhai-section {
    padding: 40px 0;
  }

  .changhai-machine-carousel-head {
    display: block;
    margin-bottom: 22px;
  }

  .changhai-machine-carousel-actions {
    padding: 0;
  }

  .changhai-machine-carousel-button {
    width: 40px;
    height: 40px;
  }

  .changhai-machine-track {
    gap: 18px;
  }

  .changhai-machine-card {
    flex-basis: 82vw;
  }

  .changhai-machine-carousel.is-single .changhai-machine-body {
    padding: 24px;
  }

  .changhai-machine-media {
    min-height: 186px;
  }

  .changhai-machine-body h3 {
    font-size: 18px;
  }

  .changhai-application-detail-component .changhai-industry-trend {
    display: block;
  }

  .changhai-application-detail-component .changhai-industry-trend h3 {
    margin-bottom: 14px;
  }

  .changhai-industry-trends-grid,
  .changhai-application-detail-component .changhai-industry-trends-grid,
  .changhai-application-detail-component .changhai-card-grid {
    gap: 28px;
  }
}

@media (max-width: 480px) {
  .changhai-machine-detail .changhai-section {
    padding: 50px 0;
  }

  .changhai-machine-overview-card {
    padding: 22px 18px 24px;
  }

  .changhai-machine-overview .changhai-container {
    width: min(100% - 20px, 1180px);
    padding-top: 12px;
  }

  .changhai-machine-overview-media {
    aspect-ratio: 4 / 3;
    margin-bottom: 12px;
  }

  .changhai-machine-breadcrumb {
    margin-bottom: 12px;
    font-size: 9px;
    line-height: 1.35;
  }

  .changhai-machine-overview h1 {
    font-size: clamp(38px, 13vw, 48px);
  }

  .changhai-machine-overview h1 span {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.45;
  }

  .changhai-machine-product-slide {
    flex-basis: 100%;
    height: clamp(320px, 92vw, 390px);
    padding: 20px;
  }

  .changhai-machine-product-arrow {
    width: 40px;
    height: 40px;
  }

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

  .changhai-machine-video {
    padding: 54px 0;
  }
}
