:root {
  --ml-deep: #031d42;
  --ml-navy: #082f66;
  --ml-blue: #1239ef;
  --ml-electric: #0d61ff;
  --ml-ice: #eef4fb;
  --ml-ice-2: #e8f0f9;
  --ml-text: #4f6380;
  --ml-line: #cfdbea;
  --ml-white: #ffffff;
  --ml-wide: min(1420px, calc(100vw - 64px));
  --ml-content: min(1240px, calc(100vw - 64px));
  --ml-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --ml-body: "Inter", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 70px;
}

body.admin-bar section[id] {
  scroll-margin-top: 102px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ml-text);
  background: var(--ml-white);
  font-family: var(--ml-body);
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .ml-header {
  top: 32px;
}

a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.ml-site-main {
  margin: 0;
}

.ml-site-main > .wp-block-post-content,
.ml-site-main > .wp-block-post-content > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.ml-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
}

.ml-header-shell {
  min-height: 84px;
  color: #082b59;
  background-color: rgba(236, 243, 251, 0.6);
  border-bottom: 1px solid rgba(255,255,255,0.46);
  box-shadow: 0 5px 24px rgba(4, 27, 62, 0.05);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  backdrop-filter: blur(16px) saturate(1.08);
  transition: min-height 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.ml-header.is-scrolled .ml-header-shell,
.ml-header--solid .ml-header-shell {
  min-height: 70px;
  background-color: rgba(255,255,255,0.97);
  box-shadow: 0 10px 34px rgba(5, 31, 70, 0.1);
}

.ml-header-inner {
  width: var(--ml-wide);
  min-height: inherit;
  gap: 30px;
  margin: 0 auto;
  padding: 0;
}

.ml-site-logo {
  flex: 0 0 auto;
  margin: 0;
}

.ml-site-logo img {
  display: block;
  width: 147px !important;
  height: auto;
  image-rendering: auto;
  filter: none;
  transform: none;
}

.ml-primary-nav {
  flex: 1 1 auto;
  justify-content: center;
  color: #082b59;
  font-family: var(--ml-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
}

.ml-primary-nav .wp-block-navigation__container {
  gap: clamp(18px, 2.2vw, 40px);
}

.ml-primary-nav a {
  color: #082b59;
}

.ml-primary-nav a:hover,
.ml-primary-nav .current-menu-item > a {
  color: var(--ml-blue);
}

.ml-primary-nav .wp-block-navigation__submenu-container {
  min-width: 224px !important;
  padding: 10px 0 !important;
  color: var(--ml-navy) !important;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: 0 18px 44px rgba(5, 32, 72, 0.16);
}

.ml-primary-nav .wp-block-navigation__submenu-container a {
  padding: 11px 20px !important;
}

.ml-header-actions {
  flex: 0 0 auto;
  gap: 10px;
}

.ml-header-actions .wp-block-button__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.ml-language-button .wp-block-button__link {
  min-height: 40px;
  padding: 0 7px;
  color: #12335e !important;
  background: transparent !important;
}

.ml-header-cta .wp-block-button__link {
  color: #ffffff;
  background-color: var(--ml-blue);
  box-shadow: 0 10px 24px rgba(18, 57, 239, 0.2);
}

.ml-header-cta .wp-block-button__link:hover {
  background-color: #0a2ccb;
  transform: translateY(-1px);
}

.ml-header-cta i {
  display: none;
}

.ml-section-light {
  position: relative;
  background-color: var(--ml-ice);
  background-image: url("../images/light-technical-texture.png?v=2");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.ml-section-inner {
  width: var(--ml-content);
  margin: 0 auto;
}

.ml-eyebrow {
  margin: 0 0 14px;
  color: var(--ml-electric);
  font-family: var(--ml-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-section-title {
  margin: 0;
  color: var(--ml-navy);
  font-family: var(--ml-display);
  font-size: clamp(42px, 4vw, 68px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.ml-section-lede {
  max-width: 720px;
  margin: 18px auto 0;
  color: #647792;
  font-size: 16px;
  line-height: 1.7;
}

.ml-button .wp-block-button__link,
.ml-text-link .wp-block-button__link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 27px;
  color: #ffffff;
  background-color: var(--ml-blue);
  border: 1px solid var(--ml-blue);
  border-radius: 0;
  box-shadow: 0 12px 26px rgba(18, 57, 239, 0.16);
  font-family: var(--ml-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ml-button .wp-block-button__link:hover {
  background-color: #0a2ccb;
  border-color: #0a2ccb;
  box-shadow: 0 16px 32px rgba(18, 57, 239, 0.24);
  transform: translateY(-2px);
}

.ml-button--outline .wp-block-button__link {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255,255,255,0.75);
  box-shadow: none;
}

.ml-button--outline .wp-block-button__link:hover {
  color: var(--ml-navy);
  background-color: #ffffff;
}

.ml-hero {
  position: relative;
  min-height: calc(100vh - 84px) !important;
  min-height: calc(100svh - 84px) !important;
  margin-top: 84px !important;
  color: #ffffff;
  background-color: var(--ml-deep);
}

.ml-hero::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg,
    rgba(0, 18, 43, 0.2) 0%,
    rgba(0, 18, 43, 0.14) 26%,
    rgba(0, 18, 43, 0.06) 42%,
    rgba(0, 18, 43, 0) 58%);
}

body.admin-bar .ml-hero {
  min-height: calc(100svh - 116px) !important;
}

.ml-hero .wp-block-cover__background {
  opacity: 0.08 !important;
  background-color: #001836 !important;
}

.ml-hero .wp-block-cover__image-background {
  object-fit: cover !important;
  object-position: center center;
  transform: scale(1.003);
  transition: transform 1.65s cubic-bezier(.2,.7,.1,1);
}

.ml-hero.is-ready .wp-block-cover__image-background {
  transform: scale(1);
}

.ml-hero-content {
  position: relative;
  z-index: 2;
  width: var(--ml-wide);
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
  padding-top: 0;
  transform: translateY(-12px);
}

.ml-hero-copy {
  width: min(650px, 48vw);
  margin-right: auto !important;
  margin-left: 0 !important;
}

.ml-hero .ml-eyebrow {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.18em;
}

.ml-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-family: var(--ml-display);
  font-size: clamp(58px, 4.3vw, 76px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-shadow: 0 6px 26px rgba(0, 18, 40, 0.34);
}

.ml-hero-description {
  max-width: 620px;
  margin: 26px 0 34px;
  color: rgba(255,255,255,0.88);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.75;
}

.ml-hero-buttons {
  gap: 18px;
}

.ml-hero-buttons .wp-block-button__link {
  min-width: 190px;
}

.ml-trust-section {
  padding: 68px 0 40px;
}

.ml-trust-intro {
  text-align: center;
}

.ml-trust-intro .ml-eyebrow {
  margin-bottom: 7px;
  font-size: 11px;
}

.ml-trust-intro .ml-section-title {
  font-size: clamp(34px, 3vw, 52px);
}

.ml-trust-intro .ml-section-lede {
  margin-top: 10px;
  font-size: 14px;
}

.ml-trust-grid {
  margin-top: 34px;
}

.ml-trust-item {
  min-height: 136px;
  margin: 0;
  padding: 4px 24px 0;
  text-align: center;
  border-right: 1px solid var(--ml-line);
}

.ml-trust-item:last-child {
  border-right: 0;
}

.ml-icon {
  margin: 0 0 13px;
  color: var(--ml-electric);
  font-size: 36px;
  line-height: 1;
}

.ml-trust-item h3 {
  margin: 0 0 10px;
  color: var(--ml-navy);
  font-size: 24px;
  line-height: 1.08;
}

.ml-trust-item p:last-child {
  margin: 0;
  color: #6d7f96;
  font-size: 13px;
  line-height: 1.55;
}

.ml-products-section {
  padding: 60px 0 92px;
}

.ml-products-header {
  margin-bottom: 44px;
  text-align: center;
}

.ml-products-header .ml-section-title {
  white-space: nowrap;
}

.ml-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ml-product-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.56);
  border: 1px solid rgba(141, 164, 195, 0.24);
  box-shadow: 0 18px 54px rgba(28, 60, 104, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, background-color 260ms ease;
}

.ml-product-card:hover {
  z-index: 2;
  background-color: rgba(255,255,255,0.82);
  box-shadow: 0 26px 66px rgba(24, 60, 110, 0.14);
  transform: translateY(-7px);
}

.ml-product-card > .wp-block-column {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.ml-product-card .ml-product-logo {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  width: 44px;
  height: auto;
  margin: 0;
  pointer-events: none;
}

.ml-product-card .ml-product-logo img {
  display: block;
  width: 44px;
  height: auto;
  min-height: 0;
  object-fit: contain;
  filter: drop-shadow(0 3px 7px rgba(6, 35, 74, 0.15));
}

.ml-product-card .wp-block-image {
  height: 100%;
  margin: 0;
}

.ml-product-card .wp-block-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.ml-product-card .wp-block-image.ml-product-logo {
  width: 44px;
  height: auto;
}

.ml-product-card .wp-block-image.ml-product-logo img {
  width: 44px;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.ml-product-copy {
  padding: 34px 30px;
}

.ml-product-number {
  margin: 0 0 20px;
  color: var(--ml-electric);
  font-family: var(--ml-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.ml-product-card h3 {
  margin: 0 0 15px;
  color: var(--ml-navy);
  font-size: clamp(30px, 2.2vw, 42px);
  line-height: 0.98;
}

.ml-product-card .ml-product-description {
  margin: 0 0 22px;
  color: #60738d;
  font-size: 14px;
  line-height: 1.6;
}

.ml-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--ml-blue);
  font-family: var(--ml-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ml-product-card .ml-inline-link a,
.ml-resource-feature .ml-inline-link a,
.ml-resource-card .ml-inline-link a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #ffffff;
  background-color: var(--ml-blue);
  border: 1px solid var(--ml-blue);
  box-shadow: 0 9px 20px rgba(18, 57, 239, 0.16);
}

.ml-product-card .ml-inline-link a:hover,
.ml-resource-feature .ml-inline-link a:hover,
.ml-resource-card .ml-inline-link a:hover {
  color: #ffffff;
  background-color: #0a2ccb;
  border-color: #0a2ccb;
  box-shadow: 0 13px 26px rgba(18, 57, 239, 0.24);
  transform: translateY(-2px);
}

.ml-custom-section {
  color: #ffffff;
  background-color: #06346f;
  background-image: url("../images/deep-blue-technical-texture.png?v=2");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.ml-custom-main {
  display: grid !important;
  grid-template-columns: minmax(0, 32%) minmax(0, 68%);
  align-items: stretch;
  height: auto;
  min-height: 0;
  gap: 0;
}

.ml-custom-main > .wp-block-column {
  min-width: 0;
  margin: 0;
}

.ml-custom-copy {
  flex: none !important;
  width: auto !important;
  max-width: none;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 72px 52px 72px max(46px, calc((100vw - 1420px) / 2));
  background-color: #f2f6fb;
}

.ml-custom-copy .ml-section-title {
  max-width: 480px;
  color: #082f66;
  font-size: clamp(46px, 3.7vw, 62px);
}

.ml-custom-copy .ml-section-lede {
  max-width: 520px;
  margin: 24px 0 30px;
}

.ml-custom-visual {
  flex: none !important;
  width: auto !important;
  max-width: none;
  height: auto;
  min-height: 0;
  aspect-ratio: 14 / 9;
  align-self: stretch;
  position: relative;
  overflow: hidden;
  margin: 0;
  background-color: #06346f;
}

.ml-custom-visual .wp-block-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.ml-custom-visual img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.ml-custom-specs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  width: var(--ml-wide);
  margin: 0 auto !important;
  padding: 38px 0 40px;
}

.ml-custom-spec {
  box-sizing: border-box;
  height: 100%;
  min-height: 118px;
  padding: 4px 28px;
  border-right: 1px solid rgba(255,255,255,0.18);
}

.ml-custom-spec:last-child {
  border-right: 0;
}

.ml-custom-spec h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
}

.ml-custom-spec h4 span {
  display: block;
  margin-bottom: 6px;
  color: var(--ml-electric);
  font-size: 32px;
  line-height: 1;
}

.ml-custom-spec p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  line-height: 1.55;
}

.ml-process-section {
  padding: 92px 0 102px;
}

.ml-process-header {
  text-align: center;
}

.ml-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: var(--ml-wide);
  margin: 54px auto 0;
}

.ml-process-track::before {
  position: absolute;
  top: 28px;
  left: 7%;
  right: 7%;
  height: 2px;
  background-color: #7ea6f9;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1100ms cubic-bezier(.2,.7,.2,1);
}

.ml-process-track.is-visible::before {
  transform: scaleX(1);
}

.ml-process-step {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 18px;
  text-align: center;
}

.ml-step-number {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  color: #ffffff !important;
  background-color: #0b54ff;
  border: 2px solid rgba(255,255,255,0.92);
  border-radius: 50%;
  box-shadow: 0 0 0 8px var(--ml-ice), 0 10px 24px rgba(13, 79, 246, 0.22);
  font-family: var(--ml-display);
  font-size: 30px !important;
  font-weight: 700;
}

.ml-process-step h4 {
  min-height: 48px;
  margin: 20px 0 9px !important;
  color: var(--ml-navy);
  font-size: 20px;
  line-height: 1.05;
  text-transform: uppercase;
}

.ml-process-step p {
  margin: 0;
  color: #5d7291;
  font-size: 12px;
  line-height: 1.55;
}

.ml-process-media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: var(--ml-wide);
  gap: 22px;
  margin: 18px auto 0;
}

.ml-process-card {
  margin: 0;
}

.ml-process-card .wp-block-image {
  overflow: hidden;
  margin: 0;
  box-shadow: 0 18px 44px rgba(18, 48, 91, 0.1);
}

.ml-process-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.82 / 1;
  object-fit: cover;
  transition: transform 550ms ease;
}

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

.ml-process-card p {
  margin: 16px 0 0;
  color: #1c4a8a;
  font-family: var(--ml-display);
  font-size: 18px;
  text-align: center;
}

.ml-process-card p strong {
  margin-right: 8px;
  color: var(--ml-blue);
}

.ml-process-cta {
  justify-content: center;
  margin-top: 34px;
}

.ml-quality-section {
  position: relative;
  color: #ffffff;
  background-color: #06346f;
  background-image: url("../images/deep-blue-technical-texture.png?v=2");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.ml-quality-main {
  position: relative;
  min-height: clamp(580px, 43.5vw, 660px) !important;
  overflow: hidden;
  align-items: center;
  background: transparent;
}

.ml-quality-main .wp-block-cover__image-background {
  right: 0;
  left: 38%;
  width: 62%;
  object-position: 50% 48%;
  transform: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.18) 8%, rgba(0,0,0,0.72) 20%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.18) 8%, rgba(0,0,0,0.72) 20%, #000 34%);
}

.ml-quality-main .ml-quality-scrim {
  opacity: 1 !important;
  background-color: transparent !important;
  background: linear-gradient(90deg,
    rgba(6, 52, 111, 0.1) 0%,
    rgba(6, 52, 111, 0.12) 34%,
    rgba(6, 52, 111, 0.5) 43%,
    rgba(6, 52, 111, 0.24) 54%,
    rgba(6, 52, 111, 0) 70%);
}

.ml-quality-main .wp-block-cover__inner-container {
  width: 100%;
}

.ml-quality-copy-panel {
  width: 100%;
  max-width: none !important;
  box-sizing: border-box;
  margin: 0 auto !important;
  padding: 76px clamp(96px, 7vw, 150px);
}

.ml-quality-copy {
  width: min(540px, 40vw);
  margin: 0 !important;
}

.ml-quality-copy .ml-eyebrow {
  color: var(--ml-electric);
}

.ml-quality-copy .ml-section-title {
  color: #ffffff;
  font-size: clamp(54px, 4.1vw, 70px);
}

.ml-quality-copy .ml-section-lede {
  margin: 24px 0 30px;
  color: rgba(255,255,255,0.8);
}

.ml-quality-proofs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: var(--ml-wide);
  margin: 0 auto;
  padding: 42px 0 46px;
}

