/* SHINDO report edition — homepage composition */
.page-index main { display: block; }

.report-shell {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding-inline: clamp(24px, 5vw, 80px);
}

.report-chapter {
  position: relative;
  padding-block: clamp(96px, 11vw, 168px);
  border-top: 1px solid var(--report-line);
}

.report-chapter__head {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  margin-bottom: clamp(56px, 7vw, 96px);
}

.report-chapter__number {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px !important;
  letter-spacing: .16em;
  color: var(--report-ink-70);
}

.report-chapter__title {
  max-width: 17em;
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.45;
  letter-spacing: .05em;
}

.report-chapter__label {
  margin: 0 0 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px !important;
  line-height: 1.5 !important;
  letter-spacing: .14em;
  color: var(--report-ink-70);
}

.report-link {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  padding-block: 8px;
  border-bottom: 1px solid var(--report-ink);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.report-hero {
  min-height: calc(100svh - 80px);
  padding: clamp(56px, 8vw, 108px) 0 48px;
  border-bottom: 3px double var(--report-ink);
  background: var(--report-paper);
}

.report-hero__grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(410px, 1.15fr);
  grid-template-rows: 1fr auto;
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
}

.report-hero__mark {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  border: 1px solid var(--report-line);
}

.report-hero__mark::before,
.report-hero__mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-top: 1px solid var(--report-line);
  border-bottom: 1px solid var(--report-line);
  pointer-events: none;
}

.report-wordmark {
  margin: 0;
  font-size: clamp(50px, 7vw, 92px) !important;
  line-height: 1;
  letter-spacing: .16em;
}

.report-wordmark small {
  display: block;
  margin-top: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: .26em;
  text-align: center;
  color: var(--report-ink-70);
}

.report-grains {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: var(--report-ink);
  pointer-events: none;
}

.report-grains .report-grain {
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
}

.report-hero__copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.report-hero__eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px !important;
  letter-spacing: .18em;
  color: var(--report-ink-70);
}

.report-hero h1 {
  margin: 0;
  font-size: clamp(50px, 6.7vw, 92px);
  line-height: 1.45;
  letter-spacing: .08em;
  writing-mode: vertical-rl;
}

.report-hero__vertical-meta {
  margin: 12px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px !important;
  line-height: 1.8 !important;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
  color: var(--report-ink-70);
}

.report-hero__summary {
  grid-column: 1 / -1;
  max-width: 42em;
  margin: 0;
  padding-top: 30px;
  border-top: 1px solid var(--report-line);
  font-size: 18px !important;
}

.report-hero__actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 42px;
}

.report-hero__folio {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--report-line);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--report-ink-70);
}

.report-opening {
  margin: 0;
  padding-block: clamp(34px, 4.5vw, 68px);
  border-bottom: 1px solid var(--report-line);
  background: var(--report-paper);
}

.report-opening__frame {
  overflow: hidden;
  border-top: 1px solid var(--report-ink);
  border-bottom: 1px solid var(--report-ink);
}

.report-opening img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center 60%;
  filter: saturate(.78) contrast(.98);
}

.report-opening figcaption {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 20px;
  padding-top: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .13em;
  color: var(--report-ink-70);
}

.report-index {
  padding-block: clamp(80px, 9vw, 132px);
  border-bottom: 3px double var(--report-ink);
}

.report-index__title {
  margin: 0 0 52px;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: .08em;
}

.report-index__list { margin: 0; padding: 0; list-style: none; }
.report-index__list a {
  display: grid;
  grid-template-columns: 3.5em auto 1fr auto;
  gap: 16px;
  align-items: baseline;
  padding: 17px 0;
  border-top: 1px solid var(--report-line);
}
.report-index__list li:last-child a { border-bottom: 1px solid var(--report-line); }
.report-index__number,
.report-index__folio {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--report-ink-70);
}
.report-index__name { font-size: clamp(18px, 2vw, 24px); }
.report-index__dots { border-bottom: 1px dotted var(--report-ink-45); transform: translateY(-.35em); }

.report-why__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .8fr);
  gap: clamp(52px, 9vw, 132px);
}
.report-why__copy { max-width: 42em; }
.report-why__copy p:first-child { font-size: clamp(24px, 3vw, 36px) !important; line-height: 1.8 !important; }
.report-why__aside {
  align-self: end;
  padding: 28px 0;
  border-top: 1px solid var(--report-ink);
  border-bottom: 1px solid var(--report-ink);
}
.report-why__aside p { margin: 0; color: var(--report-ink-70); }

