.v2-showcase main > section:not(.hero):not(.showcase-section):not(.showcase-contact) {
  display: none;
}

/* Final homepage overrides for current V2 display */
.v2-showcase .hero-carousel {
  background-image:
    linear-gradient(90deg, rgba(248, 250, 251, 0.92) 0%, rgba(248, 250, 251, 0.72) 34%, rgba(232, 117, 34, 0.18) 100%),
    var(--hero-image);
  background-color: #F8FAFB;
  background-position: center center;
  background-size: cover;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.v2-showcase .hero-carousel > .container,
.v2-showcase .hero-carousel .impact-strip {
  position: relative;
  z-index: 2;
}

.v2-showcase .hero-carousel .hero-content {
  color: #183746;
}

.v2-showcase .hero-carousel .eyebrow {
  color: #e87522;
}

.v2-showcase .hero-carousel .eyebrow span,
.v2-showcase .hero-carousel .hero-content > p {
  color: rgba(43, 47, 54, 0.78);
}

.v2-showcase .hero-carousel h1 {
  color: #183746;
  text-shadow: none;
}

.v2-showcase .hero-carousel .button-ghost {
  border-color: rgba(24, 55, 70, 0.34);
  color: #183746;
}

.v2-showcase .hero-carousel .button-ghost:hover {
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(232, 117, 34, 0.58);
}

.v2-showcase .hero-slides {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.v2-showcase .hero-slides span {
  animation: hhHeroFade 24s infinite;
  background-position: center;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.02);
}

.v2-showcase .eyebrow,
.v2-showcase .showcase-heading .eyebrow,
.v2-showcase .showcase-contact .eyebrow {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .08em;
}

.v2-showcase .showcase-proof {
  display: none;
}

.v2-showcase .showcase-strengths {
  gap: 22px;
}

.v2-showcase .showcase-strengths article {
  background: #fff;
  border: 1px solid #e2e8ee;
  border-radius: 16px;
  min-height: 226px;
  padding: 30px 28px;
}

.v2-showcase .showcase-strengths strong,
.v2-showcase .showcase-product-grid h3,
.v2-showcase .showcase-solution-grid h3 {
  margin-top: 0;
}

.v2-showcase .showcase-product-grid {
  gap: 22px;
}

.v2-showcase .showcase-product-grid a {
  background: #fff;
  border: 1px solid #e2e8ee;
  border-radius: 16px;
  min-height: 196px;
  padding: 28px 26px;
  text-decoration: none;
  transition: box-shadow .24s ease, transform .24s ease;
}

.v2-showcase .showcase-product-grid a:hover {
  box-shadow: 0 16px 34px rgba(24, 55, 70, .09);
  transform: translateY(-3px);
}

.v2-showcase .showcase-product-grid span,
.v2-showcase .showcase-solution-grid span {
  display: none;
}

.v2-showcase .showcase-brands .brand-card img {
  max-height: 64px;
  max-width: 166px;
}

.v2-showcase .showcase-brands .brand-card img[alt="Cytiva"],
.v2-showcase .showcase-brands .brand-card img[alt="Biotage"],
.v2-showcase .showcase-brands .brand-card img[alt="Merck"],
.v2-showcase .showcase-brands .brand-card img[alt="Memmert"] {
  max-height: 52px;
  max-width: 150px;
}

.v2-showcase .showcase-brands .brand-card img[alt="R&D Systems"],
.v2-showcase .showcase-brands .brand-card img[alt="牛顿光学"],
.v2-showcase .showcase-brands .brand-card img[alt="FOUR E'S"],
.v2-showcase .showcase-brands .brand-card img[alt="ZEALWAY"] {
  max-height: 72px;
  max-width: 174px;
}

.v2-showcase .customer-grid article {
  min-height: 142px;
  padding: 28px;
}

.v2-showcase .customer-grid span {
  display: none;
}

.v2-showcase .customer-grid h3 {
  font-size: 22px;
  margin: 0 0 12px;
}

.v2-showcase .showcase-solution-grid a {
  border-radius: 16px;
  min-height: 176px;
  padding: 30px 32px;
  text-decoration: none;
}

.v2-showcase .showcase-solution-grid h3 {
  font-size: 30px;
}

@media (max-width: 760px) {
  .v2-showcase .hero-carousel {
    min-height: 620px;
  }
}

/* Homepage polish overrides */
.v2-showcase .hero-carousel {
  background-image:
    linear-gradient(90deg, rgba(248, 250, 251, 0.92) 0%, rgba(248, 250, 251, 0.72) 34%, rgba(232, 117, 34, 0.18) 100%),
    var(--hero-image);
  background-color: #F8FAFB;
  background-position: center center;
  background-size: cover;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.v2-showcase .hero-carousel::after {
  z-index: 1;
}

.v2-showcase .hero-carousel > .container,
.v2-showcase .hero-carousel .impact-strip {
  position: relative;
  z-index: 2;
}

.hero-slides {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.hero-slides span {
  animation: hhHeroFade 24s infinite;
  background-position: center;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.02);
}

.hero-slides span:nth-child(1) {
  animation-delay: 0s;
}

.hero-slides span:nth-child(2) {
  animation-delay: 6s;
}

.hero-slides span:nth-child(3) {
  animation-delay: 12s;
}

.hero-slides span:nth-child(4) {
  animation-delay: 18s;
}

@keyframes hhHeroFade {
  0%, 23%, 100% {
    opacity: 0;
  }

  4%, 21% {
    opacity: 1;
  }
}

.v2-showcase .eyebrow,
.v2-showcase .showcase-heading .eyebrow,
.v2-showcase .showcase-contact .eyebrow {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .08em;
}

.v2-showcase .showcase-proof {
  display: none;
}

.v2-showcase .showcase-strengths {
  gap: 22px;
}

.v2-showcase .showcase-strengths article {
  background: #fff;
  border: 1px solid #e2e8ee;
  border-radius: 16px;
  min-height: 226px;
  padding: 30px 28px;
}

.v2-showcase .showcase-strengths strong {
  margin-top: 0;
}

.v2-showcase .showcase-product-grid {
  gap: 22px;
}

.v2-showcase .showcase-product-grid a {
  background: #fff;
  border: 1px solid #e2e8ee;
  border-radius: 16px;
  min-height: 196px;
  padding: 28px 26px;
  text-decoration: none;
  transition: box-shadow .24s ease, transform .24s ease;
}

.v2-showcase .showcase-product-grid a:hover {
  box-shadow: 0 16px 34px rgba(24, 55, 70, .09);
  transform: translateY(-3px);
}

.v2-showcase .showcase-product-grid h3 {
  margin-top: 0;
}

.v2-showcase .showcase-product-grid span,
.v2-showcase .showcase-solution-grid span {
  display: none;
}

.v2-showcase .showcase-brands .brand-card img {
  max-height: 64px;
  max-width: 166px;
}

.v2-showcase .showcase-brands .brand-card img[alt="Cytiva"],
.v2-showcase .showcase-brands .brand-card img[alt="Biotage"],
.v2-showcase .showcase-brands .brand-card img[alt="Merck"],
.v2-showcase .showcase-brands .brand-card img[alt="Memmert"] {
  max-height: 52px;
  max-width: 150px;
}

.v2-showcase .showcase-brands .brand-card img[alt="R&D Systems"],
.v2-showcase .showcase-brands .brand-card img[alt="牛顿光学"],
.v2-showcase .showcase-brands .brand-card img[alt="FOUR E'S"],
.v2-showcase .showcase-brands .brand-card img[alt="ZEALWAY"] {
  max-height: 72px;
  max-width: 174px;
}

.v2-showcase .customer-grid article {
  min-height: 142px;
  padding: 28px;
}

.v2-showcase .customer-grid span {
  display: none;
}

.v2-showcase .customer-grid h3 {
  font-size: 22px;
  margin: 0 0 12px;
}

.v2-showcase .showcase-solution-grid a {
  border-radius: 16px;
  min-height: 176px;
  padding: 30px 32px;
  text-decoration: none;
}

.v2-showcase .showcase-solution-grid h3 {
  font-size: 30px;
  margin-top: 0;
}

@media (max-width: 760px) {
  .v2-showcase .hero-carousel {
    min-height: 620px;
  }
}

.v2-showcase .header-inner {
  gap: 28px;
  min-height: 76px;
}

.v2-showcase .brand {
  min-width: 0;
}

.v2-showcase .brand-logo {
  height: auto;
  max-width: 345px;
  object-fit: contain;
  width: 345px;
}

.v2-showcase .site-nav {
  flex-wrap: nowrap;
  gap: 36px;
  min-width: max-content;
}

.v2-showcase .site-nav a {
  flex: 0 0 auto;
  justify-content: center;
  max-width: none;
  min-width: max-content;
  overflow-wrap: normal;
  padding-inline: 13px;
  white-space: nowrap;
  width: auto;
  word-break: keep-all;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .v2-showcase .site-nav {
    gap: 28px;
  }
}

.v2-showcase .impact-item strong {
  font-size: 2.05rem;
}

.v2-showcase .impact-item span {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  letter-spacing: .02em;
  margin-top: 12px;
}

.showcase-section {
  padding: 104px 0;
}

.showcase-products,
.showcase-solutions {
  background: #F7F9FA;
}

.showcase-products,
.showcase-brands,
.showcase-solutions,
.showcase-customers,
.showcase-proof {
  padding-block: 76px;
}

.showcase-products .showcase-heading,
.showcase-brands .showcase-heading,
.showcase-solutions .showcase-heading {
  margin-bottom: 40px;
}

.showcase-heading {
  margin-bottom: 56px;
  max-width: 780px;
}

.showcase-heading h2,
.showcase-contact h2 {
  color: #183746;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1.25;
  margin: 0;
}

.showcase-heading > p:last-child {
  color: #6e7681;
  font-size: 16px;
  line-height: 1.8;
  margin: 18px 0 0;
}

.showcase-strengths {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.showcase-strengths article {
  border-left: 1px solid #d8b24a;
  min-height: 240px;
  padding: 6px 30px 0;
}

.showcase-strengths span,
.showcase-solution-grid span {
  color: #d73a31;
  font-size: 12px;
  font-weight: 800;
}

.showcase-strengths strong {
  color: #183746;
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-top: 38px;
}

.showcase-strengths h3,
.showcase-solution-grid h3,
.showcase-process-line h3 {
  color: #183746;
  font-size: 21px;
  margin: 12px 0;
}

.showcase-strengths p,
.showcase-solution-grid p,
.showcase-process-line p {
  color: #6e7681;
  line-height: 1.75;
  margin: 0;
}

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

.showcase-solution-grid a {
  background: #fff;
  border: 1px solid #e2e8ee;
  color: inherit;
  display: block;
  min-height: 212px;
  padding: 26px 30px;
  transition: box-shadow .3s ease, transform .3s ease;
}

.showcase-solution-grid a:hover {
  box-shadow: 0 16px 36px rgba(24, 55, 70, .1);
  transform: translateY(-4px);
}

.showcase-solution-grid h3 {
  font-size: 24px;
  margin-top: 24px;
}

.showcase-solution-grid b {
  color: #183746;
  display: inline-block;
  font-size: 13px;
  margin-top: 20px;
}

.showcase-brand-row {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(5, 220px);
  justify-content: center;
  margin-inline: auto;
  max-width: 1200px;
}

.showcase-brand-card {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8ee;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(24, 55, 70, .05);
  display: flex;
  height: 110px;
  justify-content: center;
  padding: 18px;
  text-align: center;
  transition: box-shadow .2s ease, transform .2s ease;
  width: 220px;
}

.showcase-brand-card:hover {
  box-shadow: 0 14px 30px rgba(24, 55, 70, .11);
  transform: translateY(-3px);
}

.showcase-brand-logo {
  align-items: center;
  display: flex;
  height: 58px;
  justify-content: center;
  width: 160px;
}

.showcase-brand-logo img {
  display: block;
  max-height: 58px;
  max-width: 160px;
  object-fit: contain;
}

.showcase-brand-text {
  color: #183746;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .02em;
}

.v2-showcase .showcase-brands .brand-grid {
  display: grid !important;
  gap: 28px 32px;
  grid-auto-flow: row;
  grid-template-columns: repeat(5, 1fr) !important;
  justify-content: center;
  justify-items: center;
  margin-inline: auto;
  max-width: 1228px;
  width: 1228px;
}

.v2-showcase .showcase-brands .brand-card {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8ee;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(24, 55, 70, .05);
  display: flex;
  flex: 0 0 220px;
  height: 120px;
  justify-content: center;
  padding: 0;
  transition: box-shadow .2s ease, transform .2s ease;
  width: 220px;
}

.v2-showcase .showcase-brands .brand-card:hover {
  box-shadow: 0 14px 30px rgba(24, 55, 70, .11);
  transform: translateY(-3px);
}

.v2-showcase .showcase-brands .brand-card img {
  display: block;
  height: auto;
  max-height: 60px;
  max-width: 160px;
  object-fit: contain;
  width: auto;
}

.showcase-process-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  margin: 70px 0 0;
  padding: 0;
  position: relative;
}

.showcase-process-line::before {
  background: #d8b24a;
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 25px;
}

.showcase-process-line li {
  padding: 0 18px;
  position: relative;
  text-align: center;
}

.showcase-process-line li > span {
  align-items: center;
  background: #fff;
  border: 1px solid #d8b24a;
  border-radius: 50%;
  color: #183746;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 50px;
  z-index: 1;
}

.showcase-process-line h3 {
  margin-top: 24px;
}

.showcase-contact {
  background: #183746;
  color: #fff;
  padding: 68px 0;
}

.showcase-case-list {
  border-top: 1px solid #dfe5e8;
}

.showcase-case-list a {
  align-items: center;
  border-bottom: 1px solid #dfe5e8;
  color: inherit;
  display: grid;
  gap: 26px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  min-height: 126px;
  padding: 24px 10px;
  transition: background-color .3s ease, padding .3s ease;
}

.showcase-case-list a:hover {
  background: #F7F9FA;
  padding-inline: 22px;
}

.showcase-case-list span,
.showcase-product-grid span {
  color: #d73a31;
  font-size: 12px;
  font-weight: 800;
}

.showcase-product-grid em {
  color: #6e7681;
  display: block;
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
  margin-top: 14px;
}

.showcase-customers {
  background: #F8FAFB;
}

.customer-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, 1fr);
}

