.ch-home {
  --ch-home-blue: #073961;
  --ch-home-blue-deep: #042843;
  --ch-home-ink: #ffffff;
  --ch-home-line: rgba(255, 255, 255, 0.35);
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--ch-home-ink);
  font-family: Inter, Arial, sans-serif;
}

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

body.changhai-homepage-active .site-content,
body.changhai-homepage-active #content > .ast-container,
body.changhai-homepage-active .site-content > .ast-container,
body.changhai-homepage-active #primary,
body.changhai-homepage-active .entry-content,
body.changhai-homepage-active .elementor-section.elementor-section-boxed:has(.ch-home) > .elementor-container,
body.changhai-homepage-active .e-con:has(.ch-home),
body.changhai-homepage-active .elementor-widget-shortcode:has(.ch-home) {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.changhai-homepage-active #primary {
  float: none !important;
}

.ch-home__hero {
  isolation: isolate;
  min-height: min(760px, calc(100vh - 92px));
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ch-home-blue-deep);
}

.ch-home__hero-media,
.ch-home__hero-shade {
  position: absolute;
  inset: 0;
}

.ch-home__hero-media {
  z-index: -2;
}

.ch-home__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ch-home__hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 27, 46, 0.94) 0%, rgba(4, 35, 59, 0.76) 42%, rgba(4, 35, 59, 0.22) 78%, rgba(4, 35, 59, 0.12) 100%);
}

.ch-home__wrap {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.ch-home__hero-content {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
  gap: 72px;
  align-items: end;
  padding: 112px 0 62px;
}

.ch-home__hero-copy {
  max-width: 760px;
}

.ch-home__eyebrow {
  margin: 0 0 22px;
  color: #dcebf4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.ch-home h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 5.3vw, 76px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.02;
}

.ch-home__lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: #edf4f8;
  font-size: 19px;
  line-height: 1.65;
}

.ch-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ch-home__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ch-home__button--primary {
  background: #fff;
  border-color: #fff;
  color: var(--ch-home-blue-deep);
}

.ch-home__button--primary:hover {
  background: #dcebf4;
  border-color: #dcebf4;
  color: var(--ch-home-blue-deep);
}

.ch-home__button--secondary {
  border-color: var(--ch-home-line);
  color: #fff;
}

.ch-home__button--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.ch-home__focus {
  max-width: 340px;
  margin-left: auto;
  padding: 0 0 5px 26px;
  border-left: 1px solid var(--ch-home-line);
}

.ch-home__focus > p {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.ch-home__focus ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ch-home__focus li {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 11px;
  color: #e7f0f5;
  font-size: 14px;
  line-height: 1.5;
}

.ch-home__focus li::before {
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 50%;
  background: #9fc4d9;
  content: '';
}

.ch-home__section {
  color: #142130;
  background: #fff;
  padding: 112px 0;
}

.ch-home__section * {
  box-sizing: border-box;
}

.ch-home__section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.7fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 54px;
}

.ch-home__section-eyebrow {
  margin: 0 0 16px;
  color: #0a4e83;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.ch-home__section h2,
.ch-home__final-cta h2 {
  max-width: 750px;
  margin: 0;
  color: #111b27;
  font-size: clamp(38px, 4.1vw, 60px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.06;
}

.ch-home__section h2 strong {
  font-weight: 800;
}

.ch-home__section-intro > p {
  max-width: 480px;
  margin: 0;
  color: #506073;
  font-size: 17px;
  line-height: 1.65;
}

.ch-home__solution-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  border-top: 1px solid #dbe3ea;
  border-left: 1px solid #dbe3ea;
}

.ch-home__solution-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid #dbe3ea;
  border-bottom: 1px solid #dbe3ea;
  background: #fff;
}

.ch-home__solution-card h3,
.ch-home__machine-card h3,
.ch-home__delivery-grid h3,
.ch-home__confidence-grid h3 {
  margin: 0;
  color: #101b28;
  font-size: 21px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.18;
}

.ch-home__solution-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ch-home__application-group {
  margin: 0 0 9px;
  color: #5b6874;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ch-home__solution-card p {
  margin: 18px 0 26px;
  color: #586878;
  font-size: 15px;
  line-height: 1.58;
}

.ch-home__text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #084a7c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

