:root {
  --ink: #0a1118;
  --panel: #0d151d;
  --panel-2: #101a23;
  --line: #cdd3d9;
  --muted: #5e6872;
  --yellow: #ffc91f;
  --blue: #0b3f8c;
  --green: #55b83d;
  --orange: #f49b24;
  --red: #dc3434;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #f4f6f8;
  color: #111820;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

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

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

.site-shell {
  min-height: 100vh;
  background: linear-gradient(#081019 0 356px, #f6f8fa 356px);
}

.status-strip {
  height: 88px;
  padding: 17px 19px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #071018;
  color: #fff;
}

.brand-lockup img {
  width: 252px;
  height: auto;
}

.brand-lockup p {
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.strip-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  color: #7bc947;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.systems-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #56b741;
  box-shadow: 0 0 12px rgba(86, 183, 65, .45);
}

.client-login {
  margin-left: 24px;
  padding: 10px 14px;
  border: 1px solid var(--yellow);
  border-radius: 4px;
  color: var(--yellow);
  font-weight: 900;
}

.main-nav {
  height: 28px;
  margin-top: -48px;
  margin-left: 461px;
  display: flex;
  align-items: center;
  gap: 33px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding-bottom: 13px;
  transition: color .16s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav .active {
  color: var(--yellow);
}

.main-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  background: var(--yellow);
  opacity: 0;
  transform: scaleX(.35);
  transform-origin: left center;
  transition: opacity .16s ease, transform .16s ease;
}

.main-nav a:hover:after,
.main-nav a:focus-visible:after,
.main-nav .active:after {
  opacity: 1;
  transform: scaleX(1);
}

main { padding: 29px 20px 0; }

.hero-status {
  display: grid;
  grid-template-columns: minmax(0, 2.5fr) 420px;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 18px;
}

.hero-panel {
  height: 258px;
  border: 1px solid #263744;
  border-radius: 6px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 29%, rgba(0,0,0,.18) 61%, rgba(0,0,0,.64) 100%),
    linear-gradient(0deg, rgba(0,0,0,.34), rgba(0,0,0,.06) 45%, rgba(0,0,0,.26)),
    url("/images/hero-server-room.png") center / cover no-repeat;
}

.hero-copy {
  width: min(640px, 68%);
  padding: 27px 32px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.86);
}

h1, h2, h3, .btn, .main-nav, .client-login {
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.hero-copy h1 {
  margin: 0 0 2px;
  font-size: 47px;
  line-height: .95;
  text-transform: uppercase;
  font-weight: 900;
}

.hero-kicker {
  margin: 0 0 15px;
  color: var(--yellow);
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 29px;
  line-height: 1;
  text-transform: uppercase;
}

.hero-text {
  margin: 0 0 17px;
  max-width: 520px;
  font-size: 15px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  gap: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 27px;
  min-width: 134px;
  padding: 0 19px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
}

.btn-primary {
  background: var(--yellow);
  color: #05080a;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.2);
}

.btn-secondary {
  background: rgba(5, 10, 15, .45);
  border-color: #a7b1ba;
  color: #fff;
}

.btn.small {
  height: 24px;
  min-width: 117px;
  padding-inline: 12px;
  font-size: 10px;
}

.dashboard-card {
  height: 258px;
  padding: 14px 22px;
  border: 1px solid #263744;
  border-radius: 6px;
  background: rgba(9, 17, 25, .9);
  color: #e8edf2;
}

.dashboard-card h2 {
  margin: 0 0 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2d3c48;
  font-size: 15px;
  text-transform: uppercase;
}

.dash-row {
  display: grid;
  grid-template-columns: 25px 1fr auto 14px;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  border-bottom: 1px solid #283642;
  font-size: 12px;
  text-transform: uppercase;
}

.dash-row strong {
  font-size: 12px;
  text-transform: none;
}

.dash-row i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
}

