:root {
  --pr-ink: #111820;
  --pr-ink-soft: #303b46;
  --pr-muted: #68737e;
  --pr-paper: #ffffff;
  --pr-canvas: #f3f6f7;
  --pr-line: #d8e0e3;
  --pr-cyan: #007f9b;
  --pr-cyan-bright: #00a9c7;
  --pr-lime: #b7d533;
  --pr-alert: #d84a35;
  --pr-max: 1240px;
}

body.refresh-page {
  margin: 0;
  color: var(--pr-ink);
  background: var(--pr-paper);
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: clip;
}

body.refresh-page::before {
  display: none;
}

.refresh-page .page-shell {
  width: min(calc(100% - 40px), var(--pr-max));
}

.refresh-page .site-header {
  padding: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--pr-line);
  box-shadow: none;
}

.refresh-page .header-stack {
  display: block;
}

.refresh-page .header-bar {
  min-height: 72px;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.refresh-page .brand-logo {
  width: 164px;
}

.refresh-page .brand-name {
  color: var(--pr-ink);
  font-size: 12px;
  letter-spacing: 0;
}

.refresh-page .brand-tagline {
  color: var(--pr-muted);
  font-size: 11px;
}

.refresh-page .nav-link,
.refresh-page .nav-trigger,
.refresh-page .header-cta {
  min-height: 38px;
  padding: 0 11px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.refresh-page .nav-link:hover,
.refresh-page .nav-trigger:hover,
.refresh-page .nav-link.is-active,
.refresh-page .nav-trigger.is-active {
  color: var(--pr-cyan);
  background: #edf6f8;
  border-color: #c7e1e7;
}

.refresh-page .header-cta {
  color: #fff;
  background: var(--pr-ink);
}

.refresh-page .header-cta:hover {
  color: #fff;
  background: var(--pr-cyan);
}

.refresh-page .nav-menu {
  width: 342px;
  padding: 8px;
  border-color: var(--pr-line);
  border-radius: 4px;
  box-shadow: 0 16px 36px rgba(17, 24, 32, 0.14);
}

.refresh-page .nav-menu a {
  border-radius: 3px;
}

.refresh-page .desktop-nav .nav-group:last-of-type .nav-menu {
  right: 0;
  left: auto;
}

.refresh-page .header-locale {
  position: absolute;
  top: 72px;
  right: 20px;
  z-index: 8;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--pr-line);
  box-shadow: 0 10px 24px rgba(17, 24, 32, 0.1);
}

.refresh-page .locale-button {
  min-height: 30px;
  padding: 0 9px;
  border-radius: 3px;
  font-size: 11px;
  letter-spacing: 0;
}

.refresh-page .locale-button.is-active {
  color: #fff;
  background: var(--pr-cyan);
  border-color: var(--pr-cyan);
}

.refresh-page .mobile-drawer {
  border-radius: 0;
}

.refresh-page .mobile-nav-link,
.refresh-page .mobile-nav-summary,
.refresh-page .mobile-submenu a,
.refresh-page .mobile-close {
  border-radius: 4px;
}

@media (min-width: 921px) {
  .refresh-page .mobile-drawer,
  .refresh-page .mobile-drawer-backdrop {
    display: none;
  }
}

.pr-main {
  overflow: hidden;
}

.pr-hero {
  position: relative;
  display: flex;
  min-height: min(680px, calc(100vh - 124px));
  align-items: flex-end;
  color: #fff;
  background: #161d23 center / cover no-repeat;
  isolation: isolate;
}

.pr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(7, 13, 18, 0.48);
}

.pr-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: rgba(4, 10, 14, 0.36);
}

.pr-hero-home {
  background-image: url("/assets/images/semicon-china-2026/web/sc2026-01-1280.webp");
}

.pr-hero-products {
  background-image: url("/assets/images/company-202605/high-channel-system.jpg");
}

.pr-hero-assembly {
  background-image: url("/assets/images/company-202605/probe-card-validation.jpg");
  background-position: center;
}

.pr-hero-cleaning {
  background-image: url("/assets/images/semicon-china-2026/web/sc2026-18-1280.webp");
}

