/* CJK / card / pill layout contract — loaded last. Do not use sitewide nowrap.
   Body copy must NOT use keep-all: it only wraps at commas, so a short clause
   becomes a full-width justified line (huge CJK gaps) and ， can start a line. */

html {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

p,
li,
small,
.page-lead,
.page-body,
.about-lead,
.about-body,
.about-copy,
.capability-copy,
.capability-copy p,
.join-copy,
.join-copy p,
.product-lead,
.product-stage-card p,
.storage-page-lead,
.tests,
.growth-card .page-body,
.job-item-main small,
.about-talent__card p,
.footer-meta-line,
#footer .bottom-cont .left p,
#footer .footer-bottom .left p {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  line-break: strict !important;
  /* 两端对齐，末行居左 */
  text-align: justify !important;
  text-align-last: left !important;
  text-justify: inter-ideograph !important;
  text-wrap: pretty;
  white-space: normal !important;
  letter-spacing: 0.02em;
}

h1,
h2,
h3,
h4,
.page-banner h1,
.page-wrap h2,
.page-wrap h3,
.capability-panel h2,
.product-stage-card h3,
.name,
.english,
.growth-card h3,
.job-item-main b,
.about-talent__card h3 {
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
  line-break: strict;
  text-wrap: balance;
}

.Product_service #cont1 .content.product-line .tests,
.Product_service #cont1 .content .cp1 .test .tests,
.Product_service #cont1 .content .cp1 .test,
.Product_service #cont1 .content.product-line .cp1 .test,
.Product_service .storage-page-lead,
body.Product_service .storage-page-lead {
  text-align: justify !important;
  text-align-last: left !important;
  text-justify: inter-ideograph !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  line-break: strict !important;
  letter-spacing: 0.02em !important;
}

/* Titles / slogans / pills stay left; body copy is justified above */
.Product_service #cont1 .content.product-line .name,
.Product_service #cont1 .content.product-line .english,
.Product_service #cont1 .content.product-line .english p,
.Product_service #cont1 .content.product-line .icon,
.Product_service #cont1 .content.product-line .icon span,
.Product_service #cont1 .content.product-line .but-title {
  text-align: left !important;
  text-align-last: left !important;
  text-justify: auto !important;
}

.home-page .home-banner .swiper-slide .text .content {
  letter-spacing: 0.02em !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  line-break: strict !important;
  text-align: left !important;
  text-align-last: left !important;
}

.ui-button,
.cta-primary,
.cta-secondary,
.header-contact,
.job-apply,
.contact-form-submit,
.product-line-cta,
.product-card-link,
.about-contact__button,
.capability-cta,
.page-card-action {
  white-space: nowrap;
}

.page-tags,
.product-tags,
.home-page .product .product-tags,
.join-offices {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
}

/* Product cards: desktop 3-col keeps chips on one row; ≤1199 stacks in home-glass */
.home-page .product-stage-card__feats {
  display: flex !important;
  align-items: center;
  gap: 4px !important;
  width: 100%;
  min-width: 0;
  min-height: 32px;
}

@media (min-width: 1200px) {
  .home-page .product-stage-card__feats {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: center;
  }
}

.page-tag,
.home-page .product .product-tags span,
.join-offices span {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content;
  max-width: 100%;
  flex: 0 1 auto;
  white-space: nowrap;
}

.home-page .product-stage-card__feats span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px;
  flex: 0 1 auto !important;
  width: auto;
  min-width: 0 !important;
  max-width: none;
  min-height: 30px;
  padding: 5px 10px !important;
  font-size: clamp(11px, 0.95vw, 13px) !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: center;
}

.home-page .product-stage-card__feats img {
  width: 14px !important;
  height: 14px !important;
}

.home-page .product-stage-card__feats img,
.home-page .about .capability-links a img,
.home-page .join .join-feature img,
.home-page .join .join-action img,
.about-capability img {
  flex-shrink: 0 !important;
}

.home-page .about .capability-links a,
.home-page .join .join-action,
.home-page .about .capability-entry {
  display: flex !important;
  align-items: center !important;
  min-width: 0;
}

.home-page .about .capability-links a,
.home-page .about .capability-entry {
  white-space: nowrap;
}

.home-page .join .join-action img {
  flex-shrink: 0 !important;
}

.home-page .join .join-action span {
  flex: 1 1 auto;
  min-width: 0 !important;
}

.home-page .join .join-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.9fr) !important;
}

/* 自研芯片入口：全断点统一为白底圆角卡（图标 + 标题/说明），整卡可点。 */
.home-page .join .join-feature {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  align-self: stretch !important;
  column-gap: 16px !important;
  row-gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  margin-top: 18px !important;
  padding: 20px 24px !important;
  overflow: visible !important;
  border: 1px solid rgba(226, 236, 247, 0.95) !important;
  border-radius: 24px !important;
  color: #172333 !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(15, 40, 80, 0.08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home-page .join .join-feature img {
  grid-column: auto !important;
  grid-row: auto !important;
  flex: 0 0 48px !important;
  width: 48px !important;
  height: 48px !important;
  padding: 11px !important;
  border-radius: 14px !important;
  background: #4a72c2 !important;
}

.home-page .join .join-feature span {
  display: grid !important;
  grid-column: auto !important;
  grid-row: auto !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  gap: 6px !important;
}

.home-page .join .join-feature b,
.home-page .join .join-feature small {
  display: block !important;
  max-width: 100% !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
  line-break: strict !important;
  text-wrap: pretty !important;
  text-align: start !important;
  white-space: normal !important;
}

.home-page .join .join-feature b {
  color: #162131 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  text-wrap: balance !important;
}

.home-page .join .join-feature small {
  color: #6b7c90 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  letter-spacing: 0.01em !important;
}

.home-page .join .join-feature em {
  display: none !important;
}

.home-page .join .join-copy p,
.home-page .product .product-lead,
.home-page .about .cx-box > .title .content,
.home-page .about .capability-copy {
  display: block !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  overflow: visible !important;
}

.home-page .product-stage-card p,
.home-page .product-intro-copy,
.home-page .about .capability-copy,
.home-page .join .join-copy {
  min-width: 0;
}

.about-talent__card,
.about-capability,
.growth-card,
.home-page .product-stage-card,
.home-page .join .join-feature,
.home-page .about .capability-panel,
.page-block-copy,
.Product_service #cont1 .content.product-line .cp1 .test {
  min-width: 0 !important;
}

#footer .bottom-cont .left p,
#footer .footer-bottom .left p {
  overflow-wrap: break-word !important;
  word-break: normal !important;
  line-break: strict !important;
  text-align: start !important;
}

body.Product_service #cont1 .content.product-line .cp1 .test .icon,
.Product_service #cont1 .content.product-line .icon {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  column-count: unset !important;
  gap: 8px !important;
}

