:root {
  --ink: #171411;
  --asphalt: #1c1b18;
  --asphalt-2: #2c2a25;
  --paper: #f7f2e8;
  --paper-2: #ebe2d2;
  --white: #fffdf8;
  --muted: #625d53;
  --line: #d8cbb8;
  --safety: #d7a12b;
  --safety-2: #f1cf79;
  --clay: #8f4e2c;
  --pine: #264535;
  --steel: #4e5b5e;
  --shadow: 0 22px 60px rgba(23, 20, 17, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(247, 242, 232, 0.94), rgba(247, 242, 232, 0.97)),
    url("assets/j1s-heavy-equipment-hero.png") center 5rem / min(1500px, 160vw) auto fixed no-repeat,
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

p,
h1,
h2,
h3,
a,
button,
label,
input,
select,
textarea {
  overflow-wrap: anywhere;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 30;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--asphalt);
  font-weight: 800;
}

.skip-link:focus {
  top: 1rem;
}

.powered-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0.75rem auto 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(28, 27, 24, 0.14);
  border-radius: 8px;
  color: var(--asphalt);
  background: rgba(255, 253, 248, 0.88);
  font-size: 0.78rem;
  font-weight: 950;
  backdrop-filter: blur(14px);
}

.powered-strip a,
.powered-footer-link {
  color: var(--asphalt);
  font-weight: 950;
  text-decoration: none;
}

.powered-strip a:hover,
.powered-strip a:focus-visible,
.powered-footer-link:hover,
.powered-footer-link:focus-visible {
  text-decoration: underline;
}

.powered-strip span {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.4rem;
  padding: 0.7rem max(1rem, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(247, 242, 232, 0.12);
  color: var(--white);
  background: rgba(28, 27, 24, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 0.65rem;
  font-weight: 900;
  text-decoration: none;
}

.brand-copy {
  display: grid;
  gap: 0.12rem;
  line-height: 1.08;
}

.brand-copy small {
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.brand-mark {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 2px solid var(--safety-2);
  border-radius: 8px;
  color: var(--ink);
  background: var(--safety);
  font-weight: 950;
}

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}

.primary-menu a {
  min-height: 2.55rem;
  padding: 0.58rem 0.74rem;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.primary-menu a:hover,
.primary-menu a:focus-visible {
  color: var(--ink);
  background: var(--safety);
  outline: none;
}

.primary-menu .nav-call {
  color: var(--ink);
  background: var(--safety);
}

.nav-toggle {
  display: none;
  width: 2.8rem;
  height: 2.55rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0.27rem auto;
  background: var(--white);
}

.j1s-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: 43rem;
  padding: 7rem max(1rem, calc((100vw - 1180px) / 2)) 2.2rem;
  color: var(--white);
  overflow: hidden;
  background: var(--asphalt);
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.04) brightness(1);
  transform: scale(1.02);
  animation: heroPhotoBreathe 6500ms ease-out both;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(28, 27, 24, 0.96) 0%, rgba(28, 27, 24, 0.84) 46%, rgba(28, 27, 24, 0.36) 82%),
    linear-gradient(0deg, rgba(28, 27, 24, 0.86), rgba(28, 27, 24, 0.08) 44%);
  opacity: 0;
  animation: heroShadeFade 1050ms ease-out 1200ms forwards;
}

.hero-copy {
  max-width: 55rem;
  opacity: 0;
  transform: translateY(0.85rem);
  animation: heroCopyFade 850ms ease-out 1900ms forwards;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.75rem;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.j1s-hero .eyebrow {
  color: var(--safety);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1rem;
  font-size: 5rem;
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  color: var(--asphalt);
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.5rem;
  color: var(--asphalt);
  font-size: 1.25rem;
  line-height: 1.16;
}

.hero-lede {
  max-width: 48rem;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.35rem;
  font-weight: 720;
}

.hero-note {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  font-weight: 750;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.78rem 1rem;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: var(--ink);
  background: var(--safety);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(23, 23, 23, 0.42);
}

.section .button-secondary,
.secure-section .button-secondary {
  color: var(--asphalt);
  border-color: var(--line);
  background: var(--white);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
  box-shadow: 0 14px 30px rgba(23, 23, 23, 0.18);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 56rem;
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(0.6rem);
  animation: heroCopyFade 850ms ease-out 2200ms forwards;
}

@keyframes heroPhotoBreathe {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.055);
  }
}

@keyframes heroShadeFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes heroCopyFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo,
  .hero-shade,
  .hero-copy,
  .hero-badges {
    animation: none;
  }

  .hero-shade,
  .hero-copy,
  .hero-badges {
    opacity: 1;
    transform: none;
  }

  .hero-photo {
    transform: none;
  }
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--white);
  background: rgba(23, 23, 23, 0.48);
  font-size: 0.9rem;
  font-weight: 850;
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.96);
}

