:root {
  --blue: #005eb8;
  --cyan: #00a9ce;
  --deep: #102a3a;
  --ink: #17313f;
  --text: #415966;
  --muted: #6f818a;
  --line: #d9e6eb;
  --ice: #f4f8fa;
  --white: #fff;
  --green: #178d58;
  --amber: #f4b63f;
  --shadow: 0 24px 70px rgba(16, 42, 58, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, p, span, li, b { overflow-wrap: anywhere; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.top {
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: #20272b;
  font-size: 14px;
}
.top .wrap {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.top strong { color: var(--blue); }
.utility-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.utility-links a,
.utility-links span {
  padding: 0 16px;
  border-left: 1px solid #bfc9cf;
  color: #1e2529;
  white-space: nowrap;
}
.utility-links .active {
  color: #e94218;
}
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(14px);
}
.nav {
  min-height: 132px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 272px;
  height: 58px;
  padding-left: 58px;
  color: #050505;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}
.brand-mark::before, .brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #e94017;
}
.brand-mark::before {
  left: 0;
  top: 50%;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
  box-shadow: inset 0 -16px 0 #fff;
}
.brand-mark::after {
  right: 6px;
  bottom: 8px;
  width: 20px;
  height: 20px;
}
.brand-sub {
  display: grid;
  gap: 2px;
  padding-left: 14px;
  border-left: 1px solid var(--line);
}
.brand-sub strong { font-size: 15px; }
.brand-sub span { color: var(--muted); font-size: 12px; }
.links {
  display: flex;
  justify-content: center;
  gap: 34px;
  color: #111;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: .02em;
}
.links > a,
.nav-item > summary {
  display: inline-flex;
  align-items: center;
  min-height: 132px;
  color: inherit;
  list-style: none;
  cursor: pointer;
}
.nav-item > summary::-webkit-details-marker {
  display: none;
}
.links > a:hover,
.nav-item > summary:hover,
.nav-item > summary.active {
  color: #e94017;
}
.nav-item {
  position: static;
}
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 70;
  font-size: 16px;
  letter-spacing: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(247,248,249,.96);
  box-shadow: 0 30px 70px rgba(16,42,58,.13);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}
.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu,
.nav-item[open] .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.mega-inner {
  display: grid;
  grid-template-columns: .96fr .96fr 1fr;
  min-height: 440px;
}
.mega-col {
  padding: 42px 38px;
  border-right: 1px solid var(--line);
  max-height: min(70vh, 620px);
  overflow: auto;
}
.mega-col h3 {
  margin-bottom: 18px;
  color: #111;
  font-size: 22px;
  font-weight: 500;
}
.mega-list {
  display: grid;
  gap: 15px;
}
.mega-list a {
  color: #111;
  font-size: 21px;
  line-height: 1.28;
}
.mega-list a:hover {
  color: #e94017;
}
.mega-muted {
  color: rgba(16,42,58,.16);
}
.mega-visual {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 440px;
  padding: 42px 40px;
  overflow: hidden;
}
.mega-visual::before {
  content: "";
  position: absolute;
  inset: 34px 18px 78px 80px;
  background: url("https://lifesciences.tecan.com/hubfs/page_images/LS/Products/Hydrospeed_720x480.jpg") center / contain no-repeat;
  opacity: .14;
}
.mega-visual h3,
.mega-visual p,
.mega-visual .btn {
  position: relative;
}
.mega-visual h3 {
  max-width: 360px;
  font-size: 28px;
  font-weight: 500;
}
.mega-visual p {
  max-width: 430px;
  margin-top: 14px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.55;
}
.mega-visual .btn {
  width: fit-content;
  margin-top: 22px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 900;
  white-space: nowrap;
}
.btn-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 32px rgba(0, 94, 184, .2);
}
.btn-outline {
  color: var(--blue);
  border-color: var(--blue);
  background: transparent;
}
.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff 0%, #fff 54%, rgba(255,255,255,.24) 54%),
    linear-gradient(135deg, #e8f5f8 0%, #f7fbfc 42%, #d7edf4 100%);
}
.hero::before {
  content: "";
  position: absolute;
  right: -10vw;
  top: 0;
  width: 56vw;
  height: 100%;
  clip-path: polygon(18% 0,100% 0,100% 100%,0 100%);
  background: linear-gradient(135deg, rgba(0,169,206,.86), rgba(0,94,184,.96));
}
.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .85fr);
  gap: 48px;
  align-items: center;
  padding: 60px 0 52px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}
