:root {
  --motion-fast: 180ms;
  --motion-base: 360ms;
  --motion-ease: cubic-bezier(.2, .8, .2, 1);
}

/* Keep the original hero, but reduce competing decorative motion. */
.hero .transition-one,
.hero .transition-two,
.hero .transition-three,
.hero .scanlines,
.hero .blue-burst {
  display: none;
}

.home-hero-copy {
  position: absolute;
  left: clamp(28px, 5vw, 76px);
  bottom: clamp(82px, 10vh, 118px);
  z-index: 6;
  width: min(1080px, calc(100% - clamp(56px, 10vw, 152px)));
  box-sizing: border-box;
  padding: clamp(24px, 3vw, 38px) clamp(24px, 3.5vw, 48px);
  border-left: 4px solid #43b8ff;
  background: rgba(3, 30, 67, .46);
  box-shadow: 0 26px 70px rgba(2, 19, 44, .18);
  backdrop-filter: blur(5px);
}

.home-hero-copy .hero-message {
  position: static;
  margin: 0;
  max-width: none;
  white-space: nowrap;
  font-size: clamp(36px, 3.8vw, 56px);
  line-height: 1;
  letter-spacing: -.025em;
}

/* Keep the international-reach message readable without abrupt one-word lines. */
.partners-copy h2 {
  max-width: 620px;
  font-size: clamp(36px, 3.4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.hero-subtitle {
  display: grid;
  gap: 6px;
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.55;
}

.hero-subtitle-title,
.hero-subtitle-copy {
  display: block;
}

.hero-subtitle-title {
  color: #fff;
  font-size: 1.08em;
  line-height: 1.35;
}

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

.home-hero-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .8);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
  transition: transform var(--motion-fast) var(--motion-ease), background var(--motion-fast) ease, border-color var(--motion-fast) ease;
}

.home-hero-button.is-primary {
  border-color: #0a84dc;
  background: #0a84dc;
}

.home-hero-button.is-secondary {
  background: rgba(4, 33, 72, .38);
}

.home-hero-button:hover,
.home-hero-button:focus-visible {
  transform: translateY(-2px);
  border-color: #fff;
  background: #fff;
  color: #062c5c;
}

/* Module 2 has one clear heading before the four solution panels. */
.protection-heading {
  padding-top: clamp(72px, 7vw, 110px);
  padding-bottom: clamp(52px, 5vw, 76px);
}

.protection-heading h2 {
  max-width: 980px;
  margin-bottom: 22px;
}

.protection-heading > p:last-child {
  max-width: 760px;
}

/* Compact proof directly after the global footprint story. */
.home-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 clamp(24px, 5.5vw, 96px);
  background: #f3f8fd;
  border-top: 1px solid #d5e5f3;
  border-bottom: 1px solid #d5e5f3;
}

.home-proof-strip a {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: center;
  padding: 34px clamp(22px, 3vw, 46px);
  border-right: 1px solid #d5e5f3;
  color: #102a52;
  text-decoration: none;
  transition: background var(--motion-fast) ease, transform var(--motion-fast) var(--motion-ease);
}

.home-proof-strip a:first-child {
  border-left: 1px solid #d5e5f3;
}

.home-proof-strip a:hover,
.home-proof-strip a:focus-visible {
  z-index: 1;
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(11, 55, 105, .09);
}

.home-proof-strip strong {
  color: #087fd1;
  font-size: clamp(28px, 3.1vw, 52px);
  line-height: 1;
  letter-spacing: -.04em;
}

.home-proof-strip span {
  margin-top: 18px;
  color: #4d6788;
  font-size: 15px;
  line-height: 1.45;
}

/* One motion language: short distance, consistent timing and easing. */
.ux-ready .ux-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity var(--motion-base) ease, transform var(--motion-base) var(--motion-ease);
}

.ux-ready .ux-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.opening.protection-entry .protection-panel {
  transition: flex var(--motion-base) var(--motion-ease), background var(--motion-fast) ease;
}

.opening.protection-entry .protection-panel:hover,
.opening.protection-entry .protection-panel:focus-within,
.opening.protection-entry .protection-panel.is-active {
  flex-grow: 1.22;
}

.opening.protection-entry .protection-panel::before {
  transition: opacity var(--motion-base) ease, transform var(--motion-base) var(--motion-ease), filter var(--motion-base) ease;
}

.opening.protection-entry .protection-panel:hover::before,
.opening.protection-entry .protection-panel:focus-within::before {
  transform: scale(1.025);
}

.product-category-list button,
.product-feature,
.product-feature-image,
.social-platform-link,
.social-platform-icon,
.gallery-grid figure img,
.media-play-toggle,
.back-to-top,
.header-contact-link {
  transition-duration: var(--motion-fast);
  transition-timing-function: var(--motion-ease);
}

.product-feature.is-changing {
  opacity: .72;
  transform: translateY(2px);
}

.social-platform-link:hover {
  transform: translateX(4px);
}

.social-platform-link:hover .social-platform-icon {
  transform: scale(1.04);
}

.gallery-grid figure:hover img {
  transform: scale(1.018);
}

.media-play-toggle:hover,
.back-to-top:hover,
.header-contact-link:hover {
  transform: translateY(-2px);
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 84px;
  z-index: 1200;
}

.whatsapp-float-button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 1px solid #c9eadb;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 28px rgba(3, 32, 72, .2);
  cursor: pointer;
  transition: transform var(--motion-fast) var(--motion-ease), background var(--motion-fast) var(--motion-ease);
}

