:root {
  --ink: #121516;
  --paper: #ffffff;
  --muted: #f1efed;
  --orange: #f59433;
  --olive: #52553e;
  --content-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "NeueMontreal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

.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;
}

.content-shell {
  width: min(calc(100% - 120px), var(--content-width));
  margin: 0 auto;
}

/* Shared header */

.site-header {
  position: relative;
  z-index: 50;
  height: 100px;
  background: #fff;
  color: var(--ink);
}

.site-header--overlay {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
}

.site-header--inverted {
  color: #fff;
}

.site-header__inner {
  width: min(calc(100% - 120px), var(--content-width));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px minmax(560px, 1fr) 240px;
  column-gap: 20px;
  align-items: center;
}

.site-header__logo {
  width: 176px;
  height: 51px;
  display: flex;
  align-items: center;
}

.site-header__logo img {
  width: 176px;
  max-height: 51px;
}

.desktop-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
}

.desktop-navigation > a,
.desktop-navigation__products > a {
  position: relative;
  display: flex;
  width: 100px;
  height: 55px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  white-space: nowrap;
}

.desktop-navigation > a::before,
.desktop-navigation > a::after,
.desktop-navigation__products > a::before,
.desktop-navigation__products > a::after {
  content: "";
  position: absolute;
  left: 40px;
  width: 20px;
  height: 2px;
  background: var(--orange);
  opacity: 0;
  transition: opacity 160ms ease, transform 160ms ease;
}

.desktop-navigation > a::before,
.desktop-navigation__products > a::before {
  top: -1px;
  transform: translateY(5px);
}

.desktop-navigation > a::after,
.desktop-navigation__products > a::after {
  bottom: -1px;
  transform: translateY(-5px);
}

.desktop-navigation a:hover::before,
.desktop-navigation a:hover::after,
.desktop-navigation a:focus-visible::before,
.desktop-navigation a:focus-visible::after,
.desktop-navigation a.is-active::before,
.desktop-navigation a.is-active::after {
  opacity: 1;
  transform: translateY(0);
}

