:root {
  --font-body: Arial, Helvetica, sans-serif;
  --font-condensed: "Arial Narrow", Impact, sans-serif;
  --ink: #121212;
  --ink-soft: #191919;
  --orange: #ff5a1f;
  --orange-hot: #ff6a2d;
  --paper: #f3f1ec;
  --warm-gray: #e7e5e0;
  --white: #ffffff;
  --muted: #737373;
  --dark-line: rgba(18, 18, 18, 0.18);
  --light-line: rgba(255, 255, 255, 0.23);
  --shell: min(1320px, calc(100vw - 96px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-body), Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  background: var(--orange);
  color: var(--white);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 900px;
  height: 100svh;
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("../img/hero-earthworks.jpg") center 62% / cover no-repeat;
  animation: hero-image-in 900ms ease-out both;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 10, 10, 0.98) 0%, rgba(9, 10, 10, 0.89) 29%, rgba(9, 10, 10, 0.5) 51%, rgba(9, 10, 10, 0.03) 75%),
    linear-gradient(0deg, rgba(9, 10, 10, 0.9) 0%, transparent 43%),
    linear-gradient(180deg, rgba(9, 10, 10, 0.25) 0%, transparent 30%);
}

.hero__accent {
  position: absolute;
  right: -116px;
  bottom: -250px;
  z-index: 0;
  width: 240px;
  height: 610px;
  background: var(--orange);
  box-shadow: 0 0 80px rgba(255, 90, 31, 0.2);
  transform: rotate(27deg);
}

.site-header {
  position: relative;
  z-index: 20;
  height: 116px;
  background: rgba(12, 12, 12, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  flex: 0 0 auto;
  color: var(--white);
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
}

.brand b {
  color: var(--orange);
  font-weight: 900;
}

.brand i {
  position: absolute;
  top: -17px;
  right: -47px;
  width: 45px;
  height: 37px;
  border-right: 4px solid var(--white);
}

.brand i::before,
.brand i::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 34px;
  height: 4px;
  background: var(--white);
}

.brand i::before {
  right: 18px;
  transform: rotate(-39deg);
}

.brand i::after {
  right: -6px;
  transform: rotate(39deg);
}

.brand i em {
  position: absolute;
  right: 3px;
  top: 18px;
  width: 4px;
  height: 33px;
  background: var(--white);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3vw, 52px);
  margin-left: auto;
}

.site-nav a {
  position: relative;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 700;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 2px;
  background: var(--orange);
  transition: right 180ms ease-out;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  right: 0;
}

.site-nav__mobile-phone {
  display: none;
}

.site-header__contact {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: clamp(16px, 2vw, 34px);
}

.site-header__contact > a:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.site-header__contact > a:first-child span {
  color: var(--orange);
  font-size: 13px;
  text-shadow: 6px 0 0 var(--orange);
}

.header-arrow {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  background: var(--orange);
  font-size: 29px;
  transition: background 180ms ease-out, transform 180ms ease-out;
}

.header-arrow:hover,
.header-arrow:focus-visible {
  background: var(--orange-hot);
  transform: translateX(3px);
}

.menu-toggle {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-top: clamp(72px, 8.2vh, 104px);
}

.eyebrow,
.kicker {
  margin: 0;
  color: var(--orange);
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 21px;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: clamp(75px, 7vw, 108px);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  animation: title-in 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero h1 span:nth-child(2) {
  animation-delay: 80ms;
}

.hero h1 span:nth-child(3) {
  animation-delay: 160ms;
}

.hero__lead {
  max-width: 610px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  gap: 20px;
  margin-top: 27px;
}

.button {
  min-height: 62px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease-out, background 180ms ease-out, border-color 180ms ease-out;
}

.button span {
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  transition: transform 180ms ease-out;
}

.button:hover span,
.button:focus-visible span {
  transform: translateX(4px);
}

.button--primary {
  min-width: 335px;
  background: var(--orange);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--orange-hot);
}

