.public-redesign {
  --brand-red: #d92534;
  --graphite: #101318;
  --graphite-soft: #1a202a;
  --mist: #f5f7fb;
  --mint: #12a594;
  --leaf: #79a832;
  --sun: #f2a72a;
  --violet: #7c4dd8;
  --paper: #ffffff;
  --public-line: #dfe6ef;
  background: var(--mist);
}

.public-redesign .lang-en {
  display: none;
}

.public-redesign .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--graphite);
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform .18s ease;
}

.public-redesign .skip-link:focus {
  transform: translateY(0);
}

.public-redesign a:focus-visible,
.public-redesign button:focus-visible,
.public-redesign [tabindex]:focus-visible {
  outline: 3px solid rgba(18, 165, 148, .78);
  outline-offset: 3px;
}

.public-redesign main [id] {
  scroll-margin-top: 104px;
}

.public-redesign[data-language="en"] .lang-zh,
body[data-language="en"].public-redesign .lang-zh {
  display: none;
}

.public-redesign[data-language="en"] .lang-en,
body[data-language="en"].public-redesign .lang-en {
  display: inline;
}

.public-redesign .public-header {
  background: rgba(255, 255, 255, .94);
  overflow: visible;
}

.public-redesign .top-nav.mega-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: visible;
  white-space: normal;
}

.public-redesign .mega-nav a {
  text-decoration: none;
}

.public-redesign .nav-home,
.public-redesign .nav-menu-label {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: #243247;
  font-size: 14px;
  font-weight: 900;
}

.public-redesign .nav-home:hover,
.public-redesign .nav-menu-label:hover {
  color: var(--brand-red);
}

.public-redesign .nav-menu-item {
  position: relative;
}

.public-redesign .mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(230px, 1.4fr) minmax(140px, .6fr);
  gap: 14px;
  width: min(520px, calc(100vw - 40px));
  padding: 14px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 70px rgba(16, 19, 24, .16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}

.public-redesign .align-right .mega-menu {
  right: 0;
  left: auto;
  transform: translateY(8px);
}

.public-redesign .mega-menu::before {
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  height: 12px;
  content: "";
}

.public-redesign .nav-menu-item:hover .mega-menu,
.public-redesign .nav-menu-item:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.public-redesign .align-right:hover .mega-menu,
.public-redesign .align-right:focus-within .mega-menu {
  transform: translateY(0);
}

.public-redesign .mega-feature {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #132031;
}

.public-redesign .mega-feature img {
  width: 100%;
  height: 118px;
  border-radius: 8px;
  object-fit: cover;
  background: #f3f6fa;
}

.public-redesign .mega-feature span {
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 900;
}

.public-redesign .mega-feature b {
  color: #132031;
  font-size: 15px;
  line-height: 1.45;
}

.public-redesign .mega-link-list {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 8px;
}

.public-redesign .mega-link-list a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #e5ebf2;
  border-radius: 8px;
  color: #405066;
  font-size: 13px;
  font-weight: 900;
  background: #f8fafc;
}

.public-redesign .mega-link-list a:hover {
  color: #fff;
  border-color: transparent;
  background: var(--graphite);
}

.public-redesign .nav-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 7px 16px rgba(23, 104, 233, .2);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

.caihe-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 34px;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  padding: 70px 6vw 92px;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(16, 19, 24, .98), rgba(16, 19, 24, .86) 58%, rgba(217, 37, 52, .22)),
    var(--graphite);
}

.caihe-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 156px;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(16, 19, 24, 0), rgba(247, 249, 252, .82) 70%, #fff 100%);
}

.caihe-hero > * {
  position: relative;
  z-index: 1;
}

.caihe-hero .hero-copy {
  align-self: center;
  max-width: 660px;
}

.public-redesign .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: #d8f7f0;
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 900;
}

.caihe-hero h1,
.products-hero h1 {
  margin: 24px 0 18px;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: 0;
}

.caihe-hero p,
.products-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.75;
}

.caihe-hero .hero-actions {
  margin-top: 28px;
}

.caihe-hero .btn.primary {
  color: #fff;
  background: var(--brand-red);
  box-shadow: 0 18px 40px rgba(217, 37, 52, .24);
}

.caihe-hero .btn.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .08);
}

.caihe-hero .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.caihe-hero .hero-proof span {
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .06);
  font-size: 13px;
  font-weight: 800;
}

.hero-media-stack {
  align-self: center;
  display: grid;
  gap: 16px;
  min-width: 0;
}

.public-redesign .hero-video-stage {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.public-redesign .hero-opening-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}

.public-redesign .hero-video-caption {
  position: absolute;
  right: 18px;
  bottom: 30px;
  left: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
}

.public-redesign .hero-video-caption span {
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 900;
}

.public-redesign .hero-video-caption b {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.public-redesign .hero-video-controls {
  display: flex;
  gap: 8px;
}

.public-redesign .hero-video-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 84px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  color: #fff;
  background: rgba(16, 19, 24, .76);
  cursor: pointer;
}

.public-redesign .hero-video-controls svg {
  width: 18px;
  height: 18px;
}

.public-redesign .hero-video-progress {
  position: absolute;
  right: 14px;
  bottom: 7px;
  left: 14px;
  z-index: 3;
  width: calc(100% - 28px);
  height: 18px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  --hero-video-progress: 0%;
}

.public-redesign .hero-video-progress::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffffff var(--hero-video-progress), rgba(255, 255, 255, .28) var(--hero-video-progress));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .08);
}

.public-redesign .hero-video-progress::-moz-range-track {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffffff var(--hero-video-progress), rgba(255, 255, 255, .28) var(--hero-video-progress));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .08);
}

.public-redesign .hero-video-progress::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -6.5px;
  -webkit-appearance: none;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .28);
  opacity: 0;
  transition: opacity .18s ease;
}

.public-redesign .hero-video-progress::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .28);
  opacity: 0;
  transition: opacity .18s ease;
}

.public-redesign .hero-video-stage:hover .hero-video-progress::-webkit-slider-thumb,
.public-redesign .hero-video-progress:focus-visible::-webkit-slider-thumb {
  opacity: 1;
}

.public-redesign .hero-video-stage:hover .hero-video-progress::-moz-range-thumb,
.public-redesign .hero-video-progress:focus-visible::-moz-range-thumb {
  opacity: 1;
}

.hero-product-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-product-strip a {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 96px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, .07);
}