.ml-quality-proof {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 126px;
  align-items: center;
  gap: 22px;
  padding: 0 34px;
  border-right: 1px solid rgba(255,255,255,0.2);
}

.ml-quality-proof:last-child {
  border-right: 0;
}

.ml-quality-icon {
  width: 82px;
  margin: 0;
}

.ml-quality-icon img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: brightness(1.22) saturate(1.2) drop-shadow(0 7px 16px rgba(0, 83, 255, 0.2));
}

.ml-quality-proof h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
}

.ml-quality-proof p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  line-height: 1.55;
}

.ml-resources-section {
  padding: 56px 0 64px;
}

.ml-resources-header {
  margin-bottom: 30px;
  text-align: center;
}

.ml-resources-layout {
  align-items: stretch !important;
  gap: 24px;
}

.ml-resources-layout > .wp-block-column:first-child {
  display: flex;
}

.ml-resource-feature,
.ml-resource-card {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid rgba(128, 154, 189, 0.22);
  box-shadow: 0 20px 54px rgba(24, 57, 99, 0.09);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.ml-resource-feature {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
}

.ml-resource-feature:hover,
.ml-resource-card:hover {
  box-shadow: 0 28px 66px rgba(24, 57, 99, 0.14);
  transform: translateY(-6px);
}

.ml-resource-feature .wp-block-image,
.ml-resource-card .wp-block-image {
  margin: 0;
}

.ml-resource-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.ml-resource-feature-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px 24px 20px;
}

.ml-resource-label {
  margin: 0 0 10px;
  color: var(--ml-electric);
  font-family: var(--ml-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ml-resource-feature h3 {
  margin: 0 0 12px;
  color: var(--ml-navy);
  font-size: clamp(29px, 2.2vw, 40px);
  line-height: 1.02;
}

.ml-resource-feature-copy > p:not(.ml-resource-label):not(.ml-inline-link) {
  margin: 0 0 15px;
  color: #667b96;
  font-size: 14px;
}

.ml-resources-side {
  display: grid !important;
  height: auto;
  align-self: stretch;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ml-resource-card {
  display: block !important;
  min-height: 0;
  flex: none;
  gap: 0 !important;
  margin: 0;
}

.ml-resource-card > .wp-block-column {
  flex-basis: auto !important;
}

.ml-resource-card .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 3.7 / 1;
  object-fit: cover;
}

.ml-resource-card-copy {
  display: grid;
  min-height: 72px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  align-items: center;
  column-gap: 16px;
  padding: 12px 16px 13px;
}

.ml-resource-card-copy .ml-resource-label {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 5px;
}

.ml-resource-card h4 {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  color: var(--ml-navy);
  font-size: 18.5px;
  line-height: 1.05;
}

.ml-resource-card-copy .ml-inline-link {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  white-space: nowrap;
}

.ml-resource-card .ml-inline-link a {
  min-height: 34px;
  padding: 0 10px;
  font-size: 11.5px;
}

.ml-cta-section {
  position: relative;
  padding: 88px 0 92px;
  overflow: hidden;
  color: #ffffff;
  background-color: #043271;
  background-image: url("../images/deep-blue-technical-texture.png?v=2");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.ml-cta-layout {
  gap: 50px;
}

.ml-cta-copy {
  flex-basis: 52% !important;
  padding-right: 42px;
  border-right: 1px solid rgba(255,255,255,0.24);
}

.ml-cta-copy .ml-section-title {
  max-width: 680px;
  color: #ffffff;
  font-size: clamp(58px, 4.7vw, 76px);
}

.ml-cta-copy .ml-section-lede {
  margin: 26px 0 32px;
  color: rgba(255,255,255,0.8);
}

.ml-cta-secondary {
  margin: 20px 0 0;
  color: #8fc0ff;
  font-family: var(--ml-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ml-cta-secondary a {
  color: #8fc0ff;
  border-bottom: 1px solid rgba(143,192,255,0.62);
}

.ml-cta-help > p:first-child {
  margin: 0 0 20px;
  color: #a8c9f2;
  font-family: var(--ml-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ml-cta-help {
  flex-basis: 48% !important;
}

.ml-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.22);
  border-left: 1px solid rgba(255,255,255,0.22);
}

.ml-cta-item {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 26px;
  border-right: 1px solid rgba(255,255,255,0.22);
  border-bottom: 1px solid rgba(255,255,255,0.22);
  text-align: center;
}

.ml-cta-item .ml-icon {
  margin-bottom: 18px;
  font-size: 54px;
}

.ml-cta-item h4 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ml-footer-shell {
  padding: 72px 0 28px;
  color: #5a6f89;
  background-color: #edf3f9;
}

.ml-footer-grid {
  width: var(--ml-wide);
  gap: 38px;
  margin: 0 auto;
}

.ml-footer-grid h5 {
  margin: 0 0 20px;
  color: var(--ml-navy);
  font-size: 19px;
  letter-spacing: 0.02em;
}

.ml-footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ml-footer-grid li,
.ml-footer-grid p {
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.55;
}

.ml-footer-grid a {
  color: #5a6f89;
}

.ml-footer-grid a:hover {
  color: var(--ml-blue);
}

.ml-footer-brand img {
  width: 147px !important;
  height: auto;
  image-rendering: auto;
  transform: translateZ(0);
}

.ml-footer-tagline {
  margin-top: 16px !important;
  color: #7a8ca2;
  font-family: var(--ml-display);
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.ml-footer-social p {
  display: flex;
  gap: 10px;
}

.ml-footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: var(--ml-navy);
  border-radius: 50%;
  font-size: 18px;
}

.ml-footer-social a:hover {
  color: #ffffff;
  background-color: var(--ml-blue);
  transform: translateY(-2px);
}

.ml-footer-rule {
  width: var(--ml-wide);
  margin: 54px auto 20px;
  border-color: #d2dde9;
}

.ml-footer-bottom {
  width: var(--ml-wide);
  margin: 0 auto;
  color: #7b8da3;
  font-size: 11px;
}

.ml-footer-bottom p {
  margin: 0;
}

.ml-footer-bottom a {
  color: #7b8da3;
}

/* Contact Us */
.ml-contact-page {
  color: var(--ml-text);
  background: var(--ml-white);
}

.ml-contact-hero {
  position: relative;
  min-height: 610px !important;
  margin-top: 84px !important;
  padding: 0;
  overflow: hidden;
  color: #ffffff;
  background-color: #021c43;
}

.ml-contact-hero::before,
.ml-contact-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.ml-contact-hero::before {
  width: 66%;
  background-image: url("../images/deep-blue-technical-texture.png?v=2");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  opacity: 0.56;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,0.94) 62%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,0.94) 62%, transparent 100%);
}

.ml-contact-hero::after {
  background: linear-gradient(90deg,
    rgba(0, 13, 36, 0.98) 0%,
    rgba(2, 31, 72, 0.95) 24%,
    rgba(4, 56, 120, 0.72) 46%,
    rgba(1, 23, 55, 0.22) 64%,
    rgba(0, 13, 32, 0.04) 100%);
}

.ml-contact-hero .wp-block-cover__background {
  opacity: 0.05 !important;
}

.ml-contact-hero .wp-block-cover__image-background {
  object-fit: cover !important;
  object-position: 64% center;
}

.ml-contact-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.ml-contact-hero-content {
  position: relative;
  width: var(--ml-wide);
  min-height: 610px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 72px 32px 78px;
}

.ml-contact-hero-copy {
  width: min(620px, 47vw);
  margin-right: auto !important;
  margin-left: 0 !important;
}

.ml-contact-hero .ml-eyebrow {
  color: var(--ml-electric);
  font-size: 15px;
  letter-spacing: 0.16em;
}

.ml-contact-hero h1 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-family: var(--ml-display);
  font-size: clamp(58px, 4.7vw, 78px);
  font-weight: 600;
  letter-spacing: -0.024em;
  line-height: 0.96;
  text-shadow: 0 8px 30px rgba(0, 14, 36, 0.38);
}

.ml-contact-hero-description {
  max-width: 560px;
  margin: 25px 0 30px;
  color: rgba(255,255,255,0.86);
  font-size: 16px;
  line-height: 1.72;
}

.ml-contact-hero-buttons {
  gap: 14px;
}

.ml-contact-hero-buttons .wp-block-button__link {
  gap: 12px;
}

.ml-contact-hero-secondary {
  margin: 19px 0 0;
  font-size: 14px;
}

.ml-contact-hero-secondary a {
  color: rgba(255,255,255,0.88);
  border-bottom: 1px solid rgba(255,255,255,0.52);
}

.ml-contact-hero-secondary a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.ml-contact-photo-caption {
  position: absolute;
  right: 32px;
  bottom: 26px;
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 12px;
  text-align: right;
}

.ml-contact-project-section {
  padding: 72px 0 98px;
}

.ml-contact-anchor {
  position: absolute;
  transform: translateY(-74px);
}

.ml-contact-direction-heading {
  margin-bottom: 36px;
  text-align: center;
}

.ml-contact-direction-heading .ml-eyebrow {
  margin-bottom: 9px;
}

.ml-contact-direction-heading .ml-section-title {
  font-size: clamp(42px, 3.7vw, 60px);
}

.ml-contact-direction-heading .ml-section-lede {
  max-width: 780px;
  margin-top: 13px;
  font-size: 14px;
}

.ml-contact-form-shell {
  width: 100%;
}

.ml-contact-direction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfdbea;
  border-bottom: 1px solid #cfdbea;
}

