:root {
  --ink: #17191b;
  --ink2: #202326;
  --ink3: #2a2d2f;
  --paper: #f1f2ef;
  --paper2: #e8eae7;
  --white: #ffffff;
  --muted: #8f9392;
  --line: #d2d5d1;
  --red: #bd2b31;
  --red2: #9f2329;
  --max: 1260px;
  --header-h: 88px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: #151719;
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

a,
button {
  outline-offset: 4px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

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

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

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

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

/* Header */
.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  display: flex;
  align-items: center;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.site-header.solid,
.site-header.scrolled {
  background: rgba(18, 20, 22, 0.92);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-header.scrolled {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
}

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

.brand-logo {
  display: block;
  height: 52px;
  width: auto;
}

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

.desktop-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.18s ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -11px;
  height: 1px;
  background: var(--red);
  transition: right 0.2s ease;
}

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

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  right: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-phone {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #fff;
  white-space: nowrap;
}

.header-phone:hover {
  color: #fff;
}

.header-cta {
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.header-cta:hover {
  background: #fff;
  color: #17191b;
  border-color: #fff;
}

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

/* Hero */
.hero {
  min-height: 720px;
  height: 86vh;
  max-height: 870px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #343638;
}

.hero-media,
.hero-overlay,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-media img,
.equipment-media img,
.equipment-photo-band img,
.project-photo,
.project-row-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  position: absolute;
  inset: 0;
  object-position: center 52%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 18, 20, 0.88) 0%, rgba(16, 18, 20, 0.76) 28%, rgba(16, 18, 20, 0.48) 50%, rgba(16, 18, 20, 0.16) 74%, rgba(16, 18, 20, 0.18) 100%),
    linear-gradient(0deg, rgba(8, 9, 10, 0.48) 0%, rgba(8, 9, 10, 0.03) 52%);
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 104px 104px;
  opacity: 0.72;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.8) 36%, transparent 72%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.8) 36%, transparent 72%);
}

.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 84px;
}

.eyebrow {
  margin: 0 0 24px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.15px;
  color: var(--red);
  text-transform: uppercase;
}

.eyebrow.light {
  color: #fff;
  opacity: 0.86;
}

.hero h1,
.section h2,
.cta-band h2 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 0;
}

.hero h1 {
  font-size: clamp(66px, 6.5vw, 98px);
  line-height: 0.88;
  max-width: 820px;
  text-wrap: balance;
}

.hero h1 span {
  color: #d8d9d5;
}

.hero-lede {
  max-width: 610px;
  font-size: 17px;
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.79);
  margin: 30px 0 32px;
}

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

.btn {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.btn span {
  margin-left: 20px;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--red);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

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

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

.btn-ghost:hover,
.btn-outline:hover {
  background: #fff;
  color: #111;
}

.btn-dark {
  background: #f2f3f0;
  color: #17191b;
}

.btn-dark:hover {
  background: #fff;
}

/* Proof / intro */
.proof-bar {
  background: var(--ink2);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 104px;
}

.proof-grid div {
  padding: 24px 31px;
  border-right: 1px solid #34383a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.proof-grid div:first-child {
  border-left: 1px solid #34383a;
}

.proof-grid strong {
  font: 700 22px "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.proof-grid span {
  font-size: 10px;
  color: #9ea2a2;
  margin-top: 4px;
  letter-spacing: 0.25px;
}

.section {
  padding: 108px 0;
}

.split-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 100px;
  align-items: start;
}

.section h2 {
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.94;
  max-width: 720px;
}

.intro-copy {
  padding-top: 40px;
}

.intro-copy p,
.section-heading > p,
.equipment-copy > p,
.safety-copy > p,
.cta-grid > div > p {
  font-size: 16px;
  line-height: 1.75;
  color: #5d615f;
  margin: 0;
}

.intro-copy p + p {
  margin-top: 18px;
}

.text-link {
  display: inline-block;
  margin-top: 28px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #bdb9b0;
  padding-bottom: 7px;
  transition: border-color 0.18s ease;
}

.text-link span {
  margin-left: 24px;
  color: var(--red);
}

.text-link:hover {
  border-color: var(--red);
}

.principles-band {
  background: #e5e7e4;
  border-top: 1px solid #d0d3cf;
  border-bottom: 1px solid #d0d3cf;
}