body.Product_service #cont1 .content.product-line .cp1 .test .icon div.product-pill,
body.Product_service #cont1 .content.product-line .cp1 .test .icon div,
.Product_service #cont1 .content.product-line .icon .product-pill,
.Product_service #cont1 .content.product-line .icon div {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-sizing: border-box !important;
  width: fit-content !important;
  max-width: 100%;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 14px 0 12px !important;
  padding-top: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  text-align: left !important;
}

body.Product_service #cont1 .content.product-line .cp1 .test .icon div img,
.Product_service #cont1 .content.product-line .icon div img {
  display: block !important;
  flex-shrink: 0 !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
}

body.Product_service #cont1 .content.product-line .cp1 .test .icon div span,
.Product_service #cont1 .content.product-line .icon div span {
  display: block;
  line-height: 1;
  font-size: inherit;
  transform: translateY(-0.04em);
}

@media (max-width: 720px) {
  body.Product_service #cont1 .content.product-line .cp1 .test .icon,
  .Product_service #cont1 .content.product-line .icon {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

.about-overview__grid,
.about-intro__grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) !important;
}

.page-wrap > .page-block.page-block--media {
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.75fr) !important;
}

.page-wrap h2,
.page-wrap .page-h2 {
  letter-spacing: -0.03em !important;
}

.join-metrics span {
  white-space: normal;
}

.about-office-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-office-list span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}

.about-contact__button {
  white-space: nowrap;
}

@media (min-width: 1101px) {
  .home-page .about .capability-shell {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.9fr) !important;
  }

  .home-page .about .capability-panel {
    width: auto !important;
    max-width: none !important;
  }
}

