@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  color-scheme: dark;
  --bg: #080a08;
  --panel: #111510;
  --green: #c1f52c;
  --text: #f4f5ef;
  --muted: #9ca396;
  --line: #2b3227;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 15px/1.65 "DM Sans", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 74% 8%, rgba(193, 245, 44, .12), transparent 26%),
    linear-gradient(rgba(193, 245, 44, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 245, 44, .026) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
}

@media (min-width: 900px) {
  body { zoom: .85; }
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover { color: var(--green); }

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 5px;
}

img { max-width: 100%; }

svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.wrap {
  width: min(1280px, calc(100% - 100px));
  margin: auto;
}

.skip {
  position: fixed;
  left: 15px;
  top: -80px;
  z-index: 50;
  background: var(--green);
  color: #111;
  padding: 10px 14px;
}

.skip:focus { top: 12px; }

.topline {
  border-bottom: 1px solid var(--line);
  padding: 10px 50px;
  font-size: 10px;
  letter-spacing: 1.8px;
  color: #bdc4b5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-location { margin-left: auto; }

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(193, 245, 44, .4);
}

.header {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.brand img {
  display: block;
  width: 128px;
  height: 72px;
  object-fit: contain;
}

.header nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #c1c7ba;
  font-size: 13px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: rgba(13, 18, 11, .86);
  color: var(--text);
  place-items: center;
  cursor: pointer;
}

.menu-toggle svg {
  width: 24px;
  height: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 21px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s, background .2s, border-color .2s;
}

.button:hover { transform: translateY(-2px); }

.button.primary {
  background: var(--green);
  border-color: var(--green);
  color: #172005;
}

.button.primary:hover {
  background: #d3ff57;
  color: #172005;
}

.header-cta {
  white-space: nowrap;
  min-width: 178px;
}

.header-cta:hover {
  border-color: var(--green);
}

h1,
h2,
h3,
p { margin-top: 0; }

h1,
h2 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: -1px;
  font-weight: 800;
  line-height: .96;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(62px, 6.7vw, 102px);
  margin-bottom: 29px;
}

h2 {
  font-size: clamp(40px, 4.5vw, 62px);
  margin-bottom: 0;
}

h3 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.35px;
  margin-bottom: 14px;
}

em {
  color: var(--green);
  font-style: normal;
}

.eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 23px;
  color: var(--green);
  font-size: 10px;
  letter-spacing: 1.7px;
  font-weight: 700;
}

.eyebrow > span {
  width: 16px;
  height: 1px;
  background: var(--green);
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 44px;
  padding-top: 58px;
  padding-bottom: 82px;
  align-items: center;
}

.intro {
  max-width: 500px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.actions {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 12px;
}

.hero-note svg {
  color: var(--green);
  width: 17px;
}

.hero-note strong {
  color: #e2e8d8;
  font-weight: 500;
}

.device-carousel {
  position: relative;
  overflow: visible;
}

.carousel-controls {
  position: absolute;
  z-index: 4;
  inset: 50% -42px auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.carousel-controls button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--green);
  display: grid;
  place-items: center;
  cursor: pointer;
  pointer-events: auto;
  transition: color .2s ease, transform .2s ease;
}

.carousel-controls button:hover {
  color: #fff;
  transform: scale(1.12);
}

.carousel-controls svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.7;
}

.device-viewport {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.device-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: calc(200% + 12px);
  height: 100%;
  transform: translateX(var(--carousel-offset, 0));
  transition: transform .45s cubic-bezier(.22, .75, .25, 1);
  will-change: transform;
}

.device-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #354329;
  background: radial-gradient(circle at 50% 42%, #1d2b12 0, #080b07 70%);
}

.device-card:nth-child(1) { grid-area: 1 / 1; }
.device-card:nth-child(2) { grid-area: 1 / 2; }
.device-card:nth-child(3) { grid-area: 2 / 1; }
.device-card:nth-child(4) { grid-area: 2 / 2; }
.device-card:nth-child(5) { grid-area: 1 / 3; }
.device-card:nth-child(6) { grid-area: 1 / 4; }
.device-card:nth-child(7) { grid-area: 2 / 3; }
.device-card:nth-child(8) { grid-area: 2 / 4; }

.device-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px 14px 46px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .55));
  transition: transform .45s ease;
}

.device-card:hover img { transform: scale(1.035); }

