.defence-solutions-home,
.defence-solutions-page {
  background: #f5f6f2;
  color: #101713;
  overflow: hidden;
}

.defence-solutions-home::before,
.defence-solutions-home::after,
.defence-solutions-page::before,
.defence-solutions-page::after {
  background: rgb(16 23 19 / 0.22);
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: var(--okd-line-width, 1px);
  z-index: 6;
}

.defence-solutions-home::before,
.defence-solutions-page::before {
  left: var(--okd-line-gutter, 24px);
}

.defence-solutions-home::after,
.defence-solutions-page::after {
  right: var(--okd-line-gutter, 24px);
}

.defence-solutions-home {
  border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.24);
  padding: clamp(72px, 9vw, 132px) var(--okd-line-gutter, 24px);
}

.defence-solutions-home__inner,
.defence-solutions-page__inner {
  border-inline: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  margin-inline: auto;
  max-width: var(--okd-block-max-width, 1620px);
}

.defence-solutions-home__grid {
  display: grid;
  gap: clamp(32px, 5vw, 80px);
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  padding: clamp(32px, 5vw, 76px);
}

.defence-solutions-kicker {
  color: #65716b;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.defence-solutions-home h2,
.defence-solutions-page h1,
.defence-solutions-page h2 {
  color: #101713;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
}

.defence-solutions-home h2 {
  font-size: clamp(46px, 5vw, 82px);
  line-height: 1;
  max-width: 760px;
}

.defence-solutions-home p,
.defence-solutions-page p {
  color: #46534d;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.48;
}

.defence-solutions-home__copy p {
  margin: 30px 0 0;
  max-width: 680px;
}

.defence-solutions-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.defence-solutions-page__cta {
  align-items: center;
  background: #091941;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.defence-solutions-page__cta:hover,
.defence-solutions-page__cta:focus-visible {
  background: #101713;
  box-shadow: 0 18px 32px rgb(9 25 65 / 0.18);
  outline: none;
  transform: translateY(-2px);
}

.defence-solutions-home__media,
.defence-solutions-page__media {
  aspect-ratio: 16 / 10;
  background: #091941;
  overflow: hidden;
}

.defence-solutions-home__media video,
.defence-solutions-home__media img,
.defence-solutions-page__media video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.defence-solutions-page__media img,
.defence-solutions-architecture__media img,
.defence-solutions-proof__media-grid img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.defence-solutions-page__media figcaption {
  background: linear-gradient(0deg, rgb(9 25 65 / 0.86), rgb(9 25 65 / 0));
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  line-height: 1.45;
  padding: 56px 24px 20px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.defence-solutions-page {
  padding: calc(var(--okd-header-inline-height, 90px) + clamp(56px, 7vw, 96px)) var(--okd-line-gutter, 24px) clamp(88px, 9vw, 140px);
}

.defence-solutions-page__hero {
  display: grid;
  gap: clamp(32px, 5vw, 84px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  padding: clamp(32px, 5vw, 76px);
}

.defence-solutions-page h1 {
  font-size: clamp(41px, 5vw, 69px);
  font-weight: 600;
  line-height: 0.94;
}

.defence-solutions-page__lead {
  margin: 30px 0 0;
  max-width: 720px;
}

.defence-solutions-page__cards {
  border-top: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.defence-solutions-card {
  border-right: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  min-height: 280px;
  padding: clamp(28px, 3vw, 46px);
}

.defence-solutions-card:last-child {
  border-right: 0;
}

.defence-solutions-card span {
  color: #65716b;
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.defence-solutions-card h2 {
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.06;
}

.defence-solutions-card p {
  font-size: 16px;
  margin: 22px 0 0;
}

.defence-solutions-page--idex {
  background:
    radial-gradient(circle at 78% 8%, rgb(9 25 65 / 0.08), transparent 28vw),
    #f5f6f2;
}

.defence-solutions-page--idex [data-okd-scroll-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.defence-solutions-idex-copy {
  align-self: center;
}

.defence-solutions-page--idex h1 {
  color: #101713;
  font-size: clamp(41px, 5vw, 69px);
  line-height: 0.98;
  max-width: 820px;
  overflow-wrap: break-word;
}

.defence-solutions-page--idex h1 span {
  display: block;
}

.defence-solutions-page--projects {
  background:
    radial-gradient(circle at 80% 14%, rgb(9 25 65 / 0.08), transparent 32vw),
    #f5f6f2;
  padding: 0 var(--okd-line-gutter, 24px);
}

.defence-solutions-page--projects > .okd-block-container-lines {
  display: none;
}

.defence-solutions-page--projects [data-okd-scroll-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.defence-solutions-intro {
  background:
    linear-gradient(90deg, rgb(245 246 242 / 0.99) 0%, rgb(245 246 242 / 0.96) 35%, rgb(245 246 242 / 0.54) 55%, rgb(9 25 65 / 0.38) 100%),
    url("/assets/images/defence-solutions/defence-solutions-coastal-hero.optimized.webp") center / cover no-repeat;
  border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  display: grid;
  gap: clamp(28px, 4vw, 68px);
  grid-template-columns: minmax(360px, 0.92fr) minmax(460px, 1.08fr);
  min-height: 100vh;
  overflow: hidden;
  padding: calc(var(--okd-header-inline-height, 90px) + clamp(42px, 5vw, 72px)) clamp(36px, 5vw, 86px) clamp(58px, 7vw, 106px);
}

.defence-solutions-intro::before {
  content: none;
}

.defence-solutions-intro__copy {
  align-self: center;
  max-width: 720px;
  z-index: 3;
}

.defence-solutions-intro h1 {
  color: #101713;
  font-size: clamp(41px, 5vw, 69px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.92;
}

.defence-solutions-hero__accent {
  display: none;
}

.defence-solutions-hero__copy > p {
  color: #263631;
  font-size: clamp(18px, 1.24vw, 22px);
  line-height: 1.55;
  margin-top: clamp(34px, 3.4vw, 58px);
  max-width: 690px;
}

.defence-solutions-hero__features {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(34px, 4vw, 64px);
  max-width: 900px;
}

.defence-solutions-hero__features article {
  border-right: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  display: grid;
  gap: 10px;
  min-height: 106px;
  padding: 0 clamp(16px, 1.8vw, 28px);
}

.defence-solutions-hero__features article:first-child {
  padding-left: 0;
}

.defence-solutions-hero__features article:last-child {
  border-right: 0;
}

.defence-solutions-hero__feature-icon {
  color: #0d4bd6;
  display: block;
  height: 32px;
  width: 32px;
}

.defence-solutions-hero__feature-icon svg {
  display: block;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 100%;
}

.defence-solutions-hero__features strong {
  color: #091941;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.defence-solutions-hero__features p {
  color: #46534d;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  max-width: 170px;
}

.defence-solutions-hero__cta {
  align-items: center;
  background: #091941;
  color: #fff;
  display: inline-flex;
  gap: 18px;
  margin-top: clamp(28px, 3vw, 48px);
  min-height: 54px;
  padding: 0 26px;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.defence-solutions-hero__cta:hover,
.defence-solutions-hero__cta:focus-visible {
  background: #0d4bd6;
  transform: translateY(-2px);
}

.defence-solutions-hero__scene {
  align-self: stretch;
  min-height: 560px;
  overflow: visible;
  z-index: 2;
}

.defence-solutions-hero__scene::before,
.defence-solutions-hero__scene::after {
  background:
    linear-gradient(90deg, transparent 0 23%, rgb(9 25 65 / 0.42) 23% 77%, transparent 77%),
    linear-gradient(0deg, transparent 0 42%, rgb(9 25 65 / 0.42) 42% 58%, transparent 58%);
  clip-path: polygon(50% 0, 58% 38%, 100% 43%, 100% 58%, 58% 62%, 50% 100%, 42% 62%, 0 58%, 0 43%, 42% 38%);
  content: "";
  height: clamp(20px, 2.6vw, 42px);
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  width: clamp(28px, 3.5vw, 58px);
  z-index: 2;
}

.defence-solutions-hero__scene::before {
  right: 16%;
  top: 22%;
  transform: rotate(-9deg);
}

.defence-solutions-hero__scene::after {
  right: 34%;
  top: 36%;
  transform: rotate(13deg) scale(0.74);
}

.defence-solutions-hero__model {
  bottom: -14%;
  height: min(665px, 55vw);
  pointer-events: none;
  position: absolute;
  right: 3%;
  width: min(665px, 46vw);
  z-index: 3;
}

.defence-solutions-hero__model-loader {
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: center;
  overflow: hidden;
  pointer-events: auto;
}

.defence-solutions-hero__model-active[aria-hidden="true"] {
  opacity: 0;
  pointer-events: none;
}

.defence-solutions-hero__radar {
  display: none;
}

.defence-solutions-hero__radar::before,
.defence-solutions-hero__radar::after {
  content: none;
}

.defence-solutions-hero__radar::after {
  content: none;
}

.defence-solutions-hero__label {
  background: rgb(9 25 65 / 0.8);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  position: absolute;
  text-transform: uppercase;
  z-index: 4;
}

.defence-solutions-hero__label--jammer {
  right: 43%;
  top: 46%;
}

.defence-solutions-hero__label--detector {
  right: 10%;
  top: 61%;
}

.defence-solutions-hero__threat {
  border: 1px solid rgb(255 81 81 / 0.8);
  color: #ff5a5a;
  display: grid;
  gap: 8px;
  padding: 14px;
  position: absolute;
  right: 9%;
  top: 27%;
  text-transform: uppercase;
  width: 132px;
  z-index: 5;
}

.defence-solutions-hero__threat span {
  border: 1px solid currentColor;
  display: block;
  height: 48px;
}

.defence-solutions-hero__threat strong {
  font-size: 11px;
  letter-spacing: 0.06em;
}

.defence-solutions-hero__hud {
  color: #eaf6ff;
  display: grid;
  gap: 18px;
  position: absolute;
  right: 5%;
  top: 44%;
  width: min(240px, 24vw);
  z-index: 4;
}

.defence-solutions-hero__hud li {
  border-top: 1px solid rgb(234 246 255 / 0.2);
  padding-top: 14px;
}

.defence-solutions-hero__hud strong,
.defence-solutions-hero__hud span {
  display: block;
}

.defence-solutions-hero__hud strong {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.defence-solutions-hero__hud span {
  color: rgb(234 246 255 / 0.76);
  font-size: 12px;
  line-height: 1.35;
  margin-top: 5px;
}

.defence-project-showcase {
  border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
}

.defence-project-showcase + .defence-project-showcase {
  margin-top: clamp(28px, 4vw, 64px);
}

.defence-project-showcase--spaced {
  border-top: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  margin-top: clamp(56px, 6vw, 96px);
}

.defence-project-showcase--text-first {
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
}

.defence-project-showcase--text-first .defence-project-showcase__content {
  grid-column: 1;
  grid-row: 1;
}

.defence-project-showcase--text-first .defence-project-showcase__media {
  grid-column: 2;
  grid-row: 1;
}

.defence-project-showcase--media-first {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
}

.defence-project-showcase--media-first .defence-project-showcase__media {
  grid-column: 1;
  grid-row: 1;
}

.defence-project-showcase--media-first .defence-project-showcase__content {
  grid-column: 2;
  grid-row: 1;
}

.defence-project-showcase--prfc {
  border-top: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
  margin-top: clamp(56px, 6vw, 96px);
}

.defence-project-showcase--hrfc {
  border-top: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  margin-top: clamp(56px, 6vw, 96px);
}

.defence-project-showcase__media {
  background:
    linear-gradient(90deg, rgb(9 25 65 / 0.2), rgb(9 25 65 / 0.02)),
    #091941;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.defence-project-showcase--prfc .defence-project-showcase__media {
  background:
    linear-gradient(90deg, rgb(9 25 65 / 0.16), rgb(9 25 65 / 0.03)),
    #091941;
}

.defence-project-showcase--hrfc .defence-project-showcase__media {
  background:
    linear-gradient(90deg, rgb(9 25 65 / 0.14), rgb(9 25 65 / 0.02)),
    #091941;
}

.defence-project-showcase__media img {
  display: block;
  height: 100%;
  inset: 0;
  max-block-size: none;
  max-inline-size: none;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.defence-project-showcase--hrfc .defence-project-showcase__media img {
  object-position: left center;
}

.defence-project-showcase__content {
  align-self: center;
  padding: clamp(38px, 5vw, 78px);
}

.defence-project-showcase__content h2 {
  color: #101713;
  font-size: clamp(42px, 4.8vw, 76px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.defence-project-showcase__summary {
  color: #34423c;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.48;
  margin: 28px 0 0;
  max-width: 720px;
}

.defence-project-showcase__summary strong {
  color: #091941;
  font-weight: 600;
}

.defence-project-meta {
  border-top: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.2);
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.defence-project-meta span {
  border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.16);
  color: #46534d;
  display: block;
  font-size: 15px;
  line-height: 1.45;
  padding: 16px 0;
}

.defence-project-meta strong {
  color: #091941;
  font-weight: 700;
}

.defence-project-spec-toggle {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

.defence-action-button.u-btn--1 {
  font-size: 13px;
  font-weight: 400;
  min-height: 48px;
  padding: 0 18px 0 22px;
}

.defence-action-button--primary.u-btn--1 {
  --btn-background-color: #091941;
  --btn-background-color-hover: #091941;
  --btn-text-color: #ffffff;
  --btn-text-color-hover: #ffffff;
}

.defence-action-button--secondary.u-btn--1 {
  --btn-background-color: #e4e9ed;
  --btn-background-color-hover: #091941;
  --btn-text-color: #101713;
  --btn-text-color-hover: #ffffff;
}

.defence-brochure-preload {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  width: 0;
}

.defence-brochure-modal {
  align-items: center;
  background: rgb(9 25 65 / 0.76);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(18px, 4vw, 48px);
  position: fixed;
  z-index: 1000;
}

.defence-brochure-modal[hidden] {
  display: none;
}

.defence-brochure-modal__backdrop {
  cursor: pointer;
  inset: 0;
  position: absolute;
}

.defence-brochure-modal__panel {
  background: #f7f8f5;
  box-shadow: 0 28px 90px rgb(0 0 0 / 0.34);
  display: flex;
  flex-direction: column;
  max-height: 92vh;
  max-width: min(92vw, 680px);
  overflow: hidden;
  padding: clamp(12px, 2vw, 18px);
  width: auto;
}

.defence-brochure-modal__header {
  align-items: center;
  border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.16);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 0 0 12px;
}

.defence-brochure-modal__title {
  color: #101713;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.defence-brochure-modal__close {
  align-items: center;
  color: #101713;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  transition: background-color 220ms ease, transform 220ms ease;
  width: 40px;
}

.defence-brochure-modal__close:hover,
.defence-brochure-modal__close:focus-visible {
  background: rgb(16 23 19 / 0.08);
  transform: rotate(90deg);
}

.defence-brochure-modal__close svg {
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
  width: 22px;
}

.defence-brochure-modal__image {
  display: block;
  height: auto;
  margin-top: 14px;
  max-height: calc(92vh - 88px);
  max-width: min(92vw - 36px, 640px);
  object-fit: contain;
  width: auto;
}

.defence-compliance {
  border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  padding: clamp(42px, 6vw, 84px) clamp(32px, 5vw, 76px);
}

.defence-compliance:not(.is-open) {
  display: none !important;
}

.defence-compliance.is-open {
  display: block !important;
  overflow: visible !important;
}

.defence-compliance__heading {
  margin-bottom: clamp(28px, 4vw, 48px);
  text-align: center;
}

.defence-compliance__heading h2,
.defence-project-next h2 {
  color: #101713;
  font-size: clamp(34px, 4.2vw, 64px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto;
  max-width: 100%;
  white-space: nowrap;
}

.defence-compliance__grid {
  border-top: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.2);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.defence-compliance__grid article {
  border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.2);
  border-right: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.14);
  min-height: 250px;
  padding: clamp(22px, 2.2vw, 34px);
}

.defence-compliance__grid article::before {
  background: #091941;
  content: "";
  display: block;
  height: 44px;
  margin-bottom: 22px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 24px 24px;
  width: 44px;
}

.defence-compliance__grid article:nth-child(1)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4'/%3E%3Cpath d='M12 18v4'/%3E%3Cpath d='M2 12h4'/%3E%3Cpath d='M18 12h4'/%3E%3Cpath d='m4.9 4.9 2.8 2.8'/%3E%3Cpath d='m16.3 16.3 2.8 2.8'/%3E%3Cpath d='m19.1 4.9-2.8 2.8'/%3E%3Cpath d='m7.7 16.3-2.8 2.8'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v4'/%3E%3Cpath d='M12 18v4'/%3E%3Cpath d='M2 12h4'/%3E%3Cpath d='M18 12h4'/%3E%3Cpath d='m4.9 4.9 2.8 2.8'/%3E%3Cpath d='m16.3 16.3 2.8 2.8'/%3E%3Cpath d='m19.1 4.9-2.8 2.8'/%3E%3Cpath d='m7.7 16.3-2.8 2.8'/%3E%3C/svg%3E");
}

.defence-compliance__grid article:nth-child(2)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12a8 8 0 0 1 16 0'/%3E%3Cpath d='M7 12a5 5 0 0 1 10 0'/%3E%3Cpath d='M10 12a2 2 0 0 1 4 0'/%3E%3Cpath d='M12 12v8'/%3E%3Cpath d='M8 20h8'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12a8 8 0 0 1 16 0'/%3E%3Cpath d='M7 12a5 5 0 0 1 10 0'/%3E%3Cpath d='M10 12a2 2 0 0 1 4 0'/%3E%3Cpath d='M12 12v8'/%3E%3Cpath d='M8 20h8'/%3E%3C/svg%3E");
}

.defence-compliance__grid article:nth-child(3)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E");
}

.defence-compliance__grid article:nth-child(4)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z'/%3E%3Cpath d='M3.3 7 12 12l8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z'/%3E%3Cpath d='M3.3 7 12 12l8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E");
}

.defence-compliance__grid article:nth-child(5)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='12' rx='2'/%3E%3Cpath d='M8 21h8'/%3E%3Cpath d='M12 17v4'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h4'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='12' rx='2'/%3E%3Cpath d='M8 21h8'/%3E%3Cpath d='M12 17v4'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h4'/%3E%3C/svg%3E");
}

.defence-compliance__grid article:nth-child(6)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E");
}

.defence-compliance__grid article:nth-child(7)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='M9 9h6v6H9z'/%3E%3Cpath d='M9 1v3'/%3E%3Cpath d='M15 1v3'/%3E%3Cpath d='M9 20v3'/%3E%3Cpath d='M15 20v3'/%3E%3Cpath d='M20 9h3'/%3E%3Cpath d='M20 15h3'/%3E%3Cpath d='M1 9h3'/%3E%3Cpath d='M1 15h3'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='M9 9h6v6H9z'/%3E%3Cpath d='M9 1v3'/%3E%3Cpath d='M15 1v3'/%3E%3Cpath d='M9 20v3'/%3E%3Cpath d='M15 20v3'/%3E%3Cpath d='M20 9h3'/%3E%3Cpath d='M20 15h3'/%3E%3Cpath d='M1 9h3'/%3E%3Cpath d='M1 15h3'/%3E%3C/svg%3E");
}

.defence-compliance__grid article:nth-child(8)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0'/%3E%3Cpath d='M8 13a4 4 0 0 1 8 0'/%3E%3Cpath d='M12 13v8'/%3E%3Cpath d='M9 21h6'/%3E%3Cpath d='m4 4 16 16'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0'/%3E%3Cpath d='M8 13a4 4 0 0 1 8 0'/%3E%3Cpath d='M12 13v8'/%3E%3Cpath d='M9 21h6'/%3E%3Cpath d='m4 4 16 16'/%3E%3C/svg%3E");
}

.defence-compliance__grid article:nth-child(4n) {
  border-right: 0;
}

.defence-compliance__grid span {
  color: #091941;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.defence-compliance__grid p {
  color: #46534d;
  font-size: 15px;
  line-height: 1.52;
  margin: 22px 0 0;
}

.defence-project-next {
  padding: clamp(42px, 6vw, 84px) clamp(32px, 5vw, 76px);
}

.defence-project-next p:last-child {
  color: #46534d;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.5;
  margin-top: 24px;
  max-width: 760px;
}

.defence-solutions-page--idex .defence-solutions-page__lead {
  color: #34423c;
  font-size: clamp(17px, 1.18vw, 21px);
  max-width: 760px;
}

.defence-solutions-idex-hero {
  align-items: stretch;
}

.defence-solutions-idex-media {
  min-height: 520px;
}

.defence-solutions-idex-media img {
  object-position: center;
}

.defence-solutions-idex-stats {
  border-block: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.2);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.defence-solutions-idex-stats div {
  border-right: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.16);
  padding: 20px 18px;
}

.defence-solutions-idex-stats div:last-child {
  border-right: 0;
}

.defence-solutions-idex-stats strong,
.defence-solutions-idex-stats span {
  display: block;
}

.defence-solutions-idex-stats strong {
  color: #091941;
  font-size: clamp(24px, 2.4vw, 40px);
  font-weight: 500;
  line-height: 1;
}

.defence-solutions-idex-stats span {
  color: #51615a;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 10px;
}

.defence-solutions-page__cards--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.defence-solutions-page__cards--six .defence-solutions-card {
  border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
}

.defence-solutions-page__cards--six .defence-solutions-card:nth-child(3n) {
  border-right: 0;
}

.defence-solutions-architecture,
.defence-solutions-proof,
.defence-solutions-roadmap {
  border-top: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  display: grid;
  gap: clamp(32px, 5vw, 80px);
  padding: clamp(42px, 6vw, 88px) clamp(32px, 5vw, 76px);
}

.defence-solutions-architecture {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
}

.defence-solutions-architecture h2,
.defence-solutions-proof h2,
.defence-solutions-roadmap h2 {
  font-size: clamp(42px, 4.8vw, 78px);
  line-height: 1;
  max-width: 880px;
}

.defence-solutions-architecture p,
.defence-solutions-proof p,
.defence-solutions-roadmap p {
  font-size: clamp(17px, 1.35vw, 21px);
  max-width: 780px;
}

.defence-solutions-architecture__media {
  aspect-ratio: 16 / 10;
  background: #091941;
  overflow: hidden;
}

.defence-solutions-feature-list {
  border-top: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.18);
  margin-top: 34px;
}

.defence-solutions-feature-list li {
  border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.18);
  display: grid;
  gap: 18px;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 18px 0;
}

.defence-solutions-feature-list span {
  color: #65716b;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.defence-solutions-feature-list strong {
  color: #101713;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.defence-solutions-proof {
  align-items: center;
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.88fr);
}