.customer-grid article {
  background: #fff;
  border: 1px solid #e2e8ee;
  border-radius: 16px;
  min-height: 178px;
  padding: 26px 22px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.customer-grid article:hover {
  box-shadow: 0 16px 34px rgba(24, 55, 70, .09);
  transform: translateY(-3px);
}

.customer-grid span {
  align-items: center;
  background: rgba(216, 178, 74, .16);
  border-radius: 999px;
  color: #183746;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.customer-grid h3 {
  color: #183746;
  font-size: 21px;
  margin: 22px 0 10px;
}

.customer-grid p {
  color: #6e7681;
  line-height: 1.7;
  margin: 0;
}

.showcase-proof {
  background: #F7F9FA;
}

.proof-panel {
  align-items: center;
  background: #183746;
  border-radius: 22px;
  color: #fff;
  display: grid;
  gap: 42px;
  grid-template-columns: .75fr 1.25fr;
  padding: 44px 52px;
}

.proof-copy h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.25;
  margin: 10px 0 0;
}

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

.proof-stats div {
  border-left: 1px solid rgba(255, 255, 255, .18);
  padding: 8px 0 8px 26px;
}

.proof-stats div:first-child {
  border-left: 0;
}

.proof-stats strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.proof-stats span {
  color: rgba(255, 255, 255, .72);
  display: block;
  font-size: 13px;
  margin-top: 12px;
}