.ml-contact-direction-option,
.ml-contact-direction-other {
  position: relative;
  cursor: pointer;
}

.ml-contact-direction-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.ml-contact-direction-card {
  position: relative;
  height: 100%;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 25px 20px;
  color: var(--ml-navy);
  border-right: 1px solid #d4deea;
  border-top: 5px solid transparent;
  text-align: center;
  transition: color 240ms cubic-bezier(.2,.7,.2,1), background-color 240ms cubic-bezier(.2,.7,.2,1), border-color 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms cubic-bezier(.2,.7,.2,1), transform 240ms cubic-bezier(.2,.7,.2,1);
}

.ml-contact-direction-option:last-child .ml-contact-direction-card {
  border-right: 0;
}

.ml-contact-direction-card i,
.ml-contact-direction-card .ml-tabler-icon {
  margin-bottom: 19px;
  color: var(--ml-blue);
  font-size: 54px;
  font-weight: 400;
  transition: transform 240ms cubic-bezier(.2,.7,.2,1);
}

.ml-contact-direction-card .ml-tabler-icon {
  width: 58px;
  height: 58px;
  display: block;
  background: currentColor;
  -webkit-mask: url("../images/tabler-drone.svg") center / contain no-repeat;
  mask: url("../images/tabler-drone.svg") center / contain no-repeat;
}

.ml-contact-direction-option:nth-child(4) .ml-contact-direction-card i {
  transform: rotate(90deg);
}

.ml-contact-direction-card strong {
  font-family: var(--ml-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
}

.ml-contact-direction-input:checked + .ml-contact-direction-card {
  color: var(--ml-blue);
  z-index: 1;
  background: rgba(18,57,239,0.09);
  border-top-color: var(--ml-blue);
  box-shadow: 0 18px 34px rgba(18,57,239,0.11), inset 0 -1px 0 rgba(18,57,239,0.18);
  transform: translateY(-3px);
}

.ml-contact-direction-input:checked + .ml-contact-direction-card i,
.ml-contact-direction-input:checked + .ml-contact-direction-card .ml-tabler-icon {
  transform: translateY(-4px) scale(1.06);
}

.ml-contact-direction-input:checked + .ml-contact-direction-card .ri-tablet-line {
  transform: rotate(90deg) translateX(-4px) scale(1.06);
}

.ml-contact-direction-input:focus-visible + .ml-contact-direction-card,
.ml-contact-direction-input:focus-visible + .ml-contact-direction-other-card {
  outline: 3px solid rgba(13,97,255,0.38);
  outline-offset: 3px;
}

.ml-contact-direction-card:hover {
  color: var(--ml-blue);
  background: rgba(255,255,255,0.64);
}

.ml-contact-direction-other {
  display: block;
  margin-top: 14px;
}

.ml-contact-direction-other-card {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  padding: 16px 28px;
  color: var(--ml-navy);
  background: rgba(255,255,255,0.45);
  border: 1px solid #cfdbea;
  transition: background-color 240ms cubic-bezier(.2,.7,.2,1), border-color 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms cubic-bezier(.2,.7,.2,1), color 240ms cubic-bezier(.2,.7,.2,1), transform 240ms cubic-bezier(.2,.7,.2,1);
}

.ml-contact-direction-other-card > i:first-child {
  color: var(--ml-blue);
  font-size: 28px;
}

.ml-contact-direction-other-card > i:last-child {
  margin-left: auto;
  color: var(--ml-blue);
  font-size: 20px;
}

.ml-contact-direction-other-card span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ml-contact-direction-other-card strong {
  font-family: var(--ml-display);
  font-size: 22px;
  font-weight: 600;
}

.ml-contact-direction-other-card small {
  color: #6a7d97;
  font-size: 12px;
}

.ml-contact-direction-input:checked + .ml-contact-direction-other-card {
  color: var(--ml-blue);
  background: rgba(18,57,239,0.09);
  border-color: rgba(18,57,239,0.62);
  box-shadow: 0 14px 28px rgba(18,57,239,0.09);
  transform: translateY(-2px);
}

.ml-project-form {
  margin-top: 28px;
  padding: 38px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(205,218,233,0.8);
  box-shadow: 0 18px 46px rgba(10,48,95,0.07);
}

.ml-project-form-heading {
  display: grid;
  grid-template-columns: minmax(300px, 1.1fr) minmax(480px, 1.5fr);
  align-items: start;
  gap: 38px;
  margin-bottom: 34px;
}

.ml-application-context {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin: 28px 0 30px;
  padding: 18px 20px;
  color: var(--ml-navy);
  background: rgba(239,245,255,0.88);
  border-top: 1px solid rgba(18,57,239,0.28);
  border-right: 1px solid rgba(18,57,239,0.14);
  border-bottom: 1px solid rgba(18,57,239,0.28);
  border-left: 4px solid var(--ml-blue);
  transition: opacity 220ms ease, transform 220ms cubic-bezier(.2,.7,.2,1);
}

.ml-application-context.is-updating {
  opacity: 0.35;
  transform: translateY(6px);
}

.ml-application-context-main {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.ml-application-context-main > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ml-application-context-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--ml-blue);
}

.ml-application-context-icon-glyph {
  width: 27px;
  height: 27px;
  display: block;
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}

.ml-application-context-icon-glyph.ml-tabler-icon--drone {
  background: currentColor;
  -webkit-mask: url("../images/tabler-drone.svg") center / contain no-repeat;
  mask: url("../images/tabler-drone.svg") center / contain no-repeat;
}

.ml-application-context-icon-glyph.ri-tablet-line {
  transform: rotate(90deg);
}