.report-notes__grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}
.report-note { margin: 0; }
.report-note:first-child { grid-row: span 2; }
.report-note img { width: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.78); }
.report-note:first-child img { aspect-ratio: 4 / 5; }
.report-note figcaption {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--report-line);
  font-size: 14px;
}

.report-practice__list { border-top: 1px solid var(--report-ink); }
.report-practice {
  display: grid;
  grid-template-columns: 86px minmax(180px, .45fr) minmax(280px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid var(--report-line);
}
.report-practice__number { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 12px; letter-spacing: .14em; }
.report-practice h3 { margin: 0; font-size: clamp(24px, 2.5vw, 34px); }
.report-practice p { margin: 0; max-width: 42em; }

.report-projects__list { border-top: 1px solid var(--report-ink); }
.report-project {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 6vw, 84px);
  padding: clamp(48px, 6vw, 80px) 0;
  border-bottom: 1px solid var(--report-line);
}
.report-project img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.78); }
.report-project__meta { margin: 0 0 18px; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 13px !important; letter-spacing: .08em; color: var(--report-ink-70); }
.report-project h3 { margin: 0 0 22px; font-size: clamp(28px, 3vw, 42px); line-height: 1.55; }
.report-project p:last-of-type { max-width: 42em; }

.report-network__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--report-ink);
  border-left: 1px solid var(--report-line);
}
.report-network__item {
  min-height: 240px;
  padding: 28px 24px;
  border-right: 1px solid var(--report-line);
  border-bottom: 1px solid var(--report-line);
}
.report-network__item span { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 11px; letter-spacing: .14em; }
.report-network__item h3 { margin: 36px 0 0; font-size: 22px; line-height: 1.7; }
.report-network__lead { max-width: 42em; margin: -34px 0 56px 190px; }

.report-metrics__grid { border-top: 1px solid var(--report-ink); }
.report-metric {
  display: grid;
  grid-template-columns: minmax(190px, .6fr) minmax(220px, .65fr) minmax(280px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: 44px 0;
  border-bottom: 1px solid var(--report-line);
}
.report-metric__owner { margin: 0; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 12px !important; letter-spacing: .08em; color: var(--report-ink-70); }
.report-metric__value { margin: 0; font-family: "Zen Old Mincho", serif; font-size: clamp(42px, 5vw, 68px) !important; line-height: 1.1 !important; }
.report-metric__value small { font-size: 18px; }
.report-metric__body h3 { margin: 0 0 8px; font-size: 21px; }
.report-metric__body p { margin: 0; font-size: 16px !important; }

.report-people__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--report-ink);
  border-left: 1px solid var(--report-line);
}
.report-person { padding: 0 24px 32px; border-right: 1px solid var(--report-line); border-bottom: 1px solid var(--report-line); }
.report-person img { width: calc(100% + 48px); margin-left: -24px; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.72); }
.report-person__role { margin: 22px 0 8px; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 12px !important; letter-spacing: .08em; color: var(--report-ink-70); }
.report-person h3 { margin: 0 0 14px; font-size: 24px; }
.report-person p:last-child { margin: 0; font-size: 16px !important; }

.report-join { background: var(--report-ink); color: var(--report-paper); }
body.redesign .report-join .report-chapter__title,
body.redesign .report-join .report-chapter__number,
body.redesign .report-join .report-chapter__label,
body.redesign .report-join h2,
body.redesign .report-join h3,
body.redesign .report-join p,
body.redesign .report-join a,
body.redesign .report-join span { color: var(--report-paper) !important; }
.report-join__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(247,245,238,.5); border-left: 1px solid rgba(247,245,238,.3); }
.report-join__item { min-height: 310px; padding: 30px 26px; border-right: 1px solid rgba(247,245,238,.3); border-bottom: 1px solid rgba(247,245,238,.3); }
.report-join__item span { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 11px; letter-spacing: .12em; }
.report-join__item h3 { margin: 42px 0 16px; font-size: 24px; }
.report-join__item p { font-size: 16px !important; }
.report-join__item a { display: inline-block; margin-top: 16px; border-bottom: 1px solid currentColor; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 14px; }