.button--ghost {
  min-width: 278px;
  background: rgba(12, 12, 12, 0.35);
  border-color: rgba(255, 255, 255, 0.68);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: var(--orange);
}

.service-strip {
  position: absolute;
  left: 50%;
  bottom: 27px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(16, 16, 16, 0.95);
  border: 1px solid var(--light-line);
  transform: translateX(-50%);
  animation: strip-in 650ms 220ms ease-out both;
}

.service-strip__item {
  min-width: 0;
  min-height: 98px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  border-right: 1px solid var(--light-line);
  transition: background 180ms ease-out;
}

.service-strip__item:last-child {
  border-right: 0;
}

.service-strip__item:hover,
.service-strip__item:focus-visible {
  background: rgba(255, 90, 31, 0.11);
}

.service-strip__item strong {
  color: var(--orange);
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 1;
}

.service-strip__item span {
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.service-strip__item i {
  color: var(--orange);
  font-style: normal;
  font-size: 20px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.service-strip__item:hover i,
.service-strip__item:focus-visible i {
  opacity: 1;
  transform: none;
}

.trust-bar {
  background: var(--orange);
  color: var(--white);
}

.trust-bar__inner {
  min-height: 118px;
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.4fr;
  align-items: center;
}

.trust-bar p {
  min-height: 64px;
  margin: 0;
  padding: 0 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.trust-bar p:first-child {
  padding-left: 0;
  border-left: 0;
}

.trust-bar strong {
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 27px;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-bar span {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  opacity: 0.8;
  text-transform: uppercase;
}

.section {
  padding: 130px 0;
}

.section-heading {
  margin-bottom: 72px;
}

.section-heading--split,
.section-heading--projects {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 80px;
}

.section-heading h2,
.about h2,
.careers h2,
.contact h2 {
  margin: 17px 0 0;
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: clamp(62px, 6.3vw, 96px);
  font-weight: 900;
  line-height: 0.91;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.section-heading > p {
  max-width: 460px;
  margin: 0 0 7px;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 1.65;
}

.services {
  background: var(--paper);
  color: var(--ink);
}

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

.service-card {
  min-height: 480px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
  transition: color 220ms ease-out, background 220ms ease-out;
}

.service-card:hover {
  background: var(--ink);
  color: var(--white);
}

.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-card__top strong {
  color: var(--orange);
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.service-card__top span {
  font-size: 29px;
  transition: transform 220ms ease-out;
}

.service-card:hover .service-card__top span {
  transform: translate(4px, -4px);
}

.service-card h3 {
  margin: 48px 0 17px;
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.service-card p {
  margin: 0;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.7;
  transition: color 220ms ease-out;
}

.service-card:hover p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card ul {
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}

.service-card li {
  padding: 8px 0 8px 18px;
  position: relative;
  border-bottom: 1px solid var(--dark-line);
  font-size: 13px;
  font-weight: 700;
  transition: border-color 220ms ease-out;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  background: var(--orange);
}

.service-card:hover li {
  border-color: rgba(255, 255, 255, 0.15);
}

.service-card > a {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--orange);
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.service-card > a span {
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 23px;
}

.process-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.process-section::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  width: 280px;
  height: 100%;
  background: var(--orange);
  opacity: 0.1;
  transform: skewX(-16deg);
  transform-origin: top;
}

.process-section .section-heading > p {
  color: rgba(255, 255, 255, 0.65);
}

.process-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--light-line);
  border-left: 1px solid var(--light-line);
}

.process-step {
  min-height: 310px;
  padding: 31px;
  border-right: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
}

.process-step > span {
  color: var(--orange);
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.process-step h3 {
  margin: 92px 0 15px;
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 31px;
  font-weight: 900;
  text-transform: uppercase;
}

.process-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.65;
}

.projects {
  background: var(--warm-gray);
  color: var(--ink);
}

.section-heading--projects > p {
  color: #5d5d5d;
}

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

.project-card {
  padding: 0;
  display: block;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.project-card__image {
  position: relative;
  height: 410px;
  display: block;
  overflow: hidden;
  background: #d3d0c9;
}

.project-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.38));
}

.project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-card:hover .project-card__image img,
.project-card:focus-visible .project-card__image img {
  transform: scale(1.045);
}

.project-card__image i {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  color: var(--white);
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 900;
}

.project-card__content {
  min-height: 112px;
  padding: 22px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--dark-line);
}

.project-card__content > span {
  display: flex;
  flex-direction: column;
}

.project-card__content strong {
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.project-card__content small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.project-card__content b {
  color: var(--orange);
  font-size: 27px;
  transition: transform 180ms ease-out;
}

.project-card:hover .project-card__content b {
  transform: translate(3px, -3px);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 48px;
  display: grid;
  place-items: center;
}

.lightbox[hidden] {
  display: none;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 5, 5, 0.92);
  cursor: zoom-out;
}

.lightbox__content {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: calc(100svh - 96px);
  background: var(--ink);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.lightbox__content > img {
  width: 100%;
  height: min(68svh, 720px);
  object-fit: contain;
  background: #0a0a0a;
}

.lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 60px;
  height: 60px;
  border: 0;
  background: var(--orange);
  color: var(--white);
  font-size: 33px;
  cursor: pointer;
}

.lightbox__footer {
  min-height: 88px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lightbox__footer > div:first-child {
  display: flex;
  flex-direction: column;
}

.lightbox__footer strong {
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.lightbox__footer span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.lightbox__controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lightbox__controls button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--light-line);
  background: transparent;
  cursor: pointer;
}

.lightbox__controls button:hover {
  border-color: var(--orange);
}

.about {
  overflow: hidden;
  background: var(--ink);
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: 90px;
}

.about__mark {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: clamp(105px, 13vw, 210px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.78;
  opacity: 0.1;
  transform: rotate(-90deg) translateY(-10%);
  transform-origin: center;
  white-space: nowrap;
}

.about__mark b {
  color: var(--orange);
}

.about__content {
  position: relative;
  z-index: 1;
}

.about__content > p:not(.kicker) {
  max-width: 590px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 17px;
  line-height: 1.72;
}

.about__points {
  margin-top: 40px;
  border-top: 1px solid var(--light-line);
}

.about__points span {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--light-line);
  font-size: 14px;
  font-weight: 700;
}

.about__points b {
  color: var(--orange);
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 19px;
}

.text-link {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  color: var(--orange);
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-link span {
  color: var(--white);
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 23px;
  transition: transform 180ms ease-out;
}

.text-link:hover span {
  transform: translateX(4px);
}

.careers {
  padding: 105px 0;
  background: var(--orange);
}

.careers .kicker {
  color: var(--ink);
  opacity: 0.68;
}

.careers__inner {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 100px;
}

.careers h2 {
  margin-top: 16px;
  font-size: clamp(57px, 5.5vw, 86px);
}

.careers__inner > div:last-child > p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.7;
}

.button--light {
  min-width: 100%;
  background: var(--white);
  color: var(--ink);
}

.button--light:hover {
  background: var(--ink);
  color: var(--white);
}

.contact {
  background: var(--paper);
  color: var(--ink);
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(480px, 1.1fr);
  align-items: stretch;
  gap: 100px;
}

.contact__intro > p:not(.kicker) {
  max-width: 580px;
  margin: 28px 0 0;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 1.75;
}

.contact__quick {
  margin-top: 44px;
  border-top: 1px solid var(--dark-line);
}

.contact__quick a {
  min-height: 79px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid var(--dark-line);
  transition: padding 180ms ease-out, color 180ms ease-out;
}

.contact__quick a:hover {
  padding-left: 10px;
  color: var(--orange);
}

.contact__quick span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact__quick strong {
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 27px;
  font-weight: 900;
}

.contact-panel {
  position: relative;
  padding: 48px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  border-top: 6px solid var(--orange);
  box-shadow: 0 20px 70px rgba(18, 18, 18, 0.1);
}

.contact-panel::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -165px;
  width: 185px;
  height: 420px;
  background: var(--orange);
  transform: rotate(27deg);
}