.desktop-navigation__products {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.product-menu {
  position: absolute;
  top: 82px;
  left: 50%;
  width: 190px;
  padding: 10px 0;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 28px rgb(0 0 0 / 12%);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
}

.product-menu a {
  display: block;
  padding: 10px 22px;
  font-size: 15px;
}

.product-menu a:hover,
.product-menu a:focus-visible {
  color: var(--orange);
}

.desktop-navigation__products:hover .product-menu,
.desktop-navigation__products:focus-within .product-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.outline-button {
  display: inline-flex;
  min-width: 240px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  background-image: url("../images/tild6531-6630-4437-b634-633136303435__button_passive_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: var(--ink);
  cursor: pointer;
  transition: color 160ms ease;
}

.outline-button:hover,
.outline-button:focus-visible {
  background-image: url("../images/tild3036-6231-4762-a162-366533653736__button_active_black_.svg");
  color: #fff;
}

.site-header--inverted .outline-button {
  background-image: url("../images/tild3466-3530-4561-b331-356532626462__button_passive_240.svg");
  color: #fff;
}

.site-header--inverted .outline-button:hover,
.site-header--inverted .outline-button:focus-visible {
  background-image: url("../images/tild3632-6666-4632-a561-376631666361__button_active_240.svg");
  color: var(--ink);
}

.outline-button--wide {
  width: 360px;
  max-width: 100%;
  background-image: url("../images/tild3765-3730-4134-a163-396633623135__button_black_passive.svg");
}

.outline-button--wide:hover,
.outline-button--wide:focus-visible {
  background-image: url("../images/tild3533-6232-4362-b162-323935633731__button_black_active_.svg");
}

.mobile-menu-button,
.mobile-navigation {
  display: none;
}

/* Shared title and section headings */

.page-banner {
  height: 270px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  background: #fff;
}

.page-banner__inner {
  position: relative;
  width: min(calc(100% - 120px), var(--content-width));
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: url("../images/tild3035-3632-4137-b664-316635633635__title_background_116.svg") center / 100% 100% no-repeat;
  color: #fff;
}

.page-banner__inner h1 {
  margin: 0 0 0 50px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.page-banner__inner p {
  margin: 0 60px 0 auto;
  font-size: 14px;
}

.page-banner__marker {
  position: absolute;
  left: -50px;
  width: 10px;
  height: 10px;
  background: url("../images/tild3634-3432-4062-b263-383135613661__h1_mark.svg") center / contain no-repeat;
}

.section-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  min-height: 90px;
}

.section-heading h2 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0 0 16px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.section-heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(100%, 560px);
  height: 2px;
  background: currentColor;
}

.section-heading__number {
  padding-top: 9px;
  color: var(--olive);
  font-size: 18px;
}

.section-heading__marker {
  position: absolute;
  top: 16px;
  left: -50px;
  color: var(--orange);
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
}

.section-heading--light {
  color: #fff;
}

.section-heading--light .section-heading__number {
  color: var(--olive);
}

/* Home */

.home-hero {
  position: relative;
  height: 890px;
  overflow: hidden;
  background: url("../images/11-3-1.jpg") center center / 2561px 1569px no-repeat;
}

.home-hero__network {
  position: relative;
  width: min(100%, 1280px);
  height: 100%;
  margin: 0 auto;
  color: #fff;
}

.home-hero__network::before {
  content: "";
  position: absolute;
  left: 270px;
  top: 315px;
  width: 729px;
  height: 310px;
  background: url("../images/tild3438-3737-4139-b339-666335333834__group_72_1.png") center / contain no-repeat;
  pointer-events: none;
}

.home-hotspot {
  position: absolute;
  z-index: 2;
}

.home-hotspot__label {
  position: absolute;
  display: block;
  width: max-content;
  max-width: 210px;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.home-hotspot__target {
  position: relative;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgb(255 255 255 / 10%);
  cursor: pointer;
}

.home-hotspot__target::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid transparent;
  border-radius: inherit;
  transition: border-color 160ms ease, transform 160ms ease;
}

.home-hotspot__target span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.home-hotspot__target:hover::before,
.home-hotspot__target:focus-visible::before,
.home-hotspot.is-active .home-hotspot__target::before {
  border-color: var(--orange);
  transform: scale(1.12);
}

.home-hotspot__product {
  box-sizing: border-box;
  position: absolute;
  top: 58px;
  left: 50%;
  width: 238px;
  min-height: 116px;
  padding: 12px;
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 13px;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 80%);
  background: rgb(18 21 22 / 86%);
  box-shadow: 0 14px 38px rgb(0 0 0 / 28%);
  backdrop-filter: blur(8px);
  color: #fff;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.home-hotspot__product > img {
  display: block;
  width: 94px;
  height: 90px;
  max-width: none;
  object-fit: contain;
}