.contact-strip a {
  display: grid;
  gap: 0.2rem;
  min-height: 5.5rem;
  padding: 1rem max(1rem, calc((100vw - 1180px) / 2));
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.contact-strip a:last-child {
  border-right: 0;
}

.contact-strip span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-strip strong {
  color: var(--asphalt);
  font-size: 1.05rem;
}

.contact-strip a:hover,
.contact-strip a:focus-visible {
  background: #fff4cd;
  outline: none;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 4rem 0;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(12rem, 0.34fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  padding-top: 4.5rem;
}

.intro-section p,
.equipment-band p,
.area-list,
.standout-section p,
.section-heading p,
.desk-grid p,
.service-grid p,
.work-list strong,
.contact-section p,
.packet-panel p {
  color: #454941;
  font-weight: 690;
}

.equipment-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: -1.5rem auto 4rem;
}

.equipment-band article {
  padding: 1rem;
  border: 1px solid var(--line);
  border-top: 7px solid var(--safety);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 12px 32px rgba(23, 20, 17, 0.08);
}

.equipment-band article:nth-child(2) {
  border-top-color: var(--clay);
}

.equipment-band article:nth-child(3) {
  border-top-color: var(--pine);
}

.equipment-band span,
.area-list span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.equipment-band strong {
  display: block;
  color: var(--asphalt);
  font-size: 1.45rem;
  line-height: 1.1;
}

.equipment-band p {
  margin: 0.45rem 0 0;
}

.standout-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(20rem, 1fr);
  gap: 1rem;
  align-items: stretch;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 4rem;
}

.standout-copy,
.standout-steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(23, 23, 23, 0.08);
}

.standout-copy {
  display: grid;
  align-content: center;
  padding: 1.25rem;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(28, 27, 24, 0.96), rgba(44, 42, 37, 0.92)),
    var(--asphalt);
}

.standout-copy h2 {
  color: var(--white);
}

.standout-copy .eyebrow {
  color: var(--safety);
}

.standout-copy p {
  color: rgba(255, 255, 255, 0.82);
}

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

.standout-steps article {
  display: grid;
  gap: 0.55rem;
  align-content: start;
  padding: 1rem;
  background: var(--white);
  border-top: 7px solid var(--safety);
}

.standout-steps article:nth-child(2) {
  border-top-color: var(--clay);
}

.standout-steps article:nth-child(3) {
  border-top-color: var(--pine);
}

.standout-steps span {
  display: inline-grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 999px;
  color: var(--ink);
  background: var(--safety);
  font-weight: 950;
}

.standout-steps strong {
  color: var(--asphalt);
  font-size: 1.12rem;
  line-height: 1.14;
}

.standout-steps small {
  color: #454941;
  font-weight: 750;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(12rem, 0.34fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.35rem;
}

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

.service-grid article,
.desk-grid article,
.request-form,
.packet-panel,
.work-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 12px 32px rgba(23, 20, 17, 0.08);
}

.photo-proof-section {
  padding-top: 1rem;
}

.photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 1rem;
}

.photo-card {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  margin: 0;
  border: 8px solid var(--white);
  border-radius: 8px;
  background: var(--asphalt);
  box-shadow:
    0 0 0 1px rgba(28, 27, 24, 0.18),
    0 18px 46px rgba(23, 20, 17, 0.18);
  transform: rotate(-0.35deg);
}

.photo-card:nth-child(2) {
  transform: rotate(0.45deg);
}

.photo-card:nth-child(3) {
  transform: rotate(-0.2deg);
}

.photo-card-large {
  grid-row: span 2;
  min-height: 37rem;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(28, 27, 24, 0.84), rgba(28, 27, 24, 0.05) 56%),
    linear-gradient(90deg, rgba(215, 161, 43, 0.14), transparent 35%);
  pointer-events: none;
}

.photo-card::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  z-index: 1;
  border: 1px solid rgba(255, 253, 248, 0.34);
  border-radius: 5px;
  pointer-events: none;
}

.photo-stamp,
.work-photo-label {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.42rem 0.64rem;
  border: 1px solid rgba(255, 253, 248, 0.34);
  border-radius: 6px;
  color: var(--ink);
  background: rgba(241, 207, 121, 0.92);
  box-shadow: 0 12px 24px rgba(23, 20, 17, 0.22);
  font-size: 0.75rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.photo-stamp {
  top: 1rem;
  left: 1rem;
  rotate: -1deg;
}

.photo-card figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  display: grid;
  gap: 0.22rem;
  color: var(--white);
}