.device-card > span {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 16px;
  padding: 3px 7px;
  background: var(--green);
  color: #162000;
  font-size: 9px;
  font-weight: 800;
}

.device-name {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 13px;
  padding-top: 9px;
  border-top: 1px solid rgba(193, 245, 44, .58);
  color: #f4f5ef;
  font: 700 16px/1 "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: .35px;
  text-transform: uppercase;
  text-shadow: 0 2px 10px #000;
  text-align: center;
}

.section { padding-block: 92px; }

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 45px;
  margin-bottom: 42px;
}

.section-heading > p {
  max-width: 320px;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 13px;
}

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

.service {
  display: flex;
  min-height: 214px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--panel);
}

.service.featured {
  background: linear-gradient(135deg, #202d11, #10150c);
  border-color: #526b2b;
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: var(--green);
}

.card-top svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.4;
}

.card-top span {
  color: #8e9a7c;
  font-size: 9px;
  letter-spacing: 1.5px;
}

.service p {
  min-height: 62px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.service a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  color: var(--green);
  font-size: 11px;
}

.system-banner { padding-block: 24px 88px; }

.system-banner > a {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  overflow: hidden;
  min-height: 350px;
  padding: 44px 50px;
  border: 1px solid #52662f;
  background: linear-gradient(118deg, #19230f 0, #0c100a 58%, #10170c 100%);
}

.system-banner > a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(193, 245, 44, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 245, 44, .045) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.system-banner-copy {
  max-width: 820px;
}

.system-banner-copy h2 { font-size: clamp(42px, 4vw, 60px); }

.system-banner-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin: 22px 0 27px;
  color: #aeb7a8;
  font-size: 13px;
}

.system-banner-screen {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #53652f;
  background: #090c08;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .38);
}

.system-banner-screen img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1427 / 768;
  object-fit: cover;
  object-position: top;
}

.lab-panel {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: linear-gradient(115deg, #121a0d 0, #090b08 58%);
}

.lab-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(193, 245, 44, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193, 245, 44, .04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 65%);
}

.lab-panel-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
}

.lab-machine {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid #536337;
  background: #f7f8f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lab-machine img {
  display: block;
  width: calc(100% - 42px);
  height: calc(100% - 62px);
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.lab-machine figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  border-top: 1px solid #526033;
  background: rgba(7, 10, 6, .94);
}

.lab-machine figcaption span {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
}

.lab-machine figcaption strong {
  color: #ecf1e8;
  font-size: 10px;
  letter-spacing: 1.1px;
}

.lab-copy > p:not(.eyebrow) {
  margin: 25px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.lab-copy ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.lab-copy li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #cbd2c3;
  font-size: 11px;
}

.lab-copy li svg {
  width: 17px;
  color: var(--green);
}

.process {
  border-block: 1px solid var(--line);
  background: #0d100b;
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 25px;
  padding: 0;
  margin: 60px 0 0;
}

.steps li {
  position: relative;
  padding-top: 28px;
  border-top: 1px solid #3e502a;
}

.steps li > span {
  position: absolute;
  top: -13px;
  padding-right: 12px;
  background: #0d100b;
  color: var(--green);
  font-size: 11px;
  letter-spacing: 1px;
}

.steps svg {
  display: block;
  width: 27px;
  height: 27px;
  margin: 10px 0 23px;
  color: var(--green);
  stroke-width: 1.4;
}

.steps h3 { font-size: 16px; }