.whatsapp-float-button:hover { background: #1fb459; transform: translateY(-2px); }
.whatsapp-float-button svg { width: 25px; height: 25px; fill: currentColor; }

.whatsapp-qr-card {
  position: absolute;
  right: 0;
  bottom: 60px;
  display: grid;
  width: 250px;
  padding: 14px;
  border: 1px solid rgba(5, 61, 105, .12);
  border-radius: 16px;
  background: #fff;
  color: #082b50;
  box-shadow: 0 20px 60px rgba(3, 32, 72, .24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(.97);
  transform-origin: right bottom;
  transition: opacity 180ms ease, transform 180ms ease;
}

.whatsapp-qr-card strong { font-size: 15px; }
.whatsapp-qr-card span { margin: 3px 0 10px; color: #5e7285; font-size: 12px; }
.whatsapp-qr-card img { display: block; width: 100%; height: auto; border-radius: 10px; }
.whatsapp-float.is-open .whatsapp-qr-card { opacity: 1; pointer-events: auto; transform: none; }

/* The globe section slogan becomes a single horizontal headline. */
.solutions > .section-head {
  display: block;
}

.solutions-single-line-title {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(34px, 3.4vw, 62px);
  letter-spacing: -.035em;
  line-height: 1.04;
}

.solution-feature {
  grid-template-columns: minmax(280px, .9fr) minmax(210px, .55fr);
  align-items: center;
  gap: clamp(34px, 4vw, 72px);
}

.solution-feature-action {
  align-self: center;
}

.solution-feature-action .kicker {
  margin-bottom: 18px;
}

.solution-feature-action .text-link {
  display: inline-flex;
  max-width: 260px;
}

.solution-feature-action h3 {
  max-width: 430px;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.solution-feature-copy {
  max-width: 460px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.65;
}

.solution-primary-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 0 22px;
  border: 1px solid #42b8ff;
  background: #087fd1;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform var(--motion-fast) var(--motion-ease), background var(--motion-fast) ease;
}

.solution-primary-button:hover,
.solution-primary-button:focus-visible {
  transform: translateY(-2px);
  background: #fff;
  color: #062c5c;
}

@media (max-width: 1100px) {
  .solutions-single-line-title {
    white-space: normal;
  }

  .home-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proof-strip a:nth-child(2) {
    border-right: 1px solid #d5e5f3;
  }
}

@media (max-width: 760px) {
  .home-hero-copy {
    left: 18px;
    bottom: 76px;
    width: calc(100% - 36px);
    padding: 22px 20px;
    backdrop-filter: blur(3px);
  }

  .home-hero-copy .hero-message {
    white-space: normal;
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
  }

  .hero-subtitle {
    margin-top: 14px;
    font-size: 15px;
  }

  .home-hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .home-hero-button {
    min-height: 46px;
    flex: 1 1 150px;
    padding: 0 16px;
  }

  .protection-heading {
    padding: 62px 22px 42px;
  }

  .home-proof-strip {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .home-proof-strip a,
  .home-proof-strip a:first-child {
    min-height: 132px;
    padding: 28px 20px;
    border-right: 1px solid #d5e5f3;
    border-left: 1px solid #d5e5f3;
    border-bottom: 1px solid #d5e5f3;
  }

  .home-proof-strip span {
    margin-top: 10px;
  }

  .solution-feature {
    grid-template-columns: 1fr;
  }

  .solution-feature-action {
    text-align: center;
  }

  .solution-feature-action .text-link {
    max-width: none;
  }

  .header-contact-link {
    position: fixed !important;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    z-index: 1200;
    display: inline-flex !important;
    min-height: 50px;
    padding: 0 19px !important;
    border-color: #48b9ff !important;
    background: #087fd1 !important;
    color: #fff !important;
    box-shadow: 0 14px 34px rgba(3, 31, 70, .26);
  }

  .back-to-top {
    bottom: calc(82px + env(safe-area-inset-bottom)) !important;
  }

  .whatsapp-float {
    right: 18px;
    bottom: calc(140px + env(safe-area-inset-bottom));
  }

  .whatsapp-qr-card { width: min(250px, calc(100vw - 36px)); }
}

@media (prefers-reduced-motion: reduce) {
  .ux-ready .ux-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Footer refinement — inspired by familiar global healthcare navigation,
   while retaining Sanqi's own visual identity and content. */
.solution-shell.solution-shell-clean {
  grid-template-columns: 1fr;
}

.solution-shell-clean .solution-feature {
  width: min(1060px, 100%);
  margin: 0 auto;
  padding-left: 0;
}

.site-footer.enterprise-footer {
  display: block;
  padding: 0;
  border-top: 0;
  background: #f4f7fa;
  color: #102a52;
}

.enterprise-footer a {
  color: inherit;
  text-decoration: none;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(150px, .72fr));
  gap: clamp(34px, 5vw, 82px);
  padding: clamp(64px, 8vw, 112px) clamp(28px, 7vw, 108px) clamp(54px, 7vw, 92px);
  border-bottom: 1px solid #dbe4ec;
}

.footer-brand-mark {
  display: inline-flex;
  width: 106px;
  margin-bottom: 24px;
}

.footer-brand-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.enterprise-footer .footer-brand h2 {
  margin: 0;
  color: #102a52;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.1;
}

.enterprise-footer .footer-brand p {
  max-width: 430px;
  margin: 16px 0 0;
  color: #58708c;
  font-size: 15px;
  line-height: 1.7;
}

.enterprise-footer .footer-brand .breath-tagline {
  color: #0a78d0;
  font-weight: 850;
}

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.footer-social-icons a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #1684c7;
  border-radius: 50%;
  color: #087fcf;
  transition: color var(--motion-fast) ease, background var(--motion-fast) ease,
    transform var(--motion-fast) var(--motion-ease);
}

.footer-social-icons a:hover,
.footer-social-icons a:focus-visible {
  color: #fff;
  background: #087fcf;
  transform: translateY(-2px);
}

.footer-social-icons svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-icons a[aria-label="Facebook"] svg,
.footer-social-icons a[aria-label="LinkedIn"] svg {
  fill: currentColor;
  stroke: none;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-column h3,
.footer-searches h3 {
  margin: 0 0 10px;
  color: #102a52;
  font-size: 15px;
  letter-spacing: .02em;
}

.footer-column a {
  width: fit-content;
  color: #58708c;
  font-size: 14px;
  line-height: 1.45;
  transition: color var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #087fcf;
  transform: translateX(3px);
}

.footer-social {
  display: none;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 2.3fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: start;
  padding: clamp(48px, 6vw, 78px) clamp(28px, 7vw, 108px);
  background: #fff;
  border-bottom: 1px solid #dbe4ec;
}

.footer-section-heading .kicker {
  margin: 0 0 12px;
  color: #087fcf;
}

.footer-section-heading h3 {
  margin: 0;
  color: #102a52;
  font-size: clamp(27px, 2.4vw, 40px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

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

.footer-social-grid .social-platform-link {
  display: flex;
  min-width: 0;
  min-height: 92px;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border-right: 1px solid #dbe4ec;
  border-bottom: 1px solid #dbe4ec;
  background: #fff;
  transition: background var(--motion-fast) ease, transform var(--motion-fast) var(--motion-ease);
}

.footer-social-grid .social-platform-link:hover,
.footer-social-grid .social-platform-link:focus-visible {
  background: #f1f8fd;
  transform: translateY(-2px);
}

.footer-social-grid .social-platform-copy strong {
  color: #102a52;
  font-size: 15px;
}

.footer-social-grid .social-platform-copy small {
  color: #6d8198;
  font-size: 11px;
}

.footer-link-arrow {
  margin-left: auto;
  color: #0a84d7;
  font-size: 19px;
}

.footer-searches {
  padding: 34px clamp(28px, 7vw, 108px) 40px;
  background: #f4f7fa;
  border-bottom: 1px solid #dbe4ec;
}

.footer-searches > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}

.footer-searches a {
  color: #58708c;
  font-size: 13px;
  line-height: 1.5;
}

.footer-searches a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 13px;
  vertical-align: -2px;
  background: #c3d0dc;
}

.footer-searches a:hover,
.footer-searches a:focus-visible {
  color: #087fcf;
}

.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 22px clamp(28px, 7vw, 108px);
  background: #062653;
  color: rgba(255, 255, 255, .78);
}

.enterprise-footer .footer-legal p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.footer-legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  font-weight: 750;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #72caff;
}

@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(130px, .8fr));
    gap: 34px;
  }

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

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

@media (max-width: 760px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 54px 22px 48px;
  }

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

  .footer-social,
  .footer-searches {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }
}