.ch-home__text-link:hover {
  color: #042843;
}

.ch-home__featured {
  background: #f3f6f8;
  overflow: hidden;
}

.ch-home__section-intro--featured {
  align-items: end;
}

.ch-home__section-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.ch-home__section-actions .ch-home__text-link {
  margin: 0;
}

.ch-home__carousel-controls {
  display: inline-flex;
  gap: 8px;
}

.ch-home__carousel-controls button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid #9aaab9;
  border-radius: 0;
  color: #103958;
  background: transparent;
  font-size: 19px;
  cursor: pointer;
}

.ch-home__carousel-controls button:hover,
.ch-home__carousel-controls button:focus-visible {
  border-color: #084a7c;
  color: #fff;
  background: #084a7c;
  outline: 0;
}

.ch-home__machine-carousel {
  overflow: visible;
}

.ch-home__machine-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #8fa1b0 transparent;
}

.ch-home__machine-track::-webkit-scrollbar {
  height: 8px;
}

.ch-home__machine-track::-webkit-scrollbar-thumb {
  background: #8fa1b0;
}

.ch-home__machine-card {
  display: flex;
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 320px;
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: start;
  background: #fff;
}

.ch-home__machine-media {
  display: grid;
  height: 278px;
  place-items: center;
  padding: 22px;
  overflow: hidden;
  background: #e8eef2;
}

.ch-home__machine-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.ch-home__machine-card:hover .ch-home__machine-media img {
  transform: scale(1.04);
}

.ch-home__machine-media span {
  color: #597087;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.ch-home__machine-body {
  display: flex;
  min-height: 230px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 25px 26px 27px;
}

.ch-home__machine-body > p {
  margin: 0 0 11px;
  color: #0a4e83;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ch-home__machine-card h3 {
  font-size: 22px;
}

.ch-home__machine-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ch-home__machine-summary {
  display: -webkit-box;
  margin: 13px 0 22px;
  overflow: hidden;
  color: #526172;
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ch-home__delivery {
  color: #fff;
  background: #062c49;
}

.ch-home__section-intro--dark h2,
.ch-home__section-intro--dark h2 strong {
  color: #fff;
}

.ch-home__section-intro--dark .ch-home__section-eyebrow {
  color: #8fc1dc;
}

.ch-home__section-intro--dark > p {
  color: #d2e0e9;
}

.ch-home__delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(202, 224, 236, 0.34);
  border-left: 1px solid rgba(202, 224, 236, 0.34);
}

.ch-home__delivery-grid article {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid rgba(202, 224, 236, 0.34);
  border-bottom: 1px solid rgba(202, 224, 236, 0.34);
}

.ch-home__delivery-grid h3 {
  color: #fff;
  font-size: 20px;
}

.ch-home__delivery-grid p {
  margin: 16px 0 0;
  color: #cfdee7;
  font-size: 14px;
  line-height: 1.58;
}

.ch-home__trust-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 52px;
  background: rgba(202, 224, 236, 0.35);
}

.ch-home__trust-links a {
  display: flex;
  min-height: 204px;
  flex-direction: column;
  padding: 30px;
  color: #fff;
  background: #0a385a;
  text-decoration: none;
}

.ch-home__trust-links a:hover {
  background: #0e4770;
}

.ch-home__trust-links span {
  margin-bottom: 21px;
  color: #9fc9df;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ch-home__trust-links strong {
  max-width: 450px;
  color: #fff;
  font-size: 20px;
  line-height: 1.34;
}

.ch-home__trust-links em {
  margin-top: auto;
  color: #d8ecf7;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.ch-home__confidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dbe3ea;
  border-left: 1px solid #dbe3ea;
}

.ch-home__confidence-grid article {
  min-height: 252px;
  padding: 30px;
  border-right: 1px solid #dbe3ea;
  border-bottom: 1px solid #dbe3ea;
}

.ch-home__confidence-grid h3 {
  margin-bottom: 16px;
}

.ch-home__confidence-grid p {
  max-width: 340px;
  margin: 0;
  color: #586878;
  font-size: 15px;
  line-height: 1.6;
}

.ch-home__final-cta {
  color: #fff;
  background: linear-gradient(105deg, #062c49 0%, #0b4f83 100%);
  padding: 82px 0;
}

.ch-home__final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 52px;
  align-items: end;
}

