:root {
  color-scheme: dark;
  --service-ink: #090909;
  --service-paper: #ece6da;
  --service-gold: #c7a86a;
  --service-line: rgba(255, 255, 255, 0.18);
  --service-max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--service-ink);
  color: #f4efe6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.service-nav {
  display: grid;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  width: min(calc(100% - 36px), var(--service-max));
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.service-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.service-nav__brand img {
  width: 66px;
  height: 40px;
  object-fit: contain;
}

.service-nav__brand span,
.service-nav__link,
.service-nav__book {
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-nav__link {
  color: rgba(255, 255, 255, 0.72);
}

.service-nav__book {
  justify-self: end;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.54);
}

.service-hero {
  display: grid;
  position: relative;
  min-height: min(900px, 96vh);
  align-items: end;
  overflow: hidden;
}

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

.service-hero__media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.48) 47%, rgba(0, 0, 0, 0.08) 76%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent 48%);
}

.service-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-hero__content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 36px), var(--service-max));
  margin: 0 auto;
  padding: 180px 0 82px;
}

.service-kicker {
  margin: 0 0 22px;
  color: var(--service-gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.service-hero h1 {
  max-width: 960px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 11vw, 11.5rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.75;
}

.service-hero__lede {
  max-width: 650px;
  margin: 36px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.service-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid #fff;
  background: #fff;
  color: #080808;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-button--ghost {
  background: transparent;
  color: #fff;
}

.service-facts {
  display: grid;
  position: relative;
  z-index: 3;
  width: min(calc(100% - 36px), var(--service-max));
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -1px auto 0;
  border: 1px solid var(--service-line);
  background: var(--service-line);
}

.service-facts div {
  padding: 24px;
  background: #101010;
}

.service-facts span {
  display: block;
  margin-bottom: 7px;
  color: #8e8e8e;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-facts strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 400;
}

.service-section {
  width: min(calc(100% - 36px), var(--service-max));
  margin: 0 auto;
  padding: clamp(90px, 11vw, 160px) 0;
}

.service-intro {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(40px, 8vw, 130px);
  border-top: 1px solid var(--service-line);
}

.service-intro__label {
  padding-top: 24px;
  color: var(--service-gold);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.service-intro__copy {
  padding-top: 22px;
}

.service-intro__copy h2,
.service-heading h2,
.service-split__copy h2,
.service-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 6.7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.service-intro__copy > p {
  max-width: 820px;
  margin: 34px 0 0;
  color: #aaa;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.8;
}

.service-targets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 52px;
  background: var(--service-line);
}

.service-targets article {
  min-height: 210px;
  padding: 28px;
  background: #101010;
}

.service-targets span,
.service-process__number {
  color: var(--service-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.service-targets h3,
.service-process h3,
.service-outcomes h3 {
  margin: 42px 0 10px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-targets p,
.service-process p,
.service-outcomes p {
  margin: 0;
  color: #929292;
  font-size: 0.87rem;
  line-height: 1.7;
}

.service-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 50px;
}

.service-heading p {
  max-width: 430px;
  margin: 0;
  color: #979797;
  line-height: 1.7;
}

.service-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--service-line);
}

.service-process article {
  padding: 34px 28px;
  background: #101010;
}

.service-process h3 {
  margin-top: 62px;
}

.service-split {
  display: grid;
  width: 100%;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--service-paper);
  color: #19150f;
}

.service-split__image {
  min-height: 680px;
}

.service-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 7vw, 110px);
}

.service-split__copy .service-kicker {
  color: #846b3e;
}

.service-split__copy > p {
  margin: 30px 0 0;
  color: #655c50;
  line-height: 1.8;
}

.service-checklist {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid rgba(25, 21, 15, 0.22);
  list-style: none;
}

.service-checklist li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(25, 21, 15, 0.22);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-outcomes article {
  padding: 34px;
  border: 1px solid var(--service-line);
}

.service-outcomes h3 {
  margin-top: 0;
  color: #fff;
}

.service-note {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 40px;
  margin-top: 44px;
  padding: 28px;
  border-left: 3px solid var(--service-gold);
  background: #111;
}

.service-note strong {
  color: var(--service-gold);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-note p {
  margin: 0;
  color: #a5a5a5;
  line-height: 1.7;
}

.service-crosslink {
  display: flex;
  width: min(calc(100% - 36px), var(--service-max));
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid var(--service-line);
  border-bottom: 1px solid var(--service-line);
  text-decoration: none;
}

.service-crosslink span {
  color: #858585;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-crosslink strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  font-weight: 400;
}

.service-cta {
  display: grid;
  min-height: 580px;
  place-items: center;
  padding: 80px 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(199, 168, 106, 0.16), transparent 34%),
    #050505;
  text-align: center;
}

.service-cta > div {
  max-width: 900px;
}

.service-cta p {
  max-width: 590px;
  margin: 26px auto 0;
  color: #9b9b9b;
}

.service-cta .service-actions {
  justify-content: center;
}

.service-footer {
  display: flex;
  width: min(calc(100% - 36px), var(--service-max));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 34px 0 56px;
  color: #858585;
  font-size: 0.7rem;
}

.service-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-page--signature {
  --service-gold: #b78b79;
}

.service-page--signature .service-hero__media::after {
  background:
    linear-gradient(90deg, rgba(18, 5, 7, 0.88) 0%, rgba(18, 5, 7, 0.5) 45%, rgba(18, 5, 7, 0.08) 76%),
    linear-gradient(0deg, rgba(9, 4, 5, 0.9), transparent 48%);
}

.service-gallery {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 18px;
}

.service-gallery figure {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
}

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

.service-gallery figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.74);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .service-nav {
    grid-template-columns: 1fr auto;
  }

  .service-nav__link {
    display: none;
  }

  .service-facts,
  .service-targets,
  .service-process,
  .service-outcomes {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-intro,
  .service-note,
  .service-split {
    grid-template-columns: 1fr;
  }

  .service-split__image {
    min-height: 500px;
  }

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

  .service-gallery figure {
    min-height: 520px;
  }
}

@media (max-width: 600px) {
  .service-nav {
    width: calc(100% - 24px);
  }

  .service-nav__brand span {
    display: none;
  }

  .service-nav__brand img {
    width: 58px;
  }

  .service-hero {
    min-height: 760px;
  }

  .service-hero__media::after {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.94) 2%, rgba(0, 0, 0, 0.38) 66%, rgba(0, 0, 0, 0.2)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent);
  }

  .service-hero__content,
  .service-section,
  .service-facts,
  .service-crosslink,
  .service-footer {
    width: calc(100% - 24px);
  }

  .service-hero h1 {
    font-size: clamp(4.25rem, 22vw, 6.5rem);
  }

  .service-facts,
  .service-targets,
  .service-process,
  .service-outcomes {
    grid-template-columns: 1fr;
  }

  .service-facts div {
    padding: 18px;
  }

  .service-targets article {
    min-height: 170px;
  }

  .service-heading {
    display: grid;
  }

  .service-split__image {
    min-height: 390px;
  }

  .service-gallery figure {
    min-height: 430px;
  }

  .service-crosslink {
    align-items: start;
  }

  .service-footer {
    display: grid;
  }
}