@media (min-width: 1400px) {
  .home-page .product-stage {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .home-page .product-stage-card:last-child {
    grid-column: auto;
  }
}

/* Homepage product grid owned by home-glass.css (stable 3-col / compact 1-col). */
@media (max-width: 1279px) {
  .Product_service #cont1 .content.product-line .kp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1199px) {
  .home-page .product .product-intro {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1100px) {
  .home-page .join .join-layout,
  .home-page .join .join-actions {
    grid-template-columns: 1fr !important;
  }

  #footer .bottom-cont .left {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1100px) and (min-width: 801px) {
  .about-capabilities,
  .about-milestones,
  .about-talent__grid:not(.about-milestones) {
    grid-template-columns: 1fr 1fr !important;
  }

  .about-talent__grid:not(.about-milestones) > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 800px) {
  .about-capabilities,
  .about-talent__grid,
  .about-milestones,
  .growth-grid {
    grid-template-columns: 1fr !important;
  }

  .about-talent__grid > :last-child {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  .about-overview__grid,
  .about-intro__grid,
  .about-offices__grid,
  .page-wrap > .page-block.page-block--media {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1023px) {
  .home-page .product-stage {
    grid-template-columns: 1fr !important;
  }

  .home-page .product-stage-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .home-page .product-stage-card {
    height: auto !important;
    min-height: 280px !important;
  }

  .home-page .product-stage-card__body {
    max-height: none !important;
    overflow: visible !important;
  }

  .home-page .product-stage-card p {
    line-height: 1.5 !important;
    letter-spacing: 0.01em !important;
    text-wrap: wrap !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
  }

  /* Column mobile: compact row / wrap chips (tablet stack stays 768–1199) */
  .home-page .product-stage-card__feats {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 4px !important;
    min-height: 0 !important;
  }

  .home-page .product-stage-card__feats span {
    flex: 0 1 auto !important;
    min-height: 24px !important;
    padding: 3px 8px !important;
    font-size: 10px !important;
    white-space: nowrap !important;
  }

  .home-page .about .capability-links {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 720px) {
  .job-filter {
    flex-wrap: wrap !important;
    overflow-x: visible !important;
  }

  .job-filter button {
    flex: 0 1 auto !important;
    white-space: nowrap;
  }

  .cookie-box .cookie .width {
    flex-wrap: wrap !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 640px) {
  .home-page .about .capability-metrics {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  /* 应用产品 tiles stay 2×2 on phones — see last-block override below. */
}

@media (max-width: 430px) {
  .page-tag,
  .home-page .product .product-tags span,
  .home-page .about .capability-entry,
  .about-office-list span {
    white-space: normal;
    max-width: 100%;
  }

  /* Feature pill labels stay single-line chips (stacking is flex-direction, not wrap) */
  .home-page .product-stage-card__feats span {
    white-space: nowrap !important;
  }

  .home-page .about .capability-links a {
    white-space: normal;
  }

  .ui-button,
  .cta-primary,
  .cta-secondary,
  .header-contact {
    white-space: nowrap;
  }
}

/* —— Large editorial / glass cards: one crisp 1px edge ——
   Do not put a CSS border on the same box that overflow-clips. That
   mismatch rasterizes a dark fringe outside the stroke. Clip the fill
   on the card; paint a single 1px hairline on an inner overlay. */
:root {
  --edge-radius-card: 14px;
  --edge-radius-panel: 14px;
  --edge-stroke: 1px;
  --edge-line-light: rgba(186, 208, 232, 0.7);
  --edge-line-navy: rgba(150, 196, 255, 0.5);
  --edge-lift: 0 18px 44px rgba(3, 20, 48, 0.2);
}

.home-page .about .capability-panel,
.home-page .about .capability-visual,
.home-page .join .join-main,
.home-page .join .join-visual,
.home-page .join .join-action,
.home-page .product-stage-card,
.home-page .product .fw-box .center .content .box,
.page-wrap > .page-block,
.page-panel,
.contact-form,
.growth-card,
.about-capability,
.about-talent__card,
.about-map,
.Product_service #cont1 .content.product-line .cp1 .image,
.Product_service #cont1 .content.product-line .kp div {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  outline: none !important;
  border: 0 !important;
  border-radius: var(--edge-radius-card) !important;
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  box-shadow: var(--edge-lift) !important;
}

.home-page .about .capability-visual,
.home-page .join .join-visual,
.home-page .product-stage-card,
.home-page .product .fw-box .center .content .box {
  background-color: #0a1d3a;
}

.home-page .product-stage-card::before,
.home-page .product .fw-box .center .content .box::before {
  inset: 0 !important;
  border-radius: inherit !important;
}

.home-page .about .capability-panel::after,
.home-page .about .capability-visual::after,
.home-page .join .join-main::after,
.home-page .join .join-visual::after,
.home-page .join .join-action::after,
.home-page .product-stage-card::after,
.home-page .product .fw-box .center .content .box::after,
.page-panel::after,
.contact-form::after,
.growth-card::after,
.about-talent__card::after,
.about-map::after,
.Product_service #cont1 .content.product-line .cp1 .image::after,
.Product_service #cont1 .content.product-line .kp div::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 6 !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
  border-radius: inherit !important;
  border: var(--edge-stroke) solid var(--edge-line-light) !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.home-page .about .capability-visual::after,
.home-page .join .join-visual::after,
.home-page .product-stage-card::after,
.home-page .product .fw-box .center .content .box::after,
.Product_service #cont1 .content.product-line:nth-child(even) .cp1 .image::after,
.Product_service #cont1 .content.product-line:nth-child(even) .kp div::after {
  border-color: var(--edge-line-navy) !important;
}

.page-wrap > .page-block,
.about-capability {
  box-shadow:
    inset 0 0 0 var(--edge-stroke) var(--edge-line-light),
    var(--edge-lift) !important;
}

.home-page .product .fw-box .center .content .box .da .right {
  outline: none !important;
  overflow: hidden !important;
  border: 0 !important;
  background-clip: padding-box !important;
  box-shadow: 0 14px 34px rgba(2, 12, 24, 0.4) !important;
}

.Product_service #cont1 .content.product-line .cp1 .image,
.Product_service #cont1 .content.product-line .kp div {
  box-shadow: none !important;
}

.home-page .about .capability-panel,
.home-page .join .join-main,
.home-page .join .join-action {
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
}

@media (max-width: 640px) {
  .home-page .join .join-layout {
    border-radius: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}

/* Hero left/right click zones: sit under Swiper paint, receive clicks that
   pass through non-interactive slide chrome. CTAs keep pointer-events. */
.home-page .home-banner .hero-nav-zones {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  pointer-events: none;
}

.home-page .home-banner .hero-nav-zone {
  flex: 1 1 50%;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  pointer-events: none;
}

.home-page .home-banner .hero-nav-zone--prev {
  cursor: w-resize;
}

.home-page .home-banner .hero-nav-zone--next {
  cursor: e-resize;
}

.home-page .home-banner .hero-scroll-rail {
  z-index: 5;
  pointer-events: none !important;
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .home-page .home-banner .h_100vh.swiper,
  .home-page .home-banner .h_100vh.swiper-container {
    position: relative;
    z-index: 3;
    pointer-events: none;
  }

  .home-page .home-banner .swiper-wrapper,
  .home-page .home-banner .swiper-slide,
  .home-page .home-banner .swiper-slide > img,
  .home-page .home-banner .swiper-slide > video,
  .home-page .home-banner .hero-scrim,
  .home-page .home-banner .swiper-slide .text {
    pointer-events: none;
  }

  .home-page .home-banner .swiper-slide .text {
    pointer-events: none;
  }

  .home-page .home-banner .swiper-slide .text a,
  .home-page .home-banner .hero-ctas,
  .home-page .home-banner .hero-ctas a {
    pointer-events: none;
  }

  .home-page .home-banner .swiper-slide-active .text a,
  .home-page .home-banner .swiper-slide-active .hero-ctas,
  .home-page .home-banner .swiper-slide-active .hero-ctas a {
    pointer-events: auto;
    position: relative;
    z-index: 4;
  }

  .home-page .home-banner .hero-nav-zone {
    pointer-events: auto;
  }
}

@media (max-width: 1024px), (hover: none), (pointer: coarse) {
  .home-page .home-banner .hero-nav-zones,
  .home-page .home-banner .hero-nav-zone {
    pointer-events: none !important;
  }
}

/* About stack: no kicker dash, one shared left edge for kicker / h2 / EN / ZH. */
.about-page {
  --about-kicker-mark: 0px;
  --about-kicker-gap: 0px;
  --about-copy-inset: 0px;
}

.about-page :is(.about-copy, .about-heading),
.about-page .about-contact__inner > div {
  text-indent: 0;
}

.about-page .about-kicker {
  display: block !important;
  margin: 0 0 18px !important;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

.about-page :is(.about-copy h2, .about-heading h2, .about-contact h2, .about-en),
.about-page .about-office-list {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-indent: 0 !important;
  text-align: left !important;
  text-align-last: left !important;
}

.about-page :is(.about-lead, .about-body),
.about-page .about-contact__inner > div > p:not(.about-kicker) {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-indent: 0 !important;
  text-align: justify !important;
  text-align-last: left !important;
  text-justify: inter-ideograph !important;
}

.about-page .about-en {
  font-style: normal !important;
  margin-top: 20px !important;
  margin-bottom: 16px !important;
}

.about-page .about-lead {
  margin-top: 0 !important;
}

.about-page .about-copy h2,
.about-page .about-heading h2,
.about-page .about-contact h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.about-page .about-copy h2 + .about-en,
.about-page .about-copy h2 + .about-lead,
.about-page .about-copy h2 + .about-body,
.about-page .about-heading h2 + .about-lead,
.about-page .about-heading h2 + .about-body {
  margin-top: 20px !important;
}

.about-page .about-body {
  margin-top: 20px !important;
}

.about-map__stops {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0;
  padding: 36px 16px 32px !important;
  list-style: none;
}

.about-map__stop {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.about-map__stop:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 37px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #146dc6;
}

.about-map__pin {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  max-width: 100% !important;
  margin: 4px 0 0;
  white-space: nowrap !important;
}

.about-map__pin::before {
  display: none !important;
}

@media (max-width: 720px) {
  .about-map__stops {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 8px;
    padding: 28px 16px !important;
  }

  .about-map__stop:not(:last-child)::after {
    display: none;
  }

  .about-map__pin {
    white-space: nowrap !important;
  }
}

/* ========== Winning layout (loaded last) ========== */

/* Fig 1: inner banner — title then breadcrumb in a column, shared 1440 rail. */
.page-banner.banner-sub {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-banner.banner-sub .page-banner__copy {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: min(1440px, calc(100% - 2 * var(--site-gutter, var(--page-pad-x, 20px))));
  max-width: 100%;
  margin-left: max(var(--site-gutter, var(--page-pad-x, 20px)), calc((100% - 1440px) / 2));
  margin-right: auto;
}

.page-banner.banner-sub h1,
.page-banner.banner-sub .breadcrumb {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.page-banner.banner-sub .breadcrumb {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}

/* Fig 2: kill kicker dash (globals ::before) so type shares one left edge. */
.about-kicker::before,
.about-page .about-kicker::before,
.about-contact .about-kicker::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  flex: none !important;
}

/* Stacked 1-col media: full column width, centered — not dash-offset. */
@media (max-width: 900px) {
  .about-page :is(.about-overview__image, .about-intro__image, .about-map) {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* 应用产品 / similar-app tiles: 2×2 on mobile. Beats mobile.css ≤480 1-col. */
@media (max-width: 800px) {
  body.Product_service #cont1 .content .but .kp,
  body.Product_service #cont1 .content.product-line .kp,
  body.Product_service #cont1 .content2-2 .but .kp,
  body.Product_service #cont1 .content3 .but .kp {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 16px !important;
    box-sizing: border-box !important;
  }

  body.Product_service #cont1 .content .but .kp > div,
  body.Product_service #cont1 .content.product-line .kp > div,
  body.Product_service #cont1 .content2-2 .but .kp > div,
  body.Product_service #cont1 .content3 .but .kp > div {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    aspect-ratio: 16 / 10 !important;
  }

  body.Product_service #cont1 .content .but .kp img,
  body.Product_service #cont1 .content.product-line .kp img,
  body.Product_service #cont1 .content2-2 .but .kp img,
  body.Product_service #cont1 .content3 .but .kp img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  body.Product_service #cont1 .content .but .kp p,
  body.Product_service #cont1 .content.product-line .kp p,
  body.Product_service #cont1 .content2-2 .but .kp p,
  body.Product_service #cont1 .content3 .but .kp p {
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
    max-width: calc(100% - 12px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
  }
}

/* Application-card scrim: dark veil under white titles, keep 1px edge. */
body.Product_service #cont1 .content .but .kp > div::after,
body.Product_service #cont1 .content.product-line .kp > div::after,
body.Product_service #cont1 .content2-2 .but .kp > div::after,
body.Product_service #cont1 .content3 .but .kp > div::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
  border-radius: inherit !important;
  border: var(--edge-stroke) solid var(--edge-line-light) !important;
  background:
    radial-gradient(
      ellipse 80% 68% at 50% 50%,
      rgba(0, 0, 0, 0.56) 0%,
      rgba(0, 0, 0, 0.42) 46%,
      rgba(0, 0, 0, 0.34) 100%
    ) !important;
  box-shadow: none !important;
  outline: none !important;
}

body.Product_service #cont1 .content.product-line:nth-child(even) .kp > div::after,
body.Product_service #cont1 .content:nth-child(even) .but .kp > div::after {
  border-color: var(--edge-line-navy) !important;
}

body.Product_service #cont1 .content .but .kp > div p,
body.Product_service #cont1 .content.product-line .kp > div p,
body.Product_service #cont1 .content2-2 .but .kp > div p,
body.Product_service #cont1 .content3 .but .kp > div p {
  position: absolute !important;
  z-index: 3 !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.35 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 0 14px rgba(0, 0, 0, 0.4) !important;
}

@media (max-width: 1280px) {
  body.Product_service #cont1 .content .but .kp > div p,
  body.Product_service #cont1 .content.product-line .kp > div p,
  body.Product_service #cont1 .content2-2 .but .kp > div p,
  body.Product_service #cont1 .content3 .but .kp > div p {
    font-size: 16px !important;
  }
}

/* Careers job rows: no gray hover slab (globals/design-system #f6f8fb). */
.job-list .job-item,
.job-item {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.job-list .job-item,
.job-item,
.job-list .job-item:hover,
.job-list .job-item:focus-within,
.job-item:hover,
.job-item:focus-within {
  border-left: 0 !important;
}

.job-list .job-item:hover,
.job-list .job-item:focus-within,
.job-item:hover,
.job-item:focus-within {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
  padding-left: 0 !important;
}

.page-panel {
  border-left: 0 !important;
}

.job-item::before,
.job-item::after,
.job-item:hover::before,
.job-item:hover::after,
.job-item:focus-within::before,
.job-item:focus-within::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}

@media (max-width: 720px) {
  .job-list .job-item:hover,
  .job-list .job-item:focus-within,
  .job-item:hover,
  .job-item:focus-within {
    padding-left: 0 !important;
    border-left: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
  }
}

/* Capability stats: number + label share one center axis.
   CJK `small { text-align: start }` otherwise left-rags labels under centered values. */
.home-page .about .capability-metrics div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.home-page .about .capability-metrics b,
.home-page .about .capability-metrics small {
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
}

@media (max-width: 800px) {
  .home-page .about .capability-metrics {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: start !important;
    column-gap: 0 !important;
    row-gap: 26px !important;
    padding: 24px 12px 26px !important;
  }

  .home-page .about .capability-metrics div {
    min-width: 0 !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
  }

  .home-page .about .capability-metrics div::before,
  .home-page .about .capability-metrics div::after {
    content: none !important;
    display: none !important;
  }

  /* Hero metric full-width; 30+ and 500+ as a 2-col row. */
  .home-page .about .capability-metrics div:first-child {
    grid-column: 1 / -1 !important;
    padding-bottom: 4px !important;
  }

  .home-page .about .capability-metrics b {
    font-size: 26px !important;
    line-height: 1.1 !important;
  }

  .home-page .about .capability-metrics small {
    margin-top: 6px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
  }
}

/* Header: no hairline under the bar (click/active/focus used to show a white divider). */
#header,
#header.header-home,
#header.active,
#header.open,
#header.header-home.active,
#header.header-home.open,
#header:not(.header-home),
#header.active:not(.header-home),
#header.open:not(.header-home),
#header:focus,
#header:focus-visible,
#header:active {
  border: 0 !important;
  border-bottom: 0 !important;
  outline: none !important;
}

#header .header,
#header.active .header,
#header.open .header,
#header.header-home .header,
#header.header-home.active .header,
#header.header-home.open .header,
#header:not(.header-home) .header,
#header.active:not(.header-home) .header,
#header.open:not(.header-home) .header {
  border: 0 !important;
  outline: none !important;
}

#header .header-cot:focus,
#header .header-cot:focus-visible {
  outline: none !important;
}