.pr-hero-storage {
  background-image: url("/assets/images/company-202605/operations.jpg");
}

.pr-hero-contact {
  background-image: url("/assets/images/semicon-china-2026/web/sc2026-17-1280.webp");
}

.pr-hero-inner {
  width: min(calc(100% - 40px), var(--pr-max));
  margin: 0 auto;
  padding: 112px 0 76px;
}

.pr-hero:not(.pr-hero-home) .pr-hero-inner {
  padding-top: 82px;
  padding-bottom: 48px;
}

.pr-hero:not(.pr-hero-home) h1 {
  max-width: 820px;
  font-size: 62px;
}

.pr-hero:not(.pr-hero-home) p:not(.pr-status) {
  font-size: 20px;
}

.pr-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #e7f7fa;
  font-size: 13px;
  font-weight: 700;
}

.pr-status::before {
  width: 30px;
  height: 3px;
  background: var(--pr-lime);
  content: "";
}

.pr-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: 72px;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.pr-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
}

.pr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pr-button,
.pr-button-secondary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 750;
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.pr-button {
  color: #071116;
  background: var(--pr-lime);
}

.pr-button:hover,
.pr-button:focus-visible {
  color: #071116;
  background: #c8e34a;
  transform: translateY(-1px);
}

.pr-button-secondary {
  color: #fff;
  background: rgba(10, 18, 24, 0.76);
  border-color: rgba(255, 255, 255, 0.58);
}

.pr-button-secondary:hover,
.pr-button-secondary:focus-visible {
  color: #fff;
  background: var(--pr-cyan);
  border-color: var(--pr-cyan);
}

.pr-proof-bar {
  color: #fff;
  background: var(--pr-ink);
  border-bottom: 5px solid var(--pr-lime);
}

.pr-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(calc(100% - 40px), var(--pr-max));
  margin: 0 auto;
}

.pr-proof-item {
  min-width: 0;
  padding: 24px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.pr-proof-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}

.pr-proof-value {
  display: block;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
}

.pr-proof-label {
  display: block;
  margin-top: 6px;
  color: #b9c3ca;
  font-size: 12px;
}

.pr-band {
  padding: 82px 0;
  background: var(--pr-paper);
}

.pr-hero + .pr-band {
  padding-top: 38px;
}

.pr-band-alt {
  background: var(--pr-canvas);
  border-block: 1px solid var(--pr-line);
}

.pr-band-dark {
  color: #fff;
  background: var(--pr-ink);
}

.pr-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 36px;
}

.pr-section-head h2 {
  margin: 0;
  color: inherit;
  font-size: 50px;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.pr-section-head p {
  margin: 0;
  color: var(--pr-muted);
  font-size: 16px;
}

.pr-band-dark .pr-section-head p {
  color: #b9c3ca;
}

.pr-section-mark {
  display: block;
  width: 54px;
  height: 5px;
  margin-bottom: 20px;
  background: var(--pr-cyan-bright);
}

.pr-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--pr-line);
  border: 1px solid var(--pr-line);
}

.pr-product {
  position: relative;
  min-width: 0;
  background: #fff;
}

.pr-product a {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
}

.pr-product img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #e7ebed;
}

.pr-product-body {
  padding: 24px;
}

.pr-product h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: 0;
}

.pr-product p {
  margin: 12px 0 0;
  color: var(--pr-muted);
  font-size: 14px;
}

.pr-product-meta {
  display: block;
  margin-top: 18px;
  color: var(--pr-cyan);
  font-size: 12px;
  font-weight: 800;
}

.pr-product:hover h3 {
  color: var(--pr-cyan);
}

.pr-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #50606c;
  border-bottom: 1px solid #50606c;
}

.pr-flow-step {
  position: relative;
  min-height: 230px;
  padding: 26px;
  border-left: 1px solid #50606c;
}

.pr-flow-step:last-child {
  border-right: 1px solid #50606c;
}

.pr-flow-number {
  color: var(--pr-lime);
  font-size: 13px;
  font-weight: 800;
}