.ml-application-context-main small {
  color: var(--ml-blue);
  font-family: var(--ml-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.ml-application-context-main strong {
  font-family: var(--ml-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.08;
}

.ml-application-context-main em {
  color: #61758f;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.ml-application-context-chips {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
}

.ml-application-context-chips span {
  padding: 7px 9px;
  color: #27496f;
  background: rgba(255,255,255,0.88);
  border: 1px solid #cbd9eb;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.ml-project-form-heading .ml-eyebrow {
  margin-bottom: 7px;
  font-size: 11px;
}

.ml-project-form-heading h3 {
  margin: 0;
  color: var(--ml-navy);
  font-family: var(--ml-display);
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}

.ml-project-form-heading > div:first-child > p:last-child {
  margin: 9px 0 0;
  color: #6e8097;
  font-size: 12px;
  line-height: 1.55;
}

.ml-required,
.ml-form-field b {
  color: #e34b4b;
  font-weight: 600;
}

.ml-project-form-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ml-project-form-principles > div {
  min-height: 66px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 18px;
  border-left: 1px solid #d3dfec;
}

.ml-project-form-principles i {
  color: var(--ml-blue);
  font-size: 21px;
}

.ml-project-form-principles span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ml-project-form-principles strong {
  color: var(--ml-navy);
  font-family: var(--ml-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}

.ml-project-form-principles small {
  color: #75869c;
  font-size: 9.5px;
  line-height: 1.35;
}

.ml-form-grid,
.ml-technical-panel {
  display: grid;
  gap: 20px 24px;
}

.ml-form-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ml-form-grid--two,
.ml-technical-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ml-form-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  color: var(--ml-navy);
  font-size: 12px;
  font-weight: 600;
}

.ml-form-field em {
  color: #72849b;
  font-style: normal;
  font-weight: 400;
}

.ml-form-field input,
.ml-form-field select,
.ml-form-field textarea {
  width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  padding: 11px 13px;
  color: #2f496a;
  background: #ffffff;
  border: 1px solid #c9d7e6;
  border-radius: 0;
  outline: 0;
  font-family: var(--ml-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.ml-form-field textarea {
  min-height: 118px;
  resize: vertical;
}

.ml-form-field input:focus,
.ml-form-field select:focus,
.ml-form-field textarea:focus {
  background: #fbfdff;
  border-color: var(--ml-blue);
  box-shadow: 0 0 0 3px rgba(18,57,239,0.11);
}

.ml-form-field--full {
  grid-column: 1 / -1;
}

.ml-character-hint {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #8292a7;
  font-size: 9px;
  font-weight: 400;
}

.ml-form-accordion {
  margin-top: 14px;
  border: 1px solid #cbd9e8;
}

.ml-form-accordion-toggle {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-sizing: border-box;
  padding: 13px 18px;
  color: var(--ml-navy);
  background: #ffffff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: left;
}

.ml-form-accordion-toggle > span {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ml-form-accordion-toggle > span > i {
  color: var(--ml-blue);
  font-size: 27px;
}

.ml-form-accordion-toggle > span > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ml-form-accordion-toggle strong {
  font-family: var(--ml-display);
  font-size: 20px;
  font-weight: 600;
}

.ml-form-accordion-toggle small {
  color: #6f8198;
  font-size: 10px;
  line-height: 1.4;
}

.ml-form-accordion-toggle > i {
  color: var(--ml-blue);
  font-size: 23px;
  transition: transform 180ms ease;
}

.ml-form-accordion-toggle[aria-expanded="true"] > i {
  transform: rotate(180deg);
}

.ml-form-accordion-toggle:hover,
.ml-form-accordion-toggle:focus-visible {
  background: #f6f9fd;
}

.ml-form-accordion-toggle:focus-visible {
  outline: 3px solid rgba(13,97,255,0.3);
  outline-offset: -3px;
}

.ml-form-accordion-panel {
  overflow: clip;
  padding: 24px;
  background: #f6f9fd;
  border-top: 1px solid #d3dfeb;
}

.ml-form-accordion-panel[hidden],
.ml-technical-panel[hidden] {
  display: none;
}

.ml-technical-common {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #d3dfeb;
}

.ml-upload-panel {
  position: relative;
}

.ml-upload-panel input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.ml-upload-field {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 18px;
  color: var(--ml-navy);
  background: #ffffff;
  border: 1px dashed #9eb5ce;
  cursor: pointer;
  text-align: center;
}

.ml-upload-field i {
  color: var(--ml-blue);
  font-size: 32px;
}

.ml-upload-field strong {
  font-family: var(--ml-display);
  font-size: 20px;
}

.ml-upload-field span,
.ml-file-list {
  color: #75869b;
  font-size: 10px;
}

.ml-file-list {
  margin: 9px 0 0;
}

.ml-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  color: #526a88;
  font-size: 11px;
  line-height: 1.55;
}

.ml-consent input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 1px;
  accent-color: var(--ml-blue);
}

.ml-consent a {
  color: var(--ml-blue);
  text-decoration: underline;
}

.ml-project-submit {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 22px;
  padding: 0 25px;
  color: #ffffff;
  background: var(--ml-blue);
  border: 1px solid var(--ml-blue);
  border-radius: 0;
  box-shadow: 0 12px 24px rgba(18,57,239,0.18);
  cursor: pointer;
  font-family: var(--ml-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ml-project-submit:hover {
  background: #0a2ccb;
  transform: translateY(-1px);
}

.ml-project-submit:focus-visible {
  outline: 3px solid rgba(13,97,255,0.34);
  outline-offset: 3px;
}

.ml-project-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.ml-submit-note {
  max-width: 650px;
  margin: 10px 0 0;
  color: #63758d;
  font-size: 10.5px;
  line-height: 1.55;
}

.ml-form-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 22px;
  padding: 15px 18px;
  color: #274765;
  background: #f4f8fc;
  border-left: 4px solid var(--ml-blue);
  outline: 0;
}

.ml-form-notice--error {
  background: #fff7f7;
  border-left-color: #cf3e3e;
}

.ml-form-notice > i {
  color: var(--ml-blue);
  font-size: 23px;
}

.ml-form-notice--error > i {
  color: #cf3e3e;
}

.ml-form-notice div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ml-form-notice strong {
  color: var(--ml-navy);
}

.ml-form-notice span {
  font-size: 12px;
}

.ml-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.ml-contact-next-section {
  position: relative;
  padding: 58px 0 68px;
  overflow: hidden;
  color: #ffffff;
  background-color: #043271;
  background-image: radial-gradient(circle at 52% 38%, rgba(14,87,184,0.72) 0%, rgba(6,54,119,0.38) 34%, rgba(1,29,70,0.08) 68%), url("../images/deep-blue-technical-texture.png?v=2");
  background-repeat: no-repeat, repeat-y;
  background-position: center, center top;
  background-size: cover, 100% auto;
}

.ml-contact-next-section > .ml-section-inner {
  position: relative;
  z-index: 1;
}

.ml-contact-next-heading {
  margin-bottom: 34px;
  text-align: center;
}

.ml-contact-next-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--ml-display);
  font-size: clamp(44px, 3.8vw, 60px);
  font-weight: 600;
}

.ml-contact-next-heading p {
  margin: 8px 0 0;
  color: rgba(255,255,255,0.74);
  font-size: 13px;
}

.ml-contact-next-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ml-contact-next-step {
  position: relative;
  min-height: 240px;
  box-sizing: border-box;
  padding: 20px 28px;
  border-right: 1px solid rgba(255,255,255,0.28);
}

.ml-contact-next-step:last-child {
  border-right: 0;
}

.ml-contact-next-number {
  margin: 0;
  color: var(--ml-electric);
  font-family: var(--ml-display);
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}

.ml-contact-next-icon {
  margin: 15px 0 14px;
  color: #7caaff;
  font-size: 38px;
}

.ml-contact-next-step h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--ml-display);
  font-size: 23px;
  font-weight: 600;
}

.ml-contact-next-step > p:last-child {
  margin: 11px 0 0;
  color: rgba(255,255,255,0.76);
  font-size: 12px;
  line-height: 1.6;
}

.ml-contact-details-section {
  padding: 86px 0 62px;
}

.ml-contact-details-layout {
  gap: 54px;
}

.ml-contact-direct {
  padding-right: 54px;
  border-right: 1px solid #cdd9e7;
}

.ml-contact-direct .ml-eyebrow,
.ml-contact-faq .ml-eyebrow {
  margin-bottom: 8px;
  font-size: 11px;
}

.ml-contact-direct h2,
.ml-contact-faq h2 {
  margin: 0;
  color: var(--ml-navy);
  font-family: var(--ml-display);
  font-size: clamp(38px, 3.2vw, 52px);
  font-weight: 600;
  line-height: 1;
}

.ml-contact-direct > p:not(.ml-eyebrow) {
  margin: 12px 0 0;
  font-size: 13px;
}

.ml-contact-direct-list {
  margin-top: 35px;
}

.ml-contact-direct-list p {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px;
  color: #4f6785;
  font-size: 13px;
}

.ml-contact-direct-list i {
  color: var(--ml-blue);
  font-size: 27px;
}

.ml-contact-direct-list a {
  color: #4f6785;
}

.ml-contact-direct-list a:hover {
  color: var(--ml-blue);
}

.ml-contact-faq > h2 {
  margin-bottom: 22px;
}

.ml-contact-faq details {
  margin: 0;
  background: rgba(255,255,255,0.5);
  border-top: 1px solid #cbd8e6;
  border-right: 1px solid #cbd8e6;
  border-left: 1px solid #cbd8e6;
}

.ml-contact-faq details:last-child {
  border-bottom: 1px solid #cbd8e6;
}

.ml-contact-faq summary {
  position: relative;
  padding: 14px 44px 14px 18px;
  color: var(--ml-navy);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}

.ml-contact-faq summary::-webkit-details-marker {
  display: none;
}

.ml-contact-faq summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "+";
  color: var(--ml-blue);
  font-family: var(--ml-body);
  font-size: 20px;
  font-weight: 400;
  transform: translateY(-50%);
}

.ml-contact-faq details[open] summary::after {
  content: "−";
}

.ml-contact-faq summary:focus-visible {
  outline: 3px solid rgba(13,97,255,0.28);
  outline-offset: -3px;
}

.ml-contact-faq details p {
  margin: 0;
  padding: 0 18px 17px;
  color: #607590;
  font-size: 12px;
  line-height: 1.65;
}

.ml-contact-privacy-note {
  gap: 14px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid #cbd8e6;
}

.ml-contact-privacy-note > p:first-child {
  margin: 0;
  color: var(--ml-blue);
  font-size: 23px;
}

.ml-contact-privacy-note > p:last-child {
  margin: 0;
  color: #6a7d96;
  font-size: 11px;
  line-height: 1.65;
}

.ml-contact-privacy-note strong {
  color: var(--ml-navy);
  font-size: 12px;
}

.ml-contact-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms cubic-bezier(.2,.7,.2,1), transform 620ms cubic-bezier(.2,.7,.2,1);
}

.ml-contact-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .ml-contact-hero::before {
    width: 74%;
  }

  .ml-contact-hero-copy {
    width: min(600px, 57vw);
  }

  .ml-project-form-heading {
    grid-template-columns: 1fr;
  }

  .ml-project-form-principles {
    max-width: 700px;
  }

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

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

  .ml-contact-next-step:nth-child(2) {
    border-right: 0;
  }

  .ml-contact-next-step:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,0.24);
  }
}