.home-hotspot__product > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.home-hotspot__product > span > strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.home-hotspot__product > span > small {
  width: fit-content;
  padding: 7px 10px;
  display: inline-flex;
  background: var(--orange);
  color: var(--ink);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.home-hotspot.is-active .home-hotspot__product {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.home-hotspot--vessels { left: 28.4%; top: 337px; }
.home-hotspot--vessels .home-hotspot__label { left: 50%; top: -50px; }
.home-hotspot--uav { left: 52%; top: 313px; }
.home-hotspot--uav .home-hotspot__label { left: 50%; top: -50px; }
.home-hotspot--links { left: 75%; top: 312px; }
.home-hotspot--links .home-hotspot__label { left: 50%; top: -50px; }
.home-hotspot--vehicle { left: 54.6%; top: 468px; }
.home-hotspot--vehicle .home-hotspot__label { left: 50%; top: 50px; }
.home-hotspot--handheld { left: 21.2%; top: 584px; }
.home-hotspot--handheld .home-hotspot__label { left: 50%; top: 50px; }

/* Editorial pages */

.editorial-section {
  position: relative;
  padding: 100px 0;
  background: #fff;
}

.editorial-grid {
  display: grid;
  gap: 60px;
  align-items: start;
}

.editorial-grid--media-left {
  grid-template-columns: 460px 1fr;
  gap: 100px;
}

.editorial-grid--media-right {
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 120px;
}

.editorial-media {
  margin: 0;
}

.editorial-media img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.editorial-media--portrait img {
  height: 800px;
}

.editorial-media figcaption {
  margin-top: -36px;
  padding: 0 10px 14px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.editorial-copy {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.45;
}

.editorial-copy .section-heading {
  margin-bottom: 80px;
}

.editorial-copy p {
  margin: 0 0 22px;
}

.editorial-copy--narrow {
  max-width: 500px;
}

.editorial-section--about-intro {
  min-height: 860px;
}

.editorial-section--background {
  min-height: 810px;
}

.editorial-section--muted {
  min-height: 880px;
  padding-top: 140px;
  background: var(--muted);
}

.career-grid {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 400px 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.career-grid img {
  width: 400px;
  height: 440px;
  object-fit: cover;
}

.career-grid p {
  margin: 0;
}

.career-grid a {
  color: var(--orange);
}

.market-section {
  min-height: 920px;
}

.market-section .section-heading {
  margin-bottom: 60px;
}

.market-grid {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 100px;
  align-items: center;
}

.market-grid > img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.market-grid p {
  margin: 0 0 30px;
}

.market-section--dark {
  min-height: 820px;
  padding-top: 140px;
  background: var(--ink);
  color: #fff;
}

.market-grid--media-right {
  grid-template-columns: 1fr 560px;
}

.market-grid--media-right > img {
  height: 400px;
}

.market-grid--media-right > div {
  max-width: 420px;
  padding-left: 100px;
}

.market-grid--research {
  grid-template-columns: 360px 1fr;
  gap: 160px;
}

.market-grid--research > img {
  height: 420px;
}

.market-grid--research p {
  max-width: 560px;
}

/* Product pages */

.product-intro {
  position: relative;
  overflow: hidden;
  padding: 100px 0 50px;
  background-color: #fff;
}

.product-intro--bitsdr {
  min-height: 860px;
}

.product-intro--twr-302,
.product-intro--twr-305 {
  min-height: 1720px;
}

.product-intro--bitsdr-e4 {
  min-height: 720px;
}

.product-intro--bitsdr + .specifications {
  min-height: 1420px;
}

.product-intro--standard,
.product-intro--compact {
  background-image: url("../images/tild3664-3961-4961-a534-386434303230__twr_background.svg");
  background-position: center 120px;
  background-repeat: no-repeat;
  background-size: 1037px auto;
}

.product-intro__inner {
  position: relative;
  z-index: 1;
}

.product-intro__overview {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.product-intro__overview p {
  margin: 0;
  white-space: pre-line;
}

.product-intro__image-wrap {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-intro--twr-207h .product-intro__image-wrap {
  transform: translateY(-95px);
}

.product-intro--twr-207h .product-application__grid img {
  max-height: 347px;
}

.product-intro__image {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.product-intro__overview--three-column {
  grid-template-columns: 1.6fr 1fr 1fr;
  align-items: start;
}

.product-intro--twr-205 .product-intro__overview,
.product-intro--twr-202d .product-intro__overview {
  grid-template-columns: 58% 1fr;
  align-items: center;
}

.product-intro--twr-205 .product-intro__overview p:last-child,
.product-intro--twr-202d .product-intro__overview p:last-child {
  grid-column: 2;
}

.product-intro--twr-205 .product-intro__image-wrap,
.product-intro--twr-202d .product-intro__image-wrap {
  grid-row: 1 / span 2;
  min-height: 520px;
}

.product-intro--bitsdr .product-intro__image-wrap {
  min-height: 420px;
}

.product-intro--compact .product-intro__image-wrap {
  min-height: 260px;
}

.product-features,
.product-application {
  margin-top: 90px;
}

.product-features__columns {
  margin: 50px 100px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}

.product-features__columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-features__columns li::before {
  content: "– ";
}

.product-application .section-heading {
  margin-left: 690px;
}

.product-application__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 660px 1fr;
  gap: 80px;
  align-items: center;
}

.product-application__grid img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  order: 1;
}

.product-application__grid p,
.product-application__cards p {
  white-space: pre-line;
}

.product-application__grid p {
  order: 2;
}

@media (max-width: 959px)  {
  .product-application__grid p {
    order: 1;
  }
}

.product-application__cards {
  margin-top: 45px;
  display: grid;
  gap: 80px;
}

.product-application__cards article {
  display: grid;
  grid-template-columns: 56% 1fr;
  column-gap: 70px;
  align-items: center;
}

.product-application__cards article:nth-child(even) img {
  order: 2;
}

.product-application__cards img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.product-application__cards h3 {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 400;
}

.product-application__cards p {
  margin: 0;
}

.specifications {
  min-height: 1220px;
  padding: 140px 0;
  background: var(--muted);
}

.specifications__grid {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px 110px;
}

.specification-column h3,
.documents-section h3 {
  margin: 0 0 45px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--ink);
  font-size: 28px;
  font-weight: 400;
}

.specification-column__spacer {
  height: 78px;
}

.specification-column dl {
  margin: 0;
}

.specification-column dl > div {
  min-height: 80px;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 20px;
  align-items: start;
  padding: 9px 0;
}

.specification-column dt,
.specification-column dd {
  margin: 0;
}

.evaluation-section {
  min-height: 740px;
  padding: 140px 0;
  background: var(--ink);
  color: #fff;
}

.evaluation-section__grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 440px 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}

.evaluation-section__grid p {
  margin: 0;
}

.documents-section {
  min-height: 740px;
  padding: 140px 0;
  background: #fff;
}

.documents-section h3 {
  width: 500px;
  margin-top: 70px;
}

.documents-list {
  width: 100%;
  max-width: 1160px;
}

.documents-list a {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
}

.documents-list a:hover,
.documents-list a:focus-visible {
  color: var(--orange);
}

.documents-list img {
  width: 40px;
  height: 40px;
}

/* Contact prompt and contact page */

.contact-prompt {
  min-height: 450px;
  padding: 100px 0;
  display: flex;
  align-items: center;
  background: var(--muted);
}

.contact-prompt__grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 120px;
  align-items: center;
}

.contact-prompt .section-heading {
  max-width: 560px;
}

.contact-prompt p {
  max-width: 440px;
  margin: 40px 0 0 100px;
  font-size: 18px;
}

.contact-page {
  min-height: 1040px;
  padding: 100px 0 160px;
}

.contact-page__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 100px;
}

.contact-page__details {
  padding-left: 100px;
}

.contact-page address {
  margin-bottom: 20px;
  font-style: normal;
  font-size: 18px;
}

.contact-page__details > a {
  display: block;
  width: max-content;
  margin: 12px 0;
  font-size: 18px;
}

.contact-map {
  width: 500px;
  height: 640px;
  border: 0;
}

.inquiry-form {
  margin-top: 50px;
}

.inquiry-form label {
  display: block;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  margin: 0 0 24px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  outline: none;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-bottom-color: var(--orange);
}

.inquiry-form textarea {
  min-height: 140px;
  resize: vertical;
}

.inquiry-form .outline-button {
  margin: 0 auto;
}

.inquiry-form button:disabled {
  opacity: 0.6;
  cursor: wait;
}

.form-message {
  margin: 18px 0 0;
  font-size: 14px;
}

.form-message--success {
  color: #337d45;
}

.form-message--error {
  color: #a12828;
}

/* Footer */

.site-footer {
  min-height: 450px;
  padding: 120px 0 45px;
  background: var(--ink);
  color: #fff;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 170px 270px 120px 160px 160px;
  column-gap: 60px;
  row-gap: 30px;
  align-items: start;
}

.site-footer__brand img {
  width: 170px;
  max-height: 60px;
}

.site-footer p {
  margin: 0;
}

.site-footer__address > a,
.site-footer__column > a {
  display: block;
  margin-top: 14px;
}

.site-footer__address > a:first-of-type {
  margin-top: 20px;
}

.site-footer__heading {
  margin: 0 0 28px !important;
  font-size: 22px;
  font-weight: 600;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--orange);
}