.dash-icon {
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.dash-row.green { color: var(--green); }
.dash-row.orange { color: var(--orange); }
.dash-row.yellow { color: var(--yellow); }
.dash-row.red { color: var(--red); }
.dash-row.blue { color: #2aa7ff; }
.dash-label { color: #e8edf2; }
.updated { margin: 14px 0 0; color: #8e98a3; font-size: 11px; }

.section-block { margin-bottom: 10px; }

.section-heading {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 10px;
}

.section-heading h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.section-heading a {
  color: #00398e;
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 326px;
  gap: 16px;
  align-items: start;
}

.primary-column { min-width: 0; }

.sidebar-column {
  min-width: 0;
  padding-top: 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
}

.person-card,
.service-card,
.incident-card,
.news-list,
.quick-list {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(#fff, #f8fafb);
  box-shadow: 0 1px 0 rgba(255,255,255,.75) inset, 0 1px 3px rgba(14, 24, 34, .05);
}

.person-card {
  height: 310px;
  overflow: hidden;
  color: #0d1319;
}

.person-image {
  height: 132px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #d6dbe0;
  background: radial-gradient(circle at 50% 20%, #fff 0, #edf1f4 100%);
}

.person-image img {
  width: 100%;
  height: 255px;
  object-fit: contain;
  object-position: top center;
}

.screen-card .person-image {
  background: #041408;
  padding: 7px;
}

.screen-card .person-image img {
  width: 100%;
  height: 126px;
  object-fit: cover;
}

.person-body { padding: 8px 10px 9px; }

.person-body h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.role {
  min-height: 30px;
  margin: 3px 0 3px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
}

.presence {
  margin: 0 0 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #d9dde1;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
}

.presence span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.presence.green { color: var(--green); }
.presence.orange { color: var(--orange); }
.presence.blue { color: #2b6eb6; }
.presence.red { color: var(--red); }
.presence.purple { color: #8a54c7; }
.presence.grey { color: #68717a; }

.mini-metrics {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #d9dde1;
}

.mini-metrics p {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin: 0 0 3px;
  font-size: 9px;
}

.mini-metrics strong {
  font-size: 9px;
  color: #0b1117;
  text-align: right;
  flex-shrink: 0;
  overflow-wrap: anywhere;
  white-space: nowrap;
}

.quote {
  margin: 0;
  font-size: 9px;
  font-style: italic;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.primary-lower {
  display: grid;
  grid-template-columns: minmax(470px, 1.06fr) minmax(410px, .94fr);
  gap: 16px;
  align-items: start;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.service-card {
  min-height: 183px;
  padding: 14px 10px 11px;
}

.service-icon {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b1722;
  font-size: 54px;
  line-height: 1;
}

.service-card h3 {
  margin: 7px 0 7px;
  font-size: 14px;
  line-height: 1.03;
  text-transform: uppercase;
}

.service-card p {
  margin: 0;
  font-size: 10px;
  line-height: 1.25;
}

.incident-card { padding: 9px 10px 10px; }

.incident-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.incident-card h3 {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.incident-card time {
  font-size: 11px;
  text-transform: uppercase;
  color: #4a5560;
}

.comic-strip {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border: 1px solid #101820;
}

.incident-meta {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.55fr auto;
  gap: 8px;
  align-items: end;
  margin-top: 8px;
}

.incident-meta p {
  margin: 0;
  font-size: 10px;
}

.incident-meta span { font-weight: 900; }

.news-list article {
  min-height: 83px;
  padding: 12px 13px 10px;
  border-bottom: 1px solid #d9dde1;
}

.news-list article:last-child { border-bottom: 0; }
.news-list time {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-list h3 {
  margin: 0 0 2px;
  font-size: 14px;
}

.news-list p {
  margin: 0 0 8px;
  font-size: 11px;
}

.news-list a {
  color: #d49a00;
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.quick-list { padding: 6px 10px; }

.quick-list a {
  min-height: 47px;
  display: grid;
  grid-template-columns: 30px 1fr 18px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #d9dde1;
}

.quick-list a:last-child { border-bottom: 0; }
.quick-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 2px solid #0d1720;
  border-radius: 3px;
  font-size: 16px;
}

.quick-list strong {
  display: block;
  font-size: 11px;
}

.quick-list em {
  display: block;
  color: #333d47;
  font-size: 10px;
  font-style: normal;
}

.quick-list b {
  color: #59636d;
  font-size: 18px;
  font-weight: 400;
}

.site-footer {
  min-height: 118px;
  margin-top: 10px;
  padding: 16px 21px 18px;
  display: grid;
  grid-template-columns: 250px 315px 280px 1fr 90px;
  gap: 28px;
  align-items: start;
  background: #071018;
  color: #fff;
}

.footer-brand img { width: 142px; }
.footer-brand p {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.35;
  color: #eef3f7;
}

.footer-col {
  min-height: 70px;
  padding-left: 24px;
  border-left: 1px solid #253341;
}

.footer-col h3 {
  margin: 0 0 9px;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-col p {
  margin: 0 0 5px;
  font-size: 10px;
  color: #dce3e8;
}

.socials {
  display: flex;
  gap: 18px;
  align-items: center;
  color: #fff;
  font-size: 16px !important;
}

.footer-seal {
  width: 75px;
  justify-self: end;
}

.history-main .page-header p {
  max-width: 620px;
  margin: 8px 0 0;
  color: #3d4852;
  font-weight: 700;
}

.history-list {
  max-width: 1120px;
  margin: 0 auto 40px;
  display: grid;
  gap: 12px;
}

.history-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.history-card time,
.history-detail time {
  color: #4a5560;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.history-card h2 {
  margin: 6px 0 8px;
  font-size: 22px;
  text-transform: uppercase;
}

.history-card p { margin: 0; }

.history-card img {
  width: 100%;
  height: 122px;
  object-fit: cover;
  border: 1px solid #101820;
}

.history-detail {
  max-width: 920px;
  margin: 0 auto 44px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.history-detail h1 {
  margin: 0 0 4px;
  font-size: 42px;
  text-transform: uppercase;
}

.history-detail img {
  width: 100%;
  margin: 18px 0;
  border: 1px solid #101820;
}

.section-intro {
  max-width: 720px;
  margin-top: 8px;
  color: #3d4852;
  font-weight: 700;
}

.section-intro p { margin: 0; }

.profile-rich {
  align-items: start;
}

.profile-rich .profile-portrait {
  align-items: flex-start;
}

.profile-sections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.profile-sections section,
.profile-panel,
.content-panel,
.portal-panel,
.article-card,
.news-archive-row,
.report-card,
.report-detail,
.document-page {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,.75) inset, 0 1px 3px rgba(14, 24, 34, .05);
}

.profile-sections section,
.profile-panel,
.content-panel {
  padding: 14px;
}

.profile-sections h3,
.profile-panel h3,
.content-panel h2 {
  margin: 0 0 10px;
  font-size: 15px;
  text-transform: uppercase;
}

.profile-sections ul,
.content-panel ul {
  margin: 0;
  padding-left: 18px;
}

.profile-sections li,
.content-panel li {
  margin-bottom: 6px;
}

.profile-panel {
  margin-top: 12px;
}

.related-list {
  display: grid;
  gap: 8px;
}

.related-list a {
  display: grid;
  gap: 2px;
  padding: 10px;
  border: 1px solid #d9dde1;
  border-radius: 4px;
  background: #f8fafb;
}

.related-list span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.team-listing {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.portal-grid {
  max-width: 1120px;
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.portal-panel {
  padding: 14px;
}

.portal-panel h2 {
  margin: 0 0 12px;
  font-size: 20px;
  text-transform: uppercase;
}

.doc-row {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 4px 10px;
  padding: 10px 0;
  border-top: 1px solid #d9dde1;
}

.doc-row span {
  color: #00398e;
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.doc-row strong {
  font-size: 14px;
}

.doc-row em {
  grid-column: 2;
  color: #34404b;
  font-size: 12px;
  font-style: normal;
}

.article-grid {
  max-width: 1120px;
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
}

.article-card {
  min-height: 150px;
  padding: 16px;
}

.article-card h2,
.news-archive-row h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
}

.article-card p,
.news-archive-row p {
  margin: 0;
  color: #34404b;
}

.news-archive {
  max-width: 920px;
  margin: 0 auto 42px;
  display: grid;
  gap: 10px;
}

.news-archive-row {
  padding: 14px 16px;
}

.news-archive-row time,
.document-page time {
  display: block;
  margin-bottom: 8px;
  color: #4a5560;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.document-page {
  max-width: 920px;
  margin: 0 auto 44px;
  padding: 22px;
}

.document-page h1,
.report-detail h1 {
  margin: 0 0 8px;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}

.document-meta,
.report-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
}

.document-meta p,
.report-facts section {
  margin: 0;
  padding: 12px;
  border: 1px solid #d9dde1;
  border-radius: 4px;
  background: #f8fafb;
}

.document-meta span,
.report-facts h2 {
  display: block;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.document-meta strong,
.report-facts p {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
}

.lede {
  margin: 14px 0 18px;
  font-size: 17px;
  font-weight: 700;
}

.report-grid {
  max-width: 1120px;
  margin: 0 auto 42px;
  display: grid;
  gap: 14px;
}

.report-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
  padding: 14px;
}

.report-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border: 1px solid #101820;
}

.report-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
  text-transform: uppercase;
}

.report-card dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 14px 0 0;
}

.report-card dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.report-card dd {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.report-detail {
  max-width: 980px;
  margin: 0 auto 44px;
  padding: 22px;
}

.report-comic {
  width: 100%;
  margin: 16px 0;
  border: 1px solid #101820;
}

.report-summary {
  padding: 14px;
  border-left: 4px solid var(--yellow);
  background: #f8fafb;
  font-weight: 700;
}

.report-facts {
  grid-template-columns: repeat(4, 1fr);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 !important;
  list-style: none;
}

.tag-list li {
  margin: 0;
  padding: 6px 9px;
  border-radius: 4px;
  background: #eef2f5;
  font-size: 12px;
  font-weight: 800;
}

.careers-hero {
  position: relative;
  overflow: hidden;
}

.career-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.career-stats p,
.job-facts p {
  margin: 0;
  padding: 12px;
  border: 1px solid #d9dde1;
  border-radius: 4px;
  background: #f8fafb;
}

.career-stats span,
.job-facts span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.career-stats strong,
.job-facts strong {
  display: block;
  margin-top: 3px;
  font-size: 18px;
}

.career-tools {
  max-width: 1120px;
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: 1fr 260px 150px;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.career-tools label {
  display: grid;
  gap: 5px;
}

.career-tools span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.career-tools input,
.career-tools select,
.career-tools button {
  height: 36px;
  border: 1px solid #cdd3d9;
  border-radius: 4px;
  background: #f8fafb;
  color: #111820;
  font: inherit;
  font-weight: 700;
}

.career-tools input,
.career-tools select {
  padding: 0 10px;
}

.career-tools button {
  align-self: end;
  background: var(--yellow);
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.career-section {
  max-width: 1120px;
  margin: 0 auto 18px;
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.featured-jobs {
  grid-template-columns: repeat(4, 1fr);
}

.job-card {
  min-height: 235px;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(#fff, #f8fafb);
  box-shadow: 0 1px 0 rgba(255,255,255,.75) inset, 0 1px 3px rgba(14, 24, 34, .05);
}

.job-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.job-card p:not(.eyebrow) {
  margin: 0 0 12px;
  color: #34404b;
  font-size: 12px;
}

.job-card dl {
  display: grid;
  gap: 7px;
  margin: auto 0 12px;
}

.job-card dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.job-card dd {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
}

.job-link {
  color: #00398e;
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.department-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.department-tags span {
  padding: 7px 10px;
  border-radius: 4px;
  background: #eef2f5;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.job-detail {
  max-width: 1120px;
  margin: 0 auto 44px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 14px;
}

.job-header,
.job-facts,
.job-body,
.job-disclaimer {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,.75) inset, 0 1px 3px rgba(14, 24, 34, .05);
}

.job-header {
  padding: 24px;
}

.job-header h1 {
  margin: 0 0 10px;
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
}

.job-header p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 700;
}

.apply-btn {
  width: fit-content;
  height: 32px;
}

.job-facts {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.job-body {
  grid-column: 1;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.job-disclaimer {
  padding: 14px;
  border-color: #e2c96c;
  background: #fff9dc;
}

.job-disclaimer h2 {
  margin: 0 0 8px;
  font-size: 16px;
  text-transform: uppercase;
}

.job-disclaimer p {
  margin: 0 0 12px;
  font-weight: 700;
}

.job-disclaimer button {
  height: 30px;
  padding: 0 12px;
  border: 1px solid #d5a900;
  border-radius: 4px;
  background: var(--yellow);
  color: #111820;
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.related-jobs {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.internal-shell {
  min-height: 100vh;
  background: linear-gradient(#071018 0 104px, #f4f6f8 104px);
}

.internal-shell .status-strip {
  height: 104px;
}

.internal-shell .main-nav {
  position: relative;
  z-index: 2;
}

.internal-shell .page-main {
  min-height: 58vh;
  padding: 72px 20px 0;
}

.breadcrumbs {
  max-width: 1120px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5f6973;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #00398e;
}

.breadcrumbs strong {
  color: #15202a;
  font-weight: 900;
}

.internal-shell .page-header {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,.75) inset, 0 1px 3px rgba(14, 24, 34, .05);
}

.page-main {
  min-height: 58vh;
  padding-top: 70px;
}

.page-header {
  max-width: 1120px;
  margin: 0 auto 20px;
}

.page-header h1,
.profile-copy h1 {
  margin: 0;
  font-size: 42px;
  text-transform: uppercase;
}

.listing-grid {
  max-width: 1120px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.listing-card { min-height: 330px; }

.profile-page {
  max-width: 980px;
  margin: 0 auto 46px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 34px;
  align-items: end;
}

.profile-portrait {
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.profile-portrait img {
  max-height: 620px;
  object-fit: contain;
}

.profile-copy {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.eyebrow {
  margin: 0 0 4px;
  color: #00398e;
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.profile-copy h2 {
  margin: 4px 0 18px;
  font-size: 21px;
}

.profile-copy blockquote {
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 4px solid var(--yellow);
  font-size: 18px;
  font-weight: 700;
}

.profile-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.profile-metrics p {
  margin: 0;
  padding: 12px;
  border: 1px solid #d9dde1;
  border-radius: 4px;
}

.profile-metrics span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.profile-metrics strong {
  display: block;
  margin-top: 2px;
  font-size: 20px;
}

@media (max-width: 1180px) {
  .main-nav { margin-left: 20px; margin-top: 10px; flex-wrap: wrap; height: auto; }
  main { padding-top: 20px; }
  .hero-status,
  .lower-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }
  .services-block,
  .incident-block,
  .news-block,
  .links-block { grid-area: auto; }
  .team-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
  .portal-grid,
  .profile-sections,
  .document-meta,
  .report-facts,
  .career-stats,
  .career-tools,
  .job-grid,
  .featured-jobs,
  .job-detail { grid-template-columns: 1fr; }
  .report-card { grid-template-columns: 1fr; }
  .job-facts,
  .job-body,
  .related-jobs { grid-column: auto; grid-row: auto; }
}

@media (max-width: 760px) {
  .status-strip {
    height: auto;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 14px;
  }
  .strip-right { flex-wrap: wrap; }
  .client-login { margin-left: 0; }
  .hero-status { grid-template-columns: 1fr; }
  .hero-copy { width: 100%; padding: 24px 20px; }
  .hero-copy h1 { font-size: 36px; }
  .hero-kicker { font-size: 23px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .incident-meta { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-col { padding-left: 0; border-left: 0; }
  .profile-page { grid-template-columns: 1fr; }
}