@media (max-width: 782px) {
  .ml-contact-hero {
    min-height: 640px !important;
    margin-top: 66px !important;
  }

  .ml-contact-hero .wp-block-cover__image-background {
    object-position: 68% center;
  }

  .ml-contact-hero::before {
    width: 100%;
    opacity: 0.65;
  }

  .ml-contact-hero::after {
    background: linear-gradient(90deg,
      rgba(0,16,42,0.98) 0%,
      rgba(2,36,82,0.92) 52%,
      rgba(1,25,59,0.48) 100%);
  }

  .ml-contact-hero-content {
    min-height: 640px;
    align-items: flex-end;
    padding: 110px 0 88px;
  }

  .ml-contact-hero-copy {
    width: min(560px, 92vw);
  }

  .ml-contact-hero h1 {
    font-size: clamp(54px, 14vw, 72px);
  }

  .ml-contact-photo-caption {
    display: none;
  }

  .ml-contact-project-section {
    padding: 64px 0 78px;
  }

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

  .ml-contact-direction-card {
    min-height: 170px;
    border-bottom: 1px solid #d4deea;
  }

  .ml-contact-direction-option:nth-child(2) .ml-contact-direction-card {
    border-right: 0;
  }

  .ml-contact-direction-option:nth-child(n+3) .ml-contact-direction-card {
    border-bottom: 0;
  }

  .ml-project-form {
    padding: 28px;
  }

  .ml-project-form-principles {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ml-project-form-principles > div {
    min-height: 0;
    padding: 0 0 0 14px;
  }

  .ml-application-context {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .ml-application-context-chips {
    justify-content: flex-start;
  }

  .ml-form-grid--three,
  .ml-form-grid--two,
  .ml-technical-panel {
    grid-template-columns: 1fr;
  }

  .ml-contact-next-grid {
    grid-template-columns: 1fr;
  }

  .ml-contact-next-step,
  .ml-contact-next-step:nth-child(2) {
    min-height: 0;
    padding: 28px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.24);
  }

  .ml-contact-next-step:last-child {
    border-bottom: 0;
  }

  .ml-contact-details-layout {
    flex-direction: column;
    gap: 58px;
  }

  .ml-contact-direct,
  .ml-contact-faq {
    flex-basis: auto !important;
    width: 100%;
  }

  .ml-contact-direct {
    padding: 0 0 48px;
    border-right: 0;
    border-bottom: 1px solid #cbd8e6;
  }
}

@media (max-width: 520px) {
  .ml-contact-hero-content {
    padding-bottom: 70px;
  }

  .ml-contact-hero-description {
    font-size: 14px;
  }

  .ml-contact-hero-buttons,
  .ml-contact-hero-buttons .wp-block-button,
  .ml-contact-hero-buttons .wp-block-button__link {
    width: 100%;
  }

  .ml-contact-direction-grid {
    grid-template-columns: 1fr;
  }

  .ml-contact-direction-option .ml-contact-direction-card {
    height: 186px;
    min-height: 186px;
    border-right: 0;
    border-bottom: 1px solid #d4deea;
  }

  .ml-contact-direction-option:nth-child(n+3) .ml-contact-direction-card {
    border-bottom: 1px solid #d4deea;
  }

  .ml-contact-direction-option:last-child .ml-contact-direction-card {
    border-bottom: 0;
  }

  .ml-contact-direction-card i,
  .ml-contact-direction-card .ml-tabler-icon {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .ml-contact-direction-card .ml-tabler-icon {
    width: 46px;
    height: 46px;
  }

  .ml-contact-direction-other-card {
    align-items: flex-start;
    padding: 16px;
  }

  .ml-contact-direction-other-card > i:last-child {
    display: none;
  }

  .ml-project-form {
    padding: 22px 18px;
  }

  .ml-project-form-heading h3 {
    font-size: 34px;
  }

  .ml-form-accordion-toggle {
    align-items: flex-start;
    padding: 14px;
  }

  .ml-form-accordion-toggle > span {
    align-items: flex-start;
  }

  .ml-form-accordion-panel {
    padding: 18px 14px;
  }

  .ml-project-submit {
    width: 100%;
  }
}

/* Project inquiry Thank You */
.ml-thank-page {
  color: #ffffff;
  background: #021d48;
}

.ml-thank-page > .wp-block-shortcode {
  display: none;
  margin: 0;
}

.ml-thank-hero {
  position: relative;
  min-height: 700px;
  margin-top: 84px !important;
  overflow: hidden;
  color: #ffffff;
  background-color: #02275c;
  background-image:
    linear-gradient(90deg, rgba(1, 24, 64, 0.94), rgba(5, 51, 115, 0.77) 54%, rgba(1, 24, 64, 0.92)),
    url("../images/deep-blue-technical-texture.png?v=2"),
    radial-gradient(circle at 48% 0%, #0b4a8f 0%, #073973 48%, #02275c 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, center, center;
  background-size: cover, cover, cover;
  isolation: isolate;
}

.ml-thank-hero::before,
.ml-thank-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.ml-thank-hero::before {
  background: radial-gradient(circle at 42% 18%, rgba(32, 114, 255, 0.28), transparent 35%);
}

.ml-thank-hero::after {
  background: linear-gradient(180deg, transparent 65%, rgba(0, 17, 51, 0.34));
}

.ml-thank-inner {
  width: var(--ml-content);
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: clamp(58px, 6.5vw, 104px);
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 88px 0 94px;
}

.ml-thank-copy {
  max-width: 650px;
  margin: 0 !important;
}

.ml-thank-success-mark {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: #74a6ff;
  background: rgba(14, 77, 174, 0.3);
  border: 1px solid rgba(126, 178, 255, 0.6);
  box-shadow: 0 0 42px rgba(26, 96, 255, 0.25), inset 0 0 22px rgba(255,255,255,0.06);
  font-size: 42px;
}

.ml-thank-copy .ml-eyebrow,
.ml-thank-next-heading .ml-eyebrow {
  color: #4f8cff;
}

.ml-thank-copy h1 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-family: var(--ml-display);
  font-size: clamp(54px, 4.35vw, 70px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.ml-thank-lede {
  max-width: 640px;
  margin: 28px 0 18px;
  color: #d4e1f4;
  font-size: 16px;
  line-height: 1.72;
}

.ml-thank-scope-note {
  max-width: 650px;
  gap: 11px;
  margin: 0;
  padding: 14px 16px;
  color: #9fb6d4;
  background: rgba(4, 31, 77, 0.44);
  border-left: 2px solid #397dff;
}

.ml-thank-scope-note i {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #74a6ff;
  font-size: 17px;
}

.ml-thank-scope-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.ml-thank-actions {
  gap: 26px;
  margin-top: 30px;
}

.ml-thank-actions .ml-button .wp-block-button__link {
  gap: 13px;
}

.ml-thank-secondary .wp-block-button__link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  color: #c8d9ef;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(200,217,239,0.55);
  border-radius: 0;
  box-shadow: none;
  font-family: var(--ml-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ml-thank-secondary .wp-block-button__link:hover {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}

.ml-thank-actions a:focus-visible,
.ml-thank-contact-note a:focus-visible {
  outline: 3px solid #7db0ff;
  outline-offset: 3px;
}

.ml-thank-next-panel {
  overflow: hidden;
  margin: 0;
  background: linear-gradient(145deg, rgba(6, 41, 96, 0.78), rgba(2, 28, 69, 0.92));
  border: 1px solid rgba(117, 166, 235, 0.36);
  box-shadow: 0 28px 80px rgba(0, 11, 36, 0.34), inset 0 1px 0 rgba(255,255,255,0.08);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.ml-thank-next-heading {
  margin: 0;
  padding: 28px 32px 24px;
  border-bottom: 1px solid rgba(110, 157, 220, 0.24);
}

.ml-thank-next-heading .ml-eyebrow {
  margin-bottom: 7px;
  font-size: 13px;
}

.ml-thank-next-heading h2 {
  margin: 0;
  color: #f7fbff;
  font-family: var(--ml-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
}

.ml-thank-next-list {
  margin: 0;
  padding: 5px 32px;
}

.ml-thank-next-item {
  min-height: 112px;
  display: grid;
  grid-template-columns: 36px 34px 1fr;
  gap: 15px;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid rgba(111, 158, 219, 0.18);
}

.ml-thank-next-item:last-child {
  border-bottom: 0;
}

.ml-thank-next-item .ml-thank-number {
  margin: 0;
  color: #4384ff;
  font-family: var(--ml-display);
  font-size: 26px;
  font-weight: 600;
}

.ml-thank-next-item > i {
  color: #74a6ff;
  font-size: 25px;
}

.ml-thank-next-item > .wp-block-group {
  margin: 0;
}

.ml-thank-next-item h3 {
  margin: 0 0 5px;
  color: #f2f7ff;
  font-family: var(--ml-display);
  font-size: 20px;
  font-weight: 600;
}

.ml-thank-next-item p {
  margin: 0;
  color: #aebfda;
  font-size: 12px;
  line-height: 1.55;
}

.ml-thank-contact-note {
  min-height: 90px;
  gap: 16px;
  margin: 0;
  padding: 20px 32px;
  background: rgba(21, 82, 174, 0.22);
  border-top: 1px solid rgba(117, 166, 235, 0.22);
}

.ml-thank-contact-note > i {
  flex: 0 0 auto;
  color: #74a6ff;
  font-size: 25px;
}

.ml-thank-contact-note p {
  margin: 0;
  color: #b8c9df;
  font-size: 12px;
  line-height: 1.5;
}

.ml-thank-contact-note strong {
  color: #ffffff;
  font-family: var(--ml-display);
  font-size: 17px;
  font-weight: 600;
}

.ml-thank-contact-note a {
  color: #dce8fa;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1100px) {
  .ml-thank-inner {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .ml-thank-inner {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-block: 76px;
  }

  .ml-thank-copy,
  .ml-thank-next-panel {
    max-width: 720px;
  }
}

@media (max-width: 782px) {
  .ml-thank-hero {
    min-height: 0;
    margin-top: 66px !important;
  }

  .ml-thank-inner {
    width: calc(100vw - 36px);
    min-height: 0;
    padding: 58px 0 64px;
  }

  .ml-thank-success-mark {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .ml-thank-copy h1 {
    font-size: clamp(44px, 12.4vw, 58px);
    line-height: 1.02;
  }

  .ml-thank-copy h1 br {
    display: none;
  }

  .ml-thank-lede {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.68;
  }

  .ml-thank-scope-note p {
    font-size: 12px;
  }

  .ml-thank-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .ml-thank-actions .ml-button,
  .ml-thank-actions .ml-button .wp-block-button__link {
    width: 100%;
  }

  .ml-thank-next-heading {
    padding: 24px 22px 20px;
  }

  .ml-thank-next-list {
    padding-inline: 22px;
  }

  .ml-thank-next-item {
    min-height: 126px;
    grid-template-columns: 30px 28px 1fr;
    gap: 11px;
  }

  .ml-thank-next-item .ml-thank-number,
  .ml-thank-next-item > i {
    font-size: 22px;
  }

  .ml-thank-contact-note {
    align-items: flex-start;
    padding: 19px 22px;
  }
}

/* Privacy Policy */
.ml-privacy-page {
  color: var(--ml-text);
  background: #edf3f8;
}

.ml-privacy-hero {
  position: relative;
  min-height: 430px;
  margin-top: 84px !important;
  overflow: hidden;
  color: #ffffff;
  background-color: #02275c;
  background-image:
    linear-gradient(90deg, rgba(1, 24, 64, 0.94), rgba(5, 55, 124, 0.75) 56%, rgba(1, 24, 64, 0.92)),
    url("../images/deep-blue-technical-texture.png?v=2"),
    radial-gradient(circle at 48% 0%, #0b4a8f 0%, #073973 48%, #02275c 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, center, center;
  background-size: cover, cover, cover;
  isolation: isolate;
}

.ml-privacy-hero::before,
.ml-privacy-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.ml-privacy-hero::before {
  background: radial-gradient(circle at 28% 30%, rgba(31, 114, 255, 0.3), transparent 38%);
}

.ml-privacy-hero::after {
  background: linear-gradient(180deg, transparent 60%, rgba(0, 17, 51, 0.34));
}

.ml-privacy-hero-inner {
  width: var(--ml-content);
  min-height: 430px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 74px 0 80px;
}

.ml-privacy-hero-inner .ml-eyebrow {
  color: #6fa4ff;
}

.ml-privacy-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: var(--ml-display);
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.96;
}

.ml-privacy-hero-lede {
  max-width: 780px;
  margin: 24px 0 0;
  color: #d4e1f4;
  font-size: 17px;
  line-height: 1.7;
}

.ml-privacy-updated {
  gap: 9px;
  margin: 26px 0 0;
  color: #9fb7d6;
}

.ml-privacy-updated i {
  color: #6fa4ff;
  font-size: 18px;
}

.ml-privacy-updated p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ml-privacy-content-section {
  padding: 86px 0 112px;
}

.ml-privacy-layout {
  width: var(--ml-content);
  display: grid;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: start;
  margin: 0 auto;
}

.ml-privacy-toc {
  position: sticky;
  top: 116px;
  margin: 0;
  padding: 26px 24px 24px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #ccd9e7;
  box-shadow: 0 18px 40px rgba(8, 47, 102, 0.07);
  backdrop-filter: blur(10px);
}

.ml-privacy-toc .ml-eyebrow {
  margin: 0 0 16px;
}

.ml-privacy-toc ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ml-privacy-toc li {
  margin: 0;
  border-top: 1px solid #d8e2ed;
}

.ml-privacy-toc a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  color: #25476d;
  font-family: var(--ml-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.ml-privacy-toc a::after {
  color: #397dff;
  content: "→";
  font-family: var(--ml-body);
  font-size: 13px;
}

.ml-privacy-toc a:hover,
.ml-privacy-toc a:focus-visible {
  color: var(--ml-blue);
}

.ml-privacy-article {
  max-width: 860px;
  margin: 0;
}

.ml-privacy-intro {
  margin: 0 0 58px;
  padding: 24px 28px;
  color: #23466f;
  background: rgba(224, 236, 248, 0.88);
  border-left: 3px solid #397dff;
  font-size: 15px;
  line-height: 1.75;
}

.ml-privacy-section {
  position: relative;
  margin: 0 0 54px;
  padding: 0 0 54px 62px;
  border-bottom: 1px solid #ccd9e7;
}

.ml-privacy-section:last-of-type {
  margin-bottom: 42px;
}

.ml-privacy-number {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  color: #397dff;
  font-family: var(--ml-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.ml-privacy-section h2 {
  margin: 0 0 20px;
  color: var(--ml-navy);
  font-family: var(--ml-display);
  font-size: clamp(32px, 3.1vw, 43px);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.02;
}

.ml-privacy-section p,
.ml-privacy-section li {
  color: #425d7b;
  font-size: 14px;
  line-height: 1.78;
}

.ml-privacy-section p {
  margin: 0 0 16px;
}

.ml-privacy-section p:last-child {
  margin-bottom: 0;
}

.ml-privacy-section ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding-left: 22px;
}

.ml-privacy-section li::marker {
  color: #397dff;
}

.ml-privacy-section a,
.ml-privacy-contact a {
  color: #135dde;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ml-privacy-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 24px;
}

.ml-privacy-flow-item {
  align-items: flex-start;
  gap: 12px;
  min-height: 178px;
  margin: 0;
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #ccd9e7;
}

.ml-privacy-flow-item > i {
  flex: 0 0 auto;
  color: #397dff;
  font-size: 24px;
}

.ml-privacy-flow-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.62;
}

.ml-privacy-flow-item strong {
  color: var(--ml-navy);
  font-family: var(--ml-display);
  font-size: 17px;
  font-weight: 600;
}

.ml-privacy-contact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin: 0;
  padding: 30px 32px;
  color: #dce8f8;
  background-color: #06346f;
  background-image:
    linear-gradient(100deg, rgba(2, 32, 79, 0.9), rgba(7, 66, 143, 0.82)),
    url("../images/deep-blue-technical-texture.png?v=2");
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(123, 169, 235, 0.32);
}

.ml-privacy-contact > i {
  color: #76a8ff;
  font-size: 40px;
}

.ml-privacy-contact .wp-block-group {
  margin: 0;
}

.ml-privacy-contact .ml-eyebrow {
  margin: 0 0 8px;
  color: #76a8ff;
}

.ml-privacy-contact h2 {
  margin: 0 0 9px;
  color: #ffffff;
  font-family: var(--ml-display);
  font-size: 32px;
  font-weight: 600;
}

.ml-privacy-contact p {
  margin: 0;
  color: #bfd0e5;
  font-size: 13px;
  line-height: 1.65;
}

.ml-privacy-contact a {
  color: #ffffff;
}

.ml-privacy-legal-note {
  margin: 20px 0 0;
  color: #778da6;
  font-size: 11px;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .ml-privacy-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ml-privacy-toc {
    position: static;
    top: auto;
  }

  .ml-privacy-toc ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .ml-privacy-article {
    max-width: none;
  }
}

@media (max-width: 782px) {
  .ml-privacy-hero {
    min-height: 0;
    margin-top: 66px !important;
  }

  .ml-privacy-hero-inner {
    min-height: 0;
    padding: 58px 0 62px;
  }

  .ml-privacy-hero h1 {
    font-size: clamp(54px, 17vw, 70px);
  }

  .ml-privacy-hero-lede {
    margin-top: 20px;
    font-size: 15px;
  }

  .ml-privacy-content-section {
    padding: 58px 0 76px;
  }

  .ml-privacy-layout {
    gap: 34px;
  }

  .ml-privacy-toc {
    padding: 22px 20px 20px;
  }

  .ml-privacy-toc ul {
    grid-template-columns: 1fr;
  }

  .ml-privacy-intro {
    margin-bottom: 46px;
    padding: 20px 21px;
    font-size: 14px;
  }

  .ml-privacy-section {
    margin-bottom: 42px;
    padding: 0 0 42px 0;
  }

  .ml-privacy-number {
    position: static;
    margin: 0 0 8px;
  }

  .ml-privacy-section h2 {
    font-size: 35px;
  }

  .ml-privacy-section p,
  .ml-privacy-section li {
    font-size: 13px;
  }

  .ml-privacy-flow {
    grid-template-columns: 1fr;
  }

  .ml-privacy-flow-item {
    min-height: 0;
  }

  .ml-privacy-contact {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 22px;
  }

  .ml-privacy-contact > i {
    font-size: 34px;
  }
}

.ml-article {
  padding: 130px 32px 90px;
}

.ml-reveal {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(38px) scale(0.987);
  transition: opacity 720ms cubic-bezier(.2,.7,.2,1), transform 720ms cubic-bezier(.2,.7,.2,1), filter 720ms cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--ml-delay, 0ms);
}

.ml-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.ml-reveal--left {
  transform: translateX(-42px) scale(0.987);
}

.ml-reveal--right {
  transform: translateX(42px) scale(0.987);
}

.ml-reveal--left.is-visible,
.ml-reveal--right.is-visible {
  transform: translateX(0);
}

@media (max-width: 1280px) {
  :root {
    --ml-wide: min(1180px, calc(100vw - 48px));
    --ml-content: min(1100px, calc(100vw - 48px));
  }

  .ml-primary-nav .wp-block-navigation__container {
    gap: 20px;
  }

  .ml-primary-nav {
    font-size: 14px;
  }

  .ml-site-logo img {
    width: 140px !important;
  }

  .ml-language-button span,
  .ml-language-button .ri-arrow-down-s-line {
    display: none;
  }

  .ml-process-step {
    padding-inline: 10px;
  }
}

@media (max-width: 1024px) {
  body.admin-bar .ml-header {
    top: 32px;
  }

  .ml-header-shell,
  .ml-header.is-scrolled .ml-header-shell {
    min-height: 70px;
  }

  .ml-header-inner {
    gap: 14px;
  }

  .ml-primary-nav {
    order: 3;
    flex: 0 0 auto;
  }

  .ml-primary-nav .wp-block-navigation__responsive-container-open {
    display: flex;
  }

  .ml-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }

  /* A filtered ancestor confines fixed descendants to the header height.
     Release that containing block only while the mobile menu is open. */
  .ml-header-shell:has(.wp-block-navigation__responsive-container.is-menu-open) {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.admin-bar .ml-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    top: var(--wp-admin--admin-bar--height, 32px);
  }

  .ml-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    padding: 86px 30px 34px;
    color: var(--ml-navy);
    background-color: #f6f9fd;
  }

  .ml-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    align-items: stretch;
    gap: 0;
    font-size: 25px;
  }

  .ml-header-actions {
    margin-left: auto;
  }

  .ml-language-button {
    display: none;
  }

  .ml-header-cta .wp-block-button__link {
    width: 42px;
    min-width: 42px;
    min-height: 42px;
    padding: 0;
  }

  .ml-header-cta span {
    display: none;
  }

  .ml-header-cta i {
    display: inline;
    font-size: 19px;
  }

  .ml-hero {
    min-height: calc(100vh - 70px) !important;
    min-height: calc(100svh - 70px) !important;
    margin-top: 70px !important;
  }

  body.admin-bar .ml-hero {
    min-height: calc(100svh - 102px) !important;
  }

  .ml-hero .wp-block-cover__image-background {
    object-fit: cover !important;
    object-position: 58% center;
  }

  .ml-hero::after {
    background: linear-gradient(90deg,
      rgba(3, 29, 66, 0.94) 0%,
      rgba(3, 29, 66, 0.72) 46%,
      rgba(3, 29, 66, 0.08) 100%);
  }

  .ml-hero-copy {
    width: min(610px, 64vw);
  }

  .ml-products-header .ml-section-title {
    white-space: normal;
  }

  .ml-product-grid {
    grid-template-columns: 1fr;
  }

  .ml-custom-main {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 0;
  }

  .ml-custom-copy {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: none;
    min-height: auto;
    padding: 78px 48px;
  }

  .ml-custom-visual,
  .ml-custom-visual img {
    min-height: 520px;
    height: 520px;
  }

  .ml-custom-visual {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: none;
    height: 520px;
    aspect-ratio: auto;
  }

  .ml-process-track {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }

  .ml-process-track::before {
    display: none;
  }

  .ml-process-media {
    grid-template-columns: 1fr;
  }

  .ml-process-card img {
    aspect-ratio: 2 / 1;
  }

  .ml-quality-copy-panel {
    padding: 76px 48px;
  }

  .ml-quality-copy {
    width: min(560px, 58vw);
  }

  .ml-quality-proofs {
    grid-template-columns: 1fr;
  }

  .ml-quality-proof {
    min-height: 88px;
    padding: 20px 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.18);
  }

  .ml-resources-layout {
    flex-direction: column;
  }

  .ml-resources-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr);
  }

  .ml-cta-layout {
    flex-direction: column;
  }

  .ml-cta-copy {
    padding: 0 0 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.24);
  }

  .ml-footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ml-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 782px) {
  :root {
    --ml-wide: calc(100vw - 36px);
    --ml-content: calc(100vw - 36px);
  }

  body.admin-bar .ml-header {
    top: 46px;
  }

  section[id] {
    scroll-margin-top: 66px;
  }

  body.admin-bar section[id] {
    scroll-margin-top: 112px;
  }

  body.admin-bar .ml-hero {
    min-height: calc(100svh - 112px) !important;
  }

  .ml-site-logo img {
    width: 126px !important;
  }

  .ml-header-inner {
    min-height: 66px;
  }

  .ml-hero {
    min-height: calc(100vh - 66px) !important;
    min-height: calc(100svh - 66px) !important;
    margin-top: 66px !important;
    align-items: flex-end;
  }

  .ml-hero .wp-block-cover__image-background {
    object-position: 63% center;
  }

  .ml-hero .wp-block-cover__background {
    opacity: 0.38 !important;
  }

  .ml-hero-content {
    padding: 128px 0 82px;
    transform: none;
  }

  .ml-hero-copy {
    width: 100%;
  }

  .ml-hero h1 {
    max-width: 520px;
    font-size: clamp(52px, 14vw, 70px);
  }

  .ml-hero-description {
    max-width: 560px;
    font-size: 15px;
  }

  .ml-hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .ml-trust-section {
    padding: 60px 0;
  }

  .ml-trust-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }

  .ml-trust-item,
  .ml-trust-item:last-child {
    min-height: 160px;
    padding: 8px 15px;
    border-right: 0;
    border-bottom: 1px solid var(--ml-line);
  }

  .ml-products-section,
  .ml-process-section,
  .ml-resources-section,
  .ml-cta-section {
    padding-top: 78px;
    padding-bottom: 86px;
  }

  .ml-section-title {
    font-size: clamp(38px, 11vw, 54px);
  }

  .ml-product-card {
    display: flex;
    flex-direction: column;
  }

  .ml-product-card--reverse {
    flex-direction: column-reverse;
  }

  .ml-product-card > .wp-block-column {
    flex-basis: auto !important;
  }

  .ml-product-card .wp-block-image img {
    min-height: 260px;
    max-height: 310px;
  }

  .ml-custom-copy {
    padding: 68px 24px 72px;
  }

  .ml-custom-visual,
  .ml-custom-visual img {
    min-height: 360px;
    height: 360px;
  }

  .ml-custom-specs {
    grid-template-columns: 1fr 1fr;
  }

  .ml-custom-spec,
  .ml-custom-spec:last-child {
    min-height: 132px;
    padding: 22px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.18);
  }

  .ml-process-track {
    grid-template-columns: 1fr 1fr;
    row-gap: 42px;
  }

  .ml-process-step h4 {
    min-height: auto;
  }

  .ml-process-card img {
    aspect-ratio: 1.45 / 1;
  }

  .ml-quality-copy-panel {
    padding: 72px 24px;
  }

  .ml-quality-main {
    min-height: 700px !important;
  }

  .ml-quality-main .wp-block-cover__image-background {
    left: 0;
    width: 100%;
    object-position: 64% center;
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.68) 34%, #000 62%);
    mask-image: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.68) 34%, #000 62%);
  }

  .ml-quality-main .ml-quality-scrim {
    background: linear-gradient(90deg,
      rgba(2, 30, 70, 0.98) 0%,
      rgba(3, 38, 86, 0.94) 54%,
      rgba(4, 51, 111, 0.58) 76%,
      rgba(4, 51, 111, 0.12) 100%);
  }

  .ml-quality-copy {
    width: min(540px, 88vw);
  }

  .ml-quality-copy .ml-section-title {
    max-width: 430px;
    font-size: clamp(54px, 15vw, 74px);
  }

  .ml-resources-side {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }

  .ml-resource-card {
    display: block !important;
  }

  .ml-cta-layout {
    gap: 48px;
  }

  .ml-cta-copy .ml-section-title {
    font-size: clamp(58px, 16vw, 78px);
  }

  .ml-cta-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ml-cta-item {
    min-height: 160px;
    padding: 18px 10px;
  }

  .ml-cta-item .ml-icon {
    font-size: 42px;
  }

  .ml-cta-item h4 {
    font-size: 18px;
  }

  .ml-footer-shell {
    padding-top: 58px;
  }

  .ml-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 22px;
  }

  .ml-footer-brand {
    grid-column: 1 / -1;
  }

  .ml-footer-bottom {
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 520px) {
  .ml-hero-buttons .wp-block-button,
  .ml-hero-buttons .wp-block-button__link {
    width: 100%;
  }

  .ml-trust-grid,
  .ml-custom-specs,
  .ml-process-track,
  .ml-cta-grid,
  .ml-footer-grid {
    grid-template-columns: 1fr;
  }

  .ml-trust-item {
    min-height: auto;
    padding: 20px 10px 30px;
  }

  .ml-product-card .wp-block-image img {
    min-height: 230px;
  }

  .ml-resource-card {
    display: block !important;
  }

  .ml-resource-card .wp-block-image img {
    min-height: 0;
    aspect-ratio: 2 / 1;
  }

  .ml-footer-brand {
    grid-column: auto;
  }
}

/* About Us */
.ml-about-page {
  color: #536b8a;
  --ml-about-light-start: 694px;
  background-color: var(--ml-ice);
  background-image: url("../images/light-technical-texture.png?v=2");
  background-repeat: repeat-y;
  background-position: center var(--ml-about-light-start);
  background-size: 100% auto;
}

.ml-about-page > .ml-section-light {
  background-color: transparent;
  background-image: none;
}

.ml-about-page h1,
.ml-about-page h2,
.ml-about-page h3 {
  font-family: var(--ml-display);
}

.ml-about-hero {
  position: relative;
  min-height: 610px !important;
  margin-top: 84px !important;
  padding: 0;
  overflow: hidden;
  color: #ffffff;
  background-color: var(--ml-deep);
}

.ml-about-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg,
    rgba(2, 25, 57, 0.99) 0%,
    rgba(2, 31, 70, 0.97) 30%,
    rgba(2, 31, 70, 0.88) 37%,
    rgba(2, 31, 70, 0.38) 45%,
    rgba(2, 31, 70, 0.05) 58%,
    rgba(2, 31, 70, 0) 72%);
}

.ml-about-hero::after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 41%;
  content: "";
  pointer-events: none;
  background-image: url("../images/deep-blue-technical-texture.png?v=2");
  background-position: left top;
  background-size: cover;
  mix-blend-mode: soft-light;
  opacity: 0.34;
}