@media (max-width: 470px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

/* Product directory: independent 3M-style category rail and bordered feature card. */
.homepage-refresh .product-directory-shell {
  grid-template-columns: minmax(380px, 430px) minmax(0, 1fr);
  gap: 0;
  align-items: start;
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.homepage-refresh .product-category-list {
  margin-top: clamp(48px, 5vw, 78px);
  padding: 0;
  border: 0;
  background: transparent;
}

.homepage-refresh .product-category-list button {
  min-height: 92px;
  padding: 18px 16px;
  border: 0;
  border-bottom: 1px solid #d5e5f4;
  background: #fff;
  color: #102a52;
  font-size: 18px;
  font-weight: 700;
}

.homepage-refresh .product-category-list button:hover:not(.product-category-trigger),
.homepage-refresh .product-category-list button:focus-visible:not(.product-category-trigger),
.homepage-refresh .product-category-list button.is-active:not(.product-category-trigger) {
  padding-left: 16px;
  background: #087fd1;
  color: #fff;
}

.homepage-refresh .product-category-list button:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid #62c7ff;
  outline-offset: -3px;
}

.homepage-refresh .product-feature {
  margin-top: clamp(8px, 1.5vw, 18px);
  min-height: 0;
  grid-template-rows: auto auto;
  border: 4px solid #087fd1;
  background: #fff;
}

.homepage-refresh .product-feature-image {
  position: relative;
  min-height: 0;
  aspect-ratio: 2.8 / 1;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage-refresh .product-visual-copy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: clamp(28px, 6.5%, 72px);
  width: min(38%, 520px);
  color: #073b83;
  pointer-events: none;
  transform: translateY(-50%);
}

.homepage-refresh .product-feature-image[data-active-product="medical"] .product-visual-copy {
  width: 30%;
}

.homepage-refresh .product-feature-image[data-active-product="occupational"] .product-visual-copy {
  width: 40%;
}

.homepage-refresh .product-feature-image[data-active-product="health"] .product-visual-copy {
  width: 42%;
}

.homepage-refresh .product-visual-copy h3 {
  margin: 0;
  color: #073b83;
  font-size: clamp(36px, 3.45vw, 56px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .98;
  white-space: nowrap;
}

.homepage-refresh .product-visual-copy i {
  display: block;
  width: clamp(50px, 4.6vw, 74px);
  height: 4px;
  margin: clamp(14px, 1.5vw, 24px) 0 clamp(12px, 1.3vw, 20px);
  border-radius: 99px;
  background: #0799ea;
}

.homepage-refresh .product-visual-copy p {
  max-width: 470px;
  margin: 0;
  color: #263f5f;
  font-size: clamp(13px, 1vw, 18px);
  line-height: 1.45;
}

.homepage-refresh .product-feature-copy {
  padding: 30px 32px 34px;
}

@media (max-width: 980px) and (min-width: 761px) {
  .homepage-refresh .product-directory-shell {
    grid-template-columns: 1fr;
  }

  .homepage-refresh .product-category-list {
    margin-top: 24px;
  }

  .homepage-refresh .product-feature {
    margin-top: 0;
  }
}

@media (max-width: 1200px) and (min-width: 981px) {
  .homepage-refresh .product-directory-shell {
    grid-template-columns: minmax(380px, 430px) minmax(0, 1fr);
  }

  .homepage-refresh .product-category-list {
    margin-top: 40px;
  }
}

@media (max-width: 760px) {
  .homepage-refresh .product-directory-shell {
    grid-template-columns: 1fr;
  }

  .homepage-refresh .product-category-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
    border-top: 1px solid #b9d4ec;
    border-left: 1px solid #b9d4ec;
  }

  .homepage-refresh .product-category-list button {
    min-height: 62px;
    padding: 8px 12px;
    border-right: 1px solid #b9d4ec;
    border-bottom: 1px solid #b9d4ec;
    font-size: 13px;
    line-height: 1.25;
  }

  .homepage-refresh .product-category-list button:hover,
  .homepage-refresh .product-category-list button:focus-visible,
  .homepage-refresh .product-category-list button.is-active {
    padding-left: 12px;
  }

  .homepage-refresh .product-feature {
    border-top: 0;
  }

  .homepage-refresh .product-feature-image {
    aspect-ratio: 2.35 / 1;
  }

  .homepage-refresh .product-visual-copy {
    left: 18px;
    width: 48%;
  }

  .homepage-refresh .product-visual-copy h3 {
    font-size: clamp(27px, 7vw, 40px);
  }

  .homepage-refresh .product-visual-copy i {
    width: 48px;
    height: 3px;
    margin: 10px 0 9px;
  }

  .homepage-refresh .product-visual-copy p {
    font-size: 12px;
    line-height: 1.35;
  }
}

@media (max-width: 520px) {
  .homepage-refresh .product-category-list {
    grid-template-columns: 1fr;
  }

  .homepage-refresh .product-category-list button {
    min-height: 54px;
    padding: 0 16px;
    text-align: left;
  }

  .homepage-refresh .product-category-list button:hover,
  .homepage-refresh .product-category-list button:focus-visible,
  .homepage-refresh .product-category-list button.is-active {
    padding-left: 16px;
  }
}

/* Official category accordion: the selected primary category reveals its product groups. */
.homepage-refresh .product-category-list {
  overflow: visible;
  border-top: 1px solid #d5e5f4;
}

.homepage-refresh .product-category-item {
  border-bottom: 1px solid #d5e5f4;
  background: #eef6fc;
}

.homepage-refresh .product-category-list .product-category-trigger {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 24px;
  align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 18px 16px;
  border: 0;
  background: transparent;
  color: #315a7b;
  text-align: left;
  cursor: pointer;
}

.homepage-refresh .product-category-list .product-category-trigger span,
.homepage-refresh .product-category-list .product-subcategory-list button > span {
  display: block;
  margin-left: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.homepage-refresh .product-category-list .product-category-trigger:hover,
.homepage-refresh .product-category-list .product-category-trigger:focus-visible,
.homepage-refresh .product-category-item.is-active .product-category-trigger {
  padding-left: 16px;
  background: #087fd1;
  color: #fff;
}

.homepage-refresh .product-category-list .product-category-trigger:hover span,
.homepage-refresh .product-category-list .product-category-trigger:focus-visible span,
.homepage-refresh .product-category-item.is-active .product-category-trigger span {
  color: #fff;
}

.product-category-number {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  opacity: .72;
}

.product-category-label {
  display: grid;
  gap: 2px;
}

.homepage-refresh .product-category-list .product-category-trigger .product-category-label {
  display: grid;
  gap: 2px;
}

.product-category-label strong {
  font-size: 17px;
  line-height: 1.2;
}

.product-category-label small {
  font-size: 12px;
  font-weight: 600;
  opacity: .72;
}

.product-category-toggle {
  justify-self: end;
  font-size: 22px;
  font-weight: 300;
  transition: transform var(--motion-fast) var(--motion-ease);
}

.product-category-item.is-active .product-category-toggle {
  transform: rotate(45deg);
}

.product-subcategory-list {
  display: grid;
  max-height: 0;
  overflow: hidden;
  background: #e4f1fa;
  opacity: 0;
  transition: max-height 360ms var(--motion-ease), opacity 180ms ease;
}

.product-category-item.is-active .product-subcategory-list {
  max-height: 1600px;
  opacity: 1;
}

.homepage-refresh .product-category-list .product-subcategory-list button {
  display: grid;
  gap: 2px;
  min-height: 44px;
  padding: 6px 18px 6px 50px;
  border: 0;
  border-top: 1px solid rgba(84, 143, 188, .2);
  background: transparent;
  color: #315a7b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 1px 0 rgba(243, 108, 33, .35);
  transition: padding-left var(--motion-fast) var(--motion-ease),
              background-color var(--motion-fast) var(--motion-ease),
              color var(--motion-fast) var(--motion-ease),
              box-shadow var(--motion-fast) var(--motion-ease);
}

.homepage-refresh .product-category-list .product-subcategory-list button small {
  font-size: 11px;
  font-weight: 500;
  opacity: .68;
}

.homepage-refresh .product-category-list .product-subcategory-list button.is-active {
  padding-left: 56px;
  background: #fff;
  color: #005a9c;
  box-shadow: inset 2px 0 #f36c21;
}

.homepage-refresh .product-category-list .product-subcategory-list button:hover,
.homepage-refresh .product-category-list .product-subcategory-list button:focus-visible {
  padding-left: 56px;
  background: #fff;
  color: #005a9c;
  box-shadow: inset 3px 0 #f36c21;
}

.homepage-refresh .product-tags {
  line-height: 1.75;
}

@media (max-width: 760px) {
  .homepage-refresh .product-category-list {
    display: block;
    border-left: 0;
  }

  .homepage-refresh .product-category-list .product-category-trigger,
  .homepage-refresh .product-category-list .product-category-trigger:hover,
  .homepage-refresh .product-category-list .product-category-trigger:focus-visible,
  .homepage-refresh .product-category-item.is-active .product-category-trigger {
    min-height: 64px;
    padding: 9px 14px;
  }

  .homepage-refresh .product-category-list .product-subcategory-list button {
    min-height: 48px;
    padding: 8px 14px 8px 48px;
    box-shadow: inset 1px 0 rgba(243, 108, 33, .35);
  }

  .homepage-refresh .product-category-list .product-subcategory-list button.is-active {
    padding: 8px 14px 8px 52px;
    box-shadow: inset 2px 0 #f36c21;
  }

  .homepage-refresh .product-category-list .product-subcategory-list button:hover,
  .homepage-refresh .product-category-list .product-subcategory-list button:focus-visible {
    padding: 8px 14px 8px 52px;
    box-shadow: inset 3px 0 #f36c21;
  }
}

/* Browser review 2026-07-31: keep the opening statement on one desktop line. */
@media (min-width: 981px) {
  .homepage-refresh #what-sanqi-title {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(44px, 5.25vw, 74px);
  }
}

@media (max-width: 980px) {
  .homepage-refresh #what-sanqi-title {
    white-space: normal;
  }
}

