:root {
  --bg: #141416;
  --panel: #292a2e;
  --white: #f5f5f6;
  --muted: #aaaab0;
  --blue: #3287ff;
  --content: min(1200px, calc(100vw - 48px));
  font-family: Arial, Helvetica, sans-serif;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--bg);
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}
img,
video {
  display: block;
  max-width: 100%;
}
button,
input,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 999;
  left: 12px;
  top: -60px;
  background: #fff;
  color: #000;
  padding: 10px 16px;
}
.skip-link:focus {
  top: 12px;
}
.section-dark {
  background: var(--bg);
}
.full-screen {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.hero {
  min-height: 0;
  height: min(calc(100svh - var(--product-header-height, 70px)), 56.25vw);
}
.hero .cover {
  object-position: center bottom;
}
.cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 38%);
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(850px, 92vw);
  margin: auto;
  padding-top: clamp(44px, 4.25vw, 82px);
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}
body:has(.product-site-header) .hero .hero-copy {
  padding-top: clamp(42px, 4vw, 72px);
}
.hero-title {
  width: min(470px, 72vw);
  max-height: 75px;
  margin: auto;
  object-fit: contain;
}
.hero-copy p {
  margin: 18px 0 24px;
  font-size: 23px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.hero-actions button {
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  padding: 10px 22px;
}
.hero-actions span {
  font-size: 10px;
}
.variants {
  min-height: auto;
  padding: 90px 24px 60px;
}
.variant-tabs {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 24px;
  padding: 4px;
  background: #292a2e;
  border-radius: 999px;
  display: flex;
  overflow-x: auto;
}
.variant-tabs button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #aaa;
  padding: 14px 24px;
  white-space: nowrap;
}
.variant-tabs button.active {
  background: var(--blue);
  color: #fff;
}
.variant-panel {
  width: var(--content);
  min-height: 600px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--panel);
}
.variant-panel[hidden] {
  display: none;
}
.variant-panel > div {
  padding: 52px 48px;
}
.variant-panel h3 {
  margin: 0 0 18px;
  font-size: 40px;
}
.variant-panel p {
  margin: 0;
  color: #bdbdc1;
  line-height: 1.5;
}
.variant-panel img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}
.feature {
  position: relative;
  min-height: 85vh;
  padding: 90px 0;
}
.section-heading {
  width: var(--content);
  margin: 0 auto 58px;
  text-align: center;
}
.section-heading h2,
.split-copy h2,
.visual-copy h2,
.spec-content h2 {
  margin: 0;
  font-size: clamp(40px, 3.6vw, 58px);
  line-height: 1.06;
}
.section-heading p,
.split-copy p,
.visual-copy p {
  max-width: 820px;
  margin: 25px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.48;
}
.wide-media {
  width: var(--content);
  height: auto;
  margin: auto;
}
.process {
  min-height: auto;
  padding-top: 60px;
}
.stats {
  width: var(--content);
  margin: auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.stats > img {
  height: 760px;
  margin: auto;
  object-fit: contain;
}
.stats-list {
  display: grid;
  gap: 48px;
}
.stats-list div {
  display: grid;
  gap: 10px;
}
.stats-list strong {
  font-size: 48px;
}
.stats-list strong.small {
  font-size: 42px;
}
.stats-list span {
  color: var(--muted);
  font-size: 23px;
}
.dimensions {
  position: absolute;
  right: 1%;
  bottom: 11%;
  display: flex;
  gap: 100px;
  color: #aaa;
}
.delivery-grid {
  width: var(--content);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.delivery-grid img {
  width: 100%;
  aspect-ratio: 1/1.07;
  object-fit: cover;
}
.delivery-grid h3 {
  margin: 28px 0 14px;
  font-size: 26px;
}
.delivery-grid p {
  margin: 0;
  color: #ccc;
  line-height: 1.45;
}
.attachment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.attachments {
  min-height: auto;
  padding-top: 55px;
  padding-bottom: 0;
}
.attachments .section-heading {
  width: min(900px, calc(100vw - 48px));
  margin-bottom: 64px;
}
.attachments .section-heading h2 {
  max-width: 800px;
  margin-inline: auto;
}
.attachment-grid article {
  min-height: clamp(560px, 38.7vw, 650px);
  padding: 50px 20px 0;
  background: #1c1c1e;
  text-align: center;
  overflow: hidden;
}
.attachment-grid h3 {
  font-size: 25px;
}
.attachment-grid img {
  height: clamp(480px, 33.3vw, 560px);
  width: 100%;
  object-fit: contain;
}
.visual-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.visual-copy {
  position: relative;
  z-index: 2;
  width: min(900px, 90vw);
  margin: auto;
  padding-top: 8vh;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}
.visual-copy p {
  color: #eee;
}
.safety {
  min-height: auto;
}
.split {
  width: var(--content);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.feature.split {
  min-height: auto;
  padding-block: 0;
}
.split.reverse img {
  order: 2;
}
.split > img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}
.split-copy p {
  margin-left: 0;
}
.double-media {
  width: var(--content);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.double-media figure {
  margin: 0;
  text-align: center;
}
.double-media img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.double-media figcaption {
  padding: 22px;
  font-size: 23px;
  font-weight: 700;
}
.interaction-grid {
  width: var(--content);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.interaction-grid article {
  position: relative;
  background: var(--panel);
  overflow: hidden;
}
.interaction-grid h3 {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  top: 20px;
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}
.interaction-grid img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.interaction-wide {
  grid-column: 1/-1;
}
.interaction-wide img {
  height: auto;
}
.iot {
  min-height: auto;
}
.iot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.iot-grid article {
  background: #242426;
}
.iot-grid img {
  width: 100%;
  height: 450px;
  object-fit: contain;
}
.iot-grid h3 {
  min-height: 100px;
  margin: 0;
  padding: 20px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 20px;
}
.specifications {
  min-height: 100vh;
}
.spec-tabs {
  width: max-content;
  max-width: calc(100vw - 48px);
  margin: 0 auto 52px;
  padding: 4px;
  background: #292a2e;
  border-radius: 999px;
  display: flex;
  overflow-x: auto;
}
.spec-tabs button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #aaa;
  padding: 14px 24px;
  white-space: nowrap;
}
.spec-tabs button.active {
  background: var(--blue);
  color: #fff;
}
.spec-panel[hidden] {
  display: none;
}
.spec-shell {
  width: min(1100px, calc(100vw - 48px));
  margin: auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 65px;
}
.spec-visual img {
  width: 280px;
  max-height: 620px;
  object-fit: contain;
  margin: auto;
}
.spec-visual-lifting {
  display: grid;
  place-items: center;
  align-items: start;
  overflow: hidden;
  padding-top: 45px;
}
.spec-visual-lifting img {
  width: 620px;
  max-width: none;
  max-height: 620px;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.spec-content h2 {
  padding-bottom: 26px;
  border-bottom: 1px solid #555;
}
.spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 70px;
  margin-top: 40px;
}
.spec-grid dl {
  margin: 0;
}
.spec-grid dt {
  margin-bottom: 10px;
  color: var(--muted);
}
.spec-grid dd {
  margin: 0;
  line-height: 1.45;
}
.contact {
  width: 45%;
  min-width: 260px;
  margin-top: 55px;
  padding: 13px;
  border: 0;
  border-radius: 3px;
  background: #0875ff;
  color: #fff;
}
.video-modal,
.contact-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  background: rgba(0, 0, 0, 0.94);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.video-modal.open,
.contact-modal.open {
  opacity: 1;
  visibility: visible;
}
.video-modal {
  display: grid;
  place-items: center;
  padding: 5vw;
}
.video-modal video {
  width: min(1200px, 100%);
  max-height: 88vh;
}
.video-modal > button,
.modal-close {
  position: absolute;
  z-index: 3;
  right: 24px;
  top: 16px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px;
}
.contact-modal {
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 9, 15, 0.88);
  backdrop-filter: blur(14px);
}
.contact-card {
  position: relative;
  width: min(980px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  color: #111;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  padding: 44px clamp(30px, 5vw, 64px);
  border-radius: 24px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
}
.contact-card h2 {
  margin: 24px 0;
  font-size: clamp(36px, 3.7vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}
.contact-card a {
  display: block;
  margin-top: 11px;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}
.contact-card .modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid var(--blue);
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 30px;
  line-height: 1;
}
.contact-intro {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.contact-robot {
  width: min(78%, 230px);
  height: 220px;
  margin: auto auto -25px;
  object-fit: contain;
  object-position: center bottom;
  transform-origin: 50% 100%;
  filter: drop-shadow(0 16px 12px rgba(0, 92, 190, 0.2));
}
.contact-modal.open .contact-robot {
  animation:
    contactRobotEnter 0.65s cubic-bezier(0.2, 0.85, 0.25, 1) both,
    contactRobotFloat 3.2s ease-in-out 0.65s infinite;
}
@keyframes contactRobotEnter {
  0% { opacity: 0; transform: translateY(45px) scale(0.88); }
  70% { opacity: 1; transform: translateY(-7px) scale(1.02); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes contactRobotFloat {
  0%, 100% { transform: translateY(0) rotate(-0.35deg); }
  50% { transform: translateY(-9px) rotate(0.35deg); }
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}
.contact-card form {
  display: grid;
  gap: 12px;
}
.contact-card label {
  display: grid;
  gap: 7px;
  color: #111;
  font-size: 13px;
  font-weight: 650;
}
.contact-card input,
.contact-card textarea {
  width: 100%;
  border: 1px solid #d7dbe0;
  border-radius: 5px;
  background: #f8f9fa;
  color: #111;
  padding: 12px;
  resize: vertical;
}
.contact-card .selected-product input {
  border-color: #9edff4;
  background: #eefaff;
  color: #111;
  font-weight: 700;
  cursor: default;
}
.contact-card form button {
  border: 0;
  border-radius: 4px;
  background: var(--blue);
  color: #fff;
  padding: 15px;
  font-weight: 700;
}
.form-status {
  min-height: 20px;
  margin: 0;
  color: #454b52;
  font-size: 13px;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s,
    transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .variant-panel > div {
    padding: 36px;
  }
  .delivery-grid {
    gap: 12px;
  }
  .attachment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .split {
    gap: 32px;
  }
  .split > img {
    height: 500px;
  }
  .iot-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .spec-shell {
    grid-template-columns: 230px 1fr;
    gap: 35px;
  }
  .spec-visual-lifting img {
    width: 520px;
  }
  .spec-grid {
    gap: 34px;
  }
}
@media (max-width: 680px) {
  :root {
    --content: calc(100vw - 30px);
  }
  .full-screen {
    min-height: 730px;
  }
  .hero-title {
    width: 82vw;
  }
  .hero-copy p {
    font-size: 17px;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-actions button {
    padding: 9px 14px;
    font-size: 13px;
  }
  .variants {
    min-height: auto;
    padding: 92px 15px 70px;
  }
  .variant-tabs {
    justify-content: flex-start;
    width: 100%;
    border-radius: 12px;
  }
  .variant-tabs button {
    padding: 11px 15px;
    font-size: 12px;
  }
  .variant-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .variant-panel > div {
    padding: 30px 24px;
  }
  .variant-panel h3 {
    font-size: 29px;
  }
  .variant-panel img {
    height: auto;
    max-height: 520px;
  }
  .feature {
    min-height: auto;
    padding: 70px 0;
  }
  .section-heading {
    margin-bottom: 35px;
  }
  .section-heading h2,
  .split-copy h2,
  .visual-copy h2,
  .spec-content h2 {
    font-size: 33px;
  }
  .section-heading p,
  .split-copy p,
  .visual-copy p {
    font-size: 15px;
  }
  .wide-media {
    width: 100%;
  }
  .stats {
    grid-template-columns: 1fr;
    padding: 65px 15px;
  }
  .stats-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .stats-list strong {
    font-size: 38px;
  }
  .stats-list strong.small {
    font-size: 25px;
  }
  .stats-list span {
    font-size: 14px;
  }
  .stats > img {
    height: auto;
  }
  .dimensions {
    display: none;
  }
  .delivery-grid {
    grid-template-columns: 1fr;
  }
  .delivery-grid img {
    aspect-ratio: auto;
  }
  .attachment-grid {
    grid-template-columns: 1fr;
  }
  .attachment-grid article {
    min-height: 520px;
  }
  .attachment-grid img {
    height: 440px;
  }
  .visual-copy {
    padding-top: 110px;
  }
  .split,
  .split.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .feature.split {
    padding-block: 45px;
  }
  .split.reverse img {
    order: 0;
  }
  .split > img {
    height: auto;
    max-height: 560px;
  }
  .double-media {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .double-media img {
    height: auto;
  }
  .interaction-grid {
    grid-template-columns: 1fr;
  }
  .interaction-wide {
    grid-column: auto;
  }
  .interaction-grid img,
  .interaction-wide img {
    height: auto;
  }
  .iot-grid {
    grid-template-columns: 1fr;
  }
  .iot-grid img {
    height: auto;
    max-height: 480px;
  }
  .spec-shell {
    grid-template-columns: 1fr;
  }
  .spec-tabs {
    justify-content: flex-start;
    width: calc(100vw - 30px);
    max-width: none;
    margin-bottom: 38px;
    border-radius: 12px;
  }
  .spec-tabs button {
    padding: 11px 15px;
    font-size: 12px;
  }
  .spec-visual img {
    width: 200px;
    max-height: 330px;
  }
  .spec-visual-lifting img {
    width: 480px;
    max-height: none;
  }
  .spec-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .contact {
    width: 100%;
    min-width: 0;
  }
  .contact-card {
    grid-template-columns: 1fr;
    padding: 52px 24px 28px;
    gap: 30px;
    border-radius: 16px;
  }
  .contact-card h2 {
    font-size: 36px;
  }
  .contact-robot {
    width: 150px;
    height: 170px;
    margin: 22px auto 0;
  }
}
@media (min-width: 681px) and (max-height: 800px) {
  body:has(.product-site-header) .hero .hero-copy {
    padding-top: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .contact-modal.open .contact-robot {
    animation: none;
  }
}