.pr-flow-step h3 {
  margin: 46px 0 10px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0;
}

.pr-flow-step p {
  margin: 0;
  color: #b9c3ca;
  font-size: 14px;
}

.pr-evidence-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.pr-evidence-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--pr-line);
  border-radius: 4px;
}

.pr-evidence-copy h2,
.pr-detail h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 0;
}

.pr-evidence-copy > p,
.pr-detail > p {
  margin: 18px 0 0;
  color: var(--pr-muted);
}

.pr-fact-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--pr-line);
}

.pr-fact-list li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--pr-line);
  font-size: 14px;
}

.pr-fact-list strong {
  color: var(--pr-ink);
}

.pr-fact-list span {
  color: var(--pr-muted);
}

.pr-matcher {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
  gap: 42px;
  align-items: stretch;
}

.pr-matcher-controls {
  padding-right: 42px;
  border-right: 1px solid var(--pr-line);
}

.pr-label {
  display: block;
  margin-bottom: 8px;
  color: var(--pr-ink-soft);
  font-size: 13px;
  font-weight: 750;
}

.pr-select,
.pr-input,
.pr-textarea {
  width: 100%;
  color: var(--pr-ink);
  background: #fff;
  border: 1px solid #aebbc1;
  border-radius: 3px;
  font: inherit;
}

.pr-select,
.pr-input {
  min-height: 46px;
  padding: 0 12px;
}

.pr-textarea {
  min-height: 126px;
  padding: 12px;
  resize: vertical;
}

.pr-select:focus,
.pr-input:focus,
.pr-textarea:focus {
  outline: 3px solid rgba(0, 169, 199, 0.2);
  border-color: var(--pr-cyan);
}

.pr-matcher-result {
  min-height: 280px;
  padding: 30px;
  color: #fff;
  background: var(--pr-ink);
  border-left: 6px solid var(--pr-lime);
}

.pr-matcher-result h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0;
}

.pr-matcher-result p {
  color: #c2cbd1;
}

.pr-matcher-result a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--pr-lime);
  font-weight: 800;
}

.pr-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.pr-detail-item {
  min-width: 0;
  padding: 0 0 22px;
  border-bottom: 3px solid var(--pr-cyan);
}

.pr-detail-item h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0;
}

.pr-detail-item p {
  margin: 10px 0 0;
  color: var(--pr-muted);
  font-size: 14px;
}

.pr-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  counter-reset: process;
}

.pr-process-item {
  counter-increment: process;
  min-height: 196px;
  padding: 20px 0;
  border-top: 4px solid var(--pr-lime);
}

.pr-process-item::before {
  content: "0" counter(process);
  display: block;
  margin-bottom: 36px;
  color: #98a4ac;
  font-size: 13px;
  font-weight: 800;
}

.pr-process-item h3 {
  margin: 0;
  color: inherit;
  font-size: 20px;
  letter-spacing: 0;
}

.pr-process-item p {
  margin: 10px 0 0;
  color: #b9c3ca;
  font-size: 14px;
}

.pr-boundary {
  margin-top: 30px;
  padding: 18px 20px;
  background: #fff8e4;
  border-left: 5px solid #e7ac24;
  color: #493b1d;
  font-size: 14px;
}

.pr-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.pr-inquiry-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.08;
  letter-spacing: 0;
}

.pr-inquiry-copy p {
  color: #b9c3ca;
}

.pr-contact-lines {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #50606c;
  color: #fff;
  font-size: 14px;
}

.pr-contact-lines a {
  color: var(--pr-lime);
}

.pr-inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 28px;
  color: var(--pr-ink);
  background: #fff;
  border-radius: 4px;
}

.pr-field-full {
  grid-column: 1 / -1;
}

.pr-form-actions {
  display: flex;
  grid-column: 1 / -1;
  gap: 12px;
  align-items: center;
}

.pr-submit {
  min-height: 46px;
  padding: 0 20px;
  color: #071116;
  background: var(--pr-lime);
  border: 0;
  border-radius: 3px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.pr-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

.pr-form-status {
  min-height: 24px;
  color: var(--pr-muted);
  font-size: 13px;
}

.pr-form-status.is-success {
  color: #276d35;
}

.pr-form-status.is-error {
  color: var(--pr-alert);
}

.pr-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--pr-muted);
  font-size: 12px;
}

