:root {
  --hd92-ink: #061f31;
  --hd92-blue: #0069a9;
  --hd92-cyan: #20b9f2;
  --hd92-gold: #f7b72d;
  --hd92-soft: #eef7fc;
  --hd92-line: #d8e5ed;
  --hd92-muted: #5b7180;
}

.hengde-v92 .entry-content,
.hengde-v92 main {
  overflow: clip;
}

.hengde-v92 h1 {
  max-width: 19ch;
  font-size: clamp(2.5rem, 4.25vw, 4.5rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.hengde-v92 h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.12;
  text-wrap: balance;
}

.hengde-v92 :is(.wpkg-hero-img, .v5-collage-img, .v121-solution-img, .v7-module-img, .wpkg-card-image) {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hengde-v92 img.wpkg-card-image[src$=".png"],
.hengde-v92 img.v7-module-img[src$=".png"] {
  padding: clamp(12px, 2vw, 24px);
  object-fit: contain;
  background: #f3f7fa;
}

.hd-page-cutting-system :is([data-hdv92-cutting-hero="true"], .wpkg-hero, .hero-section, .equipment-hero) {
  color: #fff !important;
  background: radial-gradient(circle at 82% 22%, rgba(32,185,242,.18), transparent 32%), var(--hd92-ink) !important;
}

.hd-page-cutting-system :is([data-hdv92-cutting-hero="true"], .wpkg-hero, .hero-section, .equipment-hero) :is(h1, h2, p, .eyebrow) {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.22);
}

.hd-page-cutting-system :is(.wpkg-hero-img, .hero-media img) {
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.hd-page-project-cases article {
  min-width: 0;
  overflow: hidden;
}

.hd-page-project-cases article :is(h2, h3) {
  display: -webkit-box;
  margin-block: .45rem .7rem;
  overflow: hidden;
  font-size: clamp(1.25rem, 1.7vw, 1.7rem) !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hd-page-project-cases article :is(p, span) {
  overflow-wrap: anywhere;
}

.hd-page-contact .v5-contact-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 58%;
}

.hd-page-contact form {
  scroll-margin-top: 110px;
}

.hdv92-module,
.hdv92-module * {
  box-sizing: border-box;
}

.hdv92-module {
  padding: clamp(64px, 8vw, 112px) 0;
  color: var(--hd92-ink);
  background: #fff;
}

.hdv92-shell {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.hdv92-module h2 {
  max-width: 880px;
  margin: 0 0 18px;
}

.hdv92-module h3 {
  margin: 0;
  color: var(--hd92-ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.hdv92-kicker {
  margin: 0 0 12px;
  color: var(--hd92-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.hdv92-intro {
  max-width: 820px;
  margin: 0 0 40px;
  color: var(--hd92-muted);
  font-size: 1.05rem;
}

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

.hdv92-equipment-card {
  overflow: hidden;
  border: 1px solid var(--hd92-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(6,31,49,.08);
}

.hdv92-equipment-card h3 {
  padding: 20px 22px 22px;
}

.hdv92-equipment-media {
  display: grid;
  aspect-ratio: 16 / 10;
  padding: clamp(16px, 2.5vw, 32px);
  place-items: center;
  background: linear-gradient(145deg, #f8fbfd, #edf4f8);
}

.hdv92-equipment-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hdv92-cutting-proof {
  color: #fff;
  background: radial-gradient(circle at 78% 10%, rgba(32,185,242,.16), transparent 34%), var(--hd92-ink);
}

.hdv92-cutting-proof :is(h2, h3) {
  color: #fff;
}

.hdv92-cutting-proof .hdv92-kicker {
  color: var(--hd92-gold);
}

.hdv92-split {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}

.hdv92-split figure {
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: #fff;
}

.hdv92-split figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.hdv92-split figcaption {
  margin-top: 12px;
  color: #617684;
  font-size: .78rem;
  text-align: center;
}

.hdv92-facts {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}

.hdv92-facts span {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
}

.hdv92-facts strong {
  display: block;
  color: var(--hd92-gold);
  font-size: 1.25rem;
}

.hdv92-buyer-inputs {
  background: var(--hd92-soft);
}

.hdv92-input-grid {
  display: grid;
  margin-top: 38px;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 16px;
}

.hdv92-input-grid article {
  padding: 26px 22px;
  border: 1px solid var(--hd92-line);
  border-radius: 16px;
  background: #fff;
}

.hdv92-input-grid article > strong {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--hd92-blue);
}

.hdv92-input-grid p {
  margin: 10px 0 0;
  color: var(--hd92-muted);
  font-size: .9rem;
}

@media (max-width: 980px) {
  .hdv92-equipment-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hdv92-split { grid-template-columns: 1fr; }
  .hdv92-input-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .hengde-v92 h1 {
    max-width: none;
    font-size: clamp(2.15rem, 10vw, 3.25rem) !important;
    line-height: 1.05 !important;
  }

  .hengde-v92 :is(.wpkg-hero, .v5-hero) {
    padding-top: 28px !important;
    padding-bottom: 42px !important;
  }

  .hd-page-home [data-hdv92-home-hero="true"] {
    padding-top: 28px !important;
    padding-bottom: 42px !important;
  }

  .hd-page-home :is(.wpkg-hero-grid, .v5-hero-grid) {
    display: flex !important;
    flex-direction: column;
    gap: 24px !important;
  }

  .hd-page-home :is(.wpkg-hero-media, .v5-hero-media) {
    order: -1;
  }

  .hd-page-home :is(.wpkg-hero-media, .v5-hero-media) img {
    max-height: 38vh;
    object-fit: cover;
  }

  .hd-page-home :is(.wpkg-hero-actions, .v5-actions) > :not(:first-child) {
    margin-top: 8px;
  }

  .hdv92-shell { width: min(100% - 28px, 1240px); }
  .hdv92-equipment-grid,
  .hdv92-input-grid,
  .hdv92-facts { grid-template-columns: 1fr; }
  .hdv92-split { gap: 28px; }
  .hdv92-split figure { padding: 16px; }
}

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