.defence-solutions-proof__media-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.defence-solutions-proof__media-grid img {
  aspect-ratio: 4 / 3;
  background: #091941;
}

.defence-solutions-proof__media-grid img:first-child {
  grid-column: 1 / -1;
}

.defence-solutions-proof blockquote {
  border-left: 3px solid #091941;
  color: #101713;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 300;
  line-height: 1.2;
  margin-top: 34px;
  padding-left: 24px;
}

.defence-solutions-roadmap {
  display: block;
}

.defence-solutions-roadmap__steps {
  border-top: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.2);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
}

.defence-solutions-roadmap__steps article {
  border-right: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.18);
  min-height: 250px;
  padding: 28px 24px;
}

.defence-solutions-roadmap__steps article:last-child {
  border-right: 0;
}

.defence-solutions-roadmap__steps span {
  color: #65716b;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.defence-solutions-roadmap__steps h3 {
  color: #101713;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.12;
  margin: 24px 0 0;
}

.defence-solutions-roadmap__steps p {
  font-size: 15px;
  margin: 18px 0 0;
}

@media (max-width: 1024px) {
  .defence-solutions-home {
    padding-top: 0;
  }

  .defence-solutions-intro {
    background:
      linear-gradient(
        180deg,
        rgb(245 246 242 / 0.99) 0%,
        rgb(245 246 242 / 0.95) 42%,
        rgb(245 246 242 / 0.58) 72%,
        rgb(9 25 65 / 0.24) 100%
      ),
      url("/assets/images/defence-solutions/defence-solutions-coastal-hero.optimized.webp")
        center / cover no-repeat;
  }

  .defence-solutions-home__inner,
  .defence-solutions-page__inner {
    border-inline: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  }

  .defence-solutions-home__grid,
  .defence-solutions-page__hero,
  .defence-solutions-page__cards,
  .defence-solutions-architecture,
  .defence-solutions-proof,
  .defence-solutions-roadmap__steps,
  .defence-project-showcase,
  .defence-compliance__heading,
  .defence-compliance__grid {
    grid-template-columns: 1fr;
  }

  .defence-solutions-card,
  .defence-solutions-card:last-child {
    border-right: 0;
    border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.22);
  }

  .defence-solutions-page__cards--six .defence-solutions-card:nth-child(3n) {
    border-right: 0;
  }

  .defence-solutions-idex-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .defence-solutions-idex-stats div:nth-child(2n) {
    border-right: 0;
  }

  .defence-solutions-idex-media {
    min-height: 360px;
  }

  .defence-solutions-proof {
    display: flex;
    flex-direction: column-reverse;
  }

  .defence-solutions-roadmap__steps article,
  .defence-solutions-roadmap__steps article:last-child {
    border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.18);
    border-right: 0;
    min-height: auto;
  }

  .defence-project-showcase--spaced {
    margin-top: clamp(44px, 9vw, 72px);
  }

  .defence-project-showcase--text-first,
  .defence-project-showcase--media-first {
    grid-template-columns: 1fr;
  }

  .defence-project-showcase--text-first .defence-project-showcase__media,
  .defence-project-showcase--media-first .defence-project-showcase__media,
  .defence-project-showcase__media {
    grid-column: auto;
    grid-row: auto;
    min-height: 420px;
    order: -1;
  }

  .defence-project-showcase--text-first .defence-project-showcase__content,
  .defence-project-showcase--media-first .defence-project-showcase__content,
  .defence-project-showcase__content {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }

  .defence-compliance__grid article,
  .defence-compliance__grid article:nth-child(4n) {
    border-right: 0;
    min-height: auto;
  }

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

  .defence-solutions-hero__features article {
    border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.16);
    min-height: 118px;
    padding: 18px 22px;
  }

  .defence-solutions-hero__features article:nth-child(2n) {
    border-right: 0;
  }

  .defence-solutions-hero__features article:first-child {
    padding-left: 22px;
  }
}

