:root {
  --navy: #07111c;
  --navy2: #0b1622;
  --navy3: #132337;
  --red: #be1e2d;
  --red2: #9a1723;
  --gold: #b0893a;
  --gold2: #c9a85a;
  --bone: #f4f5f6;
  --bone2: #eceef0;
  --white: #ffffff;
  --ink: #0c1218;
  --muted: #3e4650;
  --kicker: #5a6370;
  --line: rgba(12, 18, 24, 0.1);
  --rule-ink: rgba(12, 18, 24, 0.1);
  --max: 1280px;
  --gutter: max(28px, calc((100vw - var(--max)) / 2));
  --mast: 28px;
  --header-h: 68px;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter-400.woff2") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/inter-500.woff2") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/inter-700.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-700.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-800.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--mast) + var(--header-h) + 12px);
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bone);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

main > .page-lead:only-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--navy);
}

.skip-link:focus-visible,
.header-cta:focus-visible,
.btn-red:focus-visible {
  outline-color: #fff;
}

::selection {
  background: var(--red);
  color: #fff;
}

.wrap {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
}

.nowrap {
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 50;
  background: var(--red);
  color: #fff;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
}

.skip-link:focus {
  top: 12px;
}

main:focus {
  outline: none;
}

.kicker {
  display: block;
  margin: 0 0 14px;
  max-width: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-wrap: balance;
  color: var(--kicker);
}

.kicker::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  margin-right: 10px;
  background: var(--gold);
  vertical-align: middle;
  transform: translateY(-0.12em);
}

.kicker.light {
  color: rgba(255, 255, 255, 0.55);
}

.kicker.light::before {
  background: var(--gold);
}

h1,
h2,
.display {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
}

/* Mast */
.mast {
  position: sticky;
  top: 0;
  z-index: 30;
}

.mast-rail {
  display: flex;
  align-items: center;
  gap: 20px;
  height: var(--mast);
  padding: 0 var(--gutter);
  background: #050b14;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mast-rail span {
  opacity: 0.9;
}

.mast-rail a {
  margin-left: auto;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.14em;
}

.mast-rail a:hover {
  color: #fff;
}

.site-header {
  display: flex;
  align-items: center;
  height: var(--header-h);
  padding: 0 var(--gutter);
  background: var(--navy);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-logo {
  height: 42px;
  width: auto;
  max-width: min(248px, 56vw);
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  gap: 4px;
  margin-left: auto;
  margin-right: 20px;
}

.desktop-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  transition: color 0.18s ease;
}

.desktop-nav a:hover {
  color: #fff;
}

.desktop-nav a.active,
.desktop-nav a[aria-current="page"] {
  color: #fff;
  box-shadow: inset 0 -1px 0 var(--gold);
}

.desktop-nav a[aria-current="page"]:focus-visible {
  box-shadow: inset 0 -2px 0 var(--gold), 0 0 0 5px var(--navy);
}

.header-cta[aria-current="page"]:focus-visible {
  box-shadow: inset 0 -2px 0 #fff, 0 0 0 5px var(--navy);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.18s ease;
}

.header-cta:hover {
  background: var(--red2);
}

.header-cta.active,
.header-cta[aria-current="page"] {
  box-shadow: inset 0 -2px 0 #fff;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.btn span {
  margin-left: 12px;
  font-weight: 500;
}

.btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.btn-red {
  background: var(--red);
  color: #fff;
}

.btn-red:hover {
  background: var(--red2);
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
}

.btn-gold:hover {
  background: var(--gold2);
}

.btn-line {
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  background: transparent;
}

.btn-line:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

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

.btn-navy:hover {
  background: var(--navy3);
}

/* Mission hero */
.mission {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) 1.16fr;
  background: var(--navy);
  color: #fff;
}

.mission-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px 40px var(--gutter);
  position: relative;
  z-index: 1;
}

.mission-copy::after {
  display: none;
}

.mission .kicker {
  max-width: none;
  letter-spacing: 0.22em;
  padding-left: 24px;
  text-indent: -24px;
}

.mission h1 {
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 0.9;
  max-width: 16ch;
}

.mission h1 em {
  display: block;
  font-style: normal;
  color: var(--gold);
}

.mission-lede {
  max-width: 38ch;
  margin: 24px 0 32px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.mission-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.mission-photo {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.mission-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 42%;
  position: absolute;
  inset: 0;
}

.mission-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 28, 0.42) 0%, transparent 32%),
    linear-gradient(180deg, transparent 68%, rgba(7, 17, 28, 0.32));
}