/* Mobile 自研芯片 chip: slightly denser padding; keep white card + keep-all. */
@media (max-width: 800px) {
  .home-page .join .join-main {
    padding: 28px 16px 20px !important;
  }

  .home-page .join .join-feature {
    column-gap: 12px !important;
    margin-top: 16px !important;
    padding: 14px 16px !important;
    border-radius: 20px !important;
  }

  .home-page .join .join-feature img {
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 9px !important;
    border-radius: 10px !important;
  }

  .home-page .join .join-feature span {
    gap: 4px !important;
  }

  .home-page .join .join-feature b {
    font-size: 16px !important;
  }

  .home-page .join .join-feature small {
    font-size: 13px !important;
  }
}

/* Capability visual: 3-across metrics, larger photo (~54/46 split).
   Beats the earlier 1+2 triangle and the 320px overlay height. */
@media (max-width: 800px) {
  .home-page .about .capability-visual {
    display: flex !important;
    flex-direction: column !important;
    height: 400px !important;
    min-height: 400px !important;
  }

  .home-page .about .capability-visual img {
    position: relative !important;
    inset: auto !important;
    flex: 0 0 54% !important;
    width: 100% !important;
    height: 54% !important;
    object-fit: cover !important;
  }

  .home-page .about .capability-metrics {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    flex: 1 1 46% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-content: center !important;
    align-items: center !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    margin: 0 !important;
    padding: 16px 6px !important;
  }

  .home-page .about .capability-metrics div {
    min-width: 0 !important;
    padding: 0 6px !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: none !important;
    background-image: none !important;
  }

  .home-page .about .capability-metrics div:last-child {
    border-right: 0 !important;
  }

  .home-page .about .capability-metrics div:first-child {
    grid-column: auto !important;
    padding-bottom: 0 !important;
  }

  .home-page .about .capability-metrics b {
    font-size: 18px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }

  .home-page .about .capability-metrics small {
    margin-top: 5px !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.01em !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    line-break: strict !important;
    text-align: center !important;
  }
}