.hero-product-strip img {
  width: 78px;
  height: 76px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.hero-product-strip span {
  min-width: 0;
  font-weight: 900;
}

.route-section,
.company-profile-section,
.compact-contact-section,
.home-entry-section,
.split-proof-section,
.company-appearance-section,
.culture-card-section,
.honor-section,
.contact-card-section,
.material-section,
.standard-section,
.novelty-section,
.support-service-section,
.tutorial-section,
.fitment-section,
.products-hero,
.product-theater,
.product-matrix-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 76px 6vw;
}

.public-redesign .section-heading > span {
  color: #7b8ca0;
}

.public-redesign .section-heading h2 {
  color: #132031;
}

.public-redesign .section-heading h2 span {
  color: inherit;
}

.public-redesign .section-heading p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #5f6e80;
  font-size: 15px;
  line-height: 1.72;
}

.route-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-entry-section {
  max-width: 1320px;
}

.home-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-entry-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 218px;
  overflow: hidden;
  padding: 24px 24px 58px;
  border: 1px solid var(--public-line);
  border-top: 4px solid var(--brand-red);
  border-radius: 8px;
  color: var(--graphite);
  text-decoration: none;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 19, 24, .07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-entry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 104, 233, .26);
  box-shadow: 0 22px 52px rgba(16, 19, 24, .1);
}

.home-entry-card:nth-child(2) { border-top-color: var(--sun); }
.home-entry-card:nth-child(3) { border-top-color: var(--mint); }
.home-entry-card:nth-child(4) { border-top-color: var(--violet); }

.home-entry-card > div {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 0;
  padding: 0;
}

.home-entry-card svg {
  box-sizing: content-box;
  width: 26px;
  height: 26px;
  padding: 10px;
  border-radius: 999px;
  color: var(--brand-red);
  background: #fff0f2;
}

.home-entry-card:nth-child(2) svg { color: #a95d00; background: #fff4df; }
.home-entry-card:nth-child(3) svg { color: var(--mint); background: #e4faf6; }
.home-entry-card:nth-child(4) svg { color: var(--violet); background: #f0eaff; }

.home-entry-card b {
  font-size: 22px;
  line-height: 1.22;
}

.home-entry-card > div > span {
  color: #5f6e80;
  font-size: 14px;
  line-height: 1.6;
}

.entry-card-cue {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #1768e9;
  background: #eef6ff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.entry-card-cue svg {
  width: 14px;
  height: 14px;
  padding: 0;
  color: currentColor;
  background: transparent;
}

.home-entry-card:hover .entry-card-cue {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  transform: translateX(2px);
}

.subpage-hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: 34px;
  min-height: 520px;
  padding: 70px 6vw 58px;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(16, 19, 24, .98), rgba(16, 19, 24, .82) 54%, rgba(121, 168, 50, .22)),
    var(--graphite);
}

.subpage-hero > div {
  align-self: center;
  max-width: 680px;
}

.subpage-hero h1 {
  margin: 24px 0 18px;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: 0;
}

.subpage-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
  line-height: 1.75;
}

.subpage-hero > img {
  align-self: center;
  width: 100%;
  height: 410px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.hero-proof-board {
  align-self: center;
  display: grid;
  grid-template-columns: minmax(220px, .58fr) minmax(180px, .42fr);
  gap: 14px;
  width: 100%;
  height: 410px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06)),
    rgba(255, 255, 255, .08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.hero-proof-document {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #f8fafc;
}

.hero-proof-document img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 18px;
  object-fit: contain;
}

.hero-proof-document figcaption {
  padding: 12px 14px;
  color: #fff;
  background: var(--brand-red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.hero-proof-metrics {
  display: grid;
  gap: 10px;
  min-width: 0;
  min-height: 0;
}

.hero-proof-metrics article {
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
}

.hero-proof-metrics b {
  color: #fff;
  font-size: clamp(32px, 4vw, 50px);
  line-height: .95;
}

.hero-proof-metrics span {
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
}

.tech-hero {
  background:
    linear-gradient(112deg, rgba(16, 19, 24, .98), rgba(16, 19, 24, .82) 54%, rgba(18, 165, 148, .22)),
    var(--graphite);
}

.tech-hero > img {
  object-position: 50% 56%;
}

.support-hero {
  background:
    linear-gradient(112deg, rgba(16, 19, 24, .98), rgba(16, 19, 24, .84) 48%, rgba(18, 165, 148, .24)),
    var(--graphite);
}

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

.support-hero .btn.primary {
  color: #fff;
  background: var(--brand-red);
}

.support-hero .btn.ghost {
  color: #eafffb;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
}

.support-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.support-hero-stats > span {
  display: grid;
  gap: 4px;
  min-width: 0;
  min-height: 76px;
  align-content: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.support-hero-stats b {
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.support-hero-stats > span > span {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.support-hero-panel {
  position: relative;
  align-self: center;
  width: 100%;
  height: 410px;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: #0b121b;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.support-hero-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(6, 10, 16, 0), rgba(6, 10, 16, .64)),
    linear-gradient(90deg, rgba(6, 10, 16, .42), rgba(6, 10, 16, 0) 42%);
  pointer-events: none;
}

.support-hero-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-hero-panel figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 7px;
  max-width: 390px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  color: #fff;
  background: rgba(16, 19, 24, .76);
  backdrop-filter: blur(14px);
}

.support-hero-panel figcaption > span {
  color: var(--sun);
  font-size: 12px;
  font-weight: 900;
}

.support-hero-panel figcaption b {
  font-size: 20px;
  line-height: 1.25;
}

.support-service-section {
  max-width: 1320px;
}

.support-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.support-service-grid article {
  display: grid;
  align-content: start;
  gap: 13px;
  min-width: 0;
  min-height: 252px;
  padding: 22px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 19, 24, .06);
}

.support-service-grid svg {
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  padding: 10px;
  border-radius: 999px;
  color: var(--brand-red);
  background: #fff0f2;
}

.support-service-grid article:nth-child(2) svg { color: #a95d00; background: #fff4df; }
.support-service-grid article:nth-child(3) svg { color: var(--mint); background: #e4faf6; }
.support-service-grid article:nth-child(4) svg { color: var(--violet); background: #f0eaff; }

.support-service-grid h3 {
  margin: 0;
  color: #132031;
  font-size: 22px;
  line-height: 1.22;
}

.support-service-grid p {
  margin: 0;
  color: #5f6e80;
  font-size: 14px;
  line-height: 1.65;
}

.split-proof-grid,
.standard-layout,
.fitment-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.split-proof-grid article,
.standard-layout article,
.fitment-layout > div {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 19, 24, .06);
}

.split-proof-grid p,
.standard-layout p,
.novelty-grid p,
.fitment-layout li,
.fitment-layout p {
  margin: 0;
  color: #5f6e80;
  font-size: 15px;
  line-height: 1.75;
}

.split-proof-grid img,
.standard-layout img,
.fitment-layout > img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 8px;
  object-fit: cover;
  background: #f3f6fa;
  box-shadow: 0 18px 42px rgba(16, 19, 24, .07);
}

.split-proof-grid img.proof-contain-image {
  padding: 18px;
  object-fit: contain;
  background: #fff;
}

.company-appearance-section {
  max-width: 1320px;
}

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

.appearance-card {
  position: relative;
  min-width: 0;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 19, 24, .06);
}

.appearance-card.featured {
  grid-column: span 2;
  grid-row: span 2;
}

.appearance-card img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
  background: #f3f6fa;
}

.appearance-card.featured img {
  height: 556px;
}

.appearance-card.evidence-card img {
  padding: 18px;
  object-fit: contain;
  background:
    linear-gradient(180deg, #f8fafc, #fff),
    #fff;
}

.appearance-card.evidence-card.featured img {
  padding: 26px;
}

.proof-info-card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-top: 4px solid var(--brand-red);
}

.proof-info-card:nth-child(3) { border-top-color: var(--sun); }
.proof-info-card:nth-child(4) { border-top-color: var(--mint); }
.proof-info-card:nth-child(5) { border-top-color: var(--violet); }

.proof-info-card > span {
  color: #7b8ca0;
  font-size: 12px;
  font-weight: 900;
}

.proof-info-card b {
  color: #132031;
  font-size: 42px;
  line-height: .96;
}

.proof-info-card h3 {
  margin: 0;
  color: #132031;
  font-size: 22px;
  line-height: 1.22;
}

.proof-info-card p {
  margin: 0;
  color: #5f6e80;
  font-size: 14px;
  line-height: 1.66;
}

.appearance-card figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 28px);
  min-height: 34px;
  align-items: center;
  padding: 7px 11px;
  border-radius: 8px;
  color: #fff;
  background: rgba(16, 19, 24, .82);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.culture-card-grid,
.honor-grid,
.tech-feature-grid,
.novelty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tech-feature-grid,
.novelty-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.culture-card-grid article,
.honor-grid article,
.tech-feature-grid article,
.novelty-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 19, 24, .06);
}