.site-footer__copyright {
  grid-column: 1 / 4;
  margin-top: 30px !important;
  color: #888;
  font-size: 12px;
}

.site-footer--compact {
  min-height: 450px;
}

.not-found-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.not-found-page img {
  width: 176px;
}

.not-found-page h1 {
  margin: 0;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .content-shell,
  .page-banner__inner,
  .site-footer__grid {
    width: calc(100% - 160px);
  }

  .site-header__inner {
    width: calc(100% - 80px);
  }

  .site-header__inner {
    grid-template-columns: 190px 1fr 200px;
    gap: 10px;
  }

  .site-header__logo,
  .site-header__logo img {
    width: 150px;
  }

  .site-header__logo {
    margin-left: 50px;
  }

  .desktop-navigation {
    gap: 5px;
  }

  .desktop-navigation > a,
  .desktop-navigation__products > a {
    width: 85px;
    font-size: 16px;
  }

  .desktop-navigation > a::before,
  .desktop-navigation > a::after,
  .desktop-navigation__products > a::before,
  .desktop-navigation__products > a::after {
    left: 32px;
  }

  .outline-button--header {
    min-width: 200px;
  }

  .page-banner__inner h1 {
    font-size: 50px;
  }

  .editorial-grid--media-left,
  .editorial-grid--media-right,
  .market-grid,
  .market-grid--media-right {
    gap: 60px;
  }

  .editorial-grid--media-left {
    gap: 80px;
  }

  .home-hero__network::before {
    display: none;
  }

  .home-hotspot--vessels { left: 27%; top: 245px; }
  .home-hotspot--uav { left: 50.4%; top: 207px; }
  .home-hotspot--links { left: 78.6%; top: 208px; }
  .home-hotspot--vehicle { left: 61.25%; top: 322px; }
  .home-hotspot--handheld { left: 33.4%; top: 406px; }

  .career-grid {
    grid-template-columns: minmax(280px, 400px) 1fr 1fr;
    gap: 35px;
  }

  .site-footer__grid {
    grid-template-columns: 150px 220px 100px 150px 120px;
    column-gap: 35px;
  }
}

