:root {
  --bg: #f3f4f6;
  --panel: #ffffff;
  --ink: #111317;
  --muted: #69707a;
  --line: rgba(17, 19, 23, .10);
  --accent: #0a84ff;
  --accent-2: #6b7787;
  --dark: #121417;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
img { display: block; height: auto; max-width: 100%; }
.site-header {
  align-items: center;
  background: rgba(255, 255, 255, .74);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(24px);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  min-height: 72px;
  padding: 12px clamp(20px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { align-items: center; display: flex; gap: 10px; font-weight: 700; }
.logo-mark {
  align-items: center;
  background: #1d1d1f;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  letter-spacing: 0;
  width: 32px;
}
.brand-text { display: inline-block; line-height: 1.2; }
.brand-text strong { display: block; font-size: 15px; font-weight: 650; }
.brand-text small { color: var(--muted); display: block; font-size: 11px; font-weight: 500; }
nav { display: flex; gap: 18px; justify-content: center; }
nav a { color: var(--muted); font-size: 14px; font-weight: 500; white-space: nowrap; }
nav a:hover, .text-link { color: var(--accent); }
.header-actions { align-items: center; display: flex; justify-content: flex-end; }
.header-phone {
  align-items: center;
  background: rgba(17, 19, 23, .04);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  gap: 8px;
  padding: 9px 14px;
  white-space: nowrap;
}
.header-phone span { color: var(--muted); font-size: 12px; font-weight: 600; }
.header-phone strong { color: var(--ink); font-size: 14px; font-weight: 700; }
.hero {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  min-height: calc(86vh - 72px);
  padding: clamp(36px, 5vw, 72px) clamp(20px, 5vw, 72px) clamp(30px, 5vw, 56px);
}
.hero-copy, .product-hero-copy { display: grid; gap: 18px; }
.kicker { color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: 0; margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 76px); letter-spacing: 0; line-height: 1.05; margin-bottom: 0; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
h1 span { display: block; }
h2 { font-size: clamp(28px, 4vw, 46px); letter-spacing: 0; line-height: 1.15; margin-bottom: 12px; }
h3 { font-size: 20px; line-height: 1.28; margin-bottom: 8px; }
.lead { color: var(--muted); font-size: clamp(18px, 2vw, 24px); margin-bottom: 0; max-width: 760px; overflow-wrap: anywhere; word-break: break-word; }
.lead span { display: block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.button.primary { background: linear-gradient(180deg, #1a1d22 0%, #101216 100%); border-color: #101216; box-shadow: 0 10px 24px rgba(17, 19, 23, .12); color: #fff; }
.button.secondary { background: rgba(255, 255, 255, .92); color: var(--ink); }
.button:hover { transform: translateY(-1px); }
.hero-visual, .product-hero-image, .about-visual {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(15, 23, 42, .06);
  margin: 0;
  overflow: hidden;
}
.hero-visual img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.section { padding: clamp(54px, 8vw, 100px) clamp(20px, 5vw, 72px); }
.section-heading { margin: 0 auto 28px; max-width: 860px; text-align: center; }
.section-intro, .section-heading p { color: var(--muted); }
.section-intro span { display: block; }
.entity-section { background: #fff; }
.about-profile {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  margin: 0 auto;
  max-width: 1120px;
}
.about-visual img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.about-copy {
  align-content: center;
  background: #f7f8fa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  padding: clamp(24px, 4vw, 42px);
}
.about-copy-premium {
  background: linear-gradient(180deg, #fcfcfd 0%, #f3f4f6 100%);
  border-color: rgba(24, 28, 35, .08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .06);
  gap: 18px;
  padding: clamp(28px, 4.5vw, 52px);
}
.about-copy-premium h3 {
  color: #111317;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.24;
  margin: 0;
}
.about-copy-body {
  display: grid;
  gap: 16px;
}
.about-copy-premium p {
  color: #4f5661;
  font-size: 15px;
  line-height: 1.92;
  margin: 0;
}
.about-copy span, .product-copy span, .news-item span, .process-step span, .application-cards span, .contact-card span {
  color: var(--accent-2);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}
.about-copy p, .product-copy p, .news-item p, .process-step p, .application-cards p { color: var(--muted); margin-bottom: 0; }
.about-proof, .feature-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.about-proof span, .feature-chips em {
  background: rgba(255, 255, 255, .84);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  padding: 7px 10px;
}
.visual-section { background: #f9f9fb; }
.product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}
.product-tile, .news-item, .process-step, .spec-card-grid article, .feature-list-detail div, .related-model-list article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .04);
  overflow: hidden;
}
.product-image img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.product-image img[src*="ohaus-balances-scales"],
.product-image img[src*="ohaus-moisture-analyzers"],
.product-image img[src*="brookfield-"],
.product-image img[src*="ika-"],
.product-image img[src*="zeiss-"],
.product-image img[src*="sigma-"],
.product-image img[src*="beckman-"],
.product-image img[src*="eppendorf-"] {
  background: #fff;
  box-sizing: border-box;
  object-fit: contain;
  padding: clamp(14px, 3vw, 30px);
}
.product-image img[src*="ohaus-moisture-analyzers"] { padding: clamp(20px, 4vw, 42px); }
.product-image img[src*="brookfield-"] { padding: clamp(18px, 3.5vw, 38px); }
.product-image img[src*="ika-"] { padding: clamp(18px, 3.5vw, 38px); }
.product-image img[src*="zeiss-"] { padding: clamp(12px, 2.5vw, 28px); }
.product-image img[src*="nikon-upright-microscopes"],
.product-image img[src*="nikon-inverted-microscopes"],
.product-image img[src*="nikon-stereo-microscopes"] {
  background: transparent;
  object-fit: cover;
  padding: 0;
}
.product-image img[src*="sigma-"] { padding: clamp(18px, 3.5vw, 38px); }
.product-image img[src*="beckman-"] { padding: clamp(18px, 3.5vw, 38px); }
.product-image img[src*="eppendorf-"] { padding: clamp(18px, 3.5vw, 38px); }
.product-image img[src*="nikon-"] {
  background: #f7f7f7;
  box-sizing: border-box;
  object-fit: contain;
  padding: clamp(12px, 2.5vw, 28px);
}
.product-image img[src*="nikon-upright-microscopes.jpg"],
.product-image img[src*="nikon-inverted-microscopes.jpg"],
.product-image img[src*="nikon-stereo-microscopes.jpg"] {
  background: transparent;
  object-fit: cover;
  padding: 0;
}
.product-copy { padding: 22px; }
.product-copy h3 { font-size: 19px; line-height: 1.32; }
.product-detail-link { display: inline-flex; font-weight: 700; margin: 0 22px 22px; }
.dark-section { background: linear-gradient(180deg, #121417 0%, #171a20 100%); color: #fff; }
.dark-section .section-heading p, .application-cards p { color: rgba(255, 255, 255, .72); }
.application-cards, .service-process, .spec-card-grid, .feature-list-detail {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}
.service-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1200px;
}
.application-cards article {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 22px;
}
.process-step, .spec-card-grid article, .feature-list-detail div { padding: 22px; }
.process-step {
  min-width: 0;
  padding: 18px 18px 20px;
}
.process-step h3 {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 8px;
}
.process-step p {
  font-size: 13px;
  line-height: 1.7;
}
.news-list { display: grid; gap: 12px; margin: 0 auto; max-width: 920px; }
.news-item { display: grid; gap: 16px; grid-template-columns: 52px 1fr; padding: 22px; }
.news-item time { color: var(--muted); font-size: 13px; }
.contact-band {
  align-items: start;
  background: linear-gradient(180deg, #111317 0%, #171b21 100%);
  color: #fff;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(260px, 0.42fr) minmax(620px, 1fr);
}
.contact-band p { color: rgba(255, 255, 255, .72); }
.contact-band .kicker { color: #b8dfd2; }
.contact-intro {
  border-bottom: 0;
  padding-bottom: 0;
}
.contact-intro h2 { margin: 0; }
.contact-highlight {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  margin-top: 8px;
  padding: 20px;
  width: min(100%, 360px);
}
.contact-highlight span,
.contact-card span { color: #b8dfd2; font-size: 13px; font-weight: 800; }
.contact-highlight strong {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  overflow-wrap: anywhere;
}
.contact-panel {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr);
}
.contact-phone-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 0.9fr 1.2fr 1.1fr;
}
.contact-address-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  min-width: 0;
  padding: 18px;
}
.contact-card-address {
  background: rgba(255, 255, 255, .05);
  padding: 16px 18px;
}
.contact-card span {
  display: block;
  font-weight: 900;
  margin-bottom: 8px;
}
.contact-card strong {
  color: #fff;
  display: block;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.contact-card-address strong {
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 600;
  line-height: 1.55;
}
body.theme-apple-minimal .contact-card span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
body.theme-apple-minimal .contact-card {
  border-radius: 12px;
}
body.theme-apple-minimal .contact-band {
  background: linear-gradient(180deg, #111317 0%, #171b21 100%);
}
body.theme-apple-minimal .contact-card strong {
  color: #f7faf8;
}
body.theme-apple-minimal .contact-card-primary strong {
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.22;
}
body.theme-apple-minimal .contact-card-address strong {
  color: rgba(247, 250, 248, .92);
}
.site-footer {
  align-items: start;
  background: #fff;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto;
  padding: 30px clamp(20px, 5vw, 72px);
}
.site-footer p { color: var(--muted); margin-bottom: 0; max-width: 620px; }
.product-page, .article-page { background: #f5f5f7; }
.product-hero-detail {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  padding: clamp(54px, 8vw, 104px) clamp(20px, 5vw, 72px);
}
.product-hero-copy h1 { font-size: clamp(38px, 5vw, 64px); }
.product-hero-image img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.product-hero-image img[src*="ohaus-balances-scales"],
.product-hero-image img[src*="ohaus-moisture-analyzers"],
.product-hero-image img[src*="brookfield-"],
.product-hero-image img[src*="ika-"],
.product-hero-image img[src*="zeiss-"],
.product-hero-image img[src*="sigma-"],
.product-hero-image img[src*="beckman-"],
.product-hero-image img[src*="eppendorf-"],
.product-hero-image img[src*="bio-rad-electrophoresis-"] {
  background: #fff;
  box-sizing: border-box;
  object-fit: contain;
  padding: clamp(18px, 3.5vw, 42px);
}
.product-hero-image img[src*="ohaus-moisture-analyzers"] { padding: clamp(26px, 5vw, 58px); }
.product-hero-image img[src*="brookfield-"] { padding: clamp(24px, 4.5vw, 54px); }
.product-hero-image img[src*="ika-"] { padding: clamp(24px, 4.5vw, 54px); }
.product-hero-image img[src*="zeiss-"] { padding: clamp(18px, 3.5vw, 42px); }
.product-hero-image img[src*="nikon-upright-microscopes"],
.product-hero-image img[src*="nikon-inverted-microscopes"],
.product-hero-image img[src*="nikon-stereo-microscopes"] {
  background: transparent;
  object-fit: cover;
  padding: 0;
}
.product-hero-image img[src*="sigma-"] { padding: clamp(24px, 4.5vw, 54px); }
.product-hero-image img[src*="beckman-"] { padding: clamp(24px, 4.5vw, 54px); }
.product-hero-image img[src*="eppendorf-"] { padding: clamp(24px, 4.5vw, 54px); }
.product-hero-image img[src*="bio-rad-electrophoresis-"] { padding: clamp(24px, 4.5vw, 54px); }
.product-hero-image img[src*="nikon-"] {
  background: #f7f7f7;
  box-sizing: border-box;
  object-fit: contain;
  padding: clamp(16px, 3vw, 36px);
}
.product-hero-image img[src*="nikon-upright-microscopes.jpg"],
.product-hero-image img[src*="nikon-inverted-microscopes.jpg"],
.product-hero-image img[src*="nikon-stereo-microscopes.jpg"] {
  background: transparent;
  object-fit: cover;
  padding: 0;
}
.product-detail-section { margin: 0 auto; max-width: 1180px; padding: 34px clamp(20px, 5vw, 72px); }
.spec-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-list-detail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-list-detail span {
  background: var(--accent);
  border-radius: 999px;
  display: block;
  height: 8px;
  margin-top: 8px;
  width: 8px;
}
.feature-list-detail div { display: grid; gap: 12px; grid-template-columns: auto 1fr; }
.related-model-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}
.related-model-list article { padding: 18px; }
.related-model-list span {
  color: var(--accent-2);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}
.related-model-list strong { display: block; font-size: 16px; line-height: 1.45; }
.parameter-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .04);
  margin: 0 auto;
  max-width: 920px;
  overflow: hidden;
}
.parameter-table div { display: grid; gap: 16px; grid-template-columns: 180px 1fr; padding: 16px 20px; }
.parameter-table div + div { border-top: 1px solid var(--line); }
.parameter-table span { color: var(--muted); }
.parameter-highlight-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 18px;
  max-width: 1120px;
}
.parameter-highlight {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .04);
  display: grid;
  gap: 10px;
  min-height: 96px;
  padding: 18px 20px;
}
.parameter-highlight span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.parameter-highlight strong {
  color: #16181d;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  overflow-wrap: anywhere;
}
.parameter-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}
.parameter-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .04);
  display: grid;
  gap: 10px;
  padding: 18px 20px;
}
.parameter-item h3 {
  color: #1c1e23;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.parameter-item p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  overflow-wrap: anywhere;
}
.article-shell { margin: 0 auto; max-width: 840px; padding: clamp(46px, 7vw, 90px) 20px; }
.article-shell h1 { font-size: clamp(34px, 5vw, 58px); margin-bottom: 14px; }
.article-shell > p:not(.kicker):not(.lead) { color: #3e444d; font-size: 17px; line-height: 1.9; }
.breadcrumb { justify-content: flex-start; margin-bottom: 22px; }
.article-cta {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .05);
  margin: 34px auto 0;
  max-width: 920px;
  padding: 28px;
}
.article-cta p { color: var(--muted); }
@media (max-width: 900px) {
  .site-header { align-items: stretch; grid-template-columns: 1fr; }
  nav { justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
  .header-actions { justify-content: flex-start; }
  .header-phone { justify-content: center; width: fit-content; }
  .hero, .about-profile, .product-grid, .contact-band, .product-hero-detail, .site-footer { grid-template-columns: 1fr; }
  .application-cards, .service-process, .spec-card-grid, .feature-list-detail, .related-model-list, .contact-panel, .contact-phone-grid, .contact-address-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 42px; }
  h1 { font-size: 30px; line-height: 1.14; word-break: break-all; }
  .product-hero-copy h1 { font-size: 28px; line-height: 1.16; }
  .hero-copy, .product-hero-copy, .hero-visual, .product-hero-image, .about-copy, .section-heading { min-width: 0; max-width: 100%; width: 100%; }
  .hero-copy, .product-hero-copy { max-width: calc(100vw - 32px); }
  .lead, .section-intro, .about-copy p, .section-heading p, .product-copy p, .news-item p {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: break-all;
  }
  .hero, .section, .product-hero-detail, .product-detail-section, .article-shell, .site-footer { padding-left: 16px; padding-right: 16px; }
  .parameter-highlight-row, .parameter-grid { grid-template-columns: 1fr; }
  .parameter-table div { grid-template-columns: 1fr; gap: 6px; }
}