.principles-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
}

.principles-grid > div {
  min-height: 182px;
  padding: 28px 28px 26px;
  border-right: 1px solid #cfd2ce;
  display: flex;
  flex-direction: column;
}

.principles-grid > div:first-child {
  border-left: 1px solid #cfd2ce;
}

.principles-title span,
.principle > span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.7px;
  color: var(--red);
  text-transform: uppercase;
}

.principles-title strong {
  margin-top: auto;
  font: 700 27px/1.05 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  max-width: 270px;
  letter-spacing: -0.25px;
}

.principle h3 {
  font: 700 25px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin: auto 0 8px;
  letter-spacing: -0.2px;
}

.principle p {
  font-size: 11px;
  line-height: 1.55;
  color: #6e7270;
  margin: 0;
  max-width: 220px;
}

/* Services */
.services {
  padding-top: 92px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 46px;
}

.section-heading > p {
  max-width: 420px;
}

.service-grid,
.detail-grid,
.machine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card,
.detail-grid article,
.machine-grid article {
  min-height: 286px;
  padding: 28px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}

.service-card {
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.62);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(17, 19, 20, 0.045);
}

.service-card.featured {
  background: #202326;
  color: #fff;
  border-color: #35393a;
  box-shadow: inset 0 3px 0 var(--red);
}

.service-number,
.detail-grid article > span,
.machine-grid article > strong,
.value-grid article > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #8a8e8c;
}

.service-card.featured .service-number {
  color: #a8acad;
}

.service-card h3,
.detail-grid h3,
.value-grid h3 {
  font: 700 29px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin: 110px 0 12px;
  letter-spacing: -0.4px;
}

.service-card p,
.detail-grid p,
.value-grid p,
.process-list p,
.project-row p,
.machine-grid p,
.large-copy,
.equipment-photo-band p,
.split-callout p {
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  max-width: 300px;
  color: #6b6b67;
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.68);
}

.detail-grid article,
.machine-grid article {
  min-height: 320px;
}

.detail-grid p,
.value-grid p,
.process-list p,
.project-row p,
.machine-grid p,
.large-copy,
.equipment-photo-band p,
.split-callout p {
  font-size: 14px;
  line-height: 1.7;
  color: #686864;
  max-width: none;
}

.detail-grid h3,
.value-grid h3 {
  font-size: 34px;
  margin: 120px 0 14px;
}

.detail-grid article > span,
.machine-grid article > strong,
.value-grid article > span {
  color: var(--red);
}

/* Projects */
.projects {
  background: #191c1e;
  color: #fff;
}

.project-heading > p {
  color: #8d8f90;
}

.project-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 320px 320px;
  gap: 12px;
}

.project-card {
  position: relative;
  overflow: hidden;
  background: #2b2e30;
}

.project-large {
  grid-row: 1 / 3;
}

.project-photo {
  position: absolute;
  inset: 0;
  filter: saturate(0.9) contrast(1.03);
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.4s ease;
}

.project-card:hover .project-photo {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.04);
}

.project-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 11, 12, 0.92) 0%, rgba(10, 11, 12, 0.42) 31%, rgba(10, 11, 12, 0.03) 67%);
}

.project-meta {
  position: absolute;
  top: 22px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.55px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.project-copy {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.project-copy h3 {
  font: 700 46px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px;
  letter-spacing: -0.5px;
}

.project-large .project-copy h3 {
  font-size: 64px;
}

.project-copy p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
  max-width: 520px;
}

/* Equipment / safety / CTA */
.equipment {
  position: relative;
  min-height: 680px;
  padding: 0;
  display: flex;
  align-items: stretch;
  color: #fff;
  background: #2b271e;
}

.equipment-media,
.equipment-overlay {
  position: absolute;
  inset: 0;
}

.equipment-media img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.equipment-overlay {
  background: linear-gradient(90deg, rgba(18, 20, 22, 0.92) 0%, rgba(18, 20, 22, 0.78) 50%, rgba(18, 20, 22, 0.28) 100%);
}

.equipment-content {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 92px;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
}

.equipment-copy h2 {
  max-width: 570px;
}

.equipment-copy > p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 550px;
  margin: 28px 0;
}

