.service-hero {
  min-height: 88svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
  gap: 6vw;
  align-items: center;
  padding: 132px max(28px, 6vw) 84px;
  background: radial-gradient(circle at 72% 36%, rgba(103, 41, 20, .34), transparent 34%), linear-gradient(135deg, #101111, #080909 62%);
}

.service-hero-copy h1 {
  max-width: 920px;
  margin: 0;
  font: 800 clamp(3.2rem, 6.4vw, 6.8rem)/.9 Georgia, "Times New Roman", serif;
  letter-spacing: -.055em;
}

.service-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 30px 0;
  color: #c4c5c5;
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
}

.service-hero figure {
  position: relative;
  margin: 0;
  border: 1px solid #3b3e40;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
  overflow: hidden;
}

.service-hero figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-hero figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 36px 18px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .9));
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 1px;
  background: #343739;
}

.service-detail-grid article {
  min-height: 250px;
  padding: 34px;
  background: linear-gradient(145deg, #181a1b, #0e0f0f);
}

.service-detail-grid h3 { margin: 0 0 12px; font-size: 1.25rem; }
.service-detail-grid p { margin: 0; color: var(--muted); }
.service-proof {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.service-proof img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border: 1px solid #383b3d;
}

.service-proof-copy > p:not(.eyebrow) { color: #b5b8b9; font-size: 1.06rem; }
.related-services { padding-top: 60px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-grid a { padding: 24px; border: 1px solid #343739; background: #111213; font-weight: 850; }
.related-grid a:hover { border-color: var(--red); background: #171819; }
.chassis-cta {
  padding: 110px max(28px, 10vw);
  text-align: center;
  background: linear-gradient(130deg, #1c1e1f, #0b0c0c);
  border-block: 1px solid #303334;
}

.chassis-cta h2 {
  max-width: 900px;
  margin: 0 auto;
  font: 800 clamp(2.8rem, 5.4vw, 5.8rem)/.94 Georgia, "Times New Roman", serif;
  letter-spacing: -.05em;
}

.chassis-cta > p:not(.eyebrow) { max-width: 680px; margin: 28px auto; color: #aeb0b1; }
.chassis-cta .button { margin-top: 8px; }

@media (max-width: 900px) {
  .service-hero { grid-template-columns: 1fr; padding-top: 112px; }
  .service-hero figure { max-width: 700px; order: -1; }
  .service-proof { grid-template-columns: 1fr; gap: 40px; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .service-hero { min-height: auto; padding: 100px 22px 70px; }
  .service-hero-copy h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .service-hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-detail-grid article { min-height: 0; padding: 28px 22px; }
  .chassis-cta { padding: 78px 22px; }
  .chassis-cta .button { width: 100%; }
}
