.security-hero {
  position: relative;
  min-height: 520px;
  padding-top: 82px;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.security-hero-bg {
  position: absolute;
  top: 82px;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: none;
  background: url("../img/reichstag.jpg") center center / cover no-repeat;
  filter: saturate(1.03);
}

.security-hero-tint {
  position: absolute;
  inset: 82px 0 0;
  background:
          linear-gradient(90deg, rgba(1, 18, 36, .98) 0%, rgba(1, 18, 36, .9) 45%, rgba(1, 18, 36, .38) 100%),
          linear-gradient(180deg, rgba(1, 18, 36, .12) 0%, rgba(1, 18, 36, .7) 100%);
}

.security-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: end;
  padding-top: 5.2rem;
  padding-bottom: 5.4rem;
}

.security-hero h1 {
  max-width: 820px;
  margin: 0 0 1.2rem;
  color: #fff;
  font-size: clamp(2.65rem, 3.85vw, 3.85rem);
  font-weight: 900;
  line-height: 1.02;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.security-hero-content > div > p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.12rem;
  line-height: 1.65;
}

.hero-fact-card,
.mission-panel,
.priority-grid article,
.research-cards article,
.consequence-card,
.position-grid article,
.security-contact {
  border-radius: 4px;
}

.hero-fact-card {
  padding: 1.55rem;
  background: rgba(5, 28, 53, .78);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
}

.hero-fact-card span {
  color: var(--blue-2);
  text-transform: uppercase;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.hero-fact-card strong {
  display: block;
  margin: .65rem 0 .6rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.15;
}

.hero-fact-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.55;
}

.security-mission,
.research-section,
.experience-section,
.positions-section {
  padding: clamp(4.5rem, 6vw, 6.5rem) 0;
}

.security-mission,
.positions-section {
  background: #fff;
}

.research-section {
  background: var(--soft);
}

.experience-section {
  background: var(--navy);
  color: #fff;
}

.mission-panel {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: stretch;
  margin-bottom: 1.2rem;
  padding: clamp(2rem, 4vw, 3.4rem);
  color: #fff;
  background: var(--navy);
  box-shadow: 0 24px 60px rgba(3, 21, 40, .14);
}

.mission-copy h2,
.experience-band h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.75rem);
  font-weight: 600;
  line-height: 1.03;
}

.mission-copy p:not(.section-kicker),
.experience-band p:not(.section-kicker) {
  color: rgba(255, 255, 255, .82);
  line-height: 1.72;
}

.mission-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1.6rem;
}

.mission-points article,
.priority-grid article,
.research-cards article,
.position-grid article {
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .06);
}

.mission-image {
  position: relative;
  min-height: 410px;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}

.mission-image img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}

.mission-image figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  color: #fff;
  background: rgba(3, 21, 40, .82);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.45;
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.priority-grid article,
.research-cards article,
.position-grid article,
.consequence-card,
.security-contact {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(8, 30, 55, .07);
}

.priority-grid .wide-note {
  grid-column: 1 / -1;
}

.priority-grid h3,
.research-cards h3,
.position-grid h3,
.consequence-card h3,
.security-contact h3,
.mission-points h3 {
  margin: .2rem 0 .45rem;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 900;
}

.mission-points h3 {
  color: #fff;
}

.priority-grid p,
.research-cards p,
.position-grid p,
.consequence-card p,
.security-contact p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.mission-points p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.5;
}

.security-page main i {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: .75rem;
  color: var(--blue);
  background: linear-gradient(135deg, #eef5ff, #f8fbff);
  border: 1px solid rgba(7, 94, 215, .13);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .85);
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
}

.mission-points i {
  color: #fff;
  background: rgba(10, 114, 240, .95);
}

.security-page main i::before {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.security-heading {
  max-width: 900px;
  margin-bottom: 2.4rem;
}

.security-heading h2 {
  margin: 0 0 .8rem;
  color: var(--ink);
  font-size: clamp(2rem, 3.25vw, 3.1rem);
  font-weight: 900;
  line-height: 1.08;
}

.security-heading p:not(.section-kicker) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.research-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 1.4rem;
  align-items: stretch;
}

.research-image {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(8, 30, 55, .12);
}

.research-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% + 82px);
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
}

.research-cards {
  display: grid;
  gap: 1rem;
}

.research-cards article {
  min-height: 130px;
}

.experience-band {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.experience-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.experience-stats article {
  min-height: 210px;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 4px;
  background: rgba(255, 255, 255, .055);
}

.experience-stats strong,
.experience-stats span {
  display: block;
}

.experience-stats strong {
  margin-bottom: 1rem;
  color: var(--blue-2);
  font-size: 1.25rem;
  font-weight: 900;
}

.experience-stats span {
  color: rgba(255, 255, 255, .8);
  line-height: 1.55;
}

.consequence-card {
  margin-top: 1.4rem;
  padding: 1.45rem 1.6rem;
}

.position-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.position-grid article {
  min-height: 190px;
  padding: 1.5rem;
}

.security-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1.4rem;
  padding: 1.5rem 1.6rem;
}

@media (max-width: 991.98px) {
  .security-hero-content,
  .mission-panel,
  .research-layout,
  .experience-band,
  .experience-stats {
    grid-template-columns: 1fr;
  }

  .hero-fact-card {
    max-width: 520px;
  }

  .mission-image,
  .mission-image img,
  .research-image,
  .research-image img {
    min-height: 320px;
  }
}

@media (max-width: 575.98px) {
  .security-page .page-pad {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .security-page main {
    overflow: hidden;
  }

  .security-hero {
    min-height: auto;
  }

  .security-hero-content {
    padding-top: 3.4rem;
    padding-bottom: 3.8rem;
  }

  .security-hero h1 {
    font-size: 2.12rem;
    line-height: 1.03;
  }

  .security-hero-content > div > p:last-child {
    font-size: .96rem;
    line-height: 1.58;
  }

  .security-hero-content,
  .security-hero .eyebrow,
  .security-hero h1,
  .security-hero-content > div > p:last-child,
  .hero-fact-card,
  .mission-panel,
  .priority-grid,
  .research-layout,
  .research-cards,
  .experience-band,
  .experience-stats,
  .position-grid,
  .security-contact,
  .security-heading,
  .mission-points,
  .consequence-card {
    width: 100%;
    max-width: 100%;
  }

  .mission-panel {
    padding: 1.25rem;
  }

  .mission-points,
  .priority-grid,
  .position-grid {
    grid-template-columns: 1fr;
  }

  .mission-copy h2,
  .experience-band h2,
  .security-heading h2 {
    font-size: 2.05rem;
  }

  .mission-image,
  .mission-image img,
  .research-image,
  .research-image img {
    min-height: 260px;
  }

  .security-contact {
    display: block;
    padding: 1.25rem;
  }

  .security-contact .btn {
    margin-top: 1.2rem;
  }
}