.ml-about-hero .wp-block-cover__background {
  opacity: 0 !important;
}

.ml-about-hero .wp-block-cover__image-background {
  object-fit: cover !important;
  object-position: center 47%;
  transform: scale(1.018);
  transition: transform 1.45s cubic-bezier(.2,.7,.1,1);
}

.ml-about-hero.is-ready .wp-block-cover__image-background {
  transform: scale(1);
}

.ml-about-hero-content {
  position: relative;
  z-index: 2;
  width: var(--ml-content);
  margin: 0 auto;
}

.ml-about-hero-copy {
  width: min(500px, 38vw);
  margin-right: auto !important;
  margin-left: 0 !important;
}

.ml-about-hero .ml-eyebrow {
  margin-bottom: 24px;
  color: #22a9ff;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.ml-about-hero h1 {
  max-width: 510px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(50px, 4vw, 66px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.02;
  text-shadow: 0 5px 24px rgba(0, 14, 34, 0.3);
}

.ml-about-hero-description {
  max-width: 470px;
  margin: 24px 0 30px;
  color: rgba(255,255,255,0.86);
  font-size: 16px;
  line-height: 1.65;
}

.ml-about-hero-buttons {
  gap: 14px;
}

.ml-about-hero-buttons .wp-block-button__link {
  min-width: 170px;
  min-height: 48px;
  padding-inline: 20px;
  font-size: 14px;
}

.ml-about-overview {
  padding: 68px 0 20px;
}

.ml-about-overview-top {
  gap: clamp(38px, 4.8vw, 76px);
  margin-bottom: 44px;
}

.ml-about-overview-copy h2,
.ml-about-coord-intro h2,
.ml-about-quality-copy h2,
.ml-about-final-cta h2 {
  margin: 0;
  color: var(--ml-navy);
  font-size: clamp(39px, 3.2vw, 52px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.03;
}

.ml-about-overview-copy h2 {
  font-size: clamp(37px, 2.65vw, 44px);
}

.ml-about-overview-copy > p:not(.ml-eyebrow) {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.72;
}

.ml-about-overview-image figure,
.ml-about-overview-image img {
  display: block;
  width: 100%;
  margin: 0;
}

.ml-about-overview-image img {
  aspect-ratio: 1.86 / 1;
  object-fit: cover;
  box-shadow: 0 18px 46px rgba(4, 35, 78, 0.11);
}

.ml-about-overview-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 54px;
  border-bottom: 0;
}

.ml-about-overview-lower > * {
  width: 100%;
  max-width: none !important;
  min-width: 0;
}

.ml-about-subhead {
  margin: 0 0 20px;
  color: var(--ml-electric);
  font-family: var(--ml-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-about-directions {
  padding-right: 0;
}

.ml-about-direction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: none !important;
  gap: 16px;
}

.ml-about-direction-item {
  position: relative;
  min-height: 182px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  overflow: hidden;
  padding: 24px;
  border: 1px solid #b8cde6;
  background: rgba(255,255,255,0.32);
  box-shadow: 0 10px 28px rgba(4, 35, 78, 0.035);
  transition: opacity 720ms cubic-bezier(.2,.7,.2,1), transform 720ms cubic-bezier(.2,.7,.2,1), filter 720ms cubic-bezier(.2,.7,.2,1), border-color 240ms cubic-bezier(.2,.7,.2,1), background-color 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--ml-delay, 0ms);
}

.ml-about-direction-item:nth-child(2n) {
  padding-left: 24px;
}

.ml-about-direction-item:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 111, 255, 0.62);
  background: rgba(255,255,255,0.66);
  box-shadow: 0 18px 38px rgba(4, 35, 78, 0.09);
  transition-delay: 0ms;
}

.ml-about-direction-item.ml-reveal-complete {
  transition: transform 240ms cubic-bezier(.2,.7,.2,1), border-color 240ms cubic-bezier(.2,.7,.2,1), background-color 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms cubic-bezier(.2,.7,.2,1);
  transition-delay: 0ms;
}

.ml-about-direction-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 25px;
  color: var(--ml-electric);
  font-size: 50px;
  line-height: 1;
}

.ml-about-direction-icon .ml-tabler-icon--drone {
  width: 52px;
  height: 52px;
  display: block;
  background: currentColor;
  -webkit-mask: url("../images/tabler-drone.svg") center / contain no-repeat;
  mask: url("../images/tabler-drone.svg") center / contain no-repeat;
}

.ml-about-direction-item:nth-child(4) .ml-about-direction-icon i {
  transform: rotate(90deg);
}

.ml-about-index {
  position: absolute;
  top: 24px;
  right: 24px;
  margin: 0;
  color: var(--ml-electric);
  font-family: var(--ml-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.ml-about-direction-item h3 {
  margin: auto 0 0;
  color: var(--ml-navy);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.03;
}

.ml-about-methods {
  box-sizing: border-box;
  padding-left: 0;
  border-left: 0;
}

.ml-about-method-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: none !important;
  gap: 0;
  border-top: 1px solid #9bb9df;
  border-left: 1px solid #9bb9df;
}

.ml-about-method {
  min-height: 146px;
  box-sizing: border-box;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border-right: 1px solid #9bb9df;
  border-bottom: 1px solid #9bb9df;
  background: rgba(255,255,255,0.18);
}

.ml-about-method-icon {
  width: 44px;
  flex: 0 0 44px;
  margin: 0;
  color: var(--ml-electric);
  font-size: 40px;
  line-height: 1;
}

.ml-about-method h3,
.ml-about-packaging-point h3,
.ml-about-verification-item h3 {
  margin: 0 0 5px;
  color: var(--ml-navy);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.ml-about-method p:last-child,
.ml-about-packaging-point p:last-child,
.ml-about-verification-item p:last-child {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.ml-about-path {
  padding: 50px 0 68px;
  border-top: 1px solid #cbd9e9;
}

.ml-about-path-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.72fr);
  gap: 46px;
  align-items: stretch;
  margin-bottom: 42px;
  padding-bottom: 34px;
  border-bottom: 1px solid #c3d4e8;
}

.ml-about-path-intro h2 {
  max-width: 390px;
  margin: 0;
  font-size: clamp(34px, 2.55vw, 42px);
  line-height: 1.02;
}

.ml-about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.ml-about-principle {
  box-sizing: border-box;
  padding: 2px 24px 0;
  border-left: 1px solid #c3d4e8;
}

.ml-about-principle-icon {
  margin: 0 0 14px;
  color: var(--ml-electric);
  font-size: 30px;
  line-height: 1;
}

.ml-about-principle h3 {
  margin: 0 0 7px;
  color: var(--ml-navy);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.08;
}

.ml-about-principle > p:last-child {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
}

.ml-about-path-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ml-about-path-track::before {
  position: absolute;
  top: 16px;
  right: 4.5%;
  left: 4.5%;
  height: 1px;
  content: "";
  background: #1d6fff;
}

.ml-about-path-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ml-about-step-number {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 17px;
  color: #ffffff;
  background: var(--ml-electric);
  border-radius: 50%;
  font-family: var(--ml-display);
  font-size: 12px;
  font-weight: 600;
}

.ml-about-step-icon {
  margin: 0 0 10px;
  color: var(--ml-electric);
  font-size: 35px;
  line-height: 1;
}

.ml-about-path-step h3 {
  max-width: 156px;
  margin: 0 auto 7px;
  color: var(--ml-navy);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
}

.ml-about-path-step > p:last-child {
  max-width: 178px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.48;
}

.ml-about-coordination {
  padding: 38px 0 36px;
  border-top: 1px solid #cbd9e9;
}

.ml-about-coordination-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.78fr 0.78fr 0.8fr;
  gap: 0;
  align-items: stretch;
}

.ml-about-coordination-grid > * {
  min-width: 0;
  box-sizing: border-box;
}

.ml-about-coord-intro {
  padding-right: 42px;
}

.ml-about-coord-intro h2 {
  font-size: clamp(35px, 2.55vw, 42px);
}

.ml-about-coord-intro figure {
  margin: 22px 0 0;
}

.ml-about-coord-intro img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ml-about-coord-list,
.ml-about-output-list {
  height: 100%;
  box-sizing: border-box;
  padding: 4px 24px 0;
  border-left: 1px solid #c3d4e8;
}

.ml-about-coord-list {
  display: flex;
  flex-direction: column;
}

.ml-about-output-list {
  display: grid;
  grid-template-rows: auto repeat(3, minmax(0, 1fr));
}

.ml-about-coord-list ul {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding-left: 17px;
}

.ml-about-coord-list li {
  margin-bottom: 0;
  padding-left: 3px;
  font-size: 13px;
  line-height: 1.5;
}

.ml-about-coord-list li::marker {
  color: var(--ml-electric);
}

.ml-about-output {
  min-height: 0;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #c3d4e8;
}

.ml-about-output:last-child {
  border-bottom: 0;
}

.ml-about-output > p {
  flex: 0 0 28px;
  margin: 0;
  color: var(--ml-electric);
  font-family: var(--ml-display);
  font-size: 22px;
  font-weight: 600;
}

.ml-about-output h3 {
  margin: 0;
  color: var(--ml-navy);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.08;
}

.ml-about-production {
  padding: 8px 0 30px;
}

.ml-about-production-title,
.ml-about-packaging-title {
  margin: 0 0 20px;
  color: var(--ml-electric);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.ml-about-production-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ml-about-production-card figure,
.ml-about-production-card p {
  margin: 0;
}

.ml-about-production-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.88 / 1;
  object-fit: cover;
}

.ml-about-production-card p {
  padding-top: 8px;
  color: #637996;
  font-size: 11px;
  line-height: 1.35;
}

.ml-about-quality {
  padding: 42px 0;
  color: rgba(255,255,255,0.79);
  background-color: #06346f;
  background-image: url("../images/deep-blue-technical-texture.png?v=2");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.ml-about-quality-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.12fr 1.36fr;
  gap: 38px;
  align-items: center;
}

.ml-about-quality .ml-eyebrow {
  color: #20a9ff;
}

.ml-about-quality-copy h2 {
  color: #ffffff;
  font-size: clamp(34px, 2.4vw, 40px);
}

.ml-about-quality-copy > p:last-child {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.65;
}

.ml-about-quality-image,
.ml-about-quality-image img {
  display: block;
  width: 100%;
  margin: 0;
}

.ml-about-quality-image img {
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
}