.breadcrumbs span:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #a8b8c0;
}
.badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 36px;
  margin-top: 24px;
  padding: 0 13px;
  border: 1px solid rgba(23,141,88,.24);
  color: var(--green);
  background: #effaf4;
  font-size: 14px;
  font-weight: 900;
}
h1 {
  max-width: 780px;
  margin-top: 24px;
  color: var(--deep);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.1;
}
.hero-text {
  max-width: 680px;
  margin-top: 22px;
  color: var(--text);
  font-size: 19px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.hero-note {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 14px;
  border-left: 4px solid var(--cyan);
  color: var(--deep);
  background: var(--ice);
  font-weight: 900;
}
.visual {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.52);
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
}
.photo {
  min-height: 300px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid #c7d9e0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.9), transparent 20%),
    linear-gradient(145deg, rgba(0,169,206,.14), rgba(0,94,184,.11)),
    #f3f8fa;
}
.photo.has-image {
  background: #fff;
}
.photo.has-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: contain;
  padding: 22px;
}
.photo::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76%;
  height: 42%;
  border: 2px solid rgba(0,94,184,.18);
  border-radius: 5px;
  transform: translate(-50%, -46%);
  background:
    linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.48)),
    linear-gradient(#bdd4dc 2px, transparent 2px);
  background-size: auto, 100% 31px;
  box-shadow: 0 25px 40px rgba(16,42,58,.16);
}
.photo::after {
  content: attr(data-label);
  position: absolute;
  left: 20px;
  bottom: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.photo.has-image::before,
.photo.has-image::after {
  content: none;
}
.section { padding: 88px 0; }
.section-alt { background: var(--ice); }
.section-head {
  max-width: 800px;
  display: grid;
  gap: 14px;
  margin-bottom: 36px;
}
.kicker {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h2 {
  color: var(--deep);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.14;
}
.section-head p { color: var(--text); font-size: 18px; }
.grid-3, .product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.card, .product-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
}
.card h3,
.product-card h3 {
  font-size: 22px;
  line-height: 1.2;
}
.product-card {
  padding: 0;
  overflow: hidden;
}
.card strong, .product-card .tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  color: var(--blue);
  border: 1px solid rgba(0,94,184,.22);
  background: #eef7fc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.card p, .product-card p { margin-top: 10px; color: var(--muted); }
.product-card {
  display: grid;
  align-content: space-between;
  gap: 22px;
}
.product-card-body {
  padding: 22px 22px 0;
}
.product-card .btn {
  margin: 0 22px 22px;
}
.product-thumb {
  height: 172px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}
.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  display: block;
}
.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.mini-list li {
  padding: 7px 9px;
  color: var(--text);
  border: 1px solid var(--line);
  background: var(--ice);
  font-size: 13px;
  font-weight: 800;
}
.contact-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.contact-quick a,
.contact-quick span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.34);
  color: #fff;
  background: rgba(255,255,255,.1);
  font-size: 14px;
  font-weight: 900;
}
.section .contact-quick a,
.section .contact-quick span {
  color: var(--deep);
  border-color: var(--line);
  background: var(--ice);
}
.article-body {
  display: grid;
  gap: 22px;
}
.article-body article {
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
}
.article-body h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.article-body p {
  color: var(--text);
  font-size: 17px;
}
.category-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.category-tile {
  min-height: 180px;
  display: grid;
  align-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  background: #fff;
}
.category-tile h3 {
  font-size: 21px;
}
.category-tile p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
}
.content-panel {
  padding: 32px;
  border: 1px solid var(--line);
  background: #fff;
}
.content-panel p + p {
  margin-top: 14px;
}
.contact-facts {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.contact-facts a,
.contact-facts span {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--ice);
  color: var(--deep);
  font-weight: 900;
}
.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: start;
}
.table {
  border-top: 1px solid var(--line);
}
.row {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid var(--line);
}
.row b, .row span {
  min-height: 62px;
  display: block;
  padding: 16px 18px;
  line-height: 1.45;
}
.row b { background: var(--ice); color: var(--deep); }
.row span { color: var(--text); }
.tech-table {
  display: grid;
  border-top: 1px solid var(--line);
  background: #fff;
}
.tech-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  border-bottom: 1px solid var(--line);
}
.tech-row b,
.tech-row span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 15px 18px;
}
.tech-row b {
  color: var(--deep);
  background: var(--ice);
}
.tech-row span {
  color: var(--text);
  line-height: 1.45;
}
.check-panel {
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 54px rgba(16,42,58,.08);
}
.check-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.check-panel li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
}
.check-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  background: var(--cyan);
}
.cta-band {
  color: #fff;
  background: linear-gradient(100deg, rgba(0,94,184,.96), rgba(16,42,58,.98));
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.78); }
.form-box {
  padding: 32px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
label { color: var(--text); font-size: 14px; font-weight: 800; }
input, select, textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cbdbe2;
  border-radius: 2px;
  color: var(--ink);
  background: #fff;
}
textarea { min-height: 118px; resize: vertical; }
.consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}
.consent input {
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  margin-top: 2px;
  padding: 0;
  accent-color: var(--blue);
}
.consent a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 22px;
}
.privacy, .legal { color: var(--muted); font-size: 13px; }
.legal { margin-top: 16px; font-size: 12px; }
.form-status {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #b8e0c4;
  color: #1d6f35;
  background: #ecf8ef;
  font-weight: 800;
}
.form-status.is-visible { display: block; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mobile-actionbar {
  display: none;
}
.footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 980px) {
  .top { display: none; }
  .nav { min-height: 84px; grid-template-columns: 1fr auto; }
  .links { display: none; }
  .brand-mark {
    width: 184px;
    height: 42px;
    padding-left: 42px;
    font-size: 30px;
  }
  .brand-mark::before { width: 38px; height: 38px; box-shadow: inset 0 -11px 0 #fff; }
  .brand-mark::after { right: 4px; bottom: 6px; width: 13px; height: 13px; }
  .hero { background: #fff; }
  .hero::before { display: none; }
  .hero-inner, .split { grid-template-columns: 1fr; }
  .grid-3, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1180px); }
  body { padding-bottom: 72px; }
  .header .btn { display: none; }
  .brand-mark { width: 176px; font-size: 26px; }
  .brand-sub span { display: none; }
  .hero-inner { min-height: auto; padding: 46px 0 42px; }
  h1 { font-size: 42px; }
  .hero-text, .section-head p { font-size: 17px; }
  .grid-3, .product-grid, .category-list, .fields { grid-template-columns: minmax(0, 1fr); }
  .section { padding: 62px 0; }
  .visual, .form-box { padding: 18px; }
  .photo { min-height: 240px; }
  .row { grid-template-columns: 1fr; }
  .row b { min-height: auto; padding-bottom: 5px; }
  .row span { min-height: auto; padding-top: 0; }
  .tech-row { grid-template-columns: 1fr; }
  .tech-row b { min-height: auto; padding-bottom: 5px; }
  .tech-row span { min-height: auto; padding-top: 0; }
  .footer .wrap { display: grid; }
  .mobile-actionbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    min-height: 64px;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -10px 30px rgba(16, 42, 58, .14);
    backdrop-filter: blur(12px);
  }
  .mobile-actionbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    border-right: 1px solid var(--line);
  }
  .mobile-actionbar a:nth-child(2) {
    color: #fff;
    background: var(--blue);
  }
  .mobile-actionbar a:last-child { border-right: 0; }
}