.steps p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.partnership {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.partnership .intro { margin-top: 28px; }

.partnership .text-link { color: var(--green); }

.benefits article {
  display: flex;
  gap: 22px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.benefits article:first-child { padding-top: 0; }

.benefits svg {
  width: 26px;
  height: 26px;
  margin-top: 5px;
  color: var(--green);
  stroke-width: 1.5;
}

.benefits h3 {
  margin-bottom: 7px;
  font-size: 17px;
}

.benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.contact {
  margin-bottom: 70px;
  padding: 45px;
  border: 1px solid #455b28;
  border-radius: 6px;
  background: linear-gradient(120deg, #1a2410, #0d110b);
}

.contact-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 22px;
  margin-top: 38px;
  padding-block: 27px;
  border-block: 1px solid #334024;
}

.contact-grid a {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-grid svg,
.address > svg { color: var(--green); }

.contact-grid span {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 1px;
}

.contact-grid strong {
  display: block;
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: #eef3e6;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

.address {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 25px;
  font-size: 12px;
}

.address small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.map-link {
  margin-left: auto;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 9px;
}

footer {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  padding-bottom: 33px;
}

footer .footer-brand {
  font: 800 24px "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
}

footer .footer-brand span { color: var(--green); }

footer p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

footer > a:not(.footer-brand) {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

footer > a:not(.footer-brand) + a:not(.footer-brand) { margin-left: 0; }

footer small {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #707967;
  font-size: 10px;
}

@media (max-width: 1100px) {
  .wrap { width: calc(100% - 48px); }

  .header nav {
    gap: 18px;
    font-size: 12px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 28px;
  }

  .hero h1 { font-size: clamp(52px, 7.3vw, 76px); }

  .device-carousel {
    width: 100%;
    margin: auto;
  }

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

  .lab-panel-inner { gap: 36px; }

  .partnership { gap: 45px; }

  .steps { gap: 15px; }
}

@media (max-width: 700px) {
  .wrap { width: calc(100% - 36px); }

  .topline {
    justify-content: center;
    padding: 9px 12px;
    font-size: 7px;
    letter-spacing: 1px;
    text-align: center;
  }

  .top-location { display: none; }

  .header {
    position: relative;
    min-height: 110px;
    gap: 12px;
    padding-block: 12px;
  }

  .brand img {
    width: 100px;
    height: 56px;
  }

  .menu-toggle { display: grid; }

  .header nav {
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    z-index: 30;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px;
    border: 1px solid var(--line);
    background: #0c100b;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .32);
    font-size: 22px;
  }

  .header nav a {
    padding: 16px 2px;
    border-bottom: 1px solid var(--line);
  }

  .header nav a:last-child { border-bottom: 0; }

  .menu-open .header nav { display: flex; }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 50px;
    gap: 40px;
  }

  h1 { font-size: clamp(60px, 15vw, 88px); }

  .eyebrow {
    margin-bottom: 20px;
    font-size: 8px;
    letter-spacing: 1.3px;
  }

  .intro { font-size: 14px; }

  .actions { gap: 18px; }

  .carousel-controls {
    inset-inline: -17px;
  }

  .carousel-controls button:hover {
    transform: none;
  }

  .device-card img {
    padding: 8px 8px 34px;
  }

  .device-name {
    left: 9px;
    right: 9px;
    bottom: 8px;
    padding-top: 6px;
    font-size: 12px;
  }

  .section { padding-block: 60px; }

  .section-heading {
    display: block;
    margin-bottom: 30px;
  }

  .section-heading > p {
    max-width: none;
    margin-top: 22px;
  }

  .services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .service {
    min-height: 0;
    padding: 12px;
  }

  .service h3 {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .card-top {
    margin-bottom: 12px;
  }

  .card-top svg {
    width: 18px;
    height: 18px;
  }

  .service p {
    min-height: 0;
    font-size: 10px;
    line-height: 1.35;
  }

  .service a {
    margin-top: 12px;
    font-size: 9px;
  }

  .system-banner { padding-block: 18px 65px; }

  .system-banner > a { padding: 29px 23px; }

  .system-banner-copy h2 { font-size: 43px; }

  .system-banner-copy .button { width: 100%; }

  .lab-panel-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lab-machine { min-height: 0; }

  .lab-machine img { min-height: 0; }

  .lab-copy { order: -1; }

  .lab-copy ul { grid-template-columns: 1fr; }

  .steps {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 40px;
  }

  .steps li { padding: 10px 0 0 43px; }

  .steps li > span {
    top: 16px;
    left: 0;
    background: none;
  }

  .steps svg { display: none; }

  .steps h3 { margin: 10px 0 8px; }

  .steps p {
    max-width: 430px;
    font-size: 13px;
  }

  .partnership {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .contact {
    margin-bottom: 40px;
    padding: 25px;
  }

  .contact-top { display: block; }

  .contact-top .button { margin-top: 27px; }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-grid strong { font-size: 14px; }

  .contact-grid a { gap: 16px; }

  .address {
    align-items: start;
    flex-wrap: wrap;
  }

  .address > span:not(.map-link) { flex: 1; }

  .map-link {
    width: 100%;
    margin-left: 32px;
  }

  .contact h2 { font-size: 44px; }

  footer { gap: 18px; }

  footer p {
    width: 100%;
    order: 2;
  }

  footer small { order: 3; }

  footer > a:not(.footer-brand) {
    margin-left: 0;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .button,
  .device-track,
  .device-card img { transition: none; }
}
