.service-page {
  background: #f5f6f9;
}

.service-page .main-nav {
  gap: 18px;
}

.service-hero {
  position: relative;
  overflow: hidden;
  padding: 132px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(33, 107, 255, .2), transparent 31%),
    radial-gradient(circle at 12% 18%, rgba(120, 70, 255, .19), transparent 28%),
    linear-gradient(135deg, #090b11, #111624 68%, #17152a);
}

.service-hero::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .018), 0 0 0 140px rgba(255, 255, 255, .012);
  pointer-events: none;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 34px;
  color: #aeb5c3;
  font-size: .8rem;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb span[aria-hidden="true"] {
  color: #6f7787;
}

.service-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 62px;
  align-items: center;
}

.service-hero-copy h1 {
  max-width: 700px;
  font-size: clamp(3.1rem, 4.6vw, 4.65rem);
}

.service-hero-copy .hero-lead {
  max-width: 650px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.service-tags li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: #c7cbd6;
  background: rgba(255, 255, 255, .045);
  font-size: .78rem;
  font-weight: 650;
}

.service-hero-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.15 / 1;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px;
  background: #202432;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .32);
}

.service-hero-media img {
  height: 100%;
  object-fit: cover;
}

.service-hero-media.focus-facade img {
  object-position: 55% 50%;
}

.service-hero-media.focus-vehicle img {
  object-position: 47% 48%;
}

.service-hero-media.focus-lighting img {
  object-position: 50% 42%;
}

.service-hero-media.focus-signage img {
  object-position: 50% 48%;
}

.service-hero-media.focus-print img {
  object-position: 50% 42%;
}

.service-hero-media::after {
  content: "";
  position: absolute;
  inset: 58% 0 0;
  background: linear-gradient(transparent, rgba(4, 6, 11, .83));
}

.service-hero-media figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
}

.service-hero-media figcaption strong {
  display: block;
  font-size: 1.05rem;
}

.service-hero-media figcaption span {
  color: #c0c6d2;
  font-size: .75rem;
}

.service-proof {
  color: #fff;
  background: #121621;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

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

.service-proof-item {
  display: flex;
  min-height: 96px;
  flex-direction: column;
  justify-content: center;
  padding: 19px 28px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.service-proof-item:first-child {
  padding-left: 0;
}

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

.service-proof-item strong {
  margin-bottom: 2px;
  font-size: 1.02rem;
}

.service-proof-item span {
  color: #9da5b5;
  font-size: .78rem;
}

.service-overview {
  background: #fff;
}

.service-overview-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.service-overview-copy {
  position: sticky;
  top: 118px;
}

.service-overview-copy h2,
.service-process-copy h2,
.service-faq-heading h2,
.related-service h2 {
  margin: 0;
  font-size: clamp(2.15rem, 3.5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.service-overview-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.deliverable-card {
  min-height: 205px;
  padding: 25px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #f7f8fb;
}

.deliverable-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #6947e8;
  background: #ebe7ff;
  font-size: .7rem;
  font-weight: 800;
}

.deliverable-card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
}

.deliverable-card p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.65;
}

.service-gallery {
  color: #fff;
  background: var(--ink);
}

.service-gallery .section-heading > p {
  color: #9aa2b2;
}

.service-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 290px;
  gap: 16px;
}

.service-gallery-grid .project-card:first-child {
  grid-column: span 2;
}

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

.service-gallery-grid.gallery-four .project-card:first-child {
  grid-column: auto;
}

.service-gallery-grid .project-card img,
.service-gallery-grid .project-card:nth-child(n) img {
  object-position: center;
}

.service-gallery-grid .project-card.focus-top img {
  object-position: 50% 25%;
}

.service-gallery-grid .project-card.focus-upper img {
  object-position: 50% 35%;
}

.service-gallery-grid .project-card.focus-left img {
  object-position: 42% 50%;
}

.gallery-note {
  margin: 24px 0 0;
  color: #9fa6b4;
  font-size: .84rem;
}

.service-process {
  background: #fff;
}

.service-process-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 82px;
  align-items: start;
}

.service-process-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.service-process .steps {
  margin-top: 0;
}

.service-faq {
  background: #f2f3f7;
}

.service-faq-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 76px;
  align-items: start;
}

.service-faq-heading p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 11px;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 21, 33, .045);
}

.faq-list summary {
  position: relative;
  padding: 20px 56px 20px 21px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: #6544df;
  font-size: 1.45rem;
  font-weight: 500;
  transform: translateY(-52%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 21px 21px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.7;
}

.related-service {
  padding: 74px 0;
  color: #fff;
  background: linear-gradient(112deg, #111323, #171b35 55%, #102b56);
}

.related-service-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.related-service h2 {
  max-width: 730px;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.related-service .eyebrow {
  margin-bottom: 13px;
}

.related-service .button {
  flex: 0 0 auto;
}

.service-page .contact-panel {
  overflow: hidden;
}

.service-page .footer-grid {
  grid-template-columns: 1.35fr .8fr 1fr .8fr;
}

@media (max-width: 1080px) {
  .service-page .main-nav {
    gap: 0;
  }

  .service-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .service-hero-copy {
    max-width: 860px;
  }

  .service-hero-media {
    max-height: 570px;
    aspect-ratio: 1.55 / 1;
  }

  .service-overview-grid,
  .service-process-grid,
  .service-faq-layout {
    gap: 48px;
  }

  .service-overview-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .service-hero {
    padding: 98px 0 44px;
  }

  .breadcrumb {
    margin-bottom: 25px;
  }

  .service-hero-grid {
    gap: 32px;
  }

  .service-hero-copy h1 {
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }

  .service-hero-media {
    max-height: none;
    aspect-ratio: 1.12 / 1;
    border-radius: 15px;
  }

  .service-tags {
    gap: 7px;
  }

  .service-tags li {
    font-size: .73rem;
  }

  .service-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-proof-item,
  .service-proof-item:first-child {
    min-height: 92px;
    padding: 15px 13px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

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

  .service-proof-item:nth-child(n+3) {
    border-bottom: 0;
  }

  .service-overview-grid,
  .service-process-grid,
  .service-faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .deliverable-card {
    min-height: auto;
  }

  .service-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 245px;
  }

  .service-gallery-grid.gallery-four {
    grid-template-columns: 1fr;
  }

  .service-gallery-grid .project-card:first-child {
    grid-column: auto;
  }

  .related-service {
    padding: 60px 0;
  }

  .related-service-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
  }

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

@media (max-width: 430px) {
  .service-hero-media figcaption {
    right: 14px;
    bottom: 13px;
    left: 14px;
  }

  .service-hero-media figcaption > span {
    display: none;
  }

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