.service-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0b171d;
  color: #fff;
}
.service-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(5, 14, 18, 0.9) 0%,
      rgba(5, 14, 18, 0.68) 48%,
      rgba(5, 14, 18, 0.2) 100%
    ),
    linear-gradient(0deg, rgba(5, 14, 18, 0.72), transparent 58%);
}
.service-hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(76px, 10vw, 130px) var(--gutter) 64px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.service-hero .eyebrow {
  color: #88cbe8;
  margin-bottom: 14px;
}
.service-hero h1 {
  max-width: 1000px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 0.86;
  text-transform: uppercase;
}
.service-hero-lead {
  max-width: 720px;
  margin: 28px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.48;
  color: rgba(255, 255, 255, 0.88);
}
.photo-credit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(5, 14, 18, 0.48);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}
.photo-credit:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #75c6e8;
}
.detail-wrap {
  width: min(var(--max), 100%);
  margin: auto;
  padding: clamp(76px, 9vw, 130px) var(--gutter);
}
.detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}
.detail-copy h2,
.detail-section h2,
.method-section h2,
.faq-section h2,
.related-services h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 5.5vw, 78px);
  font-weight: 820;
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.detail-copy p {
  max-width: 68ch;
  color: var(--muted);
  font-size: 18px;
}
.detail-copy .lead {
  color: var(--text);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.5;
}
.detail-aside {
  position: sticky;
  top: 104px;
  padding: 32px;
  border-radius: var(--radius);
  background: #122128;
  color: #fff;
  box-shadow: 0 20px 50px var(--shadow);
}
.detail-aside h2 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}
.check-list {
  display: grid;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.check-list li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.86);
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #75c6e8;
  font-weight: 900;
}
.detail-aside .button {
  width: 100%;
}
.detail-section {
  padding-top: clamp(90px, 10vw, 150px);
}
.detail-section-head {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 46px;
}
.detail-section-head p {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.subservice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.subservice {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 34px var(--shadow);
}
.subservice span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 35px;
  border-radius: 50%;
  background: var(--surface-2);
  color: var(--accent);
  font-family: var(--display);
  font-size: 23px;
  font-weight: 850;
}
.subservice h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}
.subservice p {
  margin: 0;
  color: var(--muted);
}
.detail-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  margin-top: clamp(90px, 10vw, 150px);
}
.detail-gallery figure {
  position: relative;
  height: 540px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-2);
}
.detail-gallery figure:nth-child(2) {
  height: 420px;
  align-self: end;
}
.detail-gallery figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 11px 14px;
  border-radius: 10px;
  background: rgba(7, 20, 26, 0.78);
  color: #fff;
  font-size: 12px;
  backdrop-filter: blur(8px);
}
.works-section {
  margin-top: clamp(90px, 10vw, 150px);
}
.works-heading {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 40px;
}
.works-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 5.5vw, 78px);
  font-weight: 820;
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.works-heading p {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.works-grid.works-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.works-grid figure {
  position: relative;
  height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-2);
  box-shadow: 0 12px 34px var(--shadow);
}
.works-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.works-grid figure:hover img {
  transform: scale(1.025);
}
.works-grid figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 11px 13px;
  border-radius: 10px;
  background: rgba(7, 20, 26, 0.82);
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
  backdrop-filter: blur(8px);
}

.works-social-report {
  display: grid;
  gap: 16px;
  margin-top: clamp(36px, 5vw, 64px);
  padding-top: clamp(24px, 3vw, 36px);
  border-top: 1px solid var(--line);
}

.works-report-label {
  margin: 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.works-social-grid {
  display: grid;
  height: clamp(520px, 48vw, 680px);
  grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.works-social-grid figure {
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-2);
}

.works-social-grid figure:first-child {
  grid-row: 1 / -1;
}

.works-social-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.works-social-grid figcaption {
  padding: 10px 2px 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}

.service-project-video {
  max-width: 30rem;
}

.service-project-video summary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.service-project-video summary::-webkit-details-marker {
  display: none;
}

.service-project-video summary::before {
  content: "▶";
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--accent);
  font-size: 11px;
  padding-left: 2px;
}