/* Careers city chips (mobile ≤800): wrap 3+2, spacing only — no double hairlines
   under the filter. Kills wrap border-bottom + first-item border-top.
   Active chip keeps its own underline; job rows keep no gray hover / no left bar. */
@media (max-width: 800px) {
  .job-tab {
    gap: 12px !important;
  }

  .job-filter,
  .job-tab .job-filter {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    gap: 4px 8px !important;
    margin: 0 0 4px !important;
    padding: 0 0 4px !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .job-filter::before,
  .job-filter::after,
  .job-tab::before,
  .job-tab::after,
  .job-list::before,
  .job-list::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .job-filter button {
    flex: 0 1 auto !important;
    min-height: 36px !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #8a93a0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    white-space: nowrap !important;
  }

  .job-filter button:hover,
  .job-filter button.active {
    background: transparent !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    border-bottom-color: #163e72 !important;
    box-shadow: none !important;
  }

  .job-list {
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    border: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .job-list .job-item:first-child,
  .job-item:first-child {
    border-top: 0 !important;
  }

  .page-wrap > .page-block#jobs::before,
  .page-wrap > .page-block#jobs::after {
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .job-list .job-item,
  .job-item,
  .job-list .job-item:hover,
  .job-list .job-item:focus-within,
  .job-item:hover,
  .job-item:focus-within {
    background: transparent !important;
    background-color: transparent !important;
    border-left: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
  }
}

/* Capability metrics stay 1+2 on mobile (hero full-width, then a pair). */
@media (max-width: 800px) {
  .home-page .about .capability-metrics {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 0 !important;
    row-gap: 26px !important;
    padding: 24px 12px 26px !important;
  }

  .home-page .about .capability-metrics div {
    border-right: 0 !important;
  }

  .home-page .about .capability-metrics div:first-child {
    grid-column: 1 / -1 !important;
    padding-bottom: 4px !important;
  }

  .home-page .about .capability-metrics b {
    font-size: 26px !important;
    line-height: 1.1 !important;
  }

  .home-page .about .capability-metrics small {
    margin-top: 6px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
}

/* Header lockup: ~15% larger (134→154 desktop, 108→124 mobile).
   Height stays inside the 56–64px bar; do not overflow nav. */
#header .left,
#header .brand-wordmark,
#header.header-home .left,
#header.header-home .brand-wordmark,
#header:not(.header-home) .left,
#header:not(.header-home) .brand-wordmark {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  max-height: 100% !important;
}

#header .left img,
#header .header-hover .left img,
#header .brand-wordmark img,
#header.header-home .left img,
#header.header-home .brand-wordmark img,
#header:not(.header-home) .left img,
#header:not(.header-home) .brand-wordmark img {
  display: block !important;
  width: 154px !important;
  height: auto !important;
  max-width: none !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

@media (max-width: 1024px) {
  #header .left img,
  #header .header-hover .left img,
  #header .brand-wordmark img,
  #header.header-home .left img,
  #header.header-home .brand-wordmark img,
  #header:not(.header-home) .left img,
  #header:not(.header-home) .brand-wordmark img {
    width: 124px !important;
    height: auto !important;
    max-height: 36px !important;
  }
}

/* Capability card (last): 54/46 photo/metrics, 3-across row, hairline dividers.
   Overrides the later 1+2 “stay triangle” block above. */
@media (max-width: 800px) {
  .home-page .about .capability-visual {
    display: flex !important;
    flex-direction: column !important;
    height: 400px !important;
    min-height: 400px !important;
  }

  .home-page .about .capability-visual img {
    position: relative !important;
    inset: auto !important;
    flex: 0 0 54% !important;
    width: 100% !important;
    height: 54% !important;
    object-fit: cover !important;
  }

  .home-page .about .capability-metrics {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    flex: 1 1 46% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-content: center !important;
    align-items: center !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    margin: 0 !important;
    padding: 16px 6px !important;
  }

  .home-page .about .capability-metrics div {
    min-width: 0 !important;
    padding: 0 6px !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: none !important;
    background-image: none !important;
  }

  .home-page .about .capability-metrics div:last-child {
    border-right: 0 !important;
  }

  .home-page .about .capability-metrics div:first-child,
  .home-page .about .capability-metrics div:nth-child(1) {
    grid-column: auto !important;
    padding-bottom: 0 !important;
  }

  .home-page .about .capability-metrics b,
  .home-page .about .capability-metrics small {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    text-indent: 0 !important;
  }

  .home-page .about .capability-metrics b {
    font-size: 18px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }

  .home-page .about .capability-metrics small {
    margin-top: 5px !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.01em !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    line-break: strict !important;
  }
}

/* Careers city chips last-wins (mobile ≤800): zero extra hairlines under filter. */
@media (max-width: 800px) {
  .job-tab {
    gap: 12px !important;
  }

  .job-filter,
  .job-tab .job-filter {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    gap: 4px 8px !important;
    margin: 0 0 4px !important;
    padding: 0 0 4px !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .job-filter::before,
  .job-filter::after,
  .job-tab::before,
  .job-tab::after,
  .job-list::before,
  .job-list::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .job-filter button {
    flex: 0 1 auto !important;
    min-height: 36px !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #8a93a0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    white-space: nowrap !important;
  }

  .job-filter button:hover,
  .job-filter button.active {
    background: transparent !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    border-bottom-color: #163e72 !important;
    box-shadow: none !important;
  }

  .job-list {
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    border: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .job-list .job-item:first-child,
  .job-item:first-child {
    border-top: 0 !important;
  }

  .job-list .job-item,
  .job-item,
  .job-list .job-item:hover,
  .job-list .job-item:focus-within,
  .job-item:hover,
  .job-item:focus-within {
    background: transparent !important;
    background-color: transparent !important;
    border-left: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
  }
}

/* Header lockup last-wins (~15%): 134→154 desktop, 108→124 mobile. */
#header .left,
#header .brand-wordmark,
#header.header-home .left,
#header.header-home .brand-wordmark,
#header:not(.header-home) .left,
#header:not(.header-home) .brand-wordmark {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  max-height: 100% !important;
}

#header .left img,
#header .header-hover .left img,
#header .brand-wordmark img,
#header.header-home .left img,
#header.header-home .brand-wordmark img,
#header:not(.header-home) .left img,
#header:not(.header-home) .brand-wordmark img {
  display: block !important;
  width: 154px !important;
  height: auto !important;
  max-width: none !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

@media (max-width: 1024px) {
  #header .left img,
  #header .header-hover .left img,
  #header .brand-wordmark img,
  #header.header-home .left img,
  #header.header-home .brand-wordmark img,
  #header:not(.header-home) .left img,
  #header:not(.header-home) .brand-wordmark img {
    width: 124px !important;
    height: auto !important;
    max-height: 36px !important;
  }
}

/* Careers city chips LAST (mobile ≤800): kill wrap + first-row hairlines. */
@media (max-width: 800px) {
  .job-tab {
    gap: 12px !important;
  }

  .job-filter,
  .job-tab .job-filter {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    gap: 4px 8px !important;
    margin: 0 0 4px !important;
    padding: 0 0 4px !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .job-filter::before,
  .job-filter::after,
  .job-tab::before,
  .job-tab::after,
  .job-list::before,
  .job-list::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .job-filter button {
    flex: 0 1 auto !important;
    min-height: 36px !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #8a93a0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    white-space: nowrap !important;
  }

  .job-filter button:hover,
  .job-filter button.active {
    background: transparent !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    border-bottom-color: #163e72 !important;
    box-shadow: none !important;
  }

  .job-list {
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    border: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .job-list .job-item,
  .job-item {
    border-top: 0 !important;
  }

  .job-list .job-item:first-child,
  .job-item:first-child {
    border-top: 0 !important;
  }

  .job-list .job-item,
  .job-item,
  .job-list .job-item:hover,
  .job-list .job-item:focus-within,
  .job-item:hover,
  .job-item:focus-within {
    background: transparent !important;
    background-color: transparent !important;
    border-left: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
  }
}

/* ========== Header hover hairline (last) ==========
   main.css paints `#header:hover .header-cot { border-bottom: 1px solid #eee }`
   and `.header:hover .cover { opacity: 1 }`. Kill hover/active/focus rules on
   the bar; keep `:focus-visible` on nav links. */
#header:hover,
#header.header-home:hover,
#header:not(.header-home):hover,
#header:hover .header,
#header:hover .header-cot,
#header.header-home:hover .header,
#header.header-home:hover .header-cot,
#header:not(.header-home):hover .header,
#header:not(.header-home):hover .header-cot,
#header:active .header,
#header:active .header-cot,
#header:focus .header,
#header:focus .header-cot,
.header:hover,
.header:hover .header-cot,
#header:hover .header-hover,
#header .header-cot,
#header.active .header-cot,
#header.open .header-cot {
  border: 0 !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
  outline: none !important;
}

#header:hover .header-cot,
#header.header-home:hover .header-cot,
#header:not(.header-home):hover .header-cot,
.header:hover .header-cot {
  box-shadow: none !important;
}

/* Only kill the desktop hover scrim when the mobile menu is closed.
   `.header:hover .cover` (without :not(.open)) was blanking the dimmer
   while #header.open, leaving a half-painted overlay edge on zoom. */
#header:hover:not(.open) .cover,
#header.header-home:hover:not(.open) .cover,
#header:not(.open) .header:hover .cover {
  opacity: 0 !important;
  visibility: hidden !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

#header .center .link-box > a:focus-visible,
#header .header-contact:focus-visible,
#header a:focus-visible {
  outline: 2px solid rgba(158, 201, 245, 0.95);
  outline-offset: 3px;
}

/* ========== Media cards flush to all edges (last) ========== */
.home-page .product-stage-card,
.home-page .about .capability-visual,
.home-page .join .join-visual,
#header .nav-flyout,
#header .nav-flyout-scene {
  padding-top: 0 !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  background-origin: border-box !important;
}

