/* Shared service-page case study: visual story, verified evidence, and one clear next step. */
.service-detail-page .service-proof {
  --service-proof-cutout-background: var(--service-closing-background);
  position: relative;
  background: transparent;
}

.service-detail-page .service-proof__surface {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  min-height: 590px;
  overflow: hidden;
  border-radius: 28px;
  border-bottom-right-radius: 0;
  background: #07110e;
  box-shadow: none;
}

.service-detail-page .service-proof__surface::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(270px, 22vw, 338px);
  height: 86px;
  border-radius: 86px 0 0 0;
  background: var(--service-proof-cutout-background);
  content: "";
  pointer-events: none;
}

.service-detail-page .service-proof__media {
  position: relative;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #10231e;
}

.service-detail-page .service-proof__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 68%, rgba(7, 17, 14, .32) 100%);
  content: "";
  pointer-events: none;
}

.service-detail-page .service-proof__media img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: 47% center;
}

.service-detail-page .service-proof__story {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(38px, 4.2vw, 62px) clamp(38px, 4.7vw, 72px) 112px;
  color: #f7f4ed;
  background: #07110e;
}

.service-detail-page .service-proof__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(40px, 4vw, 58px);
}

.service-detail-page .service-proof__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(247, 244, 237, .18);
  border-radius: 999px;
  color: rgba(247, 244, 237, .76);
  font-family: var(--tp-ff-inter, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: rgba(247, 244, 237, .08);
}

.service-detail-page .service-proof__brand {
  display: inline-flex;
  align-items: center;
}

.service-detail-page .service-proof__brand img {
  width: 125px;
  height: auto;
  opacity: .9;
}

.service-detail-page .service-proof__copy {
  max-width: 660px;
}

.service-detail-page .service-proof__context {
  margin: 0 0 13px;
  color: rgba(180, 231, 23, .78) !important;
  font-family: var(--tp-ff-inter, "Inter", sans-serif);
  font-size: 10px !important;
  font-weight: 800;
  line-height: 1.35 !important;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.service-detail-page .service-proof__copy h2 {
  max-width: 650px;
  margin: 0 0 22px;
  color: #f7f4ed;
  font-family: var(--tp-ff-inter, "Inter", sans-serif);
  font-size: clamp(34px, 3.25vw, 52px);
  font-weight: 550;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.service-detail-page .service-proof__copy > p:last-child {
  max-width: 630px;
  margin: 0;
  color: rgba(247, 244, 237, .68);
  font-family: var(--tp-ff-inter, "Inter", sans-serif);
  font-size: 15px;
  line-height: 1.62;
  text-wrap: pretty;
}

.service-detail-page .service-proof__outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: auto 0 0;
  padding: clamp(30px, 3.2vw, 44px) 0 0;
}

.service-detail-page .service-proof__outcomes > div {
  min-width: 0;
  padding: 0 18px;
  border-left: 1px solid rgba(247, 244, 237, .12);
}

.service-detail-page .service-proof__outcomes > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.service-detail-page .service-proof__outcomes dt {
  margin: 0 0 7px;
  color: #f7f4ed;
  font-family: var(--tp-ff-inter, "Inter", sans-serif);
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.04em;
}

.service-detail-page .service-proof__outcomes dd {
  margin: 0;
  color: rgba(247, 244, 237, .5);
  font-family: var(--tp-ff-inter, "Inter", sans-serif);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.service-detail-page .service-proof__metric {
  display: grid;
  grid-template-columns: auto minmax(160px, 250px);
  align-items: center;
  gap: 22px;
  max-width: 470px;
  margin-top: 34px;
}

.service-detail-page .service-proof__metric strong {
  color: #c7b9ff;
  font-family: var(--tp-ff-inter, "Inter", sans-serif);
  font-size: clamp(48px, 4.4vw, 68px);
  font-weight: 600;
  line-height: .8;
  letter-spacing: -.065em;
}

.service-detail-page .service-proof__metric span {
  padding-left: 20px;
  border-left: 1px solid rgba(247, 244, 237, .18);
  color: rgba(247, 244, 237, .78);
  font-family: var(--tp-ff-inter, "Inter", sans-serif);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.service-detail-page .service-proof__action {
  position: absolute;
  right: 18px;
  bottom: 15px;
  z-index: 3;
  display: inline-flex;
  min-width: 240px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border: 1px solid #07110e;
  border-radius: 999px;
  color: #fff;
  font-family: var(--tp-ff-inter, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  background: #07110e;
  box-shadow: 0 8px 22px rgba(7, 17, 14, .12);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.service-detail-page .service-proof__action > span {
  width: 100%;
}

.service-detail-page .service-proof__action:hover,
.service-detail-page .service-proof__action:focus-visible {
  color: #07110e;
  border-color: var(--service-green, #b4e717);
  background: var(--service-green, #b4e717);
}

.service-detail-page .service-proof__action:focus-visible {
  outline: 3px solid #07110e;
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .service-detail-page .service-proof__surface {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  }

  .service-detail-page .service-proof__story {
    padding-right: 42px;
    padding-left: 42px;
  }
}

@media (max-width: 991px) {
  .service-detail-page .service-proof__surface {
    grid-template-columns: 1fr;
    min-height: 0;
    border-bottom-right-radius: 28px;
  }

  .service-detail-page .service-proof__surface::after {
    display: none;
  }

  .service-detail-page .service-proof__media {
    min-height: 0;
    aspect-ratio: 16 / 8.5;
  }

  .service-detail-page .service-proof__media::after {
    background: linear-gradient(180deg, transparent 72%, rgba(7, 17, 14, .28) 100%);
  }

  .service-detail-page .service-proof__media img {
    min-height: 0;
  }

  .service-detail-page .service-proof__story {
    padding: 48px 48px 42px;
  }

  .service-detail-page .service-proof__action {
    position: static;
    width: fit-content;
    margin: 22px 0 0 auto;
  }
}

@media (max-width: 767px) {
  .service-detail-page .service-proof__surface {
    border-radius: 22px;
  }

  .service-detail-page .service-proof__media {
    aspect-ratio: 4 / 3;
  }

  .service-detail-page .service-proof__story {
    padding: 34px 24px 32px;
  }

  .service-detail-page .service-proof__topline {
    align-items: flex-start;
    margin-bottom: 34px;
  }

  .service-detail-page .service-proof__brand img {
    width: 105px;
  }

  .service-detail-page .service-proof__copy h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .service-detail-page .service-proof__outcomes {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .service-detail-page .service-proof__outcomes > div,
  .service-detail-page .service-proof__outcomes > div:first-child {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 13px 0;
    border-top: 1px solid rgba(247, 244, 237, .1);
    border-left: 0;
  }

  .service-detail-page .service-proof__outcomes dt {
    margin: 0;
  }

  .service-detail-page .service-proof__metric {
    grid-template-columns: auto minmax(0, 1fr);
    margin-top: 30px;
  }

  .service-detail-page .service-proof__action {
    width: 100%;
    min-height: 54px;
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-detail-page .service-proof__action,
  .service-detail-page .service-proof__action .btn-text,
  .service-detail-page .service-proof__action .btn-icon {
    transition: none;
  }
}

@media (forced-colors: active) {
  .service-detail-page .service-proof__surface,
  .service-detail-page .service-proof__story,
  .service-detail-page .service-proof__eyebrow,
  .service-detail-page .service-proof__action {
    border: 1px solid CanvasText;
    color: CanvasText;
    background: Canvas;
    forced-color-adjust: auto;
  }

  .service-detail-page .service-proof__surface::after,
  .service-detail-page .service-proof__media::after {
    display: none;
  }
}