.mission-caption {
  position: absolute;
  z-index: 1;
  right: var(--gutter);
  bottom: 32px;
  padding-top: 10px;
  border-top: 1px solid var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold2);
}

/* Stamps */
.stamps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
  padding: 28px var(--gutter) 4px;
  background: var(--navy2);
  color: #fff;
}

.stamps div,
.stamps a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: 16px 0 28px;
  border-top: 1px solid var(--rule-ink);
}

.stamps a:hover strong,
.stamps a:focus-visible strong {
  color: var(--gold);
}

.proof-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 14px var(--gutter);
  background: #050b14;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}

.proof-line a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 4px 8px;
  color: rgba(255, 255, 255, 0.78);
}

.proof-line a:hover {
  color: var(--gold2);
}

.proof-line > * + *::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: 0 14px 0 12px;
  background: rgba(255, 255, 255, 0.22);
  vertical-align: middle;
}

.scope-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
  padding: 12px var(--gutter) 32px;
  background: var(--navy);
  color: #fff;
}

.scope-rail a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 18px 0 20px;
  border-top: 1px solid var(--line);
}

.scope-rail a:hover,
.scope-rail a:focus-visible {
  border-top-color: var(--gold);
}

.scope-rail a:hover strong,
.scope-rail a:focus-visible strong {
  color: var(--gold);
}

.scope-rail span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gold);
}

.scope-rail strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scope-rail em {
  display: block;
  margin-top: 6px;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.62);
}

.stamps strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.stamps span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
}

/* Ops photos */
.ops {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--navy);
  min-height: 560px;
}

.op {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.op img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
  position: absolute;
  inset: 0;
  transition: transform 0.7s ease;
}

.op img.crop-trench {
  object-position: 50% 38%;
}

.op img.crop-sil {
  object-position: 40% 36%;
}

.op:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.op:hover img {
  transform: scale(1.03);
}

.op-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 28, 0.02) 22%, rgba(7, 17, 28, 0.78));
}

.op-copy {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 36px;
}

@media (min-width: 1081px) {
  .ops .op:first-child .op-copy {
    left: 72px;
  }
}

.op h2 {
  font-size: clamp(34px, 3.2vw, 52px);
  margin-bottom: 10px;
}

.op p {
  margin: 0 0 20px;
  max-width: 34ch;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

/* Order / quote */
.order {
  background: var(--navy);
  color: #fff;
  padding: 88px 0;
}

.order blockquote {
  margin: 0;
  max-width: 920px;
  padding-left: 28px;
  border-left: 1px solid var(--gold);
}

.order blockquote p {
  margin: 0 0 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.order cite {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

/* Jobs */
.jobs {
  padding: 112px 0 96px;
}

.page-lead + .jobs,
.page-banner + .jobs {
  padding-top: 48px;
}

.jobs-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-bottom: 56px;
  align-items: end;
}

.jobs-head h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 0.96;
}

.jobs-head p:not(.kicker) {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

.jobs-head a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 6px 4px;
  font-weight: 700;
  text-decoration: underline;
}

.job + .jobs-head {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(18, 24, 32, 0.12);
}

.jobs-sub h2 {
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1;
}

.dispatch-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dispatch-list li + li {
  margin: 0;
}

.dispatch-list a {
  display: grid;
  grid-template-columns: 160px minmax(160px, 0.75fr) 1.25fr;
  gap: 12px 32px;
  align-items: baseline;
  padding: 20px 0;
  border-top: 1px solid var(--rule-ink);
}

.dispatch-list em {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--kicker);
}

.dispatch-list strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.dispatch-list span {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
}

.dispatch-list a:hover strong,
.dispatch-list a:focus-visible strong {
  color: var(--gold);
}

.dispatch-list + .job,
.dispatch-list + a.job {
  margin-top: 28px;
}

.jobs > .wrap > .job:first-child,
.jobs > .wrap > a.job:first-child {
  border-top: 0;
  padding-top: 0;
}

.job {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
  padding: 48px 0;
  border-top: 1px solid var(--rule-ink);
  color: inherit;
}

a.job:hover h2,
a.job:hover h3,
a.job:focus-visible h2,
a.job:focus-visible h3 {
  color: var(--gold);
}

.job.reverse {
  grid-template-columns: 0.92fr 1.08fr;
}