.culture-card-grid b,
.honor-grid b,
.tech-feature-grid b,
.novelty-grid b {
  color: var(--brand-red);
  font-size: 38px;
  line-height: 1;
}

.tech-feature-grid svg,
.novelty-grid svg {
  width: 28px;
  height: 28px;
  color: var(--brand-red);
}

.culture-card-grid h3,
.tech-feature-grid h3,
.novelty-grid h3,
.tutorial-card h4 {
  margin: 0;
  color: #132031;
  font-size: 22px;
  line-height: 1.24;
}

.culture-card-grid p,
.honor-grid span,
.tech-feature-grid p,
.tutorial-card p {
  margin: 0;
  color: #5f6e80;
  font-size: 14px;
  line-height: 1.65;
}

.standard-proof-card {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
  gap: 18px;
  align-items: center;
  margin: 18px 0 0;
  padding: 18px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 19, 24, .06);
}

.standard-proof-card img {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  padding: 16px;
  object-fit: contain;
  background: #f3f6fa;
}

.standard-proof-card figcaption {
  color: #405066;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.6;
}

.contact-card-section {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(420px, 1.25fr);
  gap: 22px;
  align-items: center;
}

.contact-card-section > div:first-child > span,
.fitment-layout > div > span {
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 900;
}

.contact-card-section h2,
.fitment-layout h2 {
  margin: 10px 0 0;
  color: #132031;
  font-size: 32px;
  line-height: 1.2;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 19, 24, .06);
}

.contact-card p {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f6;
}

.contact-card p:last-child {
  border-bottom: 0;
}

.contact-card b {
  color: #132031;
}

.contact-card span {
  color: #5f6e80;
  line-height: 1.55;
}

.standard-section {
  background: #eef4f1;
}

.install-video-embedded {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 18px;
  margin-top: 28px;
}

.install-video-stage,
.install-video-library {
  min-width: 0;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 19, 24, .06);
}

.install-video-stage {
  overflow: hidden;
}

.install-video-frame {
  display: grid;
  place-items: center;
  min-height: 420px;
  background: #050607;
}

.install-video-frame video {
  display: block;
  width: 100%;
  max-height: 620px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #050607;
}

.install-video-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: center;
  padding: 18px;
}

.install-video-meta > span {
  justify-self: start;
  grid-column: 1 / -1;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--brand-red);
  background: #fff0f2;
  font-size: 12px;
  font-weight: 900;
}

.install-video-meta h3 {
  min-width: 0;
  margin: 0;
  color: #132031;
  font-size: 28px;
  line-height: 1.2;
}

.install-video-fullscreen {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #e0e7f0;
  border-radius: 8px;
  color: #263447;
  background: #f8fafc;
  font-weight: 900;
  cursor: pointer;
}

.install-video-fullscreen svg {
  width: 18px;
  height: 18px;
}

.install-video-library {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
}

.install-video-library-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.install-video-library-heading b {
  color: #132031;
  font-size: 18px;
}

.install-video-library-heading > span {
  color: #7b8ca0;
  font-size: 13px;
  font-weight: 900;
}

.install-video-categories,
.install-video-list {
  display: grid;
  gap: 10px;
}

.install-video-list {
  align-content: start;
  max-height: 476px;
  overflow: auto;
  padding-right: 4px;
}

.install-video-category,
.install-video-item {
  min-width: 0;
  border: 1px solid #e4ebf4;
  border-radius: 8px;
  color: #263447;
  background: #f8fafc;
  cursor: pointer;
}

.install-video-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  padding: 0 12px;
  font-weight: 900;
}

.install-video-category span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 26px;
  border-radius: 999px;
  color: #7b8ca0;
  background: #fff;
  font-size: 12px;
}

.install-video-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 10px;
  text-align: left;
}

.install-video-item > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: var(--brand-red);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.install-video-item b,
.install-video-item small {
  display: block;
  min-width: 0;
}