/* Homepage refresh 2026-07-29
   The first viewport is one uninterrupted video composition. The header only
   gains its solid enterprise frame once the page has started scrolling. */
.homepage-refresh .hero {
  min-height: 100svh;
}

.homepage-refresh .hero .video-grade {
  background:
    linear-gradient(180deg, rgba(2, 20, 48, .7) 0, rgba(2, 20, 48, .25) 24%, transparent 48%),
    linear-gradient(90deg, rgba(2, 18, 44, .54), rgba(2, 18, 44, .04) 58%, rgba(2, 18, 44, .24)),
    linear-gradient(0deg, rgba(2, 15, 38, .62), transparent 48%);
}

.homepage-refresh .site-header.enterprise-header {
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  color: #fff;
  backdrop-filter: none;
  transition:
    background 240ms ease,
    box-shadow 240ms ease,
    color 240ms ease;
}

.homepage-refresh .site-header .nav {
  background: transparent;
  color: #fff;
  box-shadow: none;
  transition: background 240ms ease, box-shadow 240ms ease;
}

.homepage-refresh .site-header .nav-item > a,
.homepage-refresh .site-header .nav-submenu-toggle,
.homepage-refresh .site-header .header-language,
.homepage-refresh .site-header .header-contact-link {
  color: #fff;
}

.homepage-refresh .site-header .header-language-select {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.homepage-refresh .site-header .header-language-select option {
  background: #fff;
  color: #102a52;
}

.homepage-refresh .site-header .nav-item > a:hover,
.homepage-refresh .site-header .nav-item:focus-within > a,
.homepage-refresh .site-header .nav-item.is-open > a {
  color: #fff;
  border-bottom-color: #fff;
}

.homepage-refresh .header-search {
  border: 1px solid rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
}

.homepage-refresh .header-search input {
  color: #fff;
  background: transparent;
}

.homepage-refresh .header-search input::placeholder {
  color: rgba(255, 255, 255, .82);
}

.homepage-refresh .header-search button {
  background: rgba(255, 255, 255, .2);
}

.homepage-refresh .header-search .search-glyph {
  border-color: #fff;
}

.homepage-refresh .header-search .search-glyph::after {
  background: #fff;
}

.homepage-refresh .header-contact-link {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .08);
}

.homepage-refresh .site-header.enterprise-header.is-scrolled {
  background: rgba(255, 255, 255, .985);
  color: #102a52;
  box-shadow: 0 10px 32px rgba(3, 32, 72, .15);
  backdrop-filter: blur(14px);
}

.homepage-refresh .site-header.is-scrolled .nav {
  background: #062c5c;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
}

.homepage-refresh .site-header.is-scrolled .header-search {
  border-color: #cfdbe7;
  background: #fff;
  box-shadow: none;
}

.homepage-refresh .site-header.is-scrolled .header-search input {
  color: #102a52;
}

.homepage-refresh .site-header.is-scrolled .header-search input::placeholder {
  color: #70839a;
}

.homepage-refresh .site-header.is-scrolled .header-search button {
  background: #062c5c;
}

.homepage-refresh .site-header.is-scrolled .header-language {
  color: #31577f;
}

.homepage-refresh .site-header.is-scrolled .header-language-select {
  border-color: #9fb8cf;
  background: #fff;
  color: #31577f;
}

.homepage-refresh .site-header.is-scrolled .header-contact-link {
  border-color: #087fd1;
  background: #fff;
  color: #075aa8;
}

.homepage-refresh .home-hero-copy {
  left: clamp(32px, 7vw, 132px);
  bottom: clamp(82px, 10vh, 124px);
  width: min(820px, calc(100% - clamp(64px, 14vw, 264px)));
  padding: 0;
  border-left: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.homepage-refresh .home-hero-copy .hero-message {
  max-width: 790px;
  white-space: normal;
  font-size: clamp(46px, 5.2vw, 82px);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.homepage-refresh .hero-subtitle {
  max-width: 610px;
  margin-top: 24px;
  font-size: clamp(16px, 1.25vw, 20px);
}

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

.homepage-refresh .home-hero-button {
  min-height: 52px;
  padding-inline: 28px;
}

/* 3M-inspired whitespace ratio: narrow content measures inside generous,
   quiet section fields, with visual modules occupying less than the canvas. */
.homepage-refresh .protection-heading {
  padding: clamp(44px, 5vw, 76px) clamp(32px, 10vw, 180px);
  background: #fff;
  color: #102a52;
}

.homepage-refresh .protection-heading .kicker {
  color: #087fd1;
}

.homepage-refresh .protection-heading h2 {
  max-width: 920px;
  margin: 0;
  color: #102a52;
  font-size: clamp(46px, 6.2vw, 92px);
  line-height: .98;
  letter-spacing: -.045em;
}

.homepage-refresh .protection-heading h2 span {
  display: block;
}

.homepage-refresh .protection-heading > p:last-child {
  max-width: 660px;
  margin-top: 34px;
  color: #58708c;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.7;
}

.homepage-refresh .opening.protection-entry {
  --entry-image: url("../assets/sanqi-panel-01-clean.jpg");
  width: min(1580px, calc(100% - clamp(48px, 12vw, 220px)));
  height: clamp(540px, 58vw, 760px);
  min-height: 540px;
  margin: 0 auto;
  border-top: 0;
  border-radius: 2px;
  box-shadow: 0 24px 70px rgba(4, 36, 78, .12);
}

.homepage-refresh .opening.protection-entry .protection-panel.is-active {
  border-right-color: transparent;
  box-shadow: none;
}

.homepage-refresh .opening.protection-entry .protection-panel.is-active::after {
  background: transparent;
}

.homepage-refresh .opening.protection-entry .protection-panel:hover,
.homepage-refresh .opening.protection-entry .protection-panel:focus-within {
  border-right-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(7, 90, 168, .92);
}

.homepage-refresh .opening.protection-entry .protection-panel:hover::after,
.homepage-refresh .opening.protection-entry .protection-panel:focus-within::after {
  background: rgba(8, 127, 209, .58);
}

.homepage-refresh .opening.protection-entry .protection-panel a > span,
.homepage-refresh .opening.protection-entry .protection-panel strong,
.homepage-refresh .opening.protection-entry .protection-panel small {
  display: none;
}

.homepage-refresh .opening.protection-entry .protection-panel i {
  margin-top: 0;
  font-size: clamp(40px, 3.4vw, 58px);
  line-height: 1;
}

/* Panel copy is rendered independently so the supplied artwork remains a
   clean background while the original information hierarchy stays intact. */
.homepage-refresh .opening.protection-entry > .panel-story {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
  clip-path: none;
  mix-blend-mode: normal;
  opacity: 0;
}

.homepage-refresh .opening.protection-entry > .panel-story.is-active {
  opacity: 1;
}

.homepage-refresh .panel-story-copy {
  display: flex;
  width: min(45%, 710px);
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4.8vw, 76px) clamp(32px, 4.4vw, 68px);
  color: #0b397c;
}

.homepage-refresh .panel-story-metric {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 30px);
  white-space: nowrap;
}

.homepage-refresh .panel-story-metric strong {
  color: #083b8d;
  font-size: clamp(76px, 8.6vw, 142px);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .8;
}