.ml-about-quality-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,0.18);
  border-left: 1px solid rgba(255,255,255,0.18);
}

.ml-about-quality-item {
  min-height: 82px;
  box-sizing: border-box;
  gap: 13px;
  padding: 16px;
  border-right: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.ml-about-quality-item > p:first-child {
  flex: 0 0 34px;
  margin: 0;
  color: #0ba2ff;
  font-size: 29px;
  line-height: 1;
}

.ml-about-quality-item > p:last-child {
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: 12px;
  line-height: 1.4;
}

.ml-about-packaging {
  padding: 36px 0 28px;
}

.ml-about-packaging-main {
  gap: 28px;
  margin-bottom: 18px;
}

.ml-about-packaging-photos {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ml-about-packaging-photos figure,
.ml-about-packaging-photos img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.ml-about-packaging-photos img {
  min-height: 220px;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
}

.ml-about-packaging-points {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ml-about-packaging-point {
  gap: 14px;
  padding: 10px 0;
}

.ml-about-packaging-point > p:first-child,
.ml-about-verification-item > p:first-child {
  width: 36px;
  flex: 0 0 36px;
  margin: 0;
  color: var(--ml-electric);
  font-size: 30px;
  line-height: 1;
}

.ml-about-packaging-point h3,
.ml-about-verification-item h3 {
  font-size: 16px;
}

.ml-about-packaging-point p:last-child,
.ml-about-verification-item p:last-child {
  font-size: 11.5px;
  line-height: 1.42;
}

.ml-about-verification-title {
  margin: 0 auto 14px;
}

.ml-about-verification-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #c3d4e8;
}

.ml-about-verification-item {
  gap: 15px;
  padding: 20px 30px;
  border-right: 1px solid #c3d4e8;
}

.ml-about-verification-item:last-child {
  border-right: 0;
}

.ml-about-verification-note {
  margin: 10px 0 0;
  color: #7a8da6;
  font-size: 11px;
  line-height: 1.4;
}

.ml-about-final-cta {
  min-height: 138px;
  display: flex;
  align-items: center;
  padding: 34px 0;
  color: #ffffff;
  background-color: #043271;
  background-image: url("../images/deep-blue-technical-texture.png?v=2");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.ml-about-final-cta-inner {
  width: var(--ml-content);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.ml-about-final-cta-copy {
  flex: 1 1 auto;
}

.ml-about-final-cta .ml-eyebrow {
  margin-bottom: 5px;
  color: #26abff;
  font-size: 11px;
}

.ml-about-final-cta h2 {
  color: #ffffff;
  font-size: clamp(34px, 3vw, 48px);
}

.ml-about-final-cta-copy > p:last-child {
  margin: 8px 0 0;
  color: rgba(255,255,255,0.74);
  font-size: 13px;
}

.ml-about-final-cta .wp-block-buttons {
  flex: 0 0 auto;
}

@media (max-width: 1100px) {
  .ml-about-hero-copy {
    width: min(520px, 50vw);
  }

  .ml-about-coordination-grid {
    grid-template-columns: 1.25fr 0.75fr 0.75fr;
  }

  .ml-about-output-list {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto;
    align-items: start;
    margin-top: 30px;
    padding: 24px 0 0;
    border-top: 1px solid #c3d4e8;
    border-left: 0;
  }

  .ml-about-output-list > .ml-about-subhead {
    align-self: center;
    margin: 0;
  }

  .ml-about-output {
    min-height: 70px;
    padding: 8px 14px;
    border-bottom: 0;
    border-left: 1px solid #c3d4e8;
  }

  .ml-about-quality-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .ml-about-quality-list {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .ml-about-page {
    --ml-about-light-start: 680px;
  }

  .ml-about-hero {
    margin-top: 70px !important;
  }

  .ml-about-hero::before {
    background: linear-gradient(90deg,
      rgba(2, 26, 60, 0.98) 0%,
      rgba(2, 31, 70, 0.91) 44%,
      rgba(2, 31, 70, 0.34) 70%,
      rgba(2, 31, 70, 0.02) 100%);
  }

  .ml-about-overview-top {
    gap: 34px;
  }

  .ml-about-directions {
    padding-right: 0;
  }

  .ml-about-methods {
    padding-left: 0;
  }

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

  .ml-about-path-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ml-about-path-intro h2 {
    max-width: 620px;
  }

  .ml-about-direction-item h3 {
    font-size: 22px;
  }

  .ml-about-path-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 42px;
  }

  .ml-about-path-track::before {
    display: none;
  }

  .ml-about-coordination-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 0;
  }

  .ml-about-coord-intro {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
    align-items: end;
    padding-right: 0;
  }

  .ml-about-coord-intro figure {
    margin: 0;
  }

  .ml-about-coord-list {
    border-left: 0;
  }

  .ml-about-coord-list + .ml-about-coord-list {
    border-left: 1px solid #c3d4e8;
  }

  .ml-about-output-list {
    grid-column: 1 / -1;
  }

  .ml-about-packaging-main {
    flex-direction: column;
  }

  .ml-about-packaging-main > .wp-block-column {
    flex-basis: auto !important;
  }

  .ml-about-packaging-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 900px) and (min-width: 783px) {
  .ml-about-overview-top {
    flex-direction: column;
    align-items: stretch !important;
  }

  .ml-about-overview-top > .wp-block-column {
    flex-basis: auto !important;
  }

  .ml-about-overview-copy h2 {
    max-width: 620px;
  }
}

@media (max-width: 782px) {
  .ml-about-page {
    --ml-about-light-start: 706px;
  }

  .ml-about-hero {
    min-height: 640px !important;
    margin-top: 66px !important;
    align-items: flex-end;
  }

  .ml-about-hero .wp-block-cover__image-background {
    object-position: 61% center;
  }

  .ml-about-hero::before {
    background: linear-gradient(180deg,
      rgba(2, 28, 64, 0.08) 0%,
      rgba(2, 28, 64, 0.43) 32%,
      rgba(2, 28, 64, 0.95) 65%,
      rgba(2, 28, 64, 0.99) 100%);
  }

  .ml-about-hero::after {
    top: auto;
    width: 100%;
    height: 58%;
  }

  .ml-about-hero-content {
    padding: 120px 0 54px;
  }

  .ml-about-hero-copy {
    width: 100%;
  }

  .ml-about-hero h1 {
    font-size: clamp(47px, 13vw, 64px);
  }

  .ml-about-overview {
    padding-top: 58px;
  }

  .ml-about-overview-top,
  .ml-about-overview-lower {
    flex-direction: column;
  }

  .ml-about-overview-lower {
    padding-bottom: 46px;
  }

  .ml-about-overview-top > .wp-block-column,
  .ml-about-overview-lower > .wp-block-column {
    flex-basis: auto !important;
  }

  .ml-about-overview-image img {
    aspect-ratio: 1.5 / 1;
  }

  .ml-about-directions {
    padding-right: 0;
  }

  .ml-about-methods {
    padding: 0;
    border-top: 0;
    border-left: 0;
  }

  .ml-about-method-list {
    grid-template-columns: 1fr;
  }

  .ml-about-path {
    padding-top: 44px;
  }

  .ml-about-path-head {
    margin-bottom: 34px;
    padding-bottom: 28px;
  }

  .ml-about-principles {
    grid-template-columns: 1fr;
  }

  .ml-about-principle {
    padding: 18px 0;
    border-top: 1px solid #c3d4e8;
    border-left: 0;
  }

  .ml-about-principle:first-child {
    border-top: 0;
  }

  .ml-about-principle-icon {
    margin-bottom: 10px;
  }

  .ml-about-path-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ml-about-path-step:last-child {
    grid-column: 1 / -1;
  }

  .ml-about-coord-intro {
    display: block;
  }

  .ml-about-coord-intro figure {
    margin-top: 24px;
  }

  .ml-about-page .ml-about-coordination-grid {
    display: block !important;
  }

  .ml-about-coord-list,
  .ml-about-output-list {
    height: auto;
    display: block;
    margin-top: 34px;
    padding: 28px 0 0;
    border-top: 1px solid #c3d4e8 !important;
    border-left: 0 !important;
  }

  .ml-about-output-list {
    display: block;
  }

  .ml-about-output-list > .ml-about-subhead {
    margin-bottom: 10px;
  }

  .ml-about-output {
    padding-inline: 0;
    border-left: 0;
    border-bottom: 1px solid #c3d4e8;
  }

  .ml-about-production-grid,
  .ml-about-quality-grid,
  .ml-about-packaging-photos,
  .ml-about-packaging-points,
  .ml-about-verification-grid {
    grid-template-columns: 1fr;
  }

  .ml-about-production-grid {
    gap: 24px;
  }

  .ml-about-production-card img {
    aspect-ratio: 1.65 / 1;
  }

  .ml-about-quality {
    padding: 58px 0;
  }

  .ml-about-quality-grid {
    gap: 30px;
  }

  .ml-about-quality-list {
    grid-column: auto;
  }

  .ml-about-packaging {
    padding: 52px 0 38px;
  }

  .ml-about-packaging-photos img {
    min-height: 0;
    aspect-ratio: 1.6 / 1;
  }

  .ml-about-packaging-points {
    margin-top: 12px;
  }

  .ml-about-verification-item {
    border-right: 0;
    border-bottom: 1px solid #c3d4e8;
  }

  .ml-about-final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
}

@media (max-width: 520px) {
  .ml-about-hero-buttons .wp-block-button,
  .ml-about-hero-buttons .wp-block-button__link,
  .ml-about-final-cta .wp-block-buttons,
  .ml-about-final-cta .wp-block-button,
  .ml-about-final-cta .wp-block-button__link {
    width: 100%;
  }

  .ml-about-direction-item {
    min-height: 154px;
    padding: 18px 14px;
  }

  .ml-about-direction-item:nth-child(2n) {
    padding-left: 14px;
  }

  .ml-about-direction-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .ml-about-direction-icon .ml-tabler-icon--drone {
    width: 42px;
    height: 42px;
  }

  .ml-about-index {
    top: 18px;
    right: 14px;
    font-size: 16px;
  }

  .ml-about-direction-item h3 {
    font-size: 19px;
  }

  .ml-about-path-track,
  .ml-about-quality-list {
    grid-template-columns: 1fr;
  }

  .ml-about-path-step:last-child {
    grid-column: auto;
  }

  .ml-about-path-step {
    padding-bottom: 24px;
    border-bottom: 1px solid #cbd9e9;
  }

  .ml-about-quality-item {
    min-height: 70px;
  }
}

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

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

  .ml-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Resources is a single disclosure button on desktop and in the mobile menu. */
.ml-primary-nav .ml-resources-menu { position: relative; }
.ml-primary-nav .ml-resources-toggle {
  display: flex;
  align-items: center;
  gap: 0.25em;
  padding: 0;
  border: 0;
  background: transparent;
  color: #082b59;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}
.ml-primary-nav .ml-resources-toggle:hover,
.ml-primary-nav .ml-resources-toggle[aria-expanded="true"] { color: var(--ml-blue); }
.ml-primary-nav .ml-resources-toggle:focus-visible { outline: 2px solid var(--ml-blue); outline-offset: 5px; }
.ml-primary-nav .ml-resources-toggle svg { flex: none; }
.ml-primary-nav .ml-resources-menu > .ml-resources-submenu {
  display: none !important;
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20;
}
.ml-primary-nav .ml-resources-toggle[aria-expanded="true"] + .ml-resources-submenu { display: flex !important; }
.ml-primary-nav .is-menu-open .ml-resources-menu { width: 100%; align-items: stretch; flex-direction: column; }
.ml-primary-nav .is-menu-open .ml-resources-toggle { width: 100%; min-height: 44px; justify-content: space-between; }
.ml-primary-nav .is-menu-open .ml-resources-menu > .ml-resources-submenu { position: static; width: 100%; box-sizing: border-box; }