.pr-consent input {
  margin-top: 3px;
}

.pr-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pr-footer {
  padding: 34px 0;
  color: #aeb9c0;
  background: #080d11;
  border-top: 1px solid #313b43;
}

.pr-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 44px;
}

.pr-footer h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
}

.pr-footer p {
  margin: 0;
  font-size: 12px;
}

.pr-footer a {
  color: var(--pr-lime);
}

.pr-footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #313b43;
  font-size: 11px;
}

.pr-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.pr-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 980px) {
  .refresh-page .brand-copy {
    display: none;
  }

  .pr-proof-grid,
  .pr-flow,
  .pr-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pr-section-head,
  .pr-evidence-layout,
  .pr-matcher,
  .pr-inquiry-layout {
    grid-template-columns: 1fr;
  }

  .pr-hero h1,
  .pr-hero:not(.pr-hero-home) h1 {
    font-size: 54px;
  }

  .pr-matcher-controls {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid var(--pr-line);
  }
}

@media (max-width: 760px) {
  .refresh-page .page-shell,
  .pr-hero-inner,
  .pr-proof-grid {
    width: min(calc(100% - 28px), var(--pr-max));
  }

  .refresh-page .header-bar {
    min-height: 62px;
  }

  .refresh-page .brand-logo {
    width: 142px;
  }

  .refresh-page .header-locale {
    top: 62px;
    right: 14px;
    max-width: calc(100vw - 28px);
  }

  .pr-hero {
    min-height: min(620px, calc(100svh - 116px));
    background-position: 58% center;
  }

  .pr-hero::before {
    background: rgba(7, 13, 18, 0.58);
  }

  .pr-hero-inner {
    padding: 92px 0 48px;
  }

  .pr-hero h1 {
    font-size: 42px;
  }

  .pr-hero p {
    font-size: 16px;
  }

  .pr-proof-grid,
  .pr-product-grid,
  .pr-detail-grid,
  .pr-flow,
  .pr-process-grid,
  .pr-inquiry-form,
  .pr-footer-grid {
    grid-template-columns: 1fr;
  }

  .pr-proof-item {
    padding: 18px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.17);
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .pr-band {
    padding: 58px 0;
  }

  .pr-hero + .pr-band {
    padding-top: 24px;
  }

  .pr-section-head {
    gap: 18px;
    margin-bottom: 26px;
  }

  .pr-section-head h2,
  .pr-evidence-copy h2,
  .pr-detail h2,
  .pr-inquiry-copy h2 {
    font-size: 34px;
  }

  .pr-flow-step {
    min-height: 180px;
    border-right: 1px solid #50606c;
    border-bottom: 1px solid #50606c;
  }

  .pr-flow-step h3 {
    margin-top: 26px;
  }

  .pr-fact-list li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .pr-field-full,
  .pr-form-actions {
    grid-column: auto;
  }

  .pr-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pr-actions a {
    width: 100%;
  }
}

@media (max-width: 360px) and (max-height: 740px) {
  .pr-hero,
  .pr-hero:not(.pr-hero-home) {
    min-height: calc(100svh - 116px);
  }

  .pr-hero-inner,
  .pr-hero:not(.pr-hero-home) .pr-hero-inner {
    padding-top: 52px;
    padding-bottom: 24px;
  }

  .pr-hero h1,
  .pr-hero:not(.pr-hero-home) h1 {
    font-size: 30px;
  }

  .pr-hero p,
  .pr-hero:not(.pr-hero-home) p:not(.pr-status) {
    margin-top: 14px;
    font-size: 13px;
  }

  .pr-status {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .pr-actions {
    gap: 8px;
    margin-top: 16px;
  }

  .pr-button,
  .pr-button-secondary {
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .pr-section-head h2,
  .pr-evidence-copy h2,
  .pr-detail h2,
  .pr-inquiry-copy h2 {
    font-size: 30px;
  }
}