.install-video-item b {
  overflow: hidden;
  color: #132031;
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.install-video-item small {
  margin-top: 3px;
  color: #7b8ca0;
  font-size: 12px;
  font-weight: 800;
}

.install-video-category:hover,
.install-video-item:hover,
.install-video-category.active,
.install-video-item.active {
  border-color: rgba(217, 37, 52, .28);
  background: #fff5f6;
}

.install-video-category.active,
.install-video-item.active {
  box-shadow: inset 4px 0 0 var(--brand-red);
}

.install-video-category.active span {
  color: #fff;
  background: var(--brand-red);
}

.fitment-layout ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.fitment-layout .btn {
  justify-self: start;
  margin-top: 6px;
}

.route-tile,
.contact-route-grid > a,
.contact-route-grid > div,
.matrix-grid article {
  display: grid;
  gap: 12px;
  min-width: 0;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  color: var(--graphite);
  text-decoration: none;
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(16, 19, 24, .07);
}

.route-tile svg,
.contact-route-grid svg,
.matrix-grid svg {
  width: 28px;
  height: 28px;
  color: var(--brand-red);
}

.route-tile b,
.contact-route-grid b,
.matrix-grid b {
  font-size: 22px;
  line-height: 1.25;
}

.route-tile span,
.contact-route-grid span,
.matrix-grid p,
.matrix-grid article > span {
  color: #5f6e80;
  font-size: 15px;
  line-height: 1.65;
}

.compact-company-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: stretch;
}

.company-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.company-proof-list article {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #fff;
}

.company-proof-list b {
  color: var(--brand-red);
  font-size: 44px;
  line-height: 1;
}

.company-proof-list span {
  color: #4d5b6d;
  line-height: 1.45;
}

.compact-contact-section {
  padding-top: 38px;
}

.contact-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.public-footer {
  margin-top: 0;
  color: #fff;
  background: var(--graphite);
}

.public-footer .footer-brand {
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 6vw;
}

.public-footer .footer-brand-with-contact {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: start;
}

.public-footer .footer-main-copy {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.public-footer .footer-logo-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.public-footer p,
.public-footer small {
  color: rgba(255, 255, 255, .68);
}

.footer-contact-card {
  display: grid;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .05);
  font-style: normal;
}

.footer-contact-card:target {
  outline: 3px solid rgba(242, 167, 42, .5);
  outline-offset: 4px;
}

.footer-contact-card h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
  line-height: 1.22;
}

.footer-contact-card p,
.footer-contact-card div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-contact-card b {
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.55;
}

.footer-contact-card span {
  min-width: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.55;
}

.products-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  gap: 34px;
  max-width: none;
  min-height: 560px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(16, 19, 24, .97), rgba(16, 19, 24, .78) 55%, rgba(18, 165, 148, .2)),
    var(--graphite);
}

.products-hero > div:first-child {
  align-self: center;
  max-width: 680px;
}

.products-hero-grid {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.products-hero-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
}

.products-hero-card img {
  width: 100%;
  height: 360px;
  object-fit: contain;
}

.products-hero-card figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  color: #09213d;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  backdrop-filter: blur(8px);
}

.product-theater {
  max-width: 1320px;
}

.product-theater-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px auto 26px;
}

.product-theater-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #d8e1ed;
  border-radius: 8px;
  color: #243247;
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.product-theater-tabs button.active {
  color: #fff;
  border-color: transparent;
  background: var(--graphite);
}

.product-theater-tabs svg {
  width: 18px;
  height: 18px;
}

.public-redesign .product-gallery-shell {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.public-redesign .product-gallery-stage {
  min-height: 620px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  cursor: grab;
  user-select: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(245, 247, 251, .98)),
    #fff;
}

.public-redesign .product-gallery-stage.is-dragging {
  cursor: grabbing;
}

.public-redesign .product-gallery-item {
  border-radius: 8px;
}

.public-redesign .product-gallery-item h3 {
  font-size: 42px;
  line-height: 1.08;
}

.public-redesign .product-gallery-item p {
  font-size: 15px;
}

.public-redesign .product-gallery-item span {
  border-radius: 999px;
}

.public-redesign .product-gallery-arrow {
  border-radius: 999px;
}

.function-module-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 76px 6vw;
}

.function-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.function-module-grid article {
  overflow: hidden;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.function-module-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #f3f6fa;
}

.function-module-grid div {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.function-module-grid span {
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  color: #1d4f91;
  background: #edf5ff;
  font-size: 12px;
  font-weight: 900;
}

.function-module-grid h3 {
  margin: 0;
  color: #102033;
  font-size: 24px;
  line-height: 1.18;
}

.function-module-grid p {
  margin: 0;
  color: #536273;
  line-height: 1.65;
}

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

.selection-path-grid article {
  position: relative;
  align-content: start;
  min-height: 230px;
  overflow: hidden;
}

.selection-path-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 28px solid rgba(217, 37, 52, .06);
  border-radius: 999px;
  pointer-events: none;
}

.selection-path-grid svg {
  box-sizing: content-box;
  padding: 10px;
  border-radius: 999px;
  background: #fff0f2;
}

.selection-path-grid article > span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f5f8fb;
}

.usage-section,
.product-contact-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 76px 6vw;
}

.product-contact-section > div > span {
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 900;
}

.usage-grid h3,
.product-contact-section h2 {
  margin: 0;
  color: #132031;
  font-size: 30px;
  line-height: 1.18;
}

.usage-grid p,
.product-contact-section nav span {
  color: #5f6e80;
  font-size: 15px;
  line-height: 1.7;
}

.usage-grid p {
  margin: 0;
}

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

.support-page .usage-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.usage-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: #fff;
}

.usage-grid b {
  color: rgba(217, 37, 52, .18);
  font-size: 58px;
  line-height: .9;
}

.product-contact-section {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: 22px;
  align-items: center;
}

.product-contact-section nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.product-contact-section nav a {
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  color: #132031;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 19, 24, .06);
}

.product-contact-section svg {
  width: 28px;
  height: 28px;
  color: var(--brand-red);
}

.product-contact-section nav b {
  font-size: 21px;
  line-height: 1.26;
}