.home-page .product .fw-box .center .content .box {
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  background-origin: border-box !important;
}

#header .nav-flyout {
  padding: 0 !important;
}

.home-page .product-stage-card,
.home-page .about .capability-visual,
.home-page .join .join-visual,
#header .nav-flyout-scene {
  padding: 0 !important;
}

/* Unprefixed fill: BodyClass adds .home-page after hydrate; media must clip immediately. */
.product-stage-card {
  position: relative !important;
  overflow: hidden !important;
}

.product-stage-card > img,
.product-stage-card__media {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  object-fit: cover !important;
  object-position: 50% 46% !important;
}
/* 存储产品 (2nd card): bias crop so DIMM sits higher / more centered */
.home-page .product-stage-card:nth-child(2) > img,
.home-page .product-stage-card:nth-child(2) .product-stage-card__media {
  object-position: 60% 78% !important;
}
.home-page .about .capability-visual > img,
.home-page .join .join-visual > img,
.home-page .product .fw-box .center .content .box .da .right .right-img,
#header .nav-flyout-scene > img,
#header .nav-flyout-scene__media {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  object-fit: cover !important;
  object-position: 50% 46% !important;
}

.home-page .product .fw-box .center .content .box::before,
#header .nav-flyout-scene::after {
  inset: 0 !important;
  border-radius: inherit !important;
}

/* Product card scrim geometry owned by home-glass.css */
.home-page .product-stage-card::before {
  border-radius: 0 !important;
}

.home-page .product-stage-card__body {
  z-index: 2 !important;
}

.home-page .product-stage-card::before {
  z-index: 1 !important;
}

.home-page .product-stage-card::after,
.home-page .about .capability-visual::after,
.home-page .join .join-visual::after {
  z-index: 6 !important;
}

#header .nav-flyout-scene {
  position: relative !important;
  align-self: stretch !important;
  min-height: 100% !important;
  overflow: hidden !important;
  border-radius: 14px 0 0 14px !important;
}

#header .nav-flyout-scene-label {
  z-index: 2 !important;
}

.home-page .product .fw-box .center .content .box {
  background-size: cover !important;
  background-position: 50% 46% !important;
  background-repeat: no-repeat !important;
}

.home-page .product .fw-box .center .content .box .da .right {
  position: relative !important;
}

@media (min-width: 801px) {
  .home-page .about .capability-visual > img,
  .home-page .join .join-visual > img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 46% !important;
  }
}

