.services-page {
  background: var(--paper-light);
}

.services-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: white;
  background: var(--ink);
}

.services-hero__media,
.services-hero__media img,
.services-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.services-hero__media {
  transform: scale(1.04);
}

.services-hero__media img {
  object-fit: cover;
}

.services-hero__shade {
  background:
    linear-gradient(90deg, rgba(12, 12, 12, 0.68), transparent 70%),
    linear-gradient(0deg, rgba(12, 12, 12, 0.62), transparent 60%);
}

.services-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding: 12rem 5vw 4rem;
}

.services-hero h1,
.services-cta h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(4.5rem, 10vw, 10.5rem);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.services-hero h1 em,
.services-cta h2 em,
.service-world h2 em,
.services-method h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}

.services-hero__foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-left: 42vw;
  margin-top: 3rem;
}

.services-hero__foot p {
  max-width: 28rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.services-hero__foot a {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1rem 0;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.service-index {
  position: sticky;
  top: 5.5rem;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: var(--ink);
  background: white;
  border-bottom: 1px solid var(--line);
}

.service-index a {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.35rem 1.4rem;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-right: 1px solid var(--line);
  transition: color 0.25s ease, background 0.25s ease;
}

.service-index a:last-child {
  border-right: 0;
}

.service-index a:hover {
  color: white;
  background: var(--brand-red);
}

.service-index span {
  color: var(--brand-red);
}

.service-index a:hover span {
  color: white;
}

.service-world {
  position: relative;
  padding: 10rem 5vw 12rem;
  scroll-margin-top: 9rem;
}

.service-world--light {
  background: var(--paper-light);
}

.service-world--paper {
  background: var(--paper);
}

.service-world--dark {
  color: var(--paper-light);
  background: var(--ink);
}

.service-world--red {
  color: white;
  background: var(--brand-red);
}

.service-world__intro {
  display: grid;
  grid-template-columns: 6rem 1.25fr;
  gap: 4vw;
  align-items: start;
  width: 48%;
  min-height: 45rem;
  margin-bottom: 8rem;
}

.service-world__feature {
  position: absolute;
  top: 10rem;
  right: 5vw;
  width: 43vw;
  margin: 0;
}

.service-world__feature img {
  width: 100%;
  height: min(68vh, 48rem);
  object-fit: cover;
}

.service-world__feature figcaption {
  padding-top: 0.8rem;
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-world__number {
  margin: 0.8rem 0 0;
  color: var(--brand-red);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}

.service-world--dark .service-world__number,
.service-world--red .service-world__number {
  color: #e36c86;
}

.service-world h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.6rem, 7.2vw, 8rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.service-world__copy {
  grid-column: 2;
  padding-top: 0.7rem;
}

.service-world__copy p {
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.9rem;
  line-height: 1.75;
}

.service-world--dark .service-world__copy p,
.service-world--red .service-world__copy p {
  color: rgba(255, 255, 255, 0.68);
}

.service-world__copy .service-world__lead {
  margin-top: 0;
  color: currentColor;
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  line-height: 1.35;
}

.service-world__copy ul {
  padding: 1.5rem 0 0;
  margin: 2rem 0 0;
  list-style: none;
  border-top: 1px solid currentColor;
}

.service-world__copy li {
  padding: 0.65rem 0;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(127, 127, 127, 0.35);
}

.service-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2vw;
  align-items: start;
}

.service-gallery figure {
  margin: 0;
}

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

.service-gallery figure:nth-child(2) {
  grid-column: 9 / span 4;
  margin-top: 10rem;
}

.service-gallery figure:nth-child(3) {
  grid-column: 3 / span 5;
  margin-top: 3rem;
}

.service-gallery--b figure:nth-child(1),
.service-gallery--d figure:nth-child(1) {
  grid-column: 6 / span 7;
}

.service-gallery--b figure:nth-child(2),
.service-gallery--d figure:nth-child(2) {
  grid-column: 1 / span 4;
  grid-row: 1;
  margin-top: 11rem;
}

.service-gallery--b figure:nth-child(3),
.service-gallery--d figure:nth-child(3) {
  grid-column: 7 / span 5;
}

.service-gallery img {
  width: 100%;
  max-height: 48rem;
  object-fit: cover;
}

.service-gallery figure:nth-child(1) img {
  aspect-ratio: 16 / 10;
}

.service-gallery figure:nth-child(2) img {
  aspect-ratio: 4 / 5;
}

.service-gallery figure:nth-child(3) img {
  aspect-ratio: 4 / 3;
}

.service-gallery figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 0.8rem;
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.services-method {
  padding: 10rem 5vw;
  background: white;
}

.services-method h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.4rem, 7vw, 7.7rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.services-method__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8rem;
  border-top: 1px solid var(--ink);
}

.services-method__steps article {
  min-height: 23rem;
  padding: 2rem 3vw 2rem 0;
  border-right: 1px solid var(--line);
}

.services-method__steps article + article {
  padding-left: 3vw;
}

.services-method__steps article:last-child {
  border-right: 0;
}

.services-method__steps span {
  color: var(--brand-red);
  font-size: 0.65rem;
}

.services-method__steps h3 {
  margin: 7rem 0 1rem;
  font: 300 2rem "Manrope", sans-serif;
}

.services-method__steps p {
  max-width: 20rem;
  color: rgba(17, 17, 17, 0.6);
  font-size: 0.84rem;
  line-height: 1.7;
}

.services-cta {
  position: relative;
  display: grid;
  min-height: 90svh;
  place-items: center;
  overflow: hidden;
  color: white;
  text-align: center;
}

.services-cta__image,
.services-cta__image img,
.services-cta__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.services-cta__image img {
  object-fit: cover;
}

.services-cta__shade {
  background: rgba(12, 12, 12, 0.65);
}

.services-cta__content {
  position: relative;
  z-index: 1;
}

.services-cta__actions {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.services-cta__actions > a:last-child {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  border-bottom: 1px solid white;
}

@media (max-width: 900px) {
  .services-hero__content {
    padding: 9rem 1.3rem 2rem;
  }

  .services-hero h1 {
    font-size: clamp(4rem, 19vw, 7rem);
  }

  .services-hero__foot {
    align-items: end;
    padding-left: 0;
  }

  .services-hero__foot p {
    max-width: 16rem;
    font-size: 0.78rem;
  }

  .service-index {
    top: 4.85rem;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .service-index::-webkit-scrollbar {
    display: none;
  }

  .service-index a {
    flex: 0 0 auto;
    min-width: 11rem;
  }

  .service-world {
    padding: 7rem 1.3rem;
  }

  .service-world__intro {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .service-world__feature {
    position: static;
    width: calc(100% + 2.6rem);
    margin: -7rem -1.3rem 4rem;
  }

  .service-world__feature img {
    height: 58svh;
  }

  .service-world h2 {
    font-size: clamp(3.7rem, 17vw, 6rem);
  }

  .service-world__copy {
    grid-column: auto;
    max-width: 31rem;
    padding-top: 1rem;
  }

  .service-gallery {
    display: block;
  }

  .service-gallery figure,
  .service-gallery figure:nth-child(n) {
    margin: 0 0 3rem;
  }

  .service-gallery figure:nth-child(even) {
    margin-left: 15vw;
  }

  .services-method {
    padding: 7rem 1.3rem;
  }

  .services-method__steps {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .services-method__steps article,
  .services-method__steps article + article {
    min-height: auto;
    padding: 2rem 0 3rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .services-method__steps h3 {
    margin-top: 3rem;
  }

  .services-cta {
    min-height: 80svh;
    padding: 1.3rem;
  }

  .services-cta h2 {
    font-size: clamp(4rem, 19vw, 7rem);
  }

  .services-cta__actions {
    flex-direction: column;
  }
}