@media (max-width: 1100px) {
  .caihe-hero,
  .products-hero,
  .subpage-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-proof-board {
    height: auto;
    min-height: 360px;
  }

  .support-hero-panel {
    height: 360px;
  }

  .caihe-hero h1,
  .products-hero h1,
  .subpage-hero h1 {
    font-size: 44px;
  }

  .home-entry-grid,
  .appearance-grid,
  .culture-card-grid,
  .honor-grid,
  .tech-feature-grid,
  .novelty-grid,
  .tutorial-grid,
  .support-service-grid,
  .install-video-embedded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-page .usage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .appearance-card.featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .appearance-card.featured img {
    height: 360px;
  }

  .route-section,
  .contact-route-grid,
  .matrix-grid,
  .function-module-grid,
  .compact-company-grid,
  .usage-grid,
  .split-proof-grid,
  .standard-layout,
  .fitment-layout,
  .contact-card-section,
  .product-contact-section,
  .product-contact-section nav,
  .public-footer .footer-brand-with-contact {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  .public-redesign main [id] {
    scroll-margin-top: 28px;
  }

  .public-redesign .site-header {
    position: static;
    display: grid;
    gap: 8px;
    max-height: none;
    padding: 10px 14px 12px;
  }

  .public-redesign .brand-mark {
    width: 100%;
  }

  .public-redesign .brand-icon.brand-trademark {
    width: 56px;
    height: 44px;
    padding: 4px;
  }

  .public-redesign .brand-mark strong {
    font-size: 15px;
    line-height: 1.18;
  }

  .public-redesign .brand-mark small {
    font-size: 11px;
  }

  .public-redesign .top-nav,
  .public-redesign .top-nav.mega-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 3px;
    width: 100%;
    max-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    white-space: nowrap;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .public-redesign .top-nav::-webkit-scrollbar {
    display: none;
  }

  .public-redesign .nav-home,
  .public-redesign .nav-menu-label {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 6px;
    border: 1px solid #e5ebf2;
    border-radius: 8px;
    background: #fff;
    font-size: 12px;
    scroll-snap-align: start;
  }

  .public-redesign .nav-menu-item {
    position: static;
    flex: 0 0 auto;
  }

  .public-redesign .mega-menu {
    display: none;
  }

  .public-redesign .language-switch {
    flex: 0 0 auto;
    justify-self: start;
    min-width: 60px;
  }

  .public-redesign .nav-login {
    flex: 0 0 auto;
    justify-self: start;
    min-height: 34px;
    padding: 0 8px;
    font-size: 12px;
  }

  .caihe-hero,
  .products-hero,
  .subpage-hero {
    gap: 22px;
    padding: 34px 18px 26px;
  }

  .caihe-hero h1,
  .products-hero h1,
  .subpage-hero h1 {
    margin: 16px 0 12px;
    font-size: 30px;
  }

  .caihe-hero p,
  .products-hero p,
  .subpage-hero p {
    font-size: 15px;
    line-height: 1.58;
  }

  .public-redesign .eyebrow {
    min-height: 28px;
    padding: 6px 9px;
    font-size: 12px;
  }

  .caihe-hero .hero-actions {
    margin-top: 18px;
  }

  .caihe-hero .hero-proof {
    gap: 7px;
    margin-top: 16px;
  }

  .caihe-hero .hero-proof span {
    min-height: 28px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.35;
  }

  .hero-media-stack {
    gap: 12px;
  }

  .public-redesign .hero-video-stage {
    min-height: 0;
  }

  .public-redesign .hero-opening-video {
    height: auto;
    min-height: 0;
    max-height: 220px;
    aspect-ratio: 16 / 9;
  }

  .public-redesign .hero-video-progress {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: calc(100% - 20px);
    margin: -9px auto 0;
  }

  .public-redesign .hero-video-caption {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 10px;
    background: var(--graphite-soft);
  }

  .public-redesign .hero-video-caption > div:first-child > span {
    display: none;
  }

  .public-redesign .hero-video-caption b {
    margin-top: 0;
    font-size: 13px;
  }

  .public-redesign .hero-video-controls {
    gap: 6px;
  }

  .public-redesign .hero-video-controls button {
    min-width: 0;
    min-height: 34px;
    padding: 0 8px;
    font-size: 12px;
  }

  .hero-product-strip,
  .company-proof-list,
  .home-entry-grid,
  .appearance-grid,
  .culture-card-grid,
  .honor-grid,
  .tech-feature-grid,
  .novelty-grid,
  .tutorial-grid,
  .install-video-embedded {
    grid-template-columns: 1fr;
  }

  .hero-product-strip,
  .products-hero-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-product-strip a {
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 6px;
    min-height: 88px;
    padding: 8px 6px;
    text-align: center;
  }

  .hero-product-strip img {
    width: 52px;
    height: 44px;
  }

  .hero-product-strip span {
    font-size: 12px;
    line-height: 1.25;
  }

  .appearance-card.featured {
    grid-column: span 1;
  }

  .appearance-card img,
  .appearance-card.featured img {
    height: 240px;
  }

  .subpage-hero > img {
    height: 260px;
  }

  .hero-proof-board {
    grid-template-columns: 1fr;
  }

  .hero-proof-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-proof-metrics article {
    min-height: 94px;
    padding: 12px;
  }

  .hero-proof-metrics b {
    font-size: 28px;
  }

  .products-hero-card img {
    height: clamp(102px, 26vw, 124px);
    padding: 6px;
  }

  .products-hero-card figcaption {
    left: 6px;
    right: 6px;
    bottom: 6px;
    min-height: 26px;
    padding: 5px 6px;
    font-size: 10px;
  }

  .caihe-hero {
    gap: 18px;
    padding-top: 28px;
    padding-bottom: 58px;
  }

  .caihe-hero .hero-copy,
  .caihe-hero .hero-media-stack {
    justify-self: stretch;
    width: min(100%, calc(100vw - 36px));
    max-width: calc(100vw - 36px);
    min-width: 0;
  }

  .caihe-hero h1 {
    font-size: 28px;
  }

  .caihe-hero p {
    font-size: 14px;
    line-height: 1.5;
  }

  .caihe-hero .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin-top: 14px;
  }

  .caihe-hero .hero-actions .btn {
    width: auto;
    min-width: 0;
    min-height: 40px;
    padding: 0 8px;
    white-space: normal;
    font-size: 13px;
    line-height: 1.2;
  }

  .caihe-hero .hero-proof {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .caihe-hero .hero-proof::-webkit-scrollbar {
    display: none;
  }

  .caihe-hero .hero-proof span {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .route-section,
  .company-profile-section,
  .compact-contact-section,
  .home-entry-section,
  .split-proof-section,
  .company-appearance-section,
  .culture-card-section,
  .honor-section,
  .contact-card-section,
  .material-section,
  .standard-section,
  .novelty-section,
  .support-service-section,
  .tutorial-section,
  .fitment-section,
  .product-theater,
  .function-module-section,
  .product-matrix-section,
  .usage-section,
  .product-contact-section {
    padding: 54px 18px;
  }

  .route-tile,
  .contact-route-grid > a,
  .contact-route-grid > div,
  .matrix-grid article {
    min-height: auto;
  }

  .public-redesign .product-gallery-stage {
    min-height: 560px;
  }

  .public-redesign .product-gallery-item h3 {
    font-size: 32px;
  }

  .public-redesign .product-gallery-item p {
    font-size: 14px;
  }

  .function-module-grid img {
    height: 230px;
  }

  .home-entry-card {
    min-height: 0;
    padding: 20px 20px 54px;
  }

  .split-proof-grid img,
  .standard-layout img,
  .fitment-layout > img {
    min-height: 260px;
  }

  .standard-proof-card,
  .contact-card p,
  .footer-contact-card p,
  .footer-contact-card div {
    grid-template-columns: 1fr;
  }

  .support-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .support-hero-actions .btn {
    min-width: 0;
    min-height: 40px;
    padding: 0 8px;
    white-space: normal;
    font-size: 13px;
    line-height: 1.2;
  }

  .support-hero-stats,
  .support-service-grid,
  .support-page .usage-grid {
    grid-template-columns: 1fr;
  }

  .support-hero-stats {
    gap: 8px;
    margin-top: 14px;
  }

  .support-hero-stats > span {
    min-height: 58px;
  }

  .support-hero-panel {
    height: 260px;
  }

  .support-hero-panel figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 12px;
  }

  .support-hero-panel figcaption b {
    font-size: 16px;
  }

  .support-service-grid article,
  .usage-grid article {
    min-height: 0;
  }

  .public-footer .footer-brand-with-contact {
    gap: 22px;
  }

  .footer-contact-card {
    padding: 16px;
  }

  .install-video-frame {
    min-height: 220px;
  }

  .install-video-meta {
    grid-template-columns: 1fr;
  }

  .install-video-meta h3 {
    font-size: 24px;
  }

  .install-video-fullscreen {
    justify-self: start;
  }

  .install-video-library {
    grid-template-rows: auto auto auto;
  }

  .install-video-categories,
  .install-video-list {
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 72vw);
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .install-video-list {
    max-height: none;
    padding-right: 0;
  }

  .install-video-categories::-webkit-scrollbar,
  .install-video-list::-webkit-scrollbar {
    display: none;
  }

  .install-video-category,
  .install-video-item {
    scroll-snap-align: start;
  }

  .contact-card-section h2,
  .fitment-layout h2 {
    font-size: 25px;
  }

  .usage-grid h3,
  .product-contact-section h2 {
    font-size: 24px;
  }
}

/* UI goal pass 2026-07-11: tighten the home hero and remove the empty break before the entry cards. */
@media (min-width: 761px) {
  .caihe-hero {
    align-items: center;
    min-height: clamp(560px, 72svh, 680px);
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .caihe-hero::after {
    height: 92px;
    background: linear-gradient(180deg, rgba(16, 19, 24, 0), rgba(247, 249, 252, .68) 72%, #f7f9fc 100%);
  }

  .caihe-hero .hero-copy {
    align-self: center;
  }

  .public-redesign .hero-video-stage,
  .public-redesign .hero-opening-video {
    min-height: 330px;
  }

  .home-entry-section {
    padding-top: 34px;
    padding-bottom: 56px;
  }

  .home-entry-section .section-heading {
    display: grid;
    justify-items: start;
    gap: 10px;
    margin-bottom: 22px;
  }

  .home-entry-section .section-heading > span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #dbe4ee;
    border-radius: 999px;
    color: #1768e9;
    background: #f7fbff;
    font-size: 12px;
    font-weight: 900;
  }

  .home-entry-section .section-heading h2 {
    margin: 0;
    max-width: 680px;
    color: #172033;
    font-size: 34px;
    line-height: 1.18;
  }

  .home-entry-section .section-heading h2 span {
    color: #172033;
  }

  .home-entry-card {
    min-height: 188px;
    padding: 22px 22px 54px;
  }
}

@media (max-width: 760px) {
  .caihe-hero {
    padding-bottom: 34px;
  }

  .caihe-hero .hero-proof {
    flex-wrap: wrap;
    overflow: visible;
  }

  .caihe-hero .hero-proof span {
    flex: 0 1 auto;
  }

  .home-entry-section {
    padding-top: 42px;
  }
}

/* Client reference merge pass: product/support pages keep the real site shell while matching the approved light-blue pages. */
.products-page.public-redesign,
.support-page.public-redesign {
  --brand-red: #145ec9;
  --blue: #145ec9;
  --teal: #2a78df;
  --ref-blue: #145ec9;
  --ref-blue-dark: #08245b;
  --ref-blue-soft: #edf5ff;
  --ref-line: #d5e0ee;
  --ref-text: #13213a;
  --ref-muted: #5f6d80;
  --ref-page: #f5f8fc;
  color: var(--ref-text);
  background:
    linear-gradient(180deg, #f4f8fe 0, #fff 44%, #f7faff 100%);
}

.products-page.public-redesign main,
.support-page.public-redesign main {
  overflow: hidden;
  background:
    linear-gradient(180deg, #f4f8fe 0, #fff 45%, #f7faff 100%);
}

.products-page.public-redesign .public-header,
.support-page.public-redesign .public-header,
.technology-page.public-redesign .public-header {
  border-bottom-color: #d4deeb;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.products-page.public-redesign .nav-home:hover,
.products-page.public-redesign .nav-menu-label:hover,
.support-page.public-redesign .nav-home:hover,
.support-page.public-redesign .nav-menu-label:hover,
.technology-page.public-redesign .nav-home:hover,
.technology-page.public-redesign .nav-menu-label:hover {
  color: var(--ref-blue);
}

.products-page.public-redesign .nav-login,
.support-page.public-redesign .nav-login,
.technology-page.public-redesign .nav-login {
  background: linear-gradient(180deg, #1f73df, #115dc8);
  box-shadow: 0 9px 18px rgba(20, 94, 201, .18);
}

.client-ref-hero {
  position: relative;
  min-height: 352px;
  overflow: hidden;
  border-bottom: 1px solid #dfe7f2;
  background:
    linear-gradient(110deg, #f5f9ff 0%, #eef5ff 42%, #e2eaf6 100%);
}

.client-ref-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(135deg, transparent 0 44%, rgba(255, 255, 255, .48) 44% 44.7%, transparent 44.7%),
    linear-gradient(135deg, transparent 0 92%, rgba(255, 255, 255, .74) 92% 92.6%, transparent 92.6%);
}

.client-ref-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(470px, 620px) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  width: min(1510px, calc(100vw - 120px));
  min-height: 352px;
  margin: 0 auto;
}

.client-ref-support-hero {
  min-height: 290px;
}

.client-ref-support-hero .client-ref-hero-inner {
  min-height: 290px;
}

.client-ref-hero-copy {
  position: relative;
  z-index: 2;
}

.client-ref-hero-copy h1 {
  margin: 0;
  color: var(--ref-blue-dark);
  font-size: 45px;
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: 0;
}

.client-ref-hero-copy p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #374255;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.62;
}

.client-ref-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  margin-top: 30px;
}

.client-ref-hero-points > span {
  display: inline-grid;
  grid-template-columns: 42px auto;
  gap: 10px;
  align-items: center;
  color: #1c2943;
  font-size: 16px;
  font-weight: 760;
  white-space: nowrap;
}

.client-ref-hero-points svg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  padding: 9px;
  border: 1px solid #bad0ef;
  border-radius: 999px;
  color: var(--ref-blue);
  background: rgba(255, 255, 255, .72);
  stroke-width: 2.2;
}

.client-ref-hero-art {
  position: relative;
  align-self: stretch;
  min-width: 0;
  min-height: 100%;
  margin: 0;
}

.client-ref-product-stage,
.client-ref-support-stage,
.client-ref-tech-stage {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: min(850px, calc(100% + 120px));
  max-width: none;
  max-height: 340px;
  object-fit: contain;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 100%);
}

.client-ref-support-stage {
  right: -2px;
  width: min(830px, 100%);
  max-height: 288px;
}

.client-ref-technology-hero {
  min-height: 326px;
}

.client-ref-technology-hero .client-ref-hero-inner {
  min-height: 326px;
}

.client-ref-technology-hero .client-ref-hero-art {
  display: grid;
  align-self: center;
  min-height: 250px;
  padding: 18px;
  border: 1px solid #cfdded;
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 36px rgba(20, 65, 124, .1);
}

.client-ref-tech-stage {
  position: relative;
  right: auto;
  bottom: auto;
  align-self: center;
  width: 100%;
  max-height: 252px;
  object-fit: contain;
  mask-image: none;
  -webkit-mask-image: none;
}

.client-ref-tech-grid .client-ref-series-card figure {
  background: #e8f0f8;
}

.client-ref-tech-card:nth-child(3) figure img {
  object-fit: contain;
  padding: 14px;
  background: #f4f8fc;
}

.client-ref-tech-standard figure img {
  object-position: center;
}

.client-ref-main {
  width: min(1510px, calc(100vw - 86px));
  margin: 0 auto;
  padding-bottom: 28px;
}

.client-ref-series-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 42px 0 6px;
}