.ch-home__final-cta .ch-home__section-eyebrow {
  color: #a3c9df;
}

.ch-home__final-cta h2 {
  max-width: 730px;
  color: #fff;
}

.ch-home__final-cta h2 strong {
  color: #fff;
}

.ch-home__final-cta p:not(.ch-home__section-eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: #d8e7f0;
  font-size: 17px;
  line-height: 1.62;
}

.ch-home__final-cta .ch-home__button {
  min-width: 205px;
}

.ch-home__empty {
  margin: 0;
  color: #526172;
  font-size: 16px;
}

@media (max-width: 920px) {
  .ch-home__hero {
    min-height: 720px;
  }

  .ch-home__hero-content {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .ch-home__focus {
    max-width: 650px;
    margin-left: 0;
  }

  .ch-home__section {
    padding: 80px 0;
  }

  .ch-home__section-intro {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 38px;
  }

  .ch-home__section-intro > p {
    max-width: 650px;
  }

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

  .ch-home__solution-card {
    min-height: 230px;
  }

  .ch-home__machine-card {
    flex-basis: calc((100% - 24px) / 2);
  }

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

  .ch-home__final-cta-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .ch-home__hero {
    min-height: 690px;
    align-items: end;
  }

  .ch-home__hero-media img {
    object-position: 62% center;
  }

  .ch-home__hero-shade {
    background: linear-gradient(180deg, rgba(4, 35, 59, 0.4) 0%, rgba(4, 35, 59, 0.8) 45%, rgba(4, 27, 46, 0.96) 100%);
  }

  .ch-home__wrap {
    width: min(100% - 40px, 560px);
  }

  .ch-home__hero-content {
    gap: 34px;
    padding: 86px 0 38px;
  }

  .ch-home__eyebrow {
    margin-bottom: 17px;
    font-size: 12px;
  }

  .ch-home h1 {
    font-size: clamp(40px, 12vw, 56px);
    line-height: 1.05;
  }

  .ch-home__lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.6;
  }

  .ch-home__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .ch-home__button {
    width: 100%;
  }

  .ch-home__focus {
    padding-left: 18px;
  }

  .ch-home__section {
    padding: 62px 0;
  }

  .ch-home__section-intro {
    gap: 18px;
    margin-bottom: 31px;
  }

  .ch-home__section h2,
  .ch-home__final-cta h2 {
    font-size: clamp(33px, 10vw, 46px);
  }

  .ch-home__section-intro > p,
  .ch-home__final-cta p:not(.ch-home__section-eyebrow) {
    font-size: 16px;
  }

  .ch-home__solution-grid,
  .ch-home__delivery-grid,
  .ch-home__confidence-grid,
  .ch-home__trust-links {
    grid-template-columns: 1fr;
  }

  .ch-home__solution-card,
  .ch-home__delivery-grid article,
  .ch-home__confidence-grid article {
    min-height: 0;
    padding: 25px;
  }

  .ch-home__section-actions {
    align-items: flex-start;
    justify-content: space-between;
  }

  .ch-home__machine-track {
    gap: 16px;
    margin-right: -20px;
    padding-right: 20px;
  }

  .ch-home__machine-card {
    flex-basis: min(84vw, 340px);
    min-width: 0;
  }

  .ch-home__machine-media {
    height: 235px;
  }

  .ch-home__machine-body {
    min-height: 214px;
    padding: 22px;
  }

  .ch-home__trust-links {
    gap: 1px;
    margin-top: 34px;
  }

  .ch-home__trust-links a {
    min-height: 184px;
    padding: 25px;
  }

  .ch-home__final-cta {
    padding: 62px 0;
  }

  .ch-home__final-cta .ch-home__button {
    width: 100%;
  }
}

/* Homepage alignment: use the CH-2000D product-detail visual system. */
.ch-home {
  --ch-home-blue: #083a63;
  --ch-home-blue-deep: #0b1720;
  --ch-home-ink: #111;
  --ch-home-line: #d9e0e6;
  color: var(--ch-home-ink);
}

.ch-home__hero {
  min-height: min(720px, calc(100vh - 92px));
  align-items: center;
  background: #eef3f6;
}