.fleet-list {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.fleet-list div {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.fleet-list span {
  font-size: 9px;
  color: #8e9392;
  letter-spacing: 1.3px;
}

.fleet-list strong {
  font: 700 25px "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.safety {
  background: #e6e8e5;
}

.safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 92px;
}

.safety-title {
  position: relative;
  min-height: 290px;
}

.safety-title h2 {
  max-width: 540px;
}

.safety-copy {
  padding-top: 34px;
}

.safety-list {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #c8cbc7;
}

.safety-list div {
  padding: 19px 0;
  border-bottom: 1px solid #c8cbc7;
  font-size: 12px;
  font-weight: 700;
  color: #292c2d;
}

.safety-list div:nth-child(odd) {
  padding-right: 15px;
}

.safety-list span {
  color: var(--red);
  margin-right: 9px;
}

.cta-band {
  background: #1e2123;
  color: #fff;
  padding: 90px 0;
  border-top: 2px solid var(--red);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 96px;
  align-items: start;
}

.cta-band h2 {
  font-size: clamp(52px, 6vw, 84px);
  line-height: 0.9;
}

.cta-grid > div > p {
  color: rgba(255, 255, 255, 0.76);
  max-width: 620px;
  margin-top: 24px;
}

.contact-card {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.contact-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  align-items: start;
}

.contact-row > span {
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 800;
  color: #a2a6a5;
}

.contact-row a,
.contact-row address {
  font: 600 20px/1.35 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  color: #f3f4f2;
}

.btn-dark {
  margin-top: 20px;
}

footer {
  background: #111315;
  color: #fff;
  padding: 38px 0;
  border-top: 1px solid #292c2e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  align-items: center;
}

.footer-grid p {
  font-size: 10px;
  color: #7f8382;
  text-align: center;
}

.footer-grid p:last-child {
  text-align: right;
}

.footer-brand {
  min-width: auto;
  opacity: 0.94;
}

.footer-brand .brand-logo {
  height: 46px;
}

.footer-careers {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-bottom: 1px;
}

/* Inner pages */
.inner-hero {
  position: relative;
  min-height: 440px;
  padding-top: var(--header-h);
  background: #17191a;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 10%, rgba(189, 43, 49, 0.1), transparent 29%),
    linear-gradient(120deg, #17191b, #25282a);
}

.inner-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.82;
}

.inner-hero-content {
  position: relative;
  padding-top: 54px;
  padding-bottom: 54px;
}

.inner-hero h1 {
  font: 800 clamp(60px, 7vw, 94px)/0.89 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  margin: 0;
  max-width: 880px;
}

.inner-hero-content > p:last-of-type {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 28px 0 0;
}

.inner-hero-actions {
  margin-top: 32px;
}

.dark-band {
  background: #111213;
  color: #fff;
  padding: 95px 0;
}

.split-callout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 110px;
  align-items: center;
}

.split-callout h2,
.stat-statement h2 {
  font: 800 clamp(48px, 5vw, 76px)/0.94 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 0;
}

.split-callout p {
  color: #a7a7a3;
  margin-bottom: 28px;
}

.projects-page {
  background: #f0efeb;
}

.project-list {
  display: flex;
  flex-direction: column;
  gap: 95px;
}

.project-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
}

.project-row.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.project-row.reverse .project-row-image {
  order: 2;
}

.project-row-image {
  height: 520px;
  overflow: hidden;
  border: 1px solid rgba(20, 22, 23, 0.06);
}

.project-row-photo {
  height: 100%;
  filter: saturate(0.92) contrast(1.02);
}

.project-row h2 {
  margin-bottom: 22px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.tag-row span {
  border: 1px solid #c8c5bd;
  padding: 8px 10px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.22);
}

.cta-band.compact {
  padding: 70px 0;
}

.cta-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-inline h2 {
  font-size: clamp(44px, 5vw, 70px);
}

.cta-inline .btn-dark {
  margin-top: 0;
}

.machine-grid h2 {
  font-size: 46px;
  margin: 118px 0 12px;
}

.equipment-photo-band {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: end;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
  background: #17191b;
}

.equipment-photo-band img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.equipment-photo-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.82));
}

.equipment-photo-band .wrap {
  position: relative;
  z-index: 1;
}

.equipment-photo-band h2 {
  font: 800 clamp(56px, 6vw, 86px)/0.9 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2.5px;
  max-width: 820px;
  margin: 0;
}

