/* PD Tokyo impact typography
   Scoped to the three service LPs and the library page. */

.impact-type {
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.impact-type .section {
  padding: clamp(72px, 8.5vw, 116px) 0;
}

.impact-type .section--tight {
  padding: clamp(52px, 6.5vw, 82px) 0;
}

.impact-type .h-sec {
  max-width: 20ch;
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.055em;
}

.impact-type .h-sec strong {
  display: block;
  color: var(--acc-ink);
}

.impact-type .lead {
  max-width: 48em;
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.8;
}

/* large service label — same across LPs */
.impact-type .hero__tag {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 12px 24px;
  margin-bottom: 22px;
  line-height: 1.3;
}
.impact-type .hero__tag .hero__tag-kicker {
  display: block;
  font-size: 0.58em;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.92;
  margin-bottom: 4px;
}

.impact-type .hero {
  min-height: min(760px, calc(100dvh - 66px));
}

.impact-type .hero::after {
  background:
    linear-gradient(90deg, rgba(9,17,27,.96) 0%, rgba(9,17,27,.84) 46%, rgba(9,17,27,.42) 76%, rgba(9,17,27,.48) 100%),
    linear-gradient(0deg, rgba(9,17,27,.52) 0%, rgba(9,17,27,0) 46%);
}

.impact-type .hero__inner {
  padding-block: clamp(52px, 7vh, 76px);
}

.impact-type .hero__col {
  max-width: none;
}

.impact-type .hero h1 {
  max-width: none;
  font-size: clamp(50px, 5vw, 72px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.065em;
  white-space: nowrap;
  text-wrap: initial;
}

.impact-type .hero__sub {
  max-width: 38em;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.8;
}

.impact-type .hero__cta {
  margin-top: 26px;
}

.impact-type .hero__chips {
  margin-top: 22px;
}

.impact-type .consult h2 {
  max-width: 18ch;
  font-size: clamp(32px, 3.8vw, 50px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.045em;
}

.impact-type .consult p,
.impact-type .cta-band p {
  font-size: 16px;
  line-height: 1.8;
}

.impact-type .cta-band h2 {
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.05em;
}

.impact-type .value b,
.impact-type .use b,
.impact-type .price .body b,
.impact-type .stagecard h3,
.impact-type .ai-example-card .cap b,
.impact-type .proof-item__body h3,
.impact-type .summary h3,
.impact-type .path h3 {
  font-weight: 900;
  letter-spacing: -.03em;
}

.impact-type .summary h3 {
  margin: 8px 0 6px;
  color: var(--ink);
  font-size: 16px;
}

.impact-type .path h3 {
  margin: 7px 0 6px;
  color: var(--ink);
  font-size: 19px;
}

.impact-type .resource-item__body h2 {
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -.04em;
}

.impact-type .resource-summary {
  font-size: 16px;
  line-height: 1.8;
}

.impact-type#top #main-content > .section:first-child {
  padding: clamp(72px, 8vw, 110px) 0;
}

.impact-type#top #main-content > .section:first-child .h-sec {
  max-width: none;
  font-size: clamp(52px, 5.9vw, 82px);
  line-height: .98;
  letter-spacing: -.07em;
}

.impact-type#top #main-content > .section:first-child .lead {
  max-width: 52em;
}

@media (max-width: 700px) {
  .impact-type .hero {
    min-height: auto;
  }

  .impact-type .hero__inner {
    padding-block: 54px 48px;
  }

  .impact-type .hero h1 {
    max-width: 100%;
    font-size: clamp(31px, 8.2vw, 34px);
    line-height: 1.05;
    letter-spacing: -.055em;
    white-space: normal;
    text-wrap: balance;
  }

  .impact-type .hero h1 br {
    display: none;
  }

  .impact-type .hero__sub {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.8;
  }

  .impact-type .hero__cta {
    margin-top: 22px;
  }

  .impact-type .hero__chips {
    margin-top: 20px;
  }

  .impact-type .section {
    padding: 68px 0;
  }

  .impact-type .section--tight {
    padding: 48px 0;
  }

  .impact-type .h-sec {
    font-size: clamp(34px, 10vw, 44px);
  }

  .impact-type .lead {
    margin-top: 20px;
    font-size: 17px;
  }

  .impact-type .consult h2 {
    font-size: clamp(30px, 8.8vw, 38px);
  }

  .impact-type .cta-band h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .impact-type#top #main-content > .section:first-child {
    padding: 62px 0 70px;
  }

  .impact-type#top #main-content > .section:first-child .h-sec {
    font-size: clamp(42px, 12vw, 52px);
  }
}

@media (max-width: 380px) {
  .impact-type .hero h1 {
    font-size: 30px;
  }
}