.ch-home__hero-media img {
  object-position: 70% center;
}

.ch-home__hero-shade {
  background: linear-gradient(90deg, rgba(244, 248, 250, 0.98) 0%, rgba(244, 248, 250, 0.94) 34%, rgba(244, 248, 250, 0.48) 56%, rgba(244, 248, 250, 0) 76%);
}

.ch-home__hero-content {
  grid-template-columns: minmax(0, 520px);
  gap: 0;
  align-items: center;
  padding: 82px 0;
}

.ch-home__hero-copy {
  max-width: 520px;
  padding: 34px 38px 36px;
  border-left: 4px solid #0b4e7e;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(17, 42, 59, 0.08);
}

.ch-home__eyebrow {
  margin-bottom: 19px;
  color: #5f6d79;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.ch-home h1 {
  max-width: 470px;
  color: #080d12;
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 650;
  line-height: 1.04;
}

.ch-home__lead {
  margin-top: 23px;
  color: #3f4c57;
  font-size: 17px;
  line-height: 1.58;
}

.ch-home__actions {
  margin-top: 28px;
}

.ch-home__button {
  min-height: 46px;
  border-radius: 0;
  font-size: 14px;
}

.ch-home__button--primary {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ch-home__button--primary:hover {
  border-color: #083a63;
  background: #083a63;
  color: #fff;
}

.ch-home__button--secondary {
  border-color: #b8c2ca;
  color: #111;
  background: rgba(255, 255, 255, 0.72);
}

.ch-home__button--secondary:hover {
  border-color: #111;
  color: #111;
  background: #fff;
}

.ch-home__focus {
  display: none;
}

.ch-home__section {
  padding: 98px 0;
}

.ch-home__section-eyebrow {
  color: #5f6d79;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.ch-home__section h2,
.ch-home__final-cta h2 {
  color: #101010;
  font-size: clamp(36px, 3.7vw, 56px);
  font-weight: 400;
}

.ch-home__section-intro > p {
  color: #394650;
  font-size: 16px;
}

.ch-home__solution-grid,
.ch-home__confidence-grid,
.ch-home__delivery-grid {
  border-color: #d9e0e6;
}

.ch-home__solution-card,
.ch-home__confidence-grid article,
.ch-home__delivery-grid article {
  border-color: #d9e0e6;
}

.ch-home__solution-card {
  min-height: 250px;
  padding: 26px;
}

.ch-home__solution-card h3,
.ch-home__machine-card h3,
.ch-home__delivery-grid h3,
.ch-home__confidence-grid h3 {
  color: #111;
  font-size: 19px;
}

.ch-home__solution-card p,
.ch-home__confidence-grid p,
.ch-home__delivery-grid p {
  color: #4e5b66;
}

.ch-home__text-link {
  color: #083a63;
}

.ch-home__featured {
  background: #f5f7f8;
}

.ch-home__machine-card {
  border: 1px solid #d9e0e6;
}

.ch-home__machine-media {
  height: 264px;
  background: #f1f5f7;
}

.ch-home__machine-body {
  min-height: 218px;
  padding: 23px 24px 25px;
}

.ch-home__machine-body > p {
  color: #5b6874;
  font-size: 11px;
}

.ch-home__machine-card h3 {
  font-size: 20px;
}

.ch-home__machine-summary {
  color: #4e5b66;
}

.ch-home__carousel-controls button {
  border-color: #bdc7cf;
  border-radius: 0;
  color: #111;
}

.ch-home__carousel-controls button:hover,
.ch-home__carousel-controls button:focus-visible {
  border-color: #111;
  background: #111;
}

.ch-home__delivery {
  color: #111;
  background: #fff;
}

.ch-home__section-intro--dark h2,
.ch-home__section-intro--dark h2 strong {
  color: #111;
}

.ch-home__section-intro--dark .ch-home__section-eyebrow {
  color: #5f6d79;
}

.ch-home__section-intro--dark > p {
  color: #394650;
}

.ch-home__delivery-grid article {
  min-height: 188px;
  padding: 26px;
}

.ch-home__delivery-grid h3 {
  color: #111;
}

.ch-home__delivery-grid p {
  color: #4e5b66;
}

.ch-home__trust-links {
  gap: 24px;
  margin-top: 34px;
  background: transparent;
}

.ch-home__trust-links a {
  min-height: 186px;
  padding: 27px;
  border: 1px solid #d9e0e6;
  color: #111;
  background: #f5f7f8;
}

.ch-home__trust-links a:hover {
  border-color: #91a2b0;
  background: #eef3f6;
}

.ch-home__trust-links span {
  color: #5f6d79;
  font-size: 11px;
}

.ch-home__trust-links strong {
  color: #111;
  font-size: 19px;
}

.ch-home__trust-links em {
  color: #083a63;
}

.ch-home__confidence-grid article {
  min-height: 224px;
  padding: 28px;
}

.ch-home__final-cta {
  color: #111;
  background: #edf3f6;
  padding: 76px 0;
}

.ch-home__final-cta .ch-home__section-eyebrow {
  color: #5f6d79;
}

.ch-home__final-cta h2 {
  color: #111;
}

.ch-home__final-cta h2 strong {
  color: #111;
}

.ch-home__final-cta p:not(.ch-home__section-eyebrow) {
  color: #394650;
  font-size: 16px;
}

@media (max-width: 920px) {
  .ch-home__hero-content {
    grid-template-columns: minmax(0, 520px);
    padding: 90px 0 72px;
  }

  .ch-home__section {
    padding: 76px 0;
  }
}

@media (max-width: 640px) {
  .ch-home__hero {
    min-height: 660px;
    align-items: end;
  }

  .ch-home__hero-media img {
    object-position: 66% center;
  }

  .ch-home__hero-shade {
    background: linear-gradient(180deg, rgba(244, 248, 250, 0.06) 0%, rgba(244, 248, 250, 0.45) 35%, rgba(244, 248, 250, 0.96) 60%, rgba(244, 248, 250, 1) 100%);
  }

  .ch-home__hero-content {
    padding: 190px 0 32px;
  }

  .ch-home__hero-copy {
    padding: 26px 24px 28px;
    border-left-width: 3px;
    background: rgba(255, 255, 255, 0.92);
  }

  .ch-home h1 {
    font-size: clamp(37px, 10.8vw, 51px);
  }

  .ch-home__lead {
    font-size: 16px;
  }

  .ch-home__section {
    padding: 58px 0;
  }

  .ch-home__section h2,
  .ch-home__final-cta h2 {
    font-size: clamp(32px, 9.4vw, 43px);
  }

  .ch-home__trust-links {
    gap: 14px;
  }

  .ch-home__trust-links a {
    min-height: 165px;
    padding: 24px;
  }
}

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

.ch-home__solution-card {
  display: grid;
  min-height: 254px;
  grid-template-columns: minmax(165px, 43%) minmax(0, 1fr);
  padding: 0;
}

.ch-home__solution-media {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #eef3f6;
}

.ch-home__solution-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.ch-home__solution-card:hover .ch-home__solution-media img {
  transform: scale(1.035);
}

.ch-home__solution-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 25px 27px 24px;
}

.ch-home__solution-body h3 {
  font-size: 20px;
  line-height: 1.16;
}

.ch-home__solution-body p {
  display: -webkit-box;
  margin: 13px 0 19px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ch-home__machine-model {
  margin: 9px 0 0;
  color: #5b6874;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ch-home__machine-model + .ch-home__machine-summary {
  margin-top: 11px;
}

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

  .ch-home__solution-media {
    min-height: 210px;
  }
}

@media (max-width: 640px) {
  .ch-home__solution-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .ch-home__solution-media {
    min-height: 0;
    height: 210px;
  }

  .ch-home__solution-body {
    padding: 23px;
  }
}

.ch-home__delivery-grid article {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.ch-home__delivery-grid article > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #eef3f6;
}

.ch-home__delivery-grid article > div {
  display: flex;
  min-height: 164px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 23px 25px 25px;
}

.ch-home__delivery-grid article > div p {
  margin-top: 13px;
}

@media (max-width: 920px) {
  .ch-home__delivery-grid article > img {
    height: auto;
  }
}

@media (max-width: 640px) {
  .ch-home__delivery-grid article > img {
    height: auto;
  }

  .ch-home__delivery-grid article > div {
    min-height: 0;
    padding: 23px;
  }
}