.client-ref-series-card {
  display: grid;
  grid-template-columns: 49% 51%;
  height: 218px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ref-line);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.client-ref-series-card:hover {
  transform: translateY(-2px);
  border-color: #b7cbe8;
  box-shadow: 0 18px 36px rgba(20, 65, 124, .1);
}

.client-ref-series-card figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  background: #e7eef8;
}

.client-ref-series-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-ref-series-card > div {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
  padding: 20px 18px;
}

.client-ref-card-title {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.client-ref-card-title b {
  min-width: 0;
  color: var(--ref-blue-dark);
  font-size: 23px;
  line-height: 1.2;
}

.client-ref-card-title svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: var(--ref-blue);
  stroke-width: 2.4;
}

.client-ref-series-card p {
  margin: 0;
  color: #3d4758;
  font-size: 15px;
  line-height: 1.55;
}

.client-ref-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.client-ref-tags em {
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid #cad8e9;
  border-radius: 6px;
  color: #42516a;
  background: #edf3fa;
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
}

.client-ref-section-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin: 24px auto 18px;
  color: var(--ref-blue-dark);
  font-size: 27px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}

.client-ref-section-title::before,
.client-ref-section-title::after {
  height: 1px;
  content: "";
  background: #ccd9ea;
}

.client-ref-gallery {
  max-width: none;
  padding: 34px 0 18px;
}