@media (max-width: 800px) {
  .home-page .about .capability-visual > img {
    position: relative !important;
    inset: auto !important;
    flex: 0 0 54% !important;
    width: 100% !important;
    height: 54% !important;
    object-fit: cover !important;
    object-position: 50% 46% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  .home-page .join .join-visual > img {
    position: absolute !important;
    inset: 0 !important;
    object-fit: cover !important;
    object-position: 50% 46% !important;
  }

  .home-page .product-stage-card > img,
  .home-page .product-stage-card__media {
    position: absolute !important;
    inset: 0 !important;
    object-fit: cover !important;
    object-position: 50% 46% !important;
  }

  .home-page .product-stage-card:nth-child(2) > img,
  .home-page .product-stage-card:nth-child(2) .product-stage-card__media {
    object-position: 60% 78% !important;
  }
}

/* Hero kicker variants: mobile classic by default; PC stack from 1025px. */
.home-banner .hero-kicker--pc,
.home-page .home-banner .hero-kicker--pc {
  display: none !important;
}
.home-banner .hero-kicker--mobile,
.home-page .home-banner .hero-kicker--mobile {
  display: flex !important;
}

/* ========== PC hero stack (desktop only; mobile stays classic) ========== */
@media (min-width: 1025px) {
  /* ========== Homepage hero copy stack (last) ==========
     Left-aligned PCB-hero hierarchy: L-mark kicker, display title,
     two-line subhead, blue rule, CTAs, bottom scroll + motto. */
  .home-page .home-banner {
    --hero-rail: max(20px, var(--site-gutter, var(--padding-lr, 32px)), calc((100% - 1440px) / 2));
  }

  .home-page .home-banner .swiper-slide .text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-top: 112px !important;
    padding-bottom: 128px !important;
    padding-left: var(--hero-rail) !important;
    padding-right: var(--hero-rail) !important;
    box-sizing: border-box !important;
  }

  .home-page .home-banner .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: min(640px, 100%);
    max-width: 100%;
  }

  .home-page .home-banner .hero-kicker {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 22px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
    white-space: normal !important;
  }

  .home-page .home-banner .hero-kicker-mark {
    display: none !important;
  }

  .home-page .home-banner .hero-kicker-label {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #fff;
  }

  .home-page .home-banner .hero-kicker-label span {
    display: block;
    color: #fff !important;
    font-size: inherit;
    letter-spacing: inherit;
  }

  .home-page .home-banner .swiper-slide .text .title,
  .home-page .home-banner .hero-copy > .title {
    position: relative !important;
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 22px !important;
    padding-bottom: 0 !important;
    color: #fff !important;
    font-size: clamp(56px, 8.2vw, 118px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.04em !important;
    line-height: 0.92 !important;
    white-space: nowrap !important;
    text-shadow: none !important;
  }

  .home-page .home-banner .title-accent {
    display: none !important;
  }

  .home-page .home-banner .title-accent-letter,
  .home-page .home-banner .title-accent-slash {
    background: linear-gradient(180deg, #7ec4ff 0%, #2f8fff 42%, #146dc6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .home-page .home-banner .swiper-slide .text .hero-lead,
  .home-page .home-banner .hero-copy > .hero-lead {
    display: flex !important;
    flex-direction: column !important;
    width: min(36em, 100%) !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px;
  }

  .home-page .home-banner .hero-subhead,
  .home-page .home-banner .swiper-slide .text .content,
  .home-page .home-banner .swiper-slide .text .hero-en {
    margin: 0 !important;
    max-width: none !important;
    color: #fff !important;
    font-size: clamp(16px, 1.45vw, 22px) !important;
    font-weight: 500 !important;
    font-style: normal !important;
    letter-spacing: 0.04em !important;
    line-height: 1.55 !important;
    text-shadow: none !important;
  }

  .home-page .home-banner .hero-rule {
    display: block !important;
    width: 42px !important;
    height: 2px !important;
    margin: 20px 0 16px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #146dc6 !important;
    box-shadow: none !important;
  }

  .home-page .home-banner .hero-support {
    margin: 0 0 4px !important;
    max-width: 36em;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: clamp(13px, 1vw, 15px) !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em !important;
    line-height: 1.7 !important;
  }

  .home-page .home-banner .hero-ctas {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    width: auto !important;
    margin-top: 28px !important;
  }

  .home-page .home-banner .hero-ctas a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
  }

  .home-page .home-banner .hero-ctas .cta-primary {
    border: 1px solid #146dc6 !important;
    color: #fff !important;
    background: #146dc6 !important;
    box-shadow: none !important;
  }

  .home-page .home-banner .hero-ctas .cta-secondary {
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    color: #fff !important;
    background: transparent !important;
  }

  .home-page .home-banner .hero-ctas .cta-secondary:hover {
    border-color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
  }

  .home-page .home-banner .hero-scroll-rail {
    left: var(--hero-rail) !important;
    right: auto !important;
    top: auto !important;
    bottom: 28px !important;
    z-index: 5 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    transform: none !important;
    pointer-events: none !important;
  }

  .home-page .home-banner .hero-scroll-dot,
  .home-page .home-banner .hero-scroll-line {
    display: none !important;
  }

  .home-page .home-banner .hero-scroll-rail p {
    margin: 0 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.18em !important;
    line-height: 1.35 !important;
    writing-mode: horizontal-tb !important;
    transform: none !important;
    text-transform: uppercase;
  }

  .home-page .home-banner .hero-scroll-rail img {
    width: 22px !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 0.95 !important;
    filter: brightness(0) invert(1) !important;
  }

  .home-page .home-banner .hero-corner-motto {
    position: absolute;
    z-index: 5;
    right: var(--hero-rail);
    bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    margin: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.35;
    text-align: right;
    text-transform: uppercase;
    pointer-events: none;
  }

  .home-page .home-banner .hero-corner-motto span {
    display: block;
  }

  @media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
    .home-page .home-banner .hero-copy,
    .home-page .home-banner .hero-kicker,
    .home-page .home-banner .hero-rule,
    .home-page .home-banner .hero-support,
    .home-page .home-banner .hero-subhead,
    .home-page .home-banner .hero-corner-motto,
    .home-page .home-banner .hero-scroll-rail {
      pointer-events: none !important;
    }
  }
  .home-page .home-banner .hero-copy {
    width: min(760px, 100%) !important;
    max-width: 100% !important;
  }
  .home-page .home-banner .swiper-slide .text .hero-lead,
  .home-page .home-banner .hero-copy > .hero-lead {
    width: min(720px, 55vw, 70ch) !important;
    max-width: 100% !important;
  }
  .home-page .home-banner .swiper-slide .text .hero-en {
    letter-spacing: 0.06em !important;
  }

  .home-banner .hero-kicker--mobile {
    display: none !important;
  }
  .home-banner .hero-kicker--pc {
    display: flex !important;
  }
}

@media (max-width: 1024px) {
  .home-banner .hero-kicker--pc,
  .home-page .home-banner .hero-kicker--pc,
  .home-banner .hero-rule,
  .home-page .home-banner .hero-rule,
  .home-banner .hero-corner-motto,
  .home-page .home-banner .hero-corner-motto,
  .home-banner .hero-scroll-rail,
  .home-page .home-banner .hero-scroll-rail {
    display: none !important;
  }
  .home-banner .hero-kicker--mobile,
  .home-page .home-banner .hero-kicker--mobile {
    display: flex !important;
  }
}

/* Mobile classic kicker (unprefixed for pre-hydrate). */
.home-banner .hero-kicker--mobile {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px !important;
}
.home-banner .hero-kicker--mobile i {
  display: block !important;
  flex: 0 0 28px !important;
  width: 28px !important;
  height: 2px !important;
  background: #146dc6 !important;
  box-shadow: 0 0 10px rgba(20, 109, 198, 0.65);
}
.home-banner .hero-kicker--mobile span:last-child {
  display: inline !important;
  visibility: visible !important;
}
@media (min-width: 1025px) {
  .home-banner .hero-kicker--mobile { display: none !important; }
}