@media (max-width: 959px) {
  .site-header {
    height: 70px;
  }

  .site-header__inner {
    width: calc(100% - 90px);
    display: flex;
    justify-content: space-between;
  }

  .site-header__logo,
  .site-header__logo img {
    width: 116px;
    height: auto;
    max-height: 42px;
  }

  .site-header__logo {
    margin-left: 0;
  }

  .desktop-navigation,
  .outline-button--header {
    display: none;
  }

  .mobile-menu-button {
    width: 24px;
    height: 22px;
    padding: 2px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 0;
    background: transparent;
    color: currentColor;
    cursor: pointer;
  }

  .mobile-menu-button span {
    width: 100%;
    height: 1px;
    background: currentColor;
  }

  .mobile-navigation {
    position: fixed;
    inset: 0;
    z-index: 100;
    padding: 90px 45px 45px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: var(--ink);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 180ms ease, transform 220ms ease, visibility 220ms;
  }

  .mobile-navigation.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-navigation > a,
  .mobile-navigation summary {
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
    list-style: none;
    color: white!important;
  }

  .mobile-navigation details a {
    display: block;
    margin: 13px 0 0 20px;
    color: #d2d2d2;
  }

  .mobile-navigation__close {
    position: absolute;
    top: 26px;
    right: 45px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 38px;
    font-weight: 200;
    cursor: pointer;
  }

  .mobile-navigation__inquiry {
    margin-top: auto;
    color: var(--orange) !important;
  }

  .page-banner {
    height: 130px;
    padding-bottom: 40px;
  }

  .page-banner__inner {
    width: calc(100% - 90px);
    height: 50px;
    background-image: url("../images/tild6336-3332-4437-a466-353132616232__title_background_620.svg");
  }

  .page-banner__inner h1 {
    margin-left: 28px;
    font-size: 28px;
  }

  .page-banner__inner p {
    margin-right: 24px;
    font-size: 10px;
  }

  .page-banner__marker {
    left: -44px;
    width: 8px;
    height: 8px;
  }

  .content-shell,
  .site-footer__grid {
    width: calc(100% - 110px);
  }

  .section-heading {
    min-height: 76px;
  }

  .section-heading h2 {
    padding-bottom: 18px;
    font-size: 28px;
    line-height: 1.25;
  }

  .section-heading__number {
    padding-top: 7px;
    font-size: 16px;
  }

  .section-heading__marker {
    left: -50px;
    top: 12px;
    font-size: 16px;
  }

  .home-hero {
    height: max(720px, 100svh);
    background-position: center;
    background-size: cover;
  }

  .home-hero__network {
    width: 100%;
  }

  .home-hero__network::before {
    display: none;
  }

  .home-hotspot__label {
    max-width: 140px;
    font-size: 15px;
    white-space: normal;
    transform: none;
  }

  .home-hotspot--vessels {
    left: 14%;
    top: 39%;
  }

  .home-hotspot--vessels .home-hotspot__label {
    left: -18px;
    top: -50px;
    width: 145px;
  }

  .home-hotspot--uav {
    left: 48%;
    top: 31%;
  }

  .home-hotspot--uav .home-hotspot__label {
    left: -25px;
    top: -45px;
  }

  .home-hotspot--links {
    left: 82%;
    top: 39%;
  }

  .home-hotspot--links .home-hotspot__label {
    right: -18px;
    top: -50px;
    text-align: right;
    left: auto;
  }

  .home-hotspot--vehicle {
    left: 62%;
    top: 61%;
  }

  .home-hotspot--vehicle .home-hotspot__label {
    left: 52px;
    top: 8px;
  }

  .home-hotspot--handheld {
    left: 22%;
    top: 72%;
  }

  .home-hotspot--handheld .home-hotspot__label {
    left: 52px;
    top: 7px;
    max-width: 155px;
  }

  .editorial-section,
  .market-section,
  .product-intro,
  .specifications,
  .evaluation-section,
  .documents-section,
  .contact-page,
  .contact-prompt {
    min-height: 0;
    padding: 75px 0;
  }

  .editorial-grid,
  .editorial-grid--media-left,
  .editorial-grid--media-right,
  .market-grid,
  .market-grid--media-right,
  .market-grid--research,
  .contact-page__grid,
  .contact-prompt__grid,
  .evaluation-section__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .editorial-grid .editorial-copy {
    order: 1;
  }

  .editorial-grid .editorial-media {
    order: 2;
  }

  .editorial-copy {
    padding-top: 0;
  }

  .editorial-copy .section-heading,
  .market-section .section-heading {
    margin-bottom: 70px;
  }

  .editorial-media--portrait img,
  .editorial-media img {
    height: auto;
    max-height: none;
  }

  .career-grid {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .career-grid img {
    width: 100%;
    height: auto;
  }

  .market-grid > img,
  .market-grid--media-right > img,
  .market-grid--research > img {
    width: 100%;
    height: auto;
  }

  .market-grid--media-right > div {
    max-width: none;
    padding-left: 0;
  }

  .market-grid--media-right > div {
    order: 2;
  }

  .market-grid--media-right > img {
    order: 1;
  }

  .product-intro--standard,
  .product-intro--compact {
    background-position: center 90px;
    background-size: 760px auto;
  }

  .product-intro--bitsdr,
  .product-intro--twr-302,
  .product-intro--twr-305,
  .product-intro--bitsdr-e4,
  .product-intro--bitsdr + .specifications {
    min-height: 0;
  }

  .product-intro__overview,
  .product-intro__overview--three-column {
    margin-top: 55px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-intro--twr-205 .product-intro__overview,
  .product-intro--twr-202d .product-intro__overview {
    grid-template-columns: 1fr;
  }

  .product-intro--twr-205 .product-intro__overview p:last-child,
  .product-intro--twr-202d .product-intro__overview p:last-child {
    grid-column: auto;
  }

  .product-intro--twr-205 .product-intro__image-wrap,
  .product-intro--twr-202d .product-intro__image-wrap {
    grid-row: auto;
    min-height: 0;
  }

  .product-intro--twr-207h .product-intro__image-wrap {
    transform: none;
  }

  .product-intro--twr-207h .product-application__grid img {
    max-height: none;
  }

  .product-intro__image-wrap,
  .product-intro--bitsdr .product-intro__image-wrap,
  .product-intro--compact .product-intro__image-wrap {
    min-height: 0;
  }

  .product-intro__image {
    width: auto;
    max-height: 460px;
    margin: 0 auto;
  }

  .product-features,
  .product-application {
    margin-top: 90px;
  }

  .product-features__columns {
    margin: 35px 0 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-application .section-heading {
    margin-left: 0;
  }

  .product-application__grid,
  .product-application__cards article {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .product-application__cards article:nth-child(even) img {
    order: initial;
  }

  .product-application__grid img,
  .product-application__cards img {
    max-height: none;
  }

  .product-application__grid img {
    order: 2;
  }

  .specifications__grid {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .specification-column__spacer {
    display: none;
  }

  .specification-column h3,
  .documents-section h3 {
    font-size: 24px;
  }

  .specification-column dl > div {
    min-height: 0;
    grid-template-columns: 42% 58%;
    gap: 12px;
    padding: 10px 0;
  }

  .evaluation-section__grid {
    margin-top: 50px;
  }

  .documents-section h3 {
    width: 100%;
    margin-top: 55px;
  }

  .contact-prompt__grid {
    gap: 55px;
  }

  .contact-prompt p {
    margin: 30px 0 0;
    font-size: 16px;
  }

  .contact-prompt .outline-button {
    justify-self: center;
  }

  .contact-page__details {
    padding-left: 0;
  }

  .contact-map {
    width: 100%;
    height: 420px;
  }

  .site-footer {
    min-height: 0;
    padding: 75px 0 45px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .site-footer__brand img {
    width: 170px;
  }

  .site-footer__copyright {
    grid-column: 1;
    margin-top: 20px !important;
  }
}

@media (max-width: 520px) {
  .site-header__inner {
    width: calc(100% - 90px);
  }

  .page-banner__inner {
    width: calc(100% - 92px);
  }

  .page-banner__inner h1 {
    max-width: 62%;
    font-size: 26px;
    white-space: nowrap;
  }

  .page-banner__inner p {
    font-size: 9px;
    white-space: nowrap;
  }

  .content-shell,
  .site-footer__grid {
    width: calc(100% - 110px);
  }

  .outline-button--wide {
    width: 100%;
  }

  .section-heading h2 {
    max-width: calc(100% - 44px);
  }

  .home-hero {
    min-height: 720px;
    background-position: 43% center;
  }

  .home-hotspot__target {
    width: 42px;
    height: 42px;
  }

  .home-hotspot__label {
    max-width: 118px;
    font-size: 12px;
    line-height: 1.25;
  }

  .home-hotspot--vessels {
    left: 9%;
    top: 39%;
  }

  .home-hotspot--vessels .home-hotspot__label {
    left: 0;
    top: -43px;
    width: 120px;
  }

  .home-hotspot--uav {
    left: 53%;
    top: 29%;
  }

  .home-hotspot--uav .home-hotspot__label {
    left: -15px;
    top: -38px;
  }

  .home-hotspot--links {
    left: 82%;
    top: 43%;
  }

  .home-hotspot--links .home-hotspot__label {
    right: -8px;
    top: -43px;
    width: 110px;
    left: auto;
  }

  .home-hotspot--vehicle {
    left: 61%;
    top: 61%;
  }

  .home-hotspot--vehicle .home-hotspot__label,
  .home-hotspot--handheld .home-hotspot__label {
    left: 47px;
    top: 5px;
  }

  .home-hotspot--vehicle .home-hotspot__label {
    right: 47px;
    left: auto;
    text-align: right;
  }

  .home-hotspot--handheld {
    left: 13%;
    top: 73%;
  }

  .home-hotspot__product {
    position: fixed;
    z-index: 120;
    top: 100px;
    bottom: auto;
    left: 50vw;
    width: min(330px, calc(100vw - 32px));
    min-height: 128px;
    grid-template-columns: 112px 1fr;
    padding: 14px;
    transform: translate(-50%, 14px);
  }

  .home-hotspot.is-active .home-hotspot__product {
    transform: translate(-50%, 0);
  }

  .home-hotspot__product > img {
    width: 112px;
    height: 98px;
  }

  .product-intro .section-heading h2 {
    font-size: 28px;
  }

  .product-intro__overview {
    font-size: 15px;
  }

  .specification-column dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 12px 0;
    border-bottom: 1px solid rgb(18 21 22 / 10%);
  }

  .specification-column dd {
    color: #5d5d5d;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
