.personal-story {
  background: #eeeae3;
}
.story-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}
.story-layout .heading-en {
  margin: 0 0 24px;
}
.story-layout h2 {
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.story-byline {
  font-size: 12px;
  color: #65736f;
  margin-top: 26px;
}
.story-copy {
  max-width: 560px;
}
.story-copy p {
  font-size: 15px;
  line-height: 2.2;
  margin: 0 0 25px;
}
.story-copy .story-lead {
  font-size: 23px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.story-copy .text-link {
  margin-top: 10px;
}
.story-copy h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 32px 0 18px;
}
.join-section {
  background: #eaf0e9;
}
.join-values {
  padding: 0;
  list-style: none;
  margin: 0 0 30px;
}
.join-values li {
  font-size: 14px;
  line-height: 1.9;
  padding: 7px 0 7px 18px;
  position: relative;
}
.join-values li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.team-intro {
  max-width: 650px;
  line-height: 2.1;
  margin-top: 28px;
  font-size: 15px;
}
.revision-team article {
  border: 0;
}
.revision-team .eyebrow {
  font-size: 12px;
  color: #6f887a;
  margin-bottom: 12px;
}
.revision-team p {
  font-size: 15px;
}
@media (max-width: 760px) {
  .story-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .story-layout .heading-en {
    font-size: 48px;
  }
  .story-copy p {
    font-size: 14px;
    line-height: 2;
  }
  .story-copy .story-lead {
    font-size: 20px;
  }
  .story-byline {
    margin-top: 16px;
  }
}
.founder-layout.founder-text-only {
  display: block;
  max-width: 960px;
}
.founder-text-only .founder-copy {
  max-width: 760px;
  margin-inline: auto;
}
.story-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}
.story-links .text-link {
  font-size: 14px;
}

.revision-team .team-art {
  margin: 0 0 28px;
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: center;
  mix-blend-mode: multiply;
}
.team-art img {
  display: block;
  width: 280px;
  height: 280px;
  object-fit: contain;
  filter: brightness(1.04);
}
@media (max-width: 760px) {
  .revision-team .team-art {
    height: 240px;
    margin-bottom: 22px;
  }
  .team-art img {
    width: 240px;
    height: 240px;
  }
}
/* Integrated company and personal narratives */
.people-layout,
.team-heading {
  display: grid;
  grid-template-columns: 36% minmax(0, 1fr);
  gap: 9%;
  align-items: start;
}
.people-layout .heading-en,
.team-heading .heading-en {
  font-size: clamp(48px, 5vw, 72px);
}
.founder-detail {
  max-width: 620px;
}
.founder-detail .eyebrow {
  margin-bottom: 16px;
}
.person-name {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 32px;
}
.person-name span {
  display: inline-block;
  font: 12px/1.5 var(--en);
  letter-spacing: 0.08em;
  margin-left: 24px;
  color: #65736f;
}
.founder-detail .founder-statement {
  font-size: 25px;
  line-height: 1.8;
  margin: 0 0 28px;
}
.founder-detail > p:not(.eyebrow):not(.founder-statement) {
  font-size: 15px;
  line-height: 2.15;
  margin: 0 0 20px;
}
.founder-detail > p:last-child {
  margin-bottom: 0;
}
.team-section {
  padding-bottom: 80px;
}
.team-heading .team-intro {
  margin: 0;
  max-width: 540px;
}
.team-scene {
  width: min(660px, 78%);
  margin: 40px auto 22px;
  mix-blend-mode: multiply;
}
.team-scene img {
  display: block;
  width: 100%;
  height: auto;
}
.revision-team {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  gap: 7%;
}
.revision-team h3 {
  font-size: 20px;
  margin: 0 0 20px;
}
.revision-team p {
  margin-bottom: 0;
}
.company-page-table {
  padding-top: 90px;
}
.personal-story .story-layout {
  grid-template-columns: 36% minmax(0, 1fr);
  gap: 9%;
}
.personal-story .heading-en {
  font-size: clamp(48px, 5vw, 72px);
}
.personal-story .story-copy .story-lead {
  font-size: 22px;
}
.personal-story .story-copy p:last-of-type {
  margin-bottom: 28px;
}
.join-section .story-copy p {
  font-size: 15px;
}
.join-section .text-link {
  font-size: 14px;
}
@media (max-width: 760px) {
  .people-layout,
  .team-heading,
  .personal-story .story-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .people-layout .heading-en,
  .team-heading .heading-en,
  .personal-story .heading-en {
    font-size: 48px;
  }
  .person-name {
    font-size: 27px;
    margin-bottom: 24px;
  }
  .person-name span {
    margin-left: 16px;
  }
  .founder-detail .founder-statement {
    font-size: 22px;
  }
  .founder-detail > p:not(.eyebrow):not(.founder-statement) {
    font-size: 14px;
  }
  .team-scene {
    width: 100%;
    margin: 24px 0;
  }
  .team-section {
    padding-bottom: 55px;
  }
  .revision-team {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .revision-team p {
    font-size: 14px;
  }
  .company-page-table {
    padding-top: 55px;
  }
  .personal-story .story-copy .story-lead {
    font-size: 20px;
  }
}
.team-scene img {
  filter: brightness(1.035);
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}
@media (max-width: 760px) {
  .program-block .program-label p {
    font-size: 40px;
    line-height: 1.05;
  }
}
@media (max-width: 760px) {
  .program-block .program-layout > .program-label > p:not(.program-lead) {
    font-size: 40px;
    line-height: 1.08;
    margin-bottom: 28px;
  }
  .program-block .program-layout .program-lead {
    font-size: 22px;
  }
}