.service-project-video summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.service-project-video[open] summary {
  margin-bottom: 12px;
}

.service-project-video-player {
  overflow: hidden;
  border-radius: var(--radius);
  background: #07141a;
}

.service-project-video-player video {
  display: block;
  width: 100%;
  max-height: min(70vh, 44rem);
  aspect-ratio: 9 / 16;
  object-fit: contain;
}

.service-hero-electric > img {
  object-position: center 42%;
}
.method-band {
  margin-top: clamp(90px, 10vw, 150px);
  background: var(--surface-2);
}
.method-section {
  width: min(var(--max), 100%);
  margin: auto;
  padding: clamp(76px, 9vw, 120px) var(--gutter);
}
.method-section > .eyebrow,
.faq-section > .eyebrow {
  text-align: center;
}
.method-section > h2,
.faq-section > h2 {
  text-align: center;
}
.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 48px;
}
.method-card {
  min-height: 240px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.method-card strong {
  display: block;
  margin-bottom: 42px;
  color: color-mix(in srgb, var(--accent) 28%, transparent);
  font-family: var(--display);
  font-size: 56px;
  line-height: 1;
}
.method-card h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 30px;
  text-transform: uppercase;
}
.method-card p {
  margin: 0;
  color: var(--muted);
}
.faq-section {
  width: min(1050px, 100%);
  margin: auto;
  padding: clamp(80px, 10vw, 130px) var(--gutter);
}
.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 46px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  overflow: hidden;
}
.faq-list summary {
  position: relative;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 18px 58px 18px 22px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 22px;
  color: var(--accent);
  font-size: 26px;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}
.related-band {
  background: #101b20;
  color: #fff;
}
.related-services {
  width: min(var(--max), 100%);
  margin: auto;
  padding: 70px var(--gutter);
}
.related-services h2 {
  font-size: 38px;
}
.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.related-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
  font-weight: 750;
}
.related-links a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-ink);
}
.detail-cta {
  width: min(var(--max), 100%);
  margin: auto;
  padding: clamp(80px, 10vw, 130px) var(--gutter);
  text-align: center;
}
.detail-cta h2 {
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--display);
  font-size: clamp(54px, 7vw, 96px);
  line-height: 0.92;
  text-transform: uppercase;
}
.detail-cta p {
  max-width: 680px;
  margin: 24px auto;
  color: var(--muted);
  font-size: 18px;
}
.detail-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.nace-line {
  margin-top: 24px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .detail-intro {
    grid-template-columns: 1fr;
  }
  .detail-aside {
    position: static;
  }
  .detail-section-head,
  .works-heading {
    grid-template-columns: 1fr;
  }
  .subservice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .method-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .works-grid.works-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .service-hero {
    min-height: 570px;
  }
  .service-hero:after {
    background: linear-gradient(
      0deg,
      rgba(5, 14, 18, 0.9),
      rgba(5, 14, 18, 0.32)
    );
  }
  .service-hero-inner {
    padding: 88px 20px 36px;
  }
  .service-hero h1 {
    font-size: clamp(52px, 16vw, 72px);
  }
  .service-hero-lead {
    font-size: 17px;
  }
  .detail-wrap,
  .method-section,
  .faq-section,
  .related-services,
  .detail-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail-copy p,
  .detail-section-head p,
  .works-heading p {
    font-size: 16px;
  }
  .detail-aside {
    padding: 25px;
  }
  .subservice-grid,
  .method-grid,
  .works-grid,
  .works-grid.works-grid-four {
    grid-template-columns: 1fr;
  }
  .subservice {
    min-height: 0;
  }
  .detail-gallery {
    grid-template-columns: 1fr;
  }
  .detail-gallery figure,
  .detail-gallery figure:nth-child(2) {
    height: 390px;
  }
  .works-grid figure {
    height: 390px;
  }
  .works-social-grid {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  .works-social-grid figure:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .works-social-grid img {
    height: 320px;
  }
  .method-card {
    min-height: 0;
  }
  .method-card strong {
    margin-bottom: 28px;
  }
  .related-services h2 {
    font-size: 34px;
  }
  .detail-cta-actions .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .service-card-media img,
  .works-grid img {
    transition: none;
  }
}