.job.reverse .job-photo {
  order: 2;
}

.job-photo {
  height: 460px;
  overflow: hidden;
  position: relative;
  background: var(--navy);
}

.job-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.job-photo::after {
  display: none;
}

.job-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.7s ease;
}

.job-photo img.crop-melrose {
  object-position: 68% 52%;
}

.job-photo img.crop-boom {
  object-position: 36% 48%;
}

.job-photo img.crop-dump {
  object-position: 64% 46%;
}

.job-photo img.crop-sil {
  object-position: 40% 38%;
}

.job-photo img.crop-cat {
  object-position: 62% 18%;
}

.job-photo img.crop-hitachi {
  object-position: 48% 42%;
}

a.job:hover .job-photo img {
  transform: scale(1.025);
}

.job h2 a:hover,
.job h3 a:hover {
  color: var(--gold);
}

.job h2,
.job h3 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.job p:not(.kicker) {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.job-caps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.job-source {
  margin-top: 22px;
  border-color: rgba(12, 18, 24, 0.22);
  color: var(--ink);
}

.job-source:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.job-caps li {
  padding: 5px 10px;
  border: 1px solid rgba(16, 22, 29, 0.12);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Duty */
.duty {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--navy2);
  color: #fff;
}

.duty-photo {
  min-height: 560px;
  position: relative;
  overflow: hidden;
}

.duty-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 42%;
  position: absolute;
  inset: 0;
}

.duty-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 42%, rgba(12, 26, 43, 0.38));
}

.duty-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px var(--gutter) 88px 64px;
}

.duty-copy h2 {
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 0.96;
  max-width: 14ch;
  margin-bottom: 20px;
}

.duty-copy p:not(.kicker) {
  margin: 0 0 28px;
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.duty-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Yards */
.yards {
  padding: 104px 0;
  background: var(--bone);
}

.yards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.yards h2 {
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 0.92;
  max-width: 12ch;
  margin-bottom: 16px;
}

.yards p:not(.kicker) {
  margin: 0 0 22px;
  max-width: 46ch;
  line-height: 1.7;
  color: var(--muted);
}

.yards .btn-line {
  border-color: rgba(12, 18, 24, 0.22);
  color: var(--ink);
}

.yards .btn-line:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.yard-list {
  display: grid;
  gap: 0;
}

.yard-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--rule-ink);
}

.yard-list span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--kicker);
}

.yard-list a,
.yard-list address,
.yard-list p {
  margin: 0;
  font-style: normal;
  font-weight: 700;
}

/* Footer */
.site-foot {
  background: #050b14;
  color: rgba(255, 255, 255, 0.78);
  padding: 64px 0 40px;
}

.foot-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) 1.25fr auto;
  gap: 32px;
  align-items: start;
}

.foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.foot-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.foot-nav a:hover {
  color: #fff;
}

.site-foot p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.55;
}

/* Page banner */
.page-banner {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background: var(--navy);
}

.page-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.page-banner.banner-machine {
  min-height: 560px;
}

.page-banner.banner-scene {
  min-height: 680px;
}

.page-banner.banner-machine img,
img.crop-cat {
  object-position: 62% 8%;
}

.page-banner img.crop-steel {
  object-position: 48% 36%;
}

.page-banner img.crop-fleet {
  object-position: 46% 72%;
}

.op img.crop-fleet {
  object-position: 58% 50%;
}

.page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 28, 0.1) 10%, rgba(7, 17, 28, 0.86) 78%);
}

.page-banner-copy {
  position: relative;
  z-index: 1;
  padding: 96px 0 56px;
}

.page-banner h1 {
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.88;
  max-width: 18ch;
}

.page-banner p:not(.kicker) {
  max-width: 58ch;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.8);
}

.page-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-details {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.contact-details div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid var(--rule-ink);
}

.contact-details span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--kicker);
}

.contact-details a,
.contact-details address,
.contact-details p {
  margin: 0;
  font-style: normal;
  font-weight: 700;
}

.contact-details address a,
.yard-list address a {
  text-decoration: underline;
}

.contact-details a:hover,
.yard-list a:hover {
  color: var(--gold);
}

.cap-print-head {
  display: none;
}

.cap-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 16px;
}

.cap-head h2 {
  margin-bottom: 0;
}

.cap-head .btn-line {
  border-color: rgba(12, 18, 24, 0.22);
  color: var(--ink);
}