.homepage-refresh .panel-story-metric span {
  color: #083b8d;
  font-size: clamp(25px, 2.45vw, 45px);
  font-weight: 760;
  letter-spacing: -.03em;
  line-height: 1.12;
}

.homepage-refresh .panel-story-copy h3 {
  max-width: 660px;
  margin: 0;
  color: #083b8d;
  font-size: clamp(43px, 4.7vw, 76px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .98;
}

.homepage-refresh .panel-story-rule {
  display: block;
  width: clamp(74px, 7vw, 116px);
  height: 5px;
  margin: clamp(38px, 4.5vw, 64px) 0 24px;
  border-radius: 99px;
  background: #0799ea;
}

.homepage-refresh .panel-story-copy > p {
  max-width: 620px;
  margin: 0;
  color: #244d7c;
  font-size: clamp(16px, 1.32vw, 22px);
  line-height: 1.5;
}

.homepage-refresh .panel-story-company {
  position: relative;
  max-width: 620px;
  margin-top: clamp(26px, 3vw, 42px);
  padding-left: 16px;
  color: #285b96;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.45;
}

.homepage-refresh .panel-story-company::before {
  position: absolute;
  top: .08em;
  bottom: .08em;
  left: 0;
  width: 4px;
  border-radius: 99px;
  background: #0799ea;
  content: "";
}

.homepage-refresh .panel-story--expertise .panel-story-copy {
  width: min(48%, 780px);
  padding-right: clamp(22px, 2.6vw, 42px);
}

.homepage-refresh .panel-story--expertise .panel-story-metric {
  gap: clamp(16px, 2vw, 34px);
}

.homepage-refresh .panel-story--expertise .panel-story-metric strong {
  font-size: clamp(160px, 18vw, 280px);
  letter-spacing: -.08em;
  line-height: .74;
}

.homepage-refresh .panel-story--expertise .panel-story-metric span {
  font-size: clamp(40px, 5.2vw, 82px);
  line-height: 1.08;
}

.homepage-refresh .panel-story--expertise .panel-story-rule {
  margin-top: clamp(28px, 2.8vw, 44px);
}

.homepage-refresh .panel-story--expertise .panel-story-copy > p {
  max-width: 570px;
  font-size: clamp(20px, 1.9vw, 30px);
  line-height: 1.42;
}

.homepage-refresh .panel-story--manufacturing .panel-story-copy {
  width: min(46%, 740px);
  justify-content: flex-start;
  padding-top: clamp(70px, 7vw, 104px);
  padding-right: clamp(24px, 3vw, 48px);
}

.homepage-refresh .panel-story--manufacturing .panel-story-copy h3 {
  max-width: 660px;
  font-size: clamp(44px, 4.8vw, 78px);
  line-height: .98;
  white-space: nowrap;
}

.homepage-refresh .panel-story--manufacturing .panel-story-copy > p {
  max-width: 430px;
  font-size: clamp(16px, 1.42vw, 23px);
  line-height: 1.45;
}

.homepage-refresh .panel-story--manufacturing .panel-story-rule {
  margin-top: clamp(18px, 2vw, 30px);
  margin-bottom: 18px;
}

.homepage-refresh .panel-story--manufacturing .panel-story-company {
  position: absolute;
  bottom: clamp(60px, 6vw, 94px);
  left: clamp(32px, 4.4vw, 68px);
  margin-top: 0;
}

.homepage-refresh .panel-story--dual .panel-story-copy {
  width: min(54%, 860px);
  justify-content: flex-start;
  padding-top: clamp(86px, 8.5vw, 126px);
  padding-right: clamp(22px, 2.4vw, 38px);
}

.homepage-refresh .panel-story--dual .panel-story-copy h3 {
  max-width: none;
  font-size: clamp(44px, 4.5vw, 72px);
  line-height: 1.03;
  white-space: nowrap;
}

.homepage-refresh .panel-story--dual .panel-story-copy > p {
  max-width: 430px;
  font-size: clamp(16px, 1.36vw, 22px);
  line-height: 1.48;
}

.homepage-refresh .panel-story--dual .panel-story-rule {
  margin-top: clamp(18px, 2vw, 30px);
  margin-bottom: 18px;
}

.homepage-refresh .panel-story--dual .panel-story-company {
  position: absolute;
  bottom: clamp(68px, 7vw, 104px);
  left: clamp(32px, 4.4vw, 68px);
  margin-top: 0;
}

.homepage-refresh .panel-story--certifications .certification-story-copy {
  display: flex;
  width: min(760px, 68%);
  margin: 0 auto;
  padding-top: clamp(62px, 5.4vw, 86px);
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.homepage-refresh .panel-story--certifications h3 {
  margin: 0;
  color: #113f80;
  font-size: clamp(34px, 3.25vw, 54px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.homepage-refresh .panel-story--certifications p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #315785;
  font-size: clamp(14px, 1.15vw, 19px);
  line-height: 1.5;
}

.homepage-refresh .cleanroom-story-copy {
  display: flex;
  width: min(44%, 690px);
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4.8vw, 76px) clamp(32px, 4.4vw, 68px);
  color: #0b397c;
}

.homepage-refresh .cleanroom-story-title {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 30px);
  white-space: nowrap;
}

.homepage-refresh .cleanroom-story-title strong {
  color: #083b8d;
  font-size: clamp(64px, 7.2vw, 124px);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: .82;
}

.homepage-refresh .cleanroom-story-title span {
  color: #083b8d;
  font-size: clamp(23px, 2.25vw, 42px);
  font-weight: 760;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.homepage-refresh .cleanroom-story-rule {
  display: block;
  width: clamp(74px, 7vw, 116px);
  height: 5px;
  margin: clamp(44px, 5vw, 70px) 0 24px;
  border-radius: 99px;
  background: #0799ea;
}

.homepage-refresh .cleanroom-story-copy > p {
  max-width: 610px;
  margin: 0;
  color: #244d7c;
  font-size: clamp(16px, 1.32vw, 22px);
  line-height: 1.5;
}

.homepage-refresh .cleanroom-story-accreditation {
  display: grid;
  gap: 14px;
  margin-top: clamp(26px, 3vw, 42px);
}

.homepage-refresh .cleanroom-story-accreditation strong,
.homepage-refresh .cleanroom-story-accreditation span {
  position: relative;
  padding-left: 16px;
}

.homepage-refresh .cleanroom-story-accreditation strong::before,
.homepage-refresh .cleanroom-story-accreditation span::before {
  position: absolute;
  top: .08em;
  bottom: .08em;
  left: 0;
  width: 4px;
  border-radius: 99px;
  background: #0799ea;
  content: "";
}

.homepage-refresh .cleanroom-story-accreditation strong {
  font-size: clamp(15px, 1.25vw, 21px);
  letter-spacing: -.01em;
}

.homepage-refresh .cleanroom-story-accreditation span {
  color: #285b96;
  font-size: clamp(14px, 1.05vw, 18px);
}

.homepage-refresh .cleanroom-story-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: clamp(24px, 3vw, 38px);
  padding-top: 16px;
  border-top: 1px solid #c7dcef;
  color: #2b62a2;
  font-size: clamp(13px, .98vw, 17px);
}

.homepage-refresh .cleanroom-story-keywords span + span::before {
  margin: 0 10px;
  color: #7d9bbb;
  content: "|";
}

.homepage-refresh .home-proof-strip {
  width: min(1480px, calc(100% - clamp(48px, 12vw, 220px)));
  margin: clamp(56px, 6vw, 92px) auto;
  padding: 0;
  background: #fff;
  border-color: #dbe6f0;
}

.homepage-refresh .home-proof-strip a {
  min-height: 180px;
  background: #fff;
}

.homepage-refresh .partners-showcase {
  position: relative;
  display: block;
  min-height: 100svh;
  padding: 0;
  border: 0;
  background: #fff;
  color: #102a52;
  overflow: hidden;
  isolation: isolate;
}

.homepage-refresh .partners-showcase::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, .98) 0%,
    rgba(255, 255, 255, .93) 24%,
    rgba(255, 255, 255, .68) 42%,
    rgba(255, 255, 255, .12) 63%,
    rgba(255, 255, 255, 0) 78%
  );
}