@media (min-width: 1025px) and (max-width: 1360px) {
  header.header .inline_nav {
    gap: 22px;
  }

  header.header .header_nav_link {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .defence-project-spec-toggle:has(> :nth-child(2)) > button {
    flex: 1 1 0;
    justify-content: space-between;
    min-width: 0;
  }

  .defence-solutions-home {
    padding-inline: 0;
  }

  .defence-solutions-page__inner,
  .defence-solutions-page__copy,
  .defence-solutions-page__hero,
  .defence-solutions-architecture,
  .defence-solutions-proof,
  .defence-solutions-roadmap,
  .defence-solutions-intro,
  .defence-project-showcase,
  .defence-project-showcase__content,
  .defence-compliance,
  .defence-project-next {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .defence-solutions-home__grid,
  .defence-solutions-page__hero,
  .defence-solutions-architecture,
  .defence-solutions-proof,
  .defence-solutions-roadmap,
  .defence-solutions-intro,
  .defence-project-showcase__content,
  .defence-compliance,
  .defence-project-next {
    padding-inline: 24px;
  }

  .defence-solutions-page {
    padding-inline: 0;
  }

  .defence-solutions-page h1 {
    font-size: clamp(32px, 8.7vw, 36px);
    line-height: 1.02;
  }

  .defence-solutions-page--idex h1 {
    max-width: calc(100vw - 48px);
    width: 100%;
  }

  .defence-solutions-page--idex .defence-solutions-page__lead {
    font-size: 16px;
    max-width: calc(100vw - 48px) !important;
    overflow-wrap: break-word;
    width: auto;
  }

  .defence-solutions-idex-stats,
  .defence-solutions-feature-list li {
    grid-template-columns: 1fr;
  }

  .defence-solutions-idex-stats div,
  .defence-solutions-idex-stats div:nth-child(2n) {
    border-bottom: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.14);
    border-right: 0;
  }

  .defence-solutions-idex-stats div:last-child {
    border-bottom: 0;
  }

  .defence-solutions-proof__media-grid {
    grid-template-columns: 1fr;
  }

  .defence-solutions-intro h1 {
    font-size: clamp(41px, 5vw, 69px);
    line-height: 0.96;
  }

  .defence-solutions-intro {
    grid-template-columns: 1fr;
    min-height: 100svh;
    padding-block: calc(var(--okd-header-mobile-height, 88px) + 34px) 34px;
  }

  .defence-solutions-hero__scene {
    min-height: 300px;
  }

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

  .defence-solutions-hero__features article,
  .defence-solutions-hero__features article:nth-child(2n) {
    border-right: var(--okd-line-width, 1px) solid rgb(16 23 19 / 0.16);
    min-height: auto;
    padding: 16px;
  }

  .defence-solutions-hero__features article:nth-child(2n) {
    border-right: 0;
  }

  .defence-solutions-hero__features article:first-child {
    padding-left: 16px;
  }

  .defence-solutions-hero__model {
    bottom: -12%;
    height: min(430px, 96vw);
    right: -10%;
    width: min(430px, 90vw);
  }

  .defence-solutions-hero__radar {
    height: min(320px, 78vw);
    right: -8%;
    top: 6%;
  }

  .defence-solutions-intro__copy p:last-child,
  .defence-project-showcase__summary,
  .defence-project-next p:last-child {
    font-size: 16px;
  }

  .defence-project-showcase__content h2,
  .defence-project-next h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .defence-compliance__heading h2 {
    display: block;
    font-size: clamp(24px, 7vw, 32px);
    font-weight: 700;
    line-height: 1.12;
    opacity: 1 !important;
    overflow-wrap: anywhere;
    visibility: visible !important;
    white-space: normal;
  }

  .defence-project-showcase__media {
    min-height: 260px;
  }

  .defence-compliance {
    padding-block: 32px;
  }

  .defence-compliance__grid article {
    padding: 18px 20px;
  }

  .defence-compliance__grid article::before {
    height: 34px;
    margin-bottom: 14px;
    mask-size: 20px 20px;
    -webkit-mask-size: 20px 20px;
    width: 34px;
  }

  .defence-compliance__grid span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    overflow-wrap: anywhere;
  }

  .defence-compliance__grid p {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.42;
    margin-top: 12px;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

.defence-compliance.is-open {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  min-height: auto !important;
  opacity: 1 !important;
  overflow: visible !important;
  position: relative;
  z-index: 2;
  visibility: visible !important;
}

.defence-compliance.is-open .defence-compliance__heading,
.defence-compliance.is-open .defence-compliance__grid {
  min-width: 0;
  overflow: visible !important;
}

.defence-compliance.is-open .defence-compliance__grid {
  display: grid !important;
  height: auto !important;
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.defence-compliance.is-open .defence-compliance__grid article {
  min-height: auto;
  display: flex;
  flex-direction: column;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1024px) {
  .defence-compliance.is-open .defence-compliance__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .defence-compliance.is-open {
    padding-block: 32px !important;
    overflow: visible !important;
    scroll-margin-top: calc(var(--okd-header-mobile-height, 88px) + 16px);
  }

  .defence-compliance.is-open .defence-compliance__heading {
    display: block !important;
    margin-bottom: 24px;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .defence-compliance.is-open .defence-compliance__grid {
    grid-template-columns: 1fr !important;
    overflow: visible !important;
    row-gap: 0 !important;
  }

  .defence-compliance.is-open .defence-compliance__grid article,
  .defence-compliance.is-open .defence-compliance__grid span,
  .defence-compliance.is-open .defence-compliance__grid p {
    min-width: 0;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