.equipment-photo-band p {
  color: rgba(255, 255, 255, 0.74);
  max-width: 620px;
  margin-top: 22px;
}

.safety-page-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.large-copy {
  font-size: 17px;
  max-width: 620px;
  margin-top: 26px;
}

.process-list {
  border-top: 1px solid var(--line);
}

.process-list > div {
  display: grid;
  grid-template-columns: 55px 1fr 1.15fr;
  gap: 20px;
  align-items: start;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.process-list span {
  font-size: 10px;
  color: var(--red);
  letter-spacing: 1.2px;
}

.process-list h3 {
  font: 700 25px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.process-list p {
  font-size: 13px;
}

.stat-statement {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 40px;
  align-items: start;
}

.stat-statement > span {
  font: 800 120px/0.8 "Barlow Condensed", sans-serif;
  color: var(--red);
}

.about-values {
  background: #e7e9e6;
  padding: 95px 0;
}

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

.value-grid article {
  padding: 30px;
  border-right: 1px solid #c9c6be;
}

.value-grid article:first-child {
  border-left: 1px solid #c9c6be;
}

.value-grid h3 {
  font-size: 32px;
  margin: 95px 0 13px;
}

.careers-grid,
.contact-page-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: start;
}

.career-contact {
  border-top: 1px solid var(--line);
  margin-top: 45px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.career-contact span,
.contact-details span {
  font-size: 9px;
  letter-spacing: 1.4px;
  font-weight: 800;
  color: #8a8984;
}

.career-contact a {
  font: 700 34px "Barlow Condensed", sans-serif;
  margin-top: 8px;
}

.inquiry-form {
  background: #f8f9f7;
  padding: 34px;
  border: 1px solid #d6d9d5;
}

.inquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid #d3d6d2;
  background: #fff;
  padding: 14px 15px;
  font: 14px Inter, sans-serif;
  color: #111;
  outline: none;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: #999;
}

.inquiry-form textarea {
  resize: vertical;
}

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

.contact-details {
  margin-top: 45px;
  border-top: 1px solid var(--line);
}

.contact-details > div {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: start;
}

.contact-details a,
.contact-details address,
.contact-details p {
  font: 600 24px/1.35 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  margin: 0;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.js .reveal-target {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js .reveal-target.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .principles-grid {
    grid-template-columns: 1fr 1fr;
  }

  .principles-grid > div:nth-child(3) {
    border-left: 1px solid #cfd2ce;
  }

  .principles-grid > div {
    min-height: 160px;
  }
}

@media (max-width: 980px) {
  :root { --header-h: 78px; }

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

  .header-actions {
    margin-left: auto;
    margin-right: 6px;
  }

  .site-header {
    height: var(--header-h);
  }

  .brand {
    min-width: 0;
  }

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

  .menu-toggle span {
    display: block;
    height: 1px;
    background: #fff;
    width: 27px;
  }

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

  .mobile-menu {
    position: fixed;
    z-index: 19;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(17, 19, 21, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: #fff;
    padding: 105px 32px 30px;
    display: flex;
    flex-direction: column;
    transform: translateY(-110%);
    transition: transform 0.25s ease;
  }

  .mobile-menu.open {
    transform: translateY(0);
  }

  .mobile-menu a {
    padding: 16px 0;
    border-bottom: 1px solid #303234;
    font: 700 24px "Barlow Condensed", sans-serif;
    text-transform: uppercase;
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero {
    height: 820px;
    min-height: 760px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(16, 18, 20, 0.86), rgba(16, 18, 20, 0.54) 65%, rgba(16, 18, 20, 0.28)),
      linear-gradient(0deg, rgba(8, 9, 10, 0.5), transparent 55%);
  }

  .split-intro,
  .equipment-content,
  .safety-grid,
  .cta-grid,
  .split-callout,
  .project-row,
  .project-row.reverse,
  .safety-page-grid,
  .careers-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .intro-copy {
    padding-top: 0;
  }

  .service-grid,
  .detail-grid,
  .machine-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 520px 340px 340px;
  }

  .project-large {
    grid-row: auto;
  }

  .project-row.reverse .project-row-image {
    order: 0;
  }

  .equipment {
    min-height: 870px;
  }

  .equipment-overlay {
    background: rgba(12, 12, 12, 0.75);
  }

  .safety-title {
    min-height: 280px;
  }

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

  .value-grid article:nth-child(3) {
    border-left: 1px solid #c9c6be;
  }

  .cta-inline {
    align-items: flex-start;
  }

  .process-list > div {
    grid-template-columns: 45px 1fr;
  }

  .process-list p {
    grid-column: 2;
  }

  .stat-statement {
    grid-template-columns: 1fr;
  }

  .stat-statement > span {
    font-size: 90px;
  }

  .project-row-image {
    height: 460px;
  }

  .inner-hero {
    min-height: 420px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-grid p,
  .footer-grid p:last-child {
    text-align: left;
  }

  .footer-brand {
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(var(--max), calc(100% - 36px));
  }

  .site-header {
    padding: 0 18px;
    height: 82px;
  }

  .brand-logo {
    height: 40px;
  }

  .hero {
    min-height: 720px;
    height: 760px;
  }

  .hero-media img {
    object-position: 59% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(16, 18, 20, 0.88), rgba(16, 18, 20, 0.55)),
      linear-gradient(0deg, rgba(8, 9, 10, 0.48), transparent 55%);
  }

  .hero-content {
    padding-top: 66px;
  }

  .hero h1 {
    font-size: 54px;
    line-height: 0.9;
    letter-spacing: -1.45px;
  }

  .hero-lede {
    font-size: 14.5px;
    line-height: 1.6;
    max-width: 94%;
    margin: 24px 0 27px;
  }

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

  .hero-actions .btn {
    width: 100%;
    max-width: 270px;
  }

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

  .proof-grid div {
    padding: 19px 16px;
  }

  .proof-grid div:first-child {
    border-left: 0;
  }

  .proof-grid div:nth-child(2) {
    border-right: 0;
  }

  .proof-grid strong {
    font-size: 19px;
  }

  .section {
    padding: 74px 0;
  }

  .services {
    padding-top: 72px;
  }

  .section h2 {
    font-size: 48px;
    letter-spacing: -1.5px;
  }

  .section-heading {
    display: block;
    margin-bottom: 30px;
  }

  .section-heading > p {
    margin-top: 22px;
  }

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

  .principles-grid > div,
  .principles-grid > div:first-child,
  .principles-grid > div:nth-child(3) {
    border-left: 1px solid #cfd2ce;
    min-height: 135px;
    padding: 22px 24px;
  }

  .service-grid,
  .detail-grid,
  .machine-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .detail-grid article,
  .machine-grid article {
    min-height: 250px;
  }

  .service-card h3,
  .detail-grid h3,
  .machine-grid h2 {
    margin-top: 82px;
  }

  .project-grid {
    grid-template-rows: 420px 290px 290px;
  }

  .project-large .project-copy h3,
  .project-copy h3 {
    font-size: 42px;
  }

  .project-meta {
    top: 18px;
    left: 18px;
    right: 18px;
  }

  .project-copy {
    bottom: 20px;
    left: 18px;
    right: 18px;
  }

  .equipment {
    min-height: 820px;
  }

  .equipment-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .safety-title {
    min-height: auto;
  }

  .safety-copy {
    padding-top: 0;
  }

  .safety-list {
    grid-template-columns: 1fr;
  }

  .cta-band {
    padding: 70px 0;
  }

  .cta-grid {
    gap: 40px;
  }

  .cta-inline {
    flex-direction: column;
  }

  .contact-row {
    grid-template-columns: 70px 1fr;
  }

  .inner-hero {
    min-height: 370px;
  }

  .inner-hero-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-hero h1 {
    font-size: 54px;
    letter-spacing: -1.5px;
  }

  .project-list {
    gap: 60px;
  }

  .project-row-image {
    height: 340px;
  }

  .project-row h2 {
    font-size: 46px;
  }

  .form-two {
    grid-template-columns: 1fr;
  }

  .inquiry-form {
    padding: 22px;
  }

  .contact-details > div {
    grid-template-columns: 75px 1fr;
  }

  .equipment-photo-band {
    min-height: 500px;
    padding: 70px 0;
  }

  .value-grid article,
  .value-grid article:nth-child(3) {
    border-left: 1px solid #c9c6be;
  }

  .process-list > div {
    grid-template-columns: 36px 1fr;
  }

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

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

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

  .js .reveal-target {
    opacity: 1;
    transform: none;
  }
}