/* PC hero unprefixed (BodyClass may lag). Desktop only. */
@media (min-width: 1025px) {
  .home-banner .hero-kicker--pc {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 0 !important;
    margin: 0 0 22px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    line-height: 1.35 !important;
    text-transform: uppercase !important;
  }
  .home-banner .hero-kicker--pc .hero-kicker-label {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }
  .home-banner .hero-kicker--pc .hero-kicker-label span {
    display: block !important;
  }
  .home-banner .hero-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: min(760px, 100%) !important;
  }
  .home-banner .swiper-slide .text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-left: max(20px, var(--site-gutter, var(--padding-lr, 32px)), calc((100% - 1440px) / 2)) !important;
  }
  .home-banner .swiper-slide .text .title,
  .home-banner .hero-copy > .title {
    margin: 0 0 32px !important;
    color: #fff !important;
    font-size: clamp(56px, 8.2vw, 118px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.04em !important;
    line-height: 0.92 !important;
    white-space: nowrap !important;
  }
  .home-banner .title-accent {
    display: none !important;
  }
  .home-banner .title-accent-letter,
  .home-banner .title-accent-slash {
    background: linear-gradient(180deg, #7ec4ff 0%, #2f8fff 42%, #146dc6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .home-banner .hero-lead {
    display: flex !important;
    flex-direction: column !important;
    width: min(720px, 55vw, 70ch) !important;
    max-width: 100% !important;
    gap: 4px !important;
  }
  .home-banner .hero-en,
  .home-banner .hero-subhead,
  .home-banner .swiper-slide .text .content {
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(16px, 1.45vw, 22px) !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    line-height: 1.55 !important;
  }
  .home-banner .hero-en {
    letter-spacing: 0.06em !important;
  }
  .home-banner .hero-rule {
    display: block !important;
    width: 48px !important;
    height: 2px !important;
    margin: 22px 0 18px !important;
    background: #146dc6 !important;
  }
  .home-banner .hero-ctas {
    display: flex !important;
    flex-direction: row !important;
    gap: 14px !important;
    margin-top: 28px !important;
  }
  .home-banner .hero-ctas a {
    border-radius: 999px !important;
  }
  .home-banner .hero-scroll-rail {
    display: flex !important;
  }
  .home-banner .hero-corner-motto {
    display: block !important;
    position: absolute !important;
    right: max(20px, var(--site-gutter, 32px)) !important;
    bottom: 36px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.18em !important;
    line-height: 1.35 !important;
    text-align: right !important;
    text-transform: uppercase !important;
  }
  .home-banner .hero-corner-motto span {
    display: block !important;
  }
}

/* Mobile capability metrics: tighten vertical padding (text was floating). */
@media (max-width: 800px) {
  .about .capability-visual,
  .home-page .about .capability-visual {
    height: auto !important;
    min-height: 0 !important;
  }

  .about .capability-visual > img,
  .home-page .about .capability-visual > img,
  .about .capability-visual img,
  .home-page .about .capability-visual img {
    flex: 0 0 auto !important;
    height: 200px !important;
    max-height: 48vw !important;
  }

  .about .capability-metrics,
  .home-page .about .capability-metrics {
    flex: 0 0 auto !important;
    align-content: center !important;
    padding: 12px 8px 14px !important;
    min-height: 0 !important;
  }

  .about .capability-metrics b,
  .home-page .about .capability-metrics b {
    font-size: 17px !important;
    line-height: 1.1 !important;
  }

  .about .capability-metrics small,
  .home-page .about .capability-metrics small {
    margin-top: 4px !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
  }
}

/* Mobile join-metrics 2×2: space between metric groups (rows were crushed). */
@media (max-width: 720px) {
  .join .join-metrics,
  .home-page .join .join-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 18px !important;
    column-gap: 0 !important;
    gap: 18px 0 !important;
    padding: 14px 8px 16px !important;
  }

  .join .join-metrics div,
  .home-page .join .join-metrics div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    padding: 0 10px !important;
  }

  /* Vertical divider only between left/right cells, not between rows. */
  .join .join-metrics div:nth-child(2n),
  .home-page .join .join-metrics div:nth-child(2n) {
    border-right: 0 !important;
  }

  .join .join-metrics div:nth-child(2n-1),
  .home-page .join .join-metrics div:nth-child(2n-1) {
    border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .join .join-metrics b,
  .home-page .join .join-metrics b {
    line-height: 1.1 !important;
  }

  .join .join-metrics span,
  .home-page .join .join-metrics span {
    line-height: 1.35 !important;
  }
}

/* Mobile hero display: keep PC oversized type, tight tracking, GT/s accent. */
@media (max-width: 1024px) {
  body.home-page .home-banner .swiper-slide .text .title,
  body.home-page .home-banner .hero-copy > .title,
  .home-banner .swiper-slide .text .title,
  .home-banner .hero-copy > .title,
  .home-banner h1.title {
    position: relative !important;
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
    padding-bottom: 0 !important;
    color: #fff !important;
    font-size: clamp(48px, 15vw, 96px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.04em !important;
    line-height: 0.92 !important;
    white-space: nowrap !important;
    text-shadow: none !important;
  }

  body.home-page .home-banner .title-accent,
  .home-banner .title-accent {
    display: none !important;
  }

  body.home-page .home-banner .title-accent-letter,
  body.home-page .home-banner .title-accent-slash,
  .home-banner .title-accent-letter,
  .home-banner .title-accent-slash {
    background: linear-gradient(180deg, #7ec4ff 0%, #2f8fff 42%, #146dc6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}


/* Body copy: justify + last line left; titles/slogans stay left */
.Product_service #cont1 .content.product-line .cp1 .test,
.Product_service #cont1 .content .cp1 .test,
.Product_service #cont1 .content.product-line .tests,
.Product_service #cont1 .content .cp1 .test .tests,
.Product_service .storage-page-lead,
body.Product_service .storage-page-lead,
.page-lead,
.page-body,
.page-wrap .page-body,
.page-wrap .page-lead,
.home-page .about .capability-copy,
.home-page .about .capability-copy p,
.home-page .join .join-copy,
.home-page .join .join-copy p,
.home-page .product .product-lead {
  text-align: justify !important;
  text-align-last: left !important;
  text-justify: inter-ideograph !important;
}

/* Fill panel/column width — avoid ragged empty right margin from narrow max-width */
.home-page .about .capability-copy,
.home-page .about .capability-copy p,
.home-page .join .join-copy,
.home-page .join .join-copy p {
  max-width: none !important;
  width: 100% !important;
}

.Product_service #cont1 .content.product-line .name,
.Product_service #cont1 .content.product-line .english,
.Product_service #cont1 .content.product-line .english p {
  text-align: left !important;
  text-align-last: left !important;
  text-justify: auto !important;
}

@media (max-width: 800px) {
  .Product_service .storage-page-lead,
  body.Product_service .storage-page-lead {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding: 0 0 20px !important;
  }
  .Product_service #cont1 .content.product-line {
    padding-top: 48px !important;
    padding-bottom: 56px !important;
  }
  .Product_service #cont1 .content.product-line .icon {
    gap: 8px !important;
  }
  .Product_service #cont1 .content.product-line .icon div,
  .Product_service #cont1 .content.product-line .icon .product-pill {
    max-width: 100% !important;
    white-space: normal !important;
  }
}