.cap-head .btn-line:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.cap-sheet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  margin: 28px 0 0;
}

.cap-sheet div {
  padding: 18px 0;
  border-top: 1px solid var(--rule-ink);
}

.cap-sheet dt {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--kicker);
}

.cap-sheet dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
}

.cap-sheet a:hover {
  color: var(--gold);
}

.site-foot .brand {
  margin-bottom: 12px;
}

.foot-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
}

.foot-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 8px 10px;
  margin: 0 -4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.foot-social a:hover {
  color: #fff;
}

/* Inner content */
.panel {
  padding: 72px 0;
}

.panel-tight {
  padding-top: 0;
}

.panel h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.05;
  max-width: 18ch;
  margin-bottom: 16px;
}

h2.quiet-head {
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.12;
  max-width: 24ch;
  letter-spacing: -0.02em;
}

.lead {
  max-width: 62ch;
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
}

.roster-prime {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
  margin-top: 28px;
}

.roster-prime article {
  padding: 28px 0 32px;
  border-top: 1px solid var(--rule-ink);
}

.roster-prime h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}

.roster-prime p {
  margin: 0;
  max-width: 48ch;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.roster {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
  margin-top: 36px;
}

.roster article {
  padding: 24px 0;
  border-top: 1px solid var(--rule-ink);
}

.jobs .roster {
  column-gap: 48px;
}

.split > .roster {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.roster-3 {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 28px;
}

.roster-3 p {
  font-size: 14px;
  line-height: 1.55;
}

.roster span {
  display: block;
  margin-bottom: 8px;
  color: var(--kicker);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.roster h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.roster p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.roster h3 a:hover {
  color: var(--gold);
}

.also-scopes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 32px;
  margin-top: 12px;
}

.also-scopes.inventory {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  margin-top: 8px;
}

.roster + .kicker,
.also-scopes + .kicker,
.leaders + .kicker {
  margin-top: 48px;
}

.field-caps {
  margin: 12px 0 8px;
}

.officer-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
  margin-top: 8px;
}

.officer-strip article {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--rule-ink);
}

.officer-strip img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.officer-strip div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.officer-strip strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.officer-strip span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--kicker);
}

.also-scopes div,
.also-scopes a,
.also-scopes article {
  min-height: 0;
  padding: 24px 0;
  border-top: 1px solid var(--rule-ink);
}

.also-scopes a:hover strong,
.also-scopes strong a:hover {
  color: var(--gold);
}

.also-scopes strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.also-scopes span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}

.quotes-one {
  grid-template-columns: minmax(0, 72ch);
  margin-top: 0;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.page-lead {
  background: var(--navy);
  color: #fff;
  padding: 104px 0 80px;
}

.page-lead.lead-tight {
  padding: 64px 0 48px;
}

.page-lead.lead-tight h1 {
  font-size: clamp(40px, 5.2vw, 68px);
  max-width: 16ch;
}

.page-lead.lead-tight p:not(.kicker) {
  font-size: 16px;
}

.page-lead h1 {
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.88;
  max-width: 14ch;
  margin-bottom: 18px;
}

.page-lead p:not(.kicker) {
  max-width: 58ch;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.page-lead .page-banner-actions {
  margin-top: 28px;
}

.photo-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 480px;
  background: var(--navy);
  color: #fff;
}

.photo-split .photo {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.photo-split .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 42%;
  position: absolute;
  inset: 0;
}

.photo-split .photo img.crop-hitachi {
  object-position: 64% 32%;
}

.photo-split .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 40%, rgba(7, 17, 28, 0.28));
}

.photo-split .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px var(--gutter) 72px 48px;
}

.photo-split h1 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.94;
  max-width: 12ch;
  margin-bottom: 16px;
}

.photo-split p:not(.kicker) {
  margin: 0;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.navy-panel {
  background: var(--navy);
  color: #fff;
  padding: 64px 0;
}

.navy-panel h2 {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.05;
  max-width: 18ch;
}

.navy-panel h2.quiet-head {
  font-size: clamp(22px, 2.8vw, 32px);
  max-width: 20ch;
}

.navy-panel p:not(.kicker) {
  max-width: 58ch;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.navy-panel .duty-links {
  margin-top: 22px;
}

.navy-panel .traits {
  margin-top: 36px;
}

.leaders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 36px;
}

.leader {
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid var(--rule-ink);
}

.leader-photo {
  aspect-ratio: 1;
  background: var(--bone2);
}

.leader-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-copy {
  padding: 32px;
}

.leader span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--kicker);
}