.homepage-refresh .partners-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  width: min(650px, 48vw);
  padding: clamp(100px, 12vh, 150px) 0 clamp(80px, 10vh, 130px) clamp(32px, 8vw, 150px);
  flex-direction: column;
  justify-content: center;
}

.homepage-refresh .partners-copy .kicker {
  color: #087fd1;
}

.homepage-refresh .partners-copy h2 {
  max-width: 610px;
  margin-bottom: 30px;
  color: #102a52;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.03;
}

.homepage-refresh .partners-copy p:last-child {
  max-width: 540px;
  color: #58708c;
  line-height: 1.75;
}

.homepage-refresh .partners-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  min-height: 0;
  aspect-ratio: auto;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.homepage-refresh .partners-media::after {
  content: none;
}

.homepage-refresh .partners-map-frame,
.homepage-refresh .partners-map-frame img,
.homepage-refresh .partners-map-frame video {
  width: 100%;
  height: 100%;
}

.homepage-refresh .partners-map-frame {
  position: absolute;
  inset: 0;
}

.homepage-refresh .partners-map-frame img {
  display: block;
  object-fit: cover;
  object-position: center;
  transform: translateX(clamp(80px, 7vw, 150px));
}

.homepage-refresh .partners-map-frame video {
  display: block;
  box-sizing: border-box;
  padding: clamp(14px, 1.4vw, 26px);
  object-fit: contain;
  object-position: center;
  background: #031f42;
}

.homepage-refresh .product-directory {
  padding: 0 0 clamp(32px, 4vw, 64px);
  border-top: 18px solid #087fd1;
  background: #fff;
}

/* 修复：product-stage 的装饰伪元素阻挡了左侧菜单的点击 */
.homepage-refresh .product-directory.product-stage::before,
.homepage-refresh .product-directory.product-stage::after {
  pointer-events: none;
}

.homepage-refresh .product-directory > .section-head {
  display: block;
  max-width: none;
  margin: 0;
  padding: clamp(24px, 3vw, 44px) clamp(32px, 10vw, 180px) clamp(12px, 2vw, 22px);
  background: #fff;
  color: #102a52;
}

.homepage-refresh .product-directory > .section-head .kicker {
  color: #087fd1;
}

.homepage-refresh .product-directory > .section-head h2 {
  color: #102a52;
  font-size: clamp(48px, 6vw, 88px);
  letter-spacing: -.045em;
}

.homepage-refresh .product-directory-shell {
  width: min(1500px, calc(100% - clamp(48px, 12vw, 220px)));
  margin: 0 auto;
  box-shadow: 0 24px 70px rgba(4, 36, 78, .1);
}

.homepage-refresh .solutions {
  padding-top: clamp(120px, 13vw, 190px);
  padding-bottom: clamp(120px, 13vw, 190px);
}

.homepage-refresh .solutions > .section-head,
.homepage-refresh .solution-shell-clean .solution-feature {
  width: min(1380px, calc(100% - clamp(48px, 12vw, 220px)));
}

@media (max-width: 1060px) {
  .homepage-refresh .site-header.enterprise-header {
    background: linear-gradient(180deg, rgba(2, 20, 48, .58), rgba(2, 20, 48, 0));
  }

  .homepage-refresh .site-header.enterprise-header.is-scrolled {
    background: rgba(255, 255, 255, .985);
  }

  .homepage-refresh .mobile-nav-toggle span {
    background: #fff;
  }

  .homepage-refresh .site-header.is-scrolled .mobile-nav-toggle span {
    background: #102a52;
  }

  .homepage-refresh .site-header.mobile-nav-open .nav {
    background: #062c5c;
  }

  .homepage-refresh .partners-showcase {
    min-height: 100svh;
  }

  .homepage-refresh .partners-copy {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .homepage-refresh .hero {
    min-height: 100svh;
  }

  .homepage-refresh .home-hero-copy {
    left: 22px;
    bottom: 92px;
    width: calc(100% - 44px);
  }

  .homepage-refresh .home-hero-copy .hero-message {
    font-size: clamp(40px, 12vw, 60px);
  }

  .homepage-refresh .protection-heading,
  .homepage-refresh .product-directory > .section-head {
    padding: 42px 22px 36px;
  }

  .homepage-refresh .opening.protection-entry,
  .homepage-refresh .home-proof-strip,
  .homepage-refresh .product-directory-shell,
  .homepage-refresh .solutions > .section-head,
  .homepage-refresh .solution-shell-clean .solution-feature {
    width: calc(100% - 40px);
  }

  /* Override the higher-specificity `main#top > section` rule in styles.css.
     The opening carousel must remain inset on narrow screens without causing
     the document itself to scroll horizontally. */
  .homepage-refresh main#top > .opening.protection-entry {
    width: calc(100% - 40px);
    max-width: calc(100vw - 40px);
    margin-inline: auto;
    contain: layout paint;
  }

  /* The panels intentionally form a horizontal swipe rail. Keep that rail's
     scrollable area inside main so it cannot enlarge the page viewport. */
  .homepage-refresh main#top {
    overflow-x: clip;
  }

  .homepage-refresh .home-proof-strip {
    margin: 52px auto;
    padding: 0;
  }

  .homepage-refresh .cleanroom-story-copy {
    width: 100%;
    justify-content: flex-start;
    padding: 68px 26px 34px;
  }

  .homepage-refresh .cleanroom-story-title strong {
    font-size: clamp(50px, 16vw, 72px);
  }

  .homepage-refresh .cleanroom-story-title span {
    font-size: clamp(19px, 5vw, 25px);
  }

  .homepage-refresh .cleanroom-story-rule {
    margin: 34px 0 20px;
  }

  .homepage-refresh .panel-story-copy,
  .homepage-refresh .panel-story--expertise .panel-story-copy,
  .homepage-refresh .panel-story--manufacturing .panel-story-copy,
  .homepage-refresh .panel-story--dual .panel-story-copy {
    width: 100%;
    justify-content: flex-start;
    padding: 68px 26px 34px;
  }

  .homepage-refresh .panel-story-metric strong {
    font-size: clamp(58px, 19vw, 86px);
  }

  .homepage-refresh .panel-story-metric span {
    font-size: clamp(20px, 6vw, 28px);
  }

  .homepage-refresh .panel-story-copy h3,
  .homepage-refresh .panel-story--manufacturing .panel-story-copy h3 {
    font-size: clamp(38px, 10vw, 54px);
  }

  .homepage-refresh .panel-story-rule {
    margin: 34px 0 20px;
  }

  .homepage-refresh .panel-story--certifications .certification-story-copy {
    width: calc(100% - 52px);
    padding-top: 70px;
  }

  .homepage-refresh .partners-showcase {
    min-height: 100svh;
    padding: 0;
  }

  .homepage-refresh .partners-showcase::after {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, .96) 0%,
      rgba(255, 255, 255, .9) 38%,
      rgba(255, 255, 255, .35) 67%,
      rgba(255, 255, 255, .08) 100%
    );
  }

  .homepage-refresh .partners-copy {
    min-height: 100svh;
    width: 100%;
    padding: 110px 22px 72px;
    justify-content: flex-start;
  }

  .homepage-refresh .partners-media {
    min-height: 0;
  }

  .homepage-refresh .partners-map-frame img {
    object-position: 58% center;
    transform: translateX(10vw);
  }

  .homepage-refresh .product-directory {
    padding-bottom: 72px;
  }

  .homepage-refresh .solutions {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.homepage-refresh .product-directory-shell {
  box-shadow: none;
}

/* Final desktop heading controls */
@media (min-width: 981px) {
  .homepage-refresh #what-sanqi-title {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(46px, 4.35vw, 55px);
  }
}

