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

.inner-page .page-atmosphere {
  display: none;
}

.inner-page .site-header {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  background: var(--iron-950);
  border-color: var(--line-light);
}

.inner-page .site-nav,
.inner-page .header-contact {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.inner-page .site-header.is-scrolled {
  min-height: 72px;
}

.service-hero {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 88svh;
  overflow: hidden;
  padding: calc(var(--header-height) + 56px) var(--page-pad) 76px;
  align-items: end;
  color: var(--mineral-50);
  background: var(--iron-950);
}

.service-hero__media,
.service-hero__veil {
  position: absolute;
  inset: 0;
}

.service-hero__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.83) contrast(1.02) brightness(0.72);
}

.service-hero__veil {
  background: oklch(0.08 0.012 68 / 0.42);
}

.service-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 48px 8vw;
  align-items: end;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}

.service-hero__eyebrow,
.service-section__eyebrow,
.service-gallery__index,
.service-proof__number {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
}

.service-hero__eyebrow {
  margin-bottom: 22px;
  color: var(--wood-300);
}

.service-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--serif);
  font-size: 5rem;
  font-weight: 400;
  line-height: 0.98;
}

.service-hero__summary {
  max-width: 420px;
  margin: 0 0 4px;
  color: oklch(0.97 0.009 79 / 0.84);
  font-size: 1rem;
  line-height: 1.72;
}

.service-intro,
.service-proof,
.service-gallery,
.service-process,
.service-links {
  position: relative;
  z-index: 1;
}

.service-intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 48px 9vw;
  padding: 128px var(--page-pad) 118px;
  background: var(--paper);
}

.service-intro > * {
  width: 100%;
  max-width: var(--max-width);
}

.service-intro__label {
  margin: 12px 0 0;
  color: var(--wood-700);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
}

.service-intro__copy {
  max-width: 920px;
}

.service-intro h2,
.service-gallery h2,
.service-process h2,
.service-links h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.08;
}

.service-intro__copy > p {
  max-width: 70ch;
  margin: 34px 0 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.78;
}

.service-proof {
  padding: 0 var(--page-pad) 136px;
  background: var(--paper);
}

.service-proof__list {
  max-width: var(--max-width);
  padding: 0;
  margin: 0 auto;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.service-proof__list li {
  display: grid;
  grid-template-columns: 72px minmax(180px, 0.58fr) minmax(0, 1fr);
  gap: 28px;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid var(--line-dark);
}

.service-proof__number {
  color: var(--wood-700);
}

.service-proof h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.service-proof p {
  max-width: 62ch;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.service-gallery {
  padding: 126px var(--page-pad) 148px;
  background: var(--iron-900);
  color: var(--mineral-50);
}

.service-gallery__heading {
  display: grid;
  grid-template-columns: 0.42fr minmax(0, 1fr);
  gap: 48px 9vw;
  align-items: end;
  max-width: var(--max-width);
  margin: 0 auto 88px;
}

.service-section__eyebrow {
  color: var(--wood-300);
}

.service-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 92px 28px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.service-gallery figure {
  margin: 0;
}

.service-gallery figure:nth-child(1) {
  grid-column: 1 / 9;
}

.service-gallery figure:nth-child(2) {
  grid-column: 9 / 13;
  margin-top: 150px;
}

.service-gallery figure:nth-child(3) {
  grid-column: 2 / 7;
}

.service-gallery figure:nth-child(4) {
  grid-column: 7 / 13;
  margin-top: 90px;
}

.service-gallery img {
  width: 100%;
  height: auto;
  max-height: 780px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.service-gallery figcaption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  padding-top: 16px;
  color: oklch(0.93 0.014 79 / 0.7);
  font-size: 0.82rem;
  line-height: 1.5;
}

.service-gallery__index {
  color: var(--wood-300);
}

.service-process {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 64px 10vw;
  padding: 136px var(--page-pad);
  background: var(--mineral-50);
}

.service-process__copy,
.service-process__steps {
  width: 100%;
  max-width: 720px;
}

.service-process__copy > p {
  max-width: 58ch;
  margin: 30px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.service-process__steps {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.service-process__steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line-dark);
}

.service-process__steps span {
  color: var(--wood-700);
  font-size: 0.72rem;
  font-weight: 600;
}

.service-process__steps h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.service-process__steps p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.service-links {
  padding: 116px var(--page-pad) 126px;
  background: var(--paper);
}

.service-links__inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.service-links h2 {
  max-width: 780px;
  margin-bottom: 66px;
}

.service-links nav {
  border-top: 1px solid var(--line-dark);
}

.service-links a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--serif);
  font-size: 1.42rem;
}

.service-links a span:last-child {
  font-family: var(--sans);
  font-size: 1rem;
  transform: translateX(0);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-links a:hover span:last-child,
.service-links a:focus-visible span:last-child {
  transform: translateX(7px);
}

.inner-page .contact {
  z-index: 1;
}

.inner-page .site-footer {
  z-index: 1;
}

@media (max-width: 900px) {
  .service-hero__inner,
  .service-intro,
  .service-gallery__heading,
  .service-process {
    grid-template-columns: 1fr;
  }

  .service-hero h1 {
    font-size: 4rem;
  }

  .service-hero__summary {
    max-width: 58ch;
  }

  .service-intro,
  .service-process {
    gap: 34px;
  }

  .service-proof__list li {
    grid-template-columns: 54px minmax(0, 0.7fr) minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .inner-page .site-header {
    background: var(--iron-950);
  }

  .inner-page .header-contact {
    display: inline-flex;
  }

  .service-hero {
    min-height: 86svh;
    padding-top: calc(var(--header-height) + 44px);
    padding-bottom: 48px;
  }

  .service-hero__media {
    object-position: center;
  }

  .service-hero h1 {
    font-size: 3rem;
    line-height: 1.02;
  }

  .service-hero__summary {
    font-size: 0.94rem;
  }

  .service-intro {
    padding-top: 88px;
    padding-bottom: 84px;
  }

  .service-intro h2,
  .service-gallery h2,
  .service-process h2,
  .service-links h2 {
    font-size: 2.55rem;
  }

  .service-intro__copy > p {
    margin-top: 26px;
    font-size: 1rem;
  }

  .service-proof {
    padding-bottom: 96px;
  }

  .service-proof__list li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 0;
  }

  .service-proof p {
    grid-column: 2;
  }

  .service-gallery {
    padding-top: 88px;
    padding-bottom: 104px;
  }

  .service-gallery__heading {
    gap: 24px;
    margin-bottom: 58px;
  }

  .service-gallery__grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .service-gallery figure:nth-child(n) {
    grid-column: 1;
    margin-top: 0;
  }

  .service-gallery figure:nth-child(even) {
    width: 86%;
    margin-left: auto;
  }

  .service-gallery img {
    max-height: none;
  }

  .service-process {
    padding-top: 92px;
    padding-bottom: 98px;
  }

  .service-links {
    padding-top: 88px;
    padding-bottom: 96px;
  }

  .service-links h2 {
    margin-bottom: 48px;
  }

  .service-links a {
    min-height: 82px;
    font-size: 1.22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-links a span:last-child {
    transition: none;
  }
}