.leader h3 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
}

.leader p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.leader p:last-child {
  margin-bottom: 0;
}

.quotes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}

.quotes blockquote {
  margin: 0;
  padding: 28px 24px 28px 22px;
  background: #fff;
  border-left: 1px solid var(--gold);
}

.quotes p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
}

.quotes cite {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--muted);
}

.quotes strong {
  display: block;
  color: var(--ink);
  margin-bottom: 4px;
}

.voice {
  padding: 72px 0 96px;
}

.voice blockquote {
  margin: 0;
  max-width: 58ch;
  padding-left: 28px;
  border-left: 1px solid var(--gold);
}

.voice blockquote p {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.voice cite {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--muted);
}

.voice cite strong {
  display: block;
  color: var(--ink);
  margin-bottom: 4px;
}

.trait-names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.trait-names li {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.traits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.traits div {
  padding: 18px 0 8px;
  background: transparent;
  min-height: 128px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.traits strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold2);
}

.traits p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.card {
  padding: 24px;
  background: #fff;
  border-top: 1px solid var(--rule-ink);
  min-height: 0;
}

.card span {
  display: block;
  margin-bottom: 10px;
  color: var(--kicker);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.card h2,
.card h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}

.card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.machines {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  background: transparent;
  border: 0;
}

.machines article {
  padding: 24px 0;
  background: transparent;
  border-top: 1px solid var(--rule-ink);
}

.machines strong {
  display: block;
  color: var(--kicker);
  font-size: 12px;
  letter-spacing: 1.4px;
}

.machines h2 {
  font-size: 28px;
  margin: 8px 0 10px;
}

.machines p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}

/* Forms */
.form-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
}

.form-grid .also-scopes {
  grid-template-columns: 1fr;
  margin-top: 28px;
}

.photo-split .job-caps {
  margin-top: 20px;
}

.photo-split .job-caps li {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.78);
}

.jobs.fleet .job-photo {
  height: 340px;
}

.inquiry-form {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 32px;
  background: #fff;
  border-top: 1px solid var(--gold);
}

.inquiry-form label {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.inquiry-form label input,
.inquiry-form label textarea {
  flex: 1 1 100%;
}

.inquiry-form input {
  min-height: 44px;
}

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

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 24, 32, 0.16);
  background: var(--bone);
  padding: 12px 12px;
  font: 500 15px Inter, Arial, sans-serif;
  color: var(--ink);
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 0;
  box-shadow: 0 0 0 4px var(--navy);
  border-color: transparent;
}

.inquiry-form input:-webkit-autofill,
.inquiry-form textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px var(--bone) inset;
  -webkit-text-fill-color: var(--ink);
}

.form-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.honeypot {
  display: none;
}

.req {
  color: var(--red);
}

.form-note {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.form-note a {
  text-decoration: underline;
}

.privacy-copy {
  max-width: 68ch;
}

.privacy-copy h2 {
  margin: 32px 0 10px;
  max-width: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--navy);
}

.privacy-copy h2:first-child {
  margin-top: 0;
}

.privacy-copy p {
  line-height: 1.7;
  color: var(--muted);
}

.privacy-copy a {
  font-weight: 700;
  text-decoration: underline;
}

.privacy-copy a:hover {
  color: var(--gold);
}