@media (max-width: 980px) {
  .homepage-refresh #what-sanqi-title {
    white-space: normal;
  }
}

/* Global partners: elevated information panel over the full-bleed map */
.homepage-refresh .partners-showcase::after {
  background: linear-gradient(
    90deg,
    rgba(3, 31, 66, .14),
    rgba(3, 31, 66, 0) 56%
  );
}

.homepage-refresh .partners-copy {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  display: flex;
  height: 100%;
  min-height: 0;
  padding: clamp(40px, 4vw, 60px);
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(77, 195, 255, .38);
  border-left: 4px solid #39bdf2;
  background: linear-gradient(
    135deg,
    rgba(3, 31, 66, .96),
    rgba(7, 82, 139, .9)
  );
  box-shadow: 18px 0 54px rgba(2, 21, 48, .24);
  backdrop-filter: blur(10px);
}

.homepage-refresh .partners-copy .kicker {
  color: #66d3ff;
}

.homepage-refresh .partners-copy h2 {
  max-width: none;
  color: #fff;
  line-height: 1.08;
}

.homepage-refresh .partners-title-line {
  display: block;
  white-space: nowrap;
}

.homepage-refresh .partners-copy p:last-child {
  color: rgba(255, 255, 255, .84);
  line-height: 1.7;
}

@media (min-width: 861px) {
  .homepage-refresh .partners-copy {
    left: clamp(32px, 7vw, 140px);
    width: clamp(520px, 38vw, 640px);
    transform: none;
  }

  .homepage-refresh .partners-media {
    left: calc(clamp(32px, 7vw, 140px) + clamp(520px, 38vw, 640px));
  }

  .homepage-refresh .partners-copy h2 {
    font-size: clamp(40px, 2.8vw, 50px);
  }
}

@media (max-width: 860px) {
  .homepage-refresh .partners-showcase::after {
    background: linear-gradient(
      180deg,
      rgba(3, 31, 66, .14),
      rgba(3, 31, 66, 0) 68%
    );
  }

  .homepage-refresh .partners-copy {
    left: 50%;
    width: min(560px, calc(100% - 32px));
    max-width: none;
    margin: 0;
    padding: 32px 24px;
    transform: translateX(-50%);
    background: linear-gradient(
      135deg,
      rgba(3, 31, 66, .96),
      rgba(7, 82, 139, .9)
    );
    box-shadow: 0 22px 54px rgba(2, 21, 48, .24);
    backdrop-filter: blur(8px);
  }

  .homepage-refresh .partners-copy h2 {
    color: #fff;
    font-size: clamp(32px, 7vw, 42px);
    line-height: 1.08;
  }

  .homepage-refresh .partners-copy p:last-child {
    color: rgba(255, 255, 255, .84);
    line-height: 1.68;
  }
}

/* Homepage OEM / ODM showcase */
.homepage-refresh .home-oem-showcase {
  position: relative;
  min-height: 100svh;
  padding: clamp(142px, 9vw, 172px) clamp(28px, 6vw, 110px) clamp(64px, 7vw, 112px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(25, 163, 232, .18), transparent 32%),
    linear-gradient(135deg, #021d3e 0%, #06325f 52%, #031b38 100%);
  color: #fff;
  isolation: isolate;
}

.homepage-refresh .home-oem-showcase::before,
.homepage-refresh .home-oem-showcase::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.homepage-refresh .home-oem-showcase::before {
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(91, 191, 239, .25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 191, 239, .25) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent, #000 44%, #000);
}

.homepage-refresh .home-oem-showcase::after {
  width: min(46vw, 760px);
  aspect-ratio: 1;
  right: -18vw;
  bottom: -60%;
  border: 1px solid rgba(74, 202, 255, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(60, 190, 246, .035), 0 0 0 180px rgba(60, 190, 246, .025);
}

.homepage-refresh .home-oem-grid {
  display: grid;
  width: min(1740px, 100%);
  min-height: calc(100svh - clamp(128px, 14vw, 224px));
  margin: 0 auto;
  grid-template-columns: minmax(390px, .78fr) minmax(620px, 1.22fr);
  gap: clamp(40px, 5vw, 86px);
  align-items: center;
}

.homepage-refresh .home-oem-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.homepage-refresh .home-oem-eyebrow {
  margin: 0 0 24px;
  color: #54c7fb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
}

.homepage-refresh .home-oem-copy h2 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 3.75vw, 80px);
  font-weight: 720;
  letter-spacing: -.055em;
  line-height: .94;
}

.homepage-refresh .home-oem-lead {
  max-width: 610px;
  margin: 34px 0 0;
  color: rgba(230, 243, 255, .8);
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.72;
}

.homepage-refresh .home-oem-actions {
  display: flex;
  margin-top: 36px;
  gap: 12px;
  flex-wrap: wrap;
}

.homepage-refresh .home-oem-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid rgba(113, 205, 249, .42);
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.homepage-refresh .home-oem-button.is-primary {
  border-color: #0e8bd5;
  background: #0e86d0;
}

.homepage-refresh .home-oem-button:hover,
.homepage-refresh .home-oem-button:focus-visible {
  border-color: #6bd5ff;
  background: rgba(48, 181, 240, .16);
  transform: translateY(-2px);
}

.homepage-refresh .home-oem-button.is-primary:hover,
.homepage-refresh .home-oem-button.is-primary:focus-visible {
  background: #19a3e8;
}

.homepage-refresh .home-oem-metrics {
  display: grid;
  margin: 48px 0 0;
  border-top: 1px solid rgba(103, 190, 233, .3);
  border-bottom: 1px solid rgba(103, 190, 233, .3);
  grid-template-columns: repeat(3, 1fr);
}

.homepage-refresh .home-oem-metrics div {
  min-width: 0;
  padding: 24px 18px 24px 0;
}

.homepage-refresh .home-oem-metrics div + div {
  padding-left: 20px;
  border-left: 1px solid rgba(103, 190, 233, .3);
}

.homepage-refresh .home-oem-metrics dt {
  color: #4cc7ff;
  font-size: clamp(26px, 2vw, 38px);
  font-weight: 800;
  letter-spacing: -.04em;
}