.photo-card figcaption strong {
  font-size: 1.08rem;
}

.photo-card figcaption span {
  color: rgba(255, 253, 248, 0.82);
  font-weight: 760;
}

.service-grid article,
.desk-grid article,
.work-list article {
  padding: 1rem;
}

.service-grid article {
  border-top: 7px solid var(--safety);
}

.service-grid article:nth-child(3n + 2) {
  border-top-color: var(--pine);
}

.service-grid article:nth-child(3n) {
  border-top-color: var(--clay);
}

.service-grid span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 950;
}

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

.desk-grid article {
  border-left: 8px solid var(--asphalt);
}

.desk-grid article:nth-child(2) {
  border-left-color: var(--safety);
}

.desk-grid article:nth-child(3) {
  border-left-color: var(--clay);
}

.desk-grid article:nth-child(4) {
  border-left-color: var(--pine);
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-left: 8px solid var(--safety);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 12px 32px rgba(23, 20, 17, 0.08);
}

.area-list span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.68rem;
  border: 1px solid rgba(28, 27, 24, 0.16);
  border-radius: 999px;
  color: var(--asphalt);
  background: var(--paper);
}

.secure-section {
  width: 100%;
  max-width: none;
  padding-right: max(1rem, calc((100vw - 1180px) / 2));
  padding-left: max(1rem, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(rgba(235, 226, 210, 0.95), rgba(235, 226, 210, 0.97)),
    url("assets/j1s-heavy-equipment-hero.png") center / cover no-repeat;
}

.secure-section .section-heading,
.secure-layout {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.secure-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.42fr);
  gap: 1rem;
  align-items: start;
}

.request-form,
.packet-panel {
  padding: 1rem;
}

.secure-form-head {
  margin-bottom: 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--line);
}

.secure-form-head h3 {
  margin-bottom: 0.35rem;
}

.secure-form-head p {
  max-width: 760px;
  margin-bottom: 0;
  color: #454941;
  font-weight: 720;
}

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

label {
  display: grid;
  gap: 0.38rem;
  color: var(--asphalt);
  font-size: 0.9rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 2.9rem;
  padding: 0.72rem 0.8rem;
  border: 2px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 650;
}

textarea {
  min-height: 10rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--pine);
  outline: none;
  box-shadow: 0 0 0 4px rgba(47, 93, 70, 0.14);
}

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

.service-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
  padding: 0.85rem;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #faf8f1;
}

.service-fieldset legend {
  padding: 0 0.35rem;
  color: var(--asphalt);
  font-weight: 950;
}

.service-fieldset label,
.check-row {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.9rem;
}

.service-fieldset input,
.check-row input {
  width: 1.05rem;
  min-width: 1.05rem;
  height: 1.05rem;
  min-height: 1.05rem;
  margin-top: 0.2rem;
}

.check-row {
  margin-top: 0.8rem;
  color: #343733;
}

.request-result {
  display: block;
  min-height: 1.4rem;
  margin-top: 0.8rem;
  color: var(--muted);
  font-weight: 850;
}

.request-result[data-tone="success"] {
  color: var(--pine);
}

.request-result[data-tone="error"] {
  color: #9f2d1f;
}

.secure-side {
  position: sticky;
  top: 5.4rem;
  display: grid;
  gap: 1rem;
}

.phone-card {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--line);
  border-left: 8px solid var(--safety);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 12px 32px rgba(23, 20, 17, 0.08);
}

.phone-card p:last-child {
  margin-bottom: 0;
  color: #454941;
  font-weight: 720;
}

.phone-frame {
  position: relative;
  display: grid;
  width: 7.3rem;
  aspect-ratio: 0.56;
  padding: 0.65rem 0.48rem;
  border: 4px solid var(--asphalt);
  border-radius: 1.25rem;
  background: #0e0f0e;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 18px 34px rgba(28, 27, 24, 0.18);
}

.phone-speaker {
  position: absolute;
  top: 0.36rem;
  left: 50%;
  width: 2.1rem;
  height: 0.22rem;
  border-radius: 999px;
  background: #3f423e;
  transform: translateX(-50%);
}

.phone-screen {
  display: grid;
  gap: 0.42rem;
  align-content: end;
  overflow: hidden;
  padding: 1.05rem 0.38rem 0.48rem;
  border-radius: 0.82rem;
  background:
    linear-gradient(rgba(247, 242, 232, 0.92), rgba(247, 242, 232, 0.96)),
    var(--paper);
}