.client-ref-gallery .product-theater-tabs {
  margin: 18px auto 18px;
}

.client-ref-gallery .product-theater-tabs button {
  border-color: #cbd9eb;
  color: #1f2c42;
  background: #fff;
}

.client-ref-gallery .product-theater-tabs button.active {
  color: #fff;
  background: linear-gradient(180deg, #1f73df, #115dc8);
}

.client-ref-gallery .product-gallery-shell {
  max-width: min(1180px, 100%);
}

.products-page.public-redesign .client-ref-gallery .product-gallery-item {
  opacity: var(--gallery-opacity) !important;
  transform: translate(calc(-50% + var(--gallery-x)), calc(-50% + var(--gallery-y))) scale(var(--gallery-scale)) !important;
  transition: none !important;
  will-change: transform, opacity;
}

.products-page.public-redesign .client-ref-gallery.is-gallery-animated .product-gallery-item {
  transition:
    transform .44s cubic-bezier(.22, .61, .36, 1),
    opacity .3s ease,
    filter .3s ease,
    box-shadow .3s ease !important;
}

.public-redesign .client-ref-gallery .product-gallery-stage {
  min-height: 560px;
  border-color: var(--ref-line);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 32px rgba(20, 65, 124, .08);
}

.client-ref-primary-button,
.client-ref-ghost-button {
  display: inline-grid;
  grid-template-columns: 22px auto;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  height: 48px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.client-ref-primary-button {
  color: #fff;
  border: 0;
  background: linear-gradient(180deg, #1f73df, #115dc8);
  box-shadow: 0 9px 18px rgba(20, 94, 201, .18);
}

.client-ref-ghost-button {
  border: 2px solid #1c62c7;
  color: #124caa;
  background: #fff;
}

.client-ref-primary-button svg,
.client-ref-ghost-button svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.4;
}

.client-ref-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 58px;
  align-items: stretch;
  margin-top: 8px;
}

.client-ref-steps article {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-width: 0;
  height: 138px;
  padding: 18px 22px;
  border: 1px solid var(--ref-line);
  border-radius: 8px;
  background: #fff;
}

.client-ref-steps article:not(:last-child)::after {
  position: absolute;
  top: 64px;
  right: -46px;
  width: 34px;
  height: 20px;
  content: "";
  background:
    linear-gradient(90deg, #9fb6d7 50%, transparent 0) 0 50% / 7px 2px repeat-x;
}

.client-ref-steps article:not(:last-child)::before {
  position: absolute;
  top: 57px;
  right: -48px;
  width: 14px;
  height: 14px;
  content: "";
  border-top: 3px solid #9fb6d7;
  border-right: 3px solid #9fb6d7;
  transform: rotate(45deg);
}

.client-ref-step-number {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--ref-blue);
  font-size: 18px;
  font-weight: 900;
}

.client-ref-steps article > svg {
  width: 58px;
  height: 58px;
  color: var(--ref-blue);
  stroke-width: 2.35;
}

.client-ref-steps h3 {
  margin: 0 0 9px;
  color: var(--ref-blue-dark);
  font-size: 18px;
  line-height: 1.25;
}

.client-ref-steps p {
  margin: 0;
  color: #657183;
  font-size: 14px;
  line-height: 1.55;
}

.client-ref-video-section {
  max-width: none;
  padding: 30px 0 18px;
}

.client-ref-video-section .install-video-embedded {
  margin-top: 18px;
  border-color: var(--ref-line);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 32px rgba(20, 65, 124, .08);
}

.client-ref-video-section .install-video-stage,
.client-ref-video-section .install-video-library {
  border-color: var(--ref-line);
}

.install-video-note {
  margin: 0;
  color: #617086;
  font-size: 13px;
  line-height: 1.45;
}

.client-ref-fitment {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  gap: 24px;
  max-width: none;
  padding: 32px 0 18px;
}

.client-ref-fitment figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ref-line);
  border-radius: 8px;
  background: #eef4fb;
}