.contact-panel__label {
  margin-top: 62px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-panel__main-phone {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--light-line);
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: clamp(43px, 4.5vw, 67px);
  font-weight: 900;
  line-height: 1;
}

.contact-panel__main-phone > span {
  color: var(--orange);
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  transition: transform 180ms ease-out;
}

.contact-panel__main-phone:hover > span {
  transform: translateX(5px);
}

.contact-panel__other {
  position: relative;
  z-index: 1;
  margin: 27px 0 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 24px;
}

.contact-panel__other > span {
  grid-row: 1 / 3;
  align-self: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-panel__other a {
  font-family: var(--font-condensed), Impact, sans-serif;
  font-size: 21px;
  font-weight: 800;
  text-align: right;
}

.contact-panel__other a:hover {
  color: var(--orange);
}

.button--contact {
  position: relative;
  z-index: 1;
  width: 100%;
  background: var(--orange);
}

.button--contact:hover {
  background: var(--white);
  color: var(--ink);
}

.contact-panel address {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-style: normal;
}

.contact-panel address strong {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 14px;
}

.footer {
  background: #0b0b0b;
}

.footer__top {
  min-height: 230px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 70px;
}

.brand--footer {
  width: max-content;
}

.footer__top > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  line-height: 1.7;
}

.footer__top nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 16px 42px;
}