@media (max-width: 1080px) {
  .mast-rail span:nth-child(2),
  .mast-rail span:nth-child(3) {
    display: none;
  }

  .jobs-head,
  .job,
  .job.reverse,
  .duty,
  .yards-grid,
  .split,
  .leaders,
  .form-grid,
  .quotes,
  .cards {
    grid-template-columns: 1fr;
  }

  .also-scopes,
  .also-scopes.inventory {
    grid-template-columns: 1fr 1fr;
  }

  .roster-3 {
    grid-template-columns: 1fr 1fr;
  }

  .scope-rail {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 28px;
  }

  .job.reverse .job-photo,
  .mission,
  .photo-split {
    grid-template-columns: 1fr;
  }

  .mission-copy::after {
    display: none;
  }

  .mission-actions {
    flex-wrap: wrap;
  }

  .mission-actions .btn {
    white-space: nowrap;
  }

  .mission-photo {
    min-height: 300px;
  }

  .mission-photo img,
  .photo-split .photo img {
    position: relative;
    height: 300px;
  }

  .photo-split .photo::after,
  .duty-photo::after,
  .mission-photo::after {
    background: linear-gradient(180deg, transparent 48%, rgba(7, 17, 28, 0.42));
  }

  .traits,
  .machines {
    grid-template-columns: 1fr 1fr;
  }

  .roster {
    grid-template-columns: 1fr;
  }

  .foot-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .desktop-nav a {
    padding-inline: 7px;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 64px;
  }

  .site-header .brand-logo {
    height: 44px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: flex;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 7px;
  }

  .menu-toggle span {
    display: block;
    height: 1px;
    width: 24px;
    background: #fff;
    transition: transform 0.2s ease, width 0.2s ease;
  }

  .menu-toggle span:last-child {
    width: 16px;
  }

  body.menu-open .menu-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:last-child {
    width: 24px;
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 29;
    inset: calc(var(--mast) + var(--header-h)) 0 0;
    background: #050b14;
    color: #fff;
    padding: 18px 28px 32px;
    transform: translateY(-110%);
    transition: transform 0.25s ease;
    pointer-events: none;
    visibility: hidden;
  }

  .mobile-menu.open {
    transform: none;
    pointer-events: auto;
    visibility: visible;
  }

  .mobile-menu a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font: 800 28px/1 "Barlow Condensed", sans-serif;
    text-transform: uppercase;
  }

  body.menu-open {
    overflow: hidden;
  }

  .mission-copy {
    padding: 28px 24px 32px;
  }

  .duty-copy,
  .photo-split .copy {
    padding: 32px 24px;
  }

  .mission-lede {
    font-size: 15px;
    margin: 16px 0 22px;
  }

  .mission-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .mission-actions .btn {
    width: 100%;
    padding-inline: 10px;
  }

  .mission-caption {
    right: 24px;
  }

  .stamps {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    padding-top: 22px;
  }

  .scope-rail {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    padding-bottom: 24px;
  }

  .scope-rail a,
  .stamps a,
  .stamps div {
    min-height: 0;
  }

  .also-scopes {
    grid-template-columns: 1fr;
  }

  .cap-sheet {
    grid-template-columns: 1fr;
  }

  .officer-strip {
    grid-template-columns: 1fr;
  }

  .roster-3,
  .roster-prime {
    grid-template-columns: 1fr;
  }

  .form-two,
  .leaders,
  .quotes,
  .cards {
    grid-template-columns: 1fr;
  }

  .traits,
  .machines {
    grid-template-columns: 1fr 1fr;
  }

  .traits div {
    min-height: 0;
  }

  .jobs {
    padding: 48px 0 40px;
  }

  .voice {
    padding: 40px 0 52px;
  }

  .panel,
  .navy-panel {
    padding: 56px 0;
  }

  .panel-tight {
    padding-top: 0;
  }

  .contact-details div,
  .yard-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .page-banner {
    min-height: 380px;
  }

  .page-banner.banner-machine {
    min-height: 420px;
  }

  .page-banner.banner-scene {
    min-height: 440px;
  }

  .ops {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .op {
    min-height: 300px;
  }

  .job-photo {
    height: 200px;
  }

  .dispatch-list a {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 0;
  }

  .proof-line {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 12px;
    padding-block: 14px;
  }

  .proof-line > * + *::before {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

@page {
  margin: 0.6in;
}

@media print {
  .skip-link,
  .mast,
  .mobile-menu,
  .page-banner,
  .form-grid,
  .print-cap,
  .cap-head,
  .site-foot {
    display: none !important;
  }

  body {
    background: #fff;
    color: #111;
  }

  .panel {
    padding: 0;
  }

  #capabilities {
    display: block;
  }

  #capabilities .kicker {
    display: none;
  }

  .cap-print-head {
    display: block;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #111;
    color: #111;
  }

  .cap-print-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
  }

  .cap-print-brand img {
    height: 44px;
    width: auto;
    filter: brightness(0);
  }

  .cap-print-name,
  .cap-print-doc,
  .cap-print-cred {
    margin: 0;
  }

  .cap-print-name {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .cap-print-doc {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .cap-print-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.4;
  }

  .cap-print-cred {
    font-size: 11px;
    letter-spacing: 0.03em;
  }

  .cap-sheet {
    grid-template-columns: 1fr 1fr;
    break-inside: avoid;
  }

  .cap-sheet a {
    color: inherit;
    text-decoration: none;
  }
}