.homepage-refresh .home-oem-metrics dd {
  margin: 7px 0 0;
  color: rgba(227, 241, 253, .72);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.homepage-refresh .home-oem-certifications {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid rgba(103, 190, 233, .34);
  border-left: 1px solid rgba(103, 190, 233, .34);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.homepage-refresh .home-oem-certifications article {
  min-width: 0;
  min-height: 88px;
  padding: 15px 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(103, 190, 233, .34);
  border-bottom: 1px solid rgba(103, 190, 233, .34);
  background: linear-gradient(135deg, rgba(7, 55, 99, .72), rgba(8, 80, 130, .28));
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.homepage-refresh .home-oem-certifications article:hover {
  z-index: 1;
  border-color: rgba(91, 211, 255, .9);
  background: linear-gradient(135deg, rgba(8, 79, 135, .92), rgba(12, 112, 169, .46));
  transform: translateY(-2px);
}

.homepage-refresh .home-oem-certifications strong {
  color: #fff;
  font-size: clamp(21px, 1.55vw, 29px);
  line-height: 1;
  letter-spacing: -.035em;
}

.homepage-refresh .home-oem-certifications span {
  margin-top: 8px;
  color: rgba(226, 242, 253, .7);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.homepage-refresh .home-oem-lab-strip {
  display: grid;
  margin-top: 12px;
  border: 1px solid rgba(80, 202, 255, .42);
  border-left: 3px solid #50caff;
  background: rgba(5, 42, 78, .72);
  grid-template-columns: 1.2fr .72fr .72fr 1fr;
}

.homepage-refresh .home-oem-lab-strip > span {
  min-width: 0;
  min-height: 54px;
  padding: 10px 11px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homepage-refresh .home-oem-lab-strip > span + span {
  border-left: 1px solid rgba(103, 190, 233, .24);
}

.homepage-refresh .home-oem-lab-strip strong {
  color: #54cdff;
  font-size: 13px;
  line-height: 1.1;
  white-space: nowrap;
}

.homepage-refresh .home-oem-lab-strip small {
  margin-top: 5px;
  color: rgba(224, 241, 253, .64);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.homepage-refresh .home-oem-service-actions {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.homepage-refresh .home-oem-service-button {
  position: relative;
  display: grid;
  min-height: 112px;
  padding: 18px 20px;
  overflow: hidden;
  align-items: end;
  border: 1px solid rgba(82, 201, 255, .48);
  border-top: 3px solid #48c9ff;
  background: linear-gradient(135deg, rgba(8, 52, 96, .9), rgba(10, 79, 128, .68));
  color: #fff;
  text-decoration: none;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.homepage-refresh .home-oem-service-button::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(82, 201, 255, .18);
  border-radius: 50%;
  content: "";
  transform: translate(34px, -38px);
}

.homepage-refresh .home-oem-service-button:hover,
.homepage-refresh .home-oem-service-button:focus-visible {
  border-color: #6bd8ff;
  background: linear-gradient(135deg, rgba(10, 72, 125, .98), rgba(15, 116, 174, .82));
  box-shadow: 0 16px 40px rgba(0, 13, 35, .28);
  transform: translateY(-3px);
}

.homepage-refresh .home-oem-service-number {
  align-self: start;
  color: #51ceff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.homepage-refresh .home-oem-service-copy {
  display: grid;
  gap: 5px;
}

.homepage-refresh .home-oem-service-copy strong {
  font-size: 18px;
  line-height: 1.1;
}

.homepage-refresh .home-oem-service-copy small {
  color: rgba(224, 241, 253, .7);
  font-size: 11px;
  line-height: 1.4;
}

.homepage-refresh .home-oem-service-arrow {
  color: #56d1ff;
  font-size: 20px;
  transition: transform .25s ease;
}

.homepage-refresh .home-oem-service-button:hover .home-oem-service-arrow,
.homepage-refresh .home-oem-service-button:focus-visible .home-oem-service-arrow {
  transform: translateX(5px);
}

.homepage-refresh .home-oem-visual {
  position: relative;
  display: grid;
  min-height: clamp(650px, 73vh, 820px);
  padding: 12px;
  border: 1px solid rgba(86, 193, 242, .4);
  background: rgba(3, 27, 57, .64);
  box-shadow: 0 30px 90px rgba(0, 10, 29, .38);
  grid-template-columns: 1fr;
  gap: 0;
}

.homepage-refresh .home-oem-image {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #072a50;
}

.homepage-refresh .home-oem-image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 54%, rgba(0, 16, 37, .78));
}

.homepage-refresh .home-oem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.homepage-refresh .home-oem-image.is-composite img {
  object-position: center;
}

.homepage-refresh .home-oem-image:hover img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.03);
}

.homepage-refresh .home-oem-image figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.homepage-refresh .home-oem-image figcaption span {
  color: #50caff;
}

.homepage-refresh .home-sample-window {
  position: absolute;
  z-index: 4;
  right: clamp(28px, 3vw, 48px);
  bottom: clamp(28px, 3vw, 48px);
  width: min(440px, calc(100% - 64px));
  padding: clamp(24px, 2vw, 32px);
  border: 1px solid rgba(89, 207, 255, .68);
  border-top: 4px solid #35c3ff;
  background: linear-gradient(135deg, rgba(2, 35, 72, .96), rgba(8, 83, 133, .93));
  box-shadow: 0 24px 70px rgba(0, 11, 31, .48);
  backdrop-filter: blur(18px);
  transition: transform .3s ease, box-shadow .3s ease;
}

.homepage-refresh .home-sample-window:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 82px rgba(0, 11, 31, .56);
}

.homepage-refresh .home-sample-index {
  color: #58ceff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .17em;
}

.homepage-refresh .home-sample-window h3 {
  max-width: 430px;
  margin: 14px 0 12px;
  color: #fff;
  font-size: clamp(23px, 1.8vw, 30px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.homepage-refresh .home-sample-window p {
  margin: 0;
  color: rgba(227, 242, 255, .78);
  font-size: 14px;
  line-height: 1.65;
}

.homepage-refresh .home-sample-flow {
  display: flex;
  margin: 22px 0 20px;
  align-items: center;
  gap: 10px;
  color: rgba(235, 247, 255, .74);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.homepage-refresh .home-sample-flow i {
  height: 1px;
  flex: 1;
  background: rgba(85, 202, 250, .48);
}

.homepage-refresh .home-sample-window > a {
  display: flex;
  padding-top: 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(96, 205, 252, .36);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.homepage-refresh .home-sample-window > a span {
  color: #54ccff;
  font-size: 20px;
  transition: transform .25s ease;
}

.homepage-refresh .home-sample-window > a:hover span,
.homepage-refresh .home-sample-window > a:focus-visible span {
  transform: translateX(5px);
}

@media (max-width: 1120px) {
  .homepage-refresh .home-oem-grid {
    grid-template-columns: minmax(350px, .8fr) minmax(500px, 1.2fr);
    gap: 36px;
  }

  .homepage-refresh .home-oem-copy h2 {
    font-size: clamp(50px, 5vw, 68px);
  }

  .homepage-refresh .home-oem-visual {
    min-height: 640px;
  }
}

@media (max-width: 900px) {
  .homepage-refresh .home-oem-showcase {
    padding: 144px 24px 72px;
  }

  .homepage-refresh .home-oem-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .homepage-refresh .home-oem-copy {
    max-width: 720px;
  }

  .homepage-refresh .home-oem-copy h2 {
    font-size: clamp(48px, 10vw, 72px);
  }

  .homepage-refresh .home-oem-visual {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .homepage-refresh .home-oem-image {
    height: auto;
    aspect-ratio: 950 / 673;
  }

  .homepage-refresh .home-sample-window {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    grid-column: 1 / -1;
  }

  .homepage-refresh .home-sample-window:hover {
    transform: none;
  }
}

@media (max-width: 620px) {
  .homepage-refresh .home-oem-showcase {
    padding: 130px 20px 60px;
  }

  .homepage-refresh .home-oem-copy h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .homepage-refresh .home-oem-actions {
    flex-direction: column;
  }

  .homepage-refresh .home-oem-button {
    width: 100%;
    justify-content: space-between;
  }

  .homepage-refresh .home-oem-metrics {
    grid-template-columns: 1fr;
  }

  .homepage-refresh .home-oem-metrics div,
  .homepage-refresh .home-oem-metrics div + div {
    padding: 18px 0;
    border-left: 0;
  }

  .homepage-refresh .home-oem-metrics div + div {
    border-top: 1px solid rgba(103, 190, 233, .3);
  }

  .homepage-refresh .home-oem-certifications {
    grid-template-columns: 1fr;
  }

  .homepage-refresh .home-oem-certifications article {
    min-height: 76px;
  }

  .homepage-refresh .home-oem-lab-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-refresh .home-oem-lab-strip > span:nth-child(3) {
    border-left: 0;
  }

  .homepage-refresh .home-oem-lab-strip > span:nth-child(n+3) {
    border-top: 1px solid rgba(103, 190, 233, .24);
  }

  .homepage-refresh .home-oem-service-actions {
    grid-template-columns: 1fr;
  }

  .homepage-refresh .home-oem-visual {
    grid-template-columns: 1fr;
  }

  .homepage-refresh .home-oem-image {
    height: auto;
  }

  .homepage-refresh .home-sample-window {
    grid-column: auto;
  }
}