.footer__top nav a {
  font-size: 13px;
  font-weight: 700;
}

.footer__top nav a:hover {
  color: var(--orange);
}

.footer__bottom {
  min-height: 73px;
  display: flex;
  align-items: center;
  gap: 38px;
  border-top: 1px solid var(--light-line);
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer__bottom span {
  margin-right: auto;
}

.footer__bottom a:hover {
  color: var(--orange);
}

@keyframes hero-image-in {
  from { transform: scale(1.03); }
  to { transform: scale(1); }
}

@keyframes title-in {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes strip-in {
  from { opacity: 0; transform: translate(-50%, 16px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@media (max-width: 1120px) {
  :root {
    --shell: min(100% - 56px, 1040px);
  }

  .site-nav {
    gap: 24px;
  }

  .site-header__contact > a:first-child {
    display: none;
  }

  .hero h1 {
    font-size: clamp(68px, 8.8vw, 94px);
  }

  .service-strip__item {
    padding-inline: 16px;
    gap: 12px;
  }

  .service-strip__item strong {
    font-size: 35px;
  }

  .service-strip__item span {
    font-size: 14px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about__grid {
    gap: 50px;
  }

  .contact__grid {
    gap: 50px;
  }
}

@media (max-width: 860px) {
  .section {
    padding: 100px 0;
  }

  .section-heading--split,
  .section-heading--projects,
  .careers__inner,
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

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

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

  .project-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 12px);
  }

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

  .about__mark {
    display: none;
  }

  .contact__intro {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100% - 36px);
  }

  .hero {
    min-height: 800px;
    height: 100svh;
  }

  .site-header {
    height: 82px;
  }

  .brand {
    font-size: 34px;
  }

  .brand i {
    top: -13px;
    right: -39px;
    transform: scale(0.76);
    transform-origin: left center;
  }

  .site-nav {
    position: fixed;
    inset: 82px 0 0;
    z-index: 50;
    padding: 42px 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(13, 13, 13, 0.995);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 180ms ease-out, visibility 180ms ease-out, transform 180ms ease-out;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-nav a {
    padding: 18px 4px;
    border-bottom: 1px solid var(--light-line);
    font-family: var(--font-condensed), Impact, sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .site-nav__mobile-phone {
    display: block;
    margin-top: 22px;
    color: var(--orange);
  }

  .site-header__contact {
    display: none;
  }

  .menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 0;
    background: var(--orange);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 23px;
    height: 2px;
    background: var(--white);
    transition: transform 180ms ease-out;
  }

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

  .menu-toggle.is-open span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .hero__image {
    background-position: 63% center;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(9, 10, 10, 0.97) 0%, rgba(9, 10, 10, 0.68) 78%, rgba(9, 10, 10, 0.38) 100%),
      linear-gradient(0deg, rgba(9, 10, 10, 0.96) 0%, transparent 50%);
  }

  .hero__accent {
    right: -130px;
    bottom: -350px;
  }

  .hero__content {
    padding-top: 59px;
  }

  .eyebrow,
  .kicker {
    font-size: 13px;
  }

  .eyebrow {
    margin-bottom: 15px;
  }

  .hero h1 {
    max-width: 520px;
    font-size: clamp(50px, 14.5vw, 76px);
    line-height: 0.89;
  }

  .hero__lead {
    max-width: 520px;
    margin-top: 20px;
    font-size: 15px;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 21px;
  }

  .button,
  .button--primary,
  .button--ghost {
    min-width: 0;
    min-height: 54px;
    padding-inline: 20px;
  }

  .service-strip {
    bottom: 17px;
    grid-template-columns: repeat(2, 1fr);
  }

  .service-strip__item {
    min-height: 57px;
    padding-inline: 10px;
    gap: 8px;
  }

  .service-strip__item:nth-child(2) {
    border-right: 0;
  }

  .service-strip__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--light-line);
  }

  .service-strip__item strong {
    font-size: 26px;
  }

  .service-strip__item span {
    font-size: 11px;
  }

  .service-strip__item i {
    display: none;
  }

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

  .trust-bar p,
  .trust-bar p:first-child {
    min-height: 77px;
    padding: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .trust-bar p:last-child {
    border-bottom: 0;
  }

  .trust-bar strong {
    font-size: 23px;
  }

  .section {
    padding: 80px 0;
  }

  .section-heading {
    margin-bottom: 43px;
  }

  .section-heading h2,
  .about h2,
  .careers h2,
  .contact h2 {
    font-size: clamp(48px, 13vw, 68px);
  }

  .section-heading > p {
    font-size: 15px;
  }

  .services-grid,
  .process-grid,
  .projects-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 410px;
    padding: 27px;
  }

  .service-card h3 {
    margin-top: 36px;
  }

  .process-step {
    min-height: 230px;
    padding: 26px;
  }

  .process-step h3 {
    margin-top: 55px;
  }

  .project-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .project-card__image {
    height: 340px;
  }

  .about__content > p:not(.kicker) {
    font-size: 15px;
  }

  .careers {
    padding: 75px 0;
  }

  .careers__inner {
    gap: 28px;
  }

  .contact-panel {
    padding: 32px 24px;
  }

  .contact-panel__label {
    margin-top: 44px;
  }

  .contact-panel__main-phone {
    font-size: clamp(38px, 12vw, 53px);
  }

  .contact-panel__other {
    grid-template-columns: 1fr;
  }

  .contact-panel__other > span {
    grid-row: auto;
    margin-bottom: 8px;
  }

  .contact-panel__other a {
    text-align: left;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox__content {
    max-height: calc(100svh - 24px);
  }

  .lightbox__content > img {
    height: 66svh;
  }

  .lightbox__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .footer__top {
    min-height: 0;
    padding: 70px 0 45px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer__top nav {
    max-width: 320px;
  }

  .footer__bottom {
    min-height: 0;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer__bottom span {
    margin-right: 0;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 770px;
  }

  .hero__content {
    padding-top: 48px;
  }

  .hero h1 {
    font-size: clamp(45px, 13.8vw, 60px);
  }

  .hero__lead {
    font-size: 13px;
    line-height: 1.45;
  }

  .button {
    font-size: 13px;
  }

  .service-strip__item span {
    font-size: 10px;
  }

  .contact__quick strong {
    font-size: 23px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