.showcase-case-list h3 {
  color: #183746;
  font-size: 23px;
  margin: 0 0 8px;
}

.showcase-case-list p {
  color: #6e7681;
  line-height: 1.7;
  margin: 0;
}

.showcase-case-list b,
.showcase-product-grid b {
  color: #183746;
  font-size: 13px;
  white-space: nowrap;
}

.showcase-product-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}

.showcase-product-grid a {
  border-left: 1px solid #d8b24a;
  color: inherit;
  min-height: 190px;
  padding: 4px 26px;
}

.showcase-product-grid h3 {
  color: #183746;
  font-size: 23px;
  margin: 25px 0 12px;
}

.showcase-product-grid h3 small {
  color: #9aa3a9;
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  margin-top: 7px;
}

.showcase-product-grid p {
  color: #6e7681;
  line-height: 1.8;
  margin: 0 0 20px;
}

.showcase-contact-inner {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.showcase-contact h2 {
  color: #fff;
}

.showcase-contact span {
  color: rgba(255, 255, 255, .72);
  display: block;
  line-height: 1.8;
  margin-top: 18px;
  max-width: 680px;
}

@media (max-width: 960px) {
  .v2-showcase .header-inner {
    min-height: 76px;
  }

  .v2-showcase .brand {
    min-width: 0;
  }

  .v2-showcase .brand-logo {
    height: 48px;
    max-width: 260px;
  }

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

  .showcase-brand-row {
    grid-template-columns: repeat(3, 220px);
  }

  .v2-showcase .showcase-brands .brand-grid {
    grid-template-columns: repeat(3, 220px);
    width: min(100%, 724px);
  }

  .showcase-process-line {
    gap: 26px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .showcase-process-line::before {
    bottom: 30px;
    height: auto;
    left: 25px;
    right: auto;
    top: 25px;
    width: 1px;
  }

  .showcase-process-line li {
    display: grid;
    gap: 4px 20px;
    grid-template-columns: 50px 1fr;
    text-align: left;
  }

  .showcase-process-line h3,
  .showcase-process-line p {
    margin: 0;
  }

  .showcase-process-line p {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .v2-showcase .brand {
    min-width: 0;
  }

  .v2-showcase .brand-logo {
    height: 48px;
    max-width: min(74vw, 360px);
  }

  .showcase-section {
    padding: 74px 0;
  }

  .showcase-strengths,
  .showcase-solution-grid,
  .showcase-product-grid {
    grid-template-columns: 1fr;
  }

  .showcase-brand-row {
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
  }

  .v2-showcase .showcase-brands .brand-grid {
    gap: 14px;
    grid-template-columns: minmax(0, 220px);
    width: 220px;
  }

  .showcase-brand-card {
    height: 100px;
    width: 100%;
  }

  .v2-showcase .showcase-brands .brand-card {
    height: 100px;
    width: 220px;
  }

  .showcase-brand-logo {
    height: 54px;
  }

  .showcase-brand-logo img {
    max-height: 54px;
  }

  .v2-showcase .showcase-brands .brand-card img {
    max-height: 54px;
  }

  .showcase-strengths article {
    min-height: 0;
    padding: 24px 22px;
  }

  .showcase-strengths strong {
    margin-top: 20px;
  }

  .showcase-contact-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .showcase-case-list a {
    align-items: start;
    gap: 8px 14px;
    grid-template-columns: 34px 1fr;
    padding: 24px 0;
  }

  .showcase-case-list b {
    grid-column: 2;
    margin-top: 8px;
  }

  .showcase-product-grid a {
    min-height: 0;
    padding: 26px 22px;
  }

  .showcase-product-grid h3 {
    margin-top: 20px;
  }
}

/* Final homepage overrides for current V2 display */
.v2-showcase .hero-carousel {
  background-image:
    linear-gradient(90deg, rgba(248, 250, 251, 0.92) 0%, rgba(248, 250, 251, 0.72) 34%, rgba(232, 117, 34, 0.18) 100%),
    var(--hero-image);
  background-color: #F8FAFB;
  background-position: center center;
  background-size: cover;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.v2-showcase .hero-carousel > .container,
.v2-showcase .hero-carousel .impact-strip {
  position: relative;
  z-index: 2;
}

.v2-showcase .hero-slides {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.v2-showcase .hero-slides span {
  animation: hhHeroFade 24s infinite;
  background-position: center;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.02);
}

.v2-showcase .eyebrow,
.v2-showcase .showcase-heading .eyebrow,
.v2-showcase .showcase-contact .eyebrow {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .08em;
}

.v2-showcase .showcase-proof {
  display: none;
}

.v2-showcase .showcase-strengths {
  gap: 22px;
}

.v2-showcase .showcase-strengths article {
  background: #fff;
  border: 1px solid #e2e8ee;
  border-radius: 16px;
  min-height: 226px;
  padding: 30px 28px;
}

.v2-showcase .showcase-strengths strong,
.v2-showcase .showcase-product-grid h3,
.v2-showcase .showcase-solution-grid h3 {
  margin-top: 0;
}

.v2-showcase .showcase-product-grid {
  gap: 22px;
}

.v2-showcase .showcase-product-grid a {
  background: #fff;
  border: 1px solid #e2e8ee;
  border-radius: 16px;
  min-height: 196px;
  padding: 28px 26px;
  text-decoration: none;
  transition: box-shadow .24s ease, transform .24s ease;
}

.v2-showcase .showcase-product-grid a:hover {
  box-shadow: 0 16px 34px rgba(24, 55, 70, .09);
  transform: translateY(-3px);
}

.v2-showcase .showcase-product-grid span,
.v2-showcase .showcase-solution-grid span {
  display: none;
}

.v2-showcase .showcase-brands .brand-card img {
  max-height: 64px;
  max-width: 166px;
}

.v2-showcase .showcase-brands .brand-card img[alt="Cytiva"],
.v2-showcase .showcase-brands .brand-card img[alt="Biotage"],
.v2-showcase .showcase-brands .brand-card img[alt="Merck"],
.v2-showcase .showcase-brands .brand-card img[alt="Memmert"] {
  max-height: 52px;
  max-width: 150px;
}

.v2-showcase .showcase-brands .brand-card img[alt="R&D Systems"],
.v2-showcase .showcase-brands .brand-card img[alt="牛顿光学"],
.v2-showcase .showcase-brands .brand-card img[alt="FOUR E'S"],
.v2-showcase .showcase-brands .brand-card img[alt="ZEALWAY"] {
  max-height: 72px;
  max-width: 174px;
}

.v2-showcase .customer-grid article {
  min-height: 142px;
  padding: 28px;
}

.v2-showcase .customer-grid span {
  display: none;
}

.v2-showcase .customer-grid h3 {
  font-size: 22px;
  margin: 0 0 12px;
}

.v2-showcase .showcase-solution-grid a {
  border-radius: 16px;
  min-height: 176px;
  padding: 30px 32px;
  text-decoration: none;
}

.v2-showcase .showcase-solution-grid h3 {
  font-size: 30px;
}

@media (max-width: 760px) {
  .v2-showcase .hero-carousel {
    min-height: 620px;
  }
}