.client-ref-fitment figure img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.client-ref-fitment > div {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--ref-line);
  border-radius: 8px;
  background: #fff;
}

.client-ref-fitment > div > span {
  color: var(--ref-blue);
  font-size: 13px;
  font-weight: 900;
}

.client-ref-fitment h2 {
  margin: 0;
  color: var(--ref-blue-dark);
  font-size: 30px;
  line-height: 1.18;
}

.client-ref-fitment ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.client-ref-fitment li {
  color: #5f6e80;
  font-size: 15px;
  line-height: 1.75;
}

.client-ref-fitment .client-ref-primary-button {
  justify-self: start;
}

@media (max-width: 1450px) and (min-width: 1201px) {
  .client-ref-hero-inner,
  .client-ref-main {
    width: min(1290px, calc(100vw - 86px));
  }

  .client-ref-product-hero .client-ref-hero-copy h1 {
    max-width: 560px;
    font-size: 42px;
  }

  .client-ref-product-hero .client-ref-hero-copy p,
  .client-ref-support-hero .client-ref-hero-copy p {
    max-width: 560px;
  }

  .client-ref-card-title b {
    font-size: 22px;
  }

  .client-ref-series-card p,
  .client-ref-tags em {
    font-size: 13px;
  }

  .client-ref-primary-button,
  .client-ref-ghost-button {
    min-width: 156px;
    padding-inline: 14px;
    font-size: 15px;
  }

  .client-ref-steps {
    gap: 36px;
  }

  .client-ref-steps article:not(:last-child)::after {
    right: -32px;
    width: 22px;
  }

  .client-ref-steps article:not(:last-child)::before {
    right: -34px;
  }

}

@media (max-width: 1200px) {
  .client-ref-hero-inner,
  .client-ref-main {
    width: min(1120px, calc(100vw - 48px));
  }

  .client-ref-hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 52px 0 30px;
  }

  .client-ref-hero-art {
    min-height: 300px;
  }

  .client-ref-product-stage,
  .client-ref-support-stage,
  .client-ref-tech-stage {
    right: 0;
    width: 100%;
  }

  .client-ref-series-grid,
  .client-ref-steps,
  .client-ref-fitment {
    grid-template-columns: 1fr;
  }

  .client-ref-steps {
    gap: 16px;
  }

  .client-ref-steps article::before,
  .client-ref-steps article::after {
    display: none;
  }

}

@media (max-width: 760px) {
  .client-ref-hero-inner,
  .client-ref-main {
    width: calc(100vw - 28px);
  }

  .client-ref-hero-inner {
    padding: 34px 0 24px;
  }

  .client-ref-hero-copy h1 {
    font-size: 34px;
  }

  .client-ref-hero-copy p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.58;
  }

  .client-ref-hero-points {
    gap: 12px;
    margin-top: 20px;
  }

  .client-ref-hero-points > span {
    grid-template-columns: 34px auto;
    gap: 8px;
    font-size: 14px;
  }

  .client-ref-hero-points svg {
    width: 20px;
    height: 20px;
    padding: 7px;
  }

  .client-ref-hero-art {
    min-height: 0;
  }

  .client-ref-product-stage,
  .client-ref-support-stage,
  .client-ref-tech-stage {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-height: none;
    margin-top: 12px;
  }

  .client-ref-series-grid {
    gap: 14px;
    padding-top: 24px;
  }

  .client-ref-series-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .client-ref-series-card figure {
    height: 190px;
  }

  .client-ref-card-title b {
    font-size: 22px;
  }

  .client-ref-section-title {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
    font-size: 24px;
  }

  .client-ref-section-title::before,
  .client-ref-section-title::after {
    display: none;
  }

  .client-ref-gallery {
    padding-top: 24px;
  }

  .public-redesign .client-ref-gallery .product-gallery-stage {
    min-height: 520px;
  }

  .client-ref-primary-button,
  .client-ref-ghost-button {
    width: 100%;
    min-width: 0;
  }

  .client-ref-steps article {
    grid-template-columns: 58px minmax(0, 1fr);
    height: auto;
    min-height: 132px;
    padding: 18px;
  }

  .client-ref-steps article > svg {
    width: 48px;
    height: 48px;
  }

  .client-ref-steps h3 {
    font-size: 17px;
  }

  .client-ref-video-section {
    padding-top: 22px;
  }

  .client-ref-fitment {
    gap: 16px;
    padding-top: 22px;
  }

  .client-ref-fitment figure img {
    min-height: 240px;
  }

  .client-ref-fitment > div {
    padding: 20px;
  }

  .client-ref-fitment h2 {
    font-size: 24px;
  }
}