.sms {
  max-width: 92%;
  margin: 0;
  padding: 0.38rem 0.45rem;
  border-radius: 0.68rem;
  color: var(--ink);
  font-size: 0.64rem;
  font-weight: 850;
  line-height: 1.2;
}

.sms-in {
  justify-self: start;
  background: var(--white);
}

.sms-out {
  justify-self: end;
  color: var(--ink);
  background: var(--safety-2);
}

.secure-proof,
.packet-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 12px 32px rgba(23, 20, 17, 0.08);
}

.secure-proof {
  padding: 1rem;
  border-left: 8px solid var(--pine);
}

.secure-proof ul {
  display: grid;
  gap: 0.52rem;
  margin: 0;
  padding-left: 1.1rem;
  color: #454941;
  font-weight: 720;
}

.packet-panel textarea {
  width: 100%;
  min-height: 18rem;
  color: #f8f1df;
  background: var(--asphalt);
  font: 0.82rem/1.45 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

.work-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.45fr);
  gap: 1rem;
  align-items: stretch;
}

.work-board figure {
  position: relative;
  min-height: 26rem;
  margin: 0;
  overflow: hidden;
  border: 8px solid var(--white);
  border-radius: 8px;
  background: var(--white);
  box-shadow:
    0 0 0 1px rgba(28, 27, 24, 0.18),
    var(--shadow);
}

.work-board figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(28, 27, 24, 0.38), transparent 48%);
  pointer-events: none;
}

.work-board img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-photo-label {
  top: 1rem;
  right: 1rem;
}

.work-list {
  display: grid;
  gap: 1rem;
}

.work-list article {
  display: grid;
  align-content: center;
  min-height: 8rem;
  border-left: 8px solid var(--safety);
}

.work-list article:nth-child(2) {
  border-left-color: var(--clay);
}

.work-list article:nth-child(3) {
  border-left-color: var(--pine);
}

.work-list span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.work-list strong {
  display: block;
  color: var(--asphalt);
  font-size: 1.1rem;
  line-height: 1.25;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1.25rem;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(28, 27, 24, 0.98), rgba(44, 42, 37, 0.94)),
    var(--asphalt);
}

.contact-section h2,
.contact-section .eyebrow {
  color: var(--white);
}

.contact-section .eyebrow {
  color: var(--safety);
}

.contact-section p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 1.4rem 0 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--asphalt);
}

@media (max-width: 1040px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  .nav-toggle {
    display: block;
  }

  .primary-menu {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: var(--asphalt);
    box-shadow: var(--shadow);
  }

  .primary-menu.is-open {
    display: flex;
  }

  .primary-menu a {
    white-space: normal;
  }

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

  .intro-section,
  .equipment-band,
  .standout-section,
  .section-heading,
  .photo-grid,
  .secure-layout,
  .work-board {
    grid-template-columns: 1fr;
  }

  .standout-steps {
    grid-template-columns: 1fr;
  }

  .secure-side {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 4rem;
  }

  .brand span:last-child {
    max-width: 11rem;
    line-height: 1.1;
  }

  .j1s-hero {
    align-items: end;
    min-height: min(46rem, 100svh);
    padding-top: 6.25rem;
    padding-bottom: 1.25rem;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(28, 27, 24, 0.34) 0%, rgba(28, 27, 24, 0.26) 34%, rgba(28, 27, 24, 0.56) 68%, rgba(28, 27, 24, 0.84) 100%),
      linear-gradient(90deg, rgba(28, 27, 24, 0.4), rgba(28, 27, 24, 0.24) 52%, rgba(28, 27, 24, 0.12));
  }

  .hero-photo {
    object-position: 76% center;
    filter: saturate(1.03) contrast(1.05) brightness(1.08);
  }

  .hero-copy {
    max-width: 100%;
    padding: 0.8rem;
    border-left: 4px solid var(--safety);
    border-radius: 8px;
    background: rgba(17, 14, 11, 0.38);
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(2px);
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(2.35rem, 13vw, 3.15rem);
  }

  h2 {
    font-size: 2.05rem;
  }

  .hero-lede {
    font-size: 1.12rem;
  }

  .actions,
  .contact-actions,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .contact-strip,
  .equipment-band,
  .service-grid,
  .photo-grid,
  .desk-grid,
  .form-grid,
  .service-fieldset,
  .phone-card,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .phone-frame {
    width: min(10rem, 70vw);
    justify-self: center;
  }

  .contact-strip a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-strip a:last-child {
    border-bottom: 0;
  }

  .section {
    width: min(100% - 24px, 1180px);
    padding: 3rem 0;
  }

  .secure-section {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .work-board figure {
    min-height: 18rem;
  }

  .photo-card,
  .photo-card-large {
    min-height: 17rem;
  }
}
