.service-hero {
  overflow: hidden;
  padding: 88px 0 76px;
  position: relative;
}

.service-hero-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
}

.service-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 1.04;
  margin: 25px 0 27px;
  max-width: 15ch;
}

.service-hero h1 em {
  color: var(--slate);
  font-style: italic;
}

.service-hero .lead {
  color: var(--slate);
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.58;
  margin-bottom: 36px;
  max-width: 58ch;
}

.detail-note {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 14px 42px rgba(18, 32, 58, 0.08);
  padding: 31px;
}

.detail-note .mini-label,
.step-num {
  color: var(--slate);
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.detail-note strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  margin: 15px 0 12px;
}

.detail-note p {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.68;
}

.proof-band {
  background: var(--navy);
  color: var(--paper);
  padding: 0;
}

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

.proof {
  border-left: 1px solid rgba(247, 245, 239, 0.18);
  min-height: 144px;
  padding: 29px 26px;
}

.proof:last-child {
  border-right: 1px solid rgba(247, 245, 239, 0.18);
}

.proof strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 11px;
}

.proof span {
  color: rgba(247, 245, 239, 0.66);
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.service-section {
  padding: 84px 0;
}

.service-surface {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.service-soft {
  background: #edf0f4;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.service-head {
  margin-bottom: 46px;
}

.service-head h2,
.engagement-copy h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(30px, 4.2vw, 43px);
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 1.1;
  margin: 16px 0 18px;
  max-width: 21ch;
}

.service-head .intro,
.engagement-copy p {
  color: var(--slate);
  font-size: 16px;
  line-height: 1.72;
  max-width: 64ch;
}

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

.challenge {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 27px 25px;
}

.challenge-num {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--slate);
  display: flex;
  font-family: "Fraunces", Georgia, serif;
  font-size: 11px;
  height: 35px;
  justify-content: center;
  margin-bottom: 21px;
  width: 35px;
}

.challenge h3,
.process-step h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 9px;
}

.challenge p,
.process-step p {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.65;
}

.engagement-grid {
  align-items: start;
  display: grid;
  gap: 68px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}

.engagement-copy p {
  margin-bottom: 17px;
}

.engagement-copy strong {
  color: var(--navy);
  font-weight: 600;
}

.scope-card {
  background: var(--navy);
  border-radius: 14px;
  color: var(--paper);
  padding: 35px;
}

.scope-card h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  margin-bottom: 23px;
}

.scope-card dt {
  border-top: 1px solid rgba(247, 245, 239, 0.18);
  color: rgba(247, 245, 239, 0.56);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  padding-top: 14px;
  text-transform: uppercase;
}

.scope-card dd {
  color: rgba(247, 245, 239, 0.75);
  font-size: 13px;
  line-height: 1.55;
  margin: 5px 0 20px;
}

.scope-card dd:last-child {
  margin-bottom: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-step {
  border-left: 1px solid var(--line);
  padding: 5px 34px;
}

.process-step:first-child {
  border-left: 0;
  padding-left: 0;
}

.process-step:last-child {
  padding-right: 0;
}

.process-step h3 {
  font-size: 18px;
  margin: 15px 0 9px;
}

.service-contact {
  background: var(--navy);
  color: var(--paper);
  padding: 84px 0;
  text-align: center;
}

.service-contact .sec-label {
  color: rgba(247, 245, 239, 0.6);
  justify-content: center;
}

.service-contact .sec-label::before {
  background: rgba(247, 245, 239, 0.4);
}

.service-contact h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(31px, 5vw, 46px);
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 1.1;
  margin: 18px auto 19px;
  max-width: 20ch;
}

.service-contact > .wrap > p {
  color: rgba(247, 245, 239, 0.72);
  font-size: 17px;
  line-height: 1.55;
  margin: 0 auto 34px;
  max-width: 52ch;
}

.service-contact .form-card {
  margin-top: 0;
}

@media (max-width: 820px) {
  .service-hero-grid,
  .engagement-grid {
    grid-template-columns: 1fr;
  }

  .detail-note {
    max-width: 560px;
  }

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

  .proof-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof:nth-child(3),
  .proof:nth-child(4) {
    border-top: 1px solid rgba(247, 245, 239, 0.18);
  }
}

@media (max-width: 680px) {
  .service-hero {
    padding: 68px 0 58px;
  }

  .service-section,
  .service-contact {
    padding: 68px 0;
  }

  .process-grid {
    gap: 26px;
    grid-template-columns: 1fr;
  }

  .process-step,
  .process-step:first-child,
  .process-step:last-child {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 25px 0 0;
  }

  .process-step:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .proof {
    min-height: 130px;
    padding: 24px 18px;
  }

  .proof strong {
    font-size: 29px;
  }

  .scope-card,
  .detail-note {
    padding: 28px 24px;
  }
}