.report-vision {
  min-height: 80svh;
  display: grid;
  place-items: center;
  padding: clamp(112px, 15vw, 230px) 24px;
  text-align: center;
  border-top: 3px double var(--report-ink);
  background: var(--report-paper);
}
.report-vision__inner { max-width: 1050px; }
.report-vision__label { font-family: "Zen Kaku Gothic New", sans-serif; font-size: 12px !important; letter-spacing: .18em; }
.report-vision h2 { margin: 30px 0 0; font-size: clamp(45px, 7vw, 100px); line-height: 1.5; letter-spacing: .08em; }

@media (max-width: 980px) {
  .report-hero__grid { grid-template-columns: .8fr 1fr; min-height: 620px; }
  .report-network__grid { grid-template-columns: repeat(3, 1fr); }
  .report-people__grid,
  .report-join__grid { grid-template-columns: repeat(2, 1fr); }
  .report-network__lead { margin-left: 0; }
}

@media (max-width: 700px) {
  .report-chapter { padding-block: 80px; }
  .report-chapter__head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 52px; }
  .report-chapter__title { font-size: 38px; }
  .report-hero { min-height: 0; padding-top: 44px; }
  .report-hero__grid { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; gap: 40px; }
  .report-hero__mark { min-height: 420px; }
  .report-wordmark { font-size: clamp(44px, 15vw, 68px) !important; }
  .report-hero__copy { grid-template-columns: 1fr; }
  .report-hero h1 { font-size: 46px; writing-mode: horizontal-tb; }
  .report-hero__vertical-meta { margin: 0; writing-mode: horizontal-tb; }
  .report-hero__summary,
  .report-hero__actions,
  .report-hero__folio,
  .report-hero__eyebrow { grid-column: 1; }
  .report-hero__folio { gap: 18px; }
  .report-opening { padding-block: 24px 30px; }
  .report-opening img { aspect-ratio: 4 / 3; object-position: center 62%; }
  .report-opening figcaption { grid-template-columns: auto 1fr; gap: 5px 14px; }
  .report-opening figcaption span:last-child { grid-column: 2; }
  .report-index__list a { grid-template-columns: 3em auto 1fr auto; gap: 10px; }
  .report-index__name { font-size: 17px; }
  .report-why__layout,
  .report-notes__grid,
  .report-project,
  .report-metric { grid-template-columns: 1fr; }
  .report-note:first-child { grid-row: auto; }
  .report-note:first-child img,
  .report-note img { aspect-ratio: 4 / 3; }
  .report-practice { grid-template-columns: 48px 1fr; gap: 16px 24px; }
  .report-practice p { grid-column: 2; }
  .report-network__grid { grid-template-columns: 1fr; }
  .report-network__item { min-height: 0; }
  .report-network__item h3 { margin-top: 20px; }
  .report-people__grid,
  .report-join__grid { grid-template-columns: 1fr; }
  .report-person { padding-bottom: 30px; }
  .report-join__item { min-height: 0; }
  .report-vision h2 { font-size: clamp(38px, 11vw, 54px); }
}

/* トップページの人物写真も People ページに合わせて円形に切り抜く。 */
body.redesign .report-person img {
  width: min(72%, 230px);
  margin: 4px auto 0;
  display: block;
  aspect-ratio: 1 / 1;
  /* report.css が .portrait-photo / .community-photo の角丸を
     打ち消しているので、ここで明示的に上書きする。 */
  border-radius: 50% !important;
}
@media (max-width: 640px) {
  .report-person img { width: min(64%, 200px); }
}

/* 無の会は集合写真なので、円形に切り抜くと人が欠ける。
   横長のまま載せつつ、高さだけ隣の丸い写真に合わせて行を揃える。 */
body.redesign .report-person img[src*="muno-group"] {
  width: calc(100% + 48px);
  margin: 4px 0 0 -24px;
  aspect-ratio: auto;
  height: 230px;
  object-fit: cover;
  border-radius: 0 !important;
}
/* モバイルでは幅いっぱいに広げるぶんの余白が取れず、
   左に寄ってしまうので、はみ出させずに中央へ置く。 */
@media (max-width: 640px) {
  body.redesign .report-person img[src*="muno-group"] {
    width: 100%;
    margin: 4px auto 0;
    height: 200px;
  }
}

/* 肩書きラベルの体裁。
   写真を <a> で包んだ無の会のカードだけ「写真の直後の p」に当たらなくなり、
   本文と同じ大きさで表示されていた。カード構造に依存しない形で指定し直す。 */
body.redesign .report-person .report-person__role {
  font-size: 12px !important;
  line-height: 1.8 !important;
  letter-spacing: .05em !important;
  color: var(--report-ink-70) !important;
}
