/* ==============================
   INTERVIEW DETAIL
   ============================== */
.iv-hero {
  padding: 140px 0 0;
  position: relative;
}
.iv-hero .container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: end;
}
.iv-hero .iv-meta {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.iv-hero .breadcrumb {
  display: flex;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--ink-4);
}
.iv-hero .breadcrumb a { color: var(--ink-3); }
.iv-hero .breadcrumb a:hover { color: var(--accent); }
.iv-hero .breadcrumb .sep { color: var(--line); }

.iv-hero .iv-num {
  font-family: var(--font-latin);
  font-weight: 600;
  font-size: 16px;
  color: var(--accent);
  letter-spacing: 0.12em;
}
.iv-hero .iv-tags {
  display: flex;
  gap: 10px;
}
.iv-hero .iv-tags span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--ink-3);
  border: 1px solid var(--line);
  padding: 6px 12px;
  border-radius: 100px;
}
.iv-hero .iv-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: var(--ink);
  text-wrap: pretty;
}
.iv-hero .iv-who {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.iv-hero .iv-who .avatar-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding-top: 2px;
}
.iv-hero .iv-who .avatar-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.iv-hero .iv-who .avatar-caption {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.13em;
  color: var(--ink-3);
  text-transform: uppercase;
}
.iv-hero .iv-who .avatar {
  width: 92px;
  height: 92px;
  border-radius: 20px;
  background: linear-gradient(135deg, #c7bc9f, #8c7f63);
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: none;
}
.iv-hero .iv-who .stamps {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  margin-top: 6px;
}
.iv-hero .iv-who .stamp-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.13em;
  color: var(--ink-3);
  text-align: center;
}
.iv-hero .iv-who .stamp-row {
  display: flex;
  gap: 8px;
}
.iv-hero .iv-who .image-stamps .stamp-row {
  flex-direction: row;
}
.iv-hero .iv-who .stamp {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--bg);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-size: 18px;
  line-height: 1;
}
.iv-hero .iv-who .stamp-image {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}
.iv-hero .iv-who .stamp-image img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
body.tone-white .iv-hero .iv-who .stamp { background: #fff; }
body.tone-white .iv-hero .iv-who .stamp-image { background: transparent; }
.iv-hero .iv-who .avatar.has-image::after { display: none; }
.iv-hero .iv-who .avatar.is-placeholder {
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  background: #e7e5df;
}
.iv-hero .iv-who .avatar.is-placeholder::after {
  display: none;
}
.iv-hero .iv-who .avatar.is-placeholder span {
  display: block;
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
}
.iv-hero .iv-who .avatar::after {
  content: attr(data-ini);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-latin);
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.04em;
}
.iv-hero .iv-who .whoinfo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 0;
}
.iv-hero .iv-who .whoinfo .name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: var(--ink);
  letter-spacing: 0.08em;
}
.iv-hero .iv-who .whoinfo .role {
  font-size: 13px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.iv-hero .iv-who .whoinfo .joined {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.iv-hero .iv-who .whoinfo .mbti {
  width: fit-content;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--ink);
  background: rgba(232,93,47,0.08);
  border: 1px solid rgba(232,93,47,0.2);
}
.iv-hero .iv-who .whoinfo .mbti-analyst {
  background: rgba(126, 98, 190, 0.12);
  border-color: rgba(126, 98, 190, 0.26);
  color: #5b438f;
}
.iv-hero .iv-who .whoinfo .mbti-diplomat {
  background: rgba(72, 148, 106, 0.12);
  border-color: rgba(72, 148, 106, 0.26);
  color: #36744f;
}
.iv-hero .iv-who .whoinfo .mbti-sentinel {
  background: rgba(70, 132, 178, 0.12);
  border-color: rgba(70, 132, 178, 0.26);
  color: #35698f;
}
.iv-hero .iv-who .whoinfo .mbti-explorer {
  background: rgba(230, 178, 47, 0.18);
  border-color: rgba(230, 178, 47, 0.34);
  color: #8a640c;
}

.iv-hero .iv-photo {
  aspect-ratio: 4/5;
  background:
    linear-gradient(135deg, rgba(232,93,47,0.045), transparent 58%),
    repeating-linear-gradient(135deg, rgba(20,19,17,0.035) 0 1px, transparent 1px 14px),
    #e5e2dc;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}
.iv-hero .iv-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}
.iv-hero .iv-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent 0 20px, rgba(20,19,17,0.04) 20px 21px);
}
.iv-hero .iv-photo::after {
  content: none;
}
.iv-hero .iv-photo-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--ink-4);
}

/* ===== extra profile ===== */
.iv-extra-profile {
  padding: 56px 0 68px;
  border-bottom: 1px solid var(--line-soft);
}
.iv-extra-profile .container {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 56px;
  align-items: start;
}
.iv-extra-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.iv-extra-head span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--accent);
}
.iv-extra-head h2 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--ink);
}
.iv-extra-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}
.iv-extra-item {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 18px 18px 20px;
  border: 0;
  border-radius: 8px;
  background: #fff5ed;
}
.iv-extra-item dt {
  display: flex;
  gap: 6px;
  align-items: baseline;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: var(--ink-3);
}
.iv-extra-item dt::before {
  content: "Q.";
  flex: 0 0 auto;
  color: var(--accent);
  font-family: var(--font-latin);
  font-weight: 700;
  letter-spacing: 0;
}
.iv-extra-item dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: var(--ink);
  overflow-wrap: anywhere;
}
.iv-color-value {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.iv-color-swatch {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(20,19,17,0.16);
  box-shadow: inset 0 0 0 3px rgba(255,255,255,0.7);
}

/* ===== lead quote ===== */
.iv-lead {
  padding: 72px 0 68px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid var(--line-soft);
}
.iv-lead-kicker {
  font-family: var(--font-latin);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 28px;
  text-transform: uppercase;
}
.iv-lead-text {
  max-width: none;
  font-size: 16px;
  line-height: 2.05;
  color: var(--ink-2);
  text-wrap: pretty;
}
.iv-lead-text p {
  margin: 0;
}
.iv-lead-text p + p {
  margin-top: 18px;
}

.iv-section-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}
.iv-section-photo {
  aspect-ratio: 16 / 10;
  margin: 0;
  background:
    repeating-linear-gradient(135deg, rgba(20,19,17,0.035) 0 1px, transparent 1px 12px),
    #e5e2dc;
  border: 1px solid var(--line);
  overflow: hidden;
}
.iv-section-photo:only-child {
  grid-column: 1 / -1;
}
.iv-section-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.iv-person-review {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  margin-top: 42px;
  padding: 42px 44px 36px;
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
  border-radius: 40px;
}
.iv-person-title {
  width: 100%;
  text-align: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.iv-person-title strong {
  color: var(--accent);
}
.iv-radar {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line-soft);
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 999px;
  padding: 16px 10px 10px 10px;
  box-sizing: border-box;
}
.iv-radar svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.iv-radar-grid {
  fill: none;
  stroke: rgba(20,19,17,0.12);
  stroke-width: 0.25;
}
.iv-radar-axis {
  stroke: rgba(20,19,17,0.1);
  stroke-width: 0.2;
}
.iv-radar-shape {
  fill: rgba(232,93,47,0.22);
  stroke: var(--accent);
  stroke-width: 0.25;
}
.iv-radar-label {
  font-family: var(--font-display);
  font-size: 4px;
  font-weight: 600;
  fill: var(--ink);
  dominant-baseline: middle;
}
.iv-radar-score {
  font-family: var(--font-latin);
  font-size: 4.6px;
  font-weight: 600;
  fill: var(--accent);
  dominant-baseline: middle;
}
.iv-person-scores {
  width: 100%;
  display: grid;
  gap: 18px;
  min-width: 0;
}
.iv-person-score {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) 104px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
}
.iv-person-score-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
}
.iv-person-score-head strong {
  font-family: var(--font-latin);
  font-size: 15px;
  color: var(--accent);
}
.iv-score-stars {
  display: flex;
  gap: 2px;
  padding-top: 1px;
  font-family: var(--font-latin);
  font-size: 15px;
  line-height: 1.5;
  color: rgba(20,19,17,0.16);
  letter-spacing: 0;
}
.iv-score-stars .is-on {
  color: var(--accent);
}
.iv-person-score p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: var(--ink-3);
  overflow-wrap: anywhere;
}

.iv-timeline {
  display: grid;
  gap: 22px;
  margin-top: 20px;
}
.iv-timeline-item {
  display: grid;
  grid-template-columns: 22px 58px minmax(0, 1fr);
  gap: 14px;
  padding: 0;
  align-items: start;
  position: relative;
}
.iv-timeline-item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 14px;
  bottom: -24px;
  width: 1px;
  background: var(--line);
}
.iv-timeline-item:last-child::before {
  display: none;
}
.iv-timeline-item::after {
  content: "";
  position: relative;
  grid-column: 1;
  grid-row: 1;
  left: 0;
  top: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent);
}
.iv-timeline-time {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--font-latin);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--accent);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.iv-timeline-text {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
  padding-top: 0;
}
.iv-timeline-text strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink);
}
.iv-timeline-text small {
  font-size: 13px;
  line-height: 1.8;
  color: var(--ink-3);
}

/* ===== Q/A chapters ===== */
.iv-chapter {
  padding: 80px 0;
  border-top: 1px solid var(--line);
}
.iv-chapter .container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  align-items: start;
}
.iv-chapter .ch-head {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.iv-chapter .ch-head .ch-num {
  font-family: var(--font-latin);
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.03em;
}
.iv-chapter .ch-head .ch-en {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--ink-3);
  text-transform: uppercase;
}
.iv-chapter .ch-head .ch-jp {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  color: var(--ink);
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.iv-qa { display: flex; flex-direction: column; gap: 48px; }
.iv-qa .qa-item { display: flex; flex-direction: column; gap: 20px; }
.iv-qa .q {
  display: flex;
  gap: 18px;
  align-items: start;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: var(--ink);
  line-height: 1.75;
  letter-spacing: 0.06em;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  text-wrap: pretty;
}
.iv-qa .q .q-mark {
  flex: 0 0 auto;
  font-family: var(--font-latin);
  font-weight: 600;
  font-size: 24px;
  color: var(--accent);
  line-height: 1;
  padding-top: 2px;
}
.iv-qa .q > span:not(.q-mark) {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.iv-qa .qa-item:has(.iv-timeline) .q {
  padding-bottom: 0;
  border-bottom: 0;
}
.iv-qa .a {
  display: flex;
  gap: 18px;
  align-items: start;
  padding-left: 2px;
}
.iv-qa .a .a-mark {
  flex: 0 0 auto;
  font-family: var(--font-latin);
  font-weight: 600;
  font-size: 24px;
  color: var(--ink);
  line-height: 1;
  padding-top: 2px;
}
.iv-qa .a .a-body {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  font-size: 16px;
  line-height: 2;
  color: var(--ink-2);
  letter-spacing: 0.02em;
  text-wrap: normal;
}
.iv-qa .a .a-body p { margin-bottom: 14px; }
.iv-qa .a .a-body p:last-child { margin-bottom: 0; }
.iv-qa .a .a-body .iv-answer-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 18px;
  padding: 0;
  list-style: none;
}
.iv-qa .a .a-body .iv-answer-list:last-child { margin-bottom: 0; }
.iv-qa .a .a-body .iv-answer-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
}
.iv-qa .a .a-body .iv-answer-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.82em;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(232, 93, 47, 0.55);
}

/* ===== 9 QUESTIONS ===== */
.iv-nine {
  background: #fff;
}

.iv-nine .nine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.iv-nine .nq {
  padding: 28px 26px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: var(--bg-2);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 220px;
}
.iv-nine .nq .nq-num {
  font-family: var(--font-latin);
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.iv-nine .nq .nq-q {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-wrap: pretty;
}
.iv-nine .nq .nq-a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
  color: var(--ink);
  letter-spacing: 0.02em;
  padding-top: 16px;
  border-top: 1px dashed var(--line);
  margin-top: auto;
  text-wrap: pretty;
  white-space: pre-line;
}

.iv-president-comment {
  background: #fff;
}
.iv-president-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.iv-president-card .ipc-kicker {
  margin-bottom: 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--accent);
}
.iv-president-card h2 {
  margin-bottom: 34px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.iv-president-card .ipc-body {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: var(--ink-2);
}
.iv-president-card .ipc-body > p:first-child {
  margin-bottom: 22px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
}
.iv-president-card .ipc-body h3 {
  margin: 34px 0 12px;
  padding-left: 14px;
  border-left: 3px solid var(--accent);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.iv-president-card .ipc-body h3:first-child {
  margin-top: 0;
}
.iv-president-card .ipc-body strong {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-top: 12px;
  padding: 0 0.04em;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--ink);
  background: linear-gradient(transparent 62%, rgba(232,93,47,0.18) 62%);
}
.iv-president-card .ipc-body p + p {
  margin-top: 14px;
}

.iv-arrow-talk {
  background: #fff5ed;
}
.iv-arrow-card {
  display: grid;
  gap: 28px;
  padding: 34px 36px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--ink-2);
}
.iv-arrow-person {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-soft);
}
.iv-arrow-photo {
  width: 88px;
  height: 116px;
  overflow: hidden;
  background: var(--bg-2);
}
.iv-arrow-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.iv-arrow-person-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.iv-arrow-to {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--ink);
}
.iv-arrow-role {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--ink-3);
}
.iv-arrow-text p + p {
  margin-top: 14px;
}
.iv-arrow-next-link {
  margin-top: 22px;
}
.iv-arrow-next-link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.iv-arrow-next-link a::after {
  content: "→";
  text-decoration: none;
  transition: transform 0.25s ease;
}
.iv-arrow-next-link a:hover::after {
  transform: translateX(4px);
}


/* ==============================
   IV INLINE PHOTOS
   ============================== */
.iv-photo-break {
  padding: 40px 0 40px;
}
.iv-photo-break.wide .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.iv-photo-break.split .container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.iv-shot {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(20,19,17,0.05) 22px 23px),
    linear-gradient(135deg, #b3a88c 0%, #8a7e63 100%);
}
.iv-shot.tall { aspect-ratio: 4/5; }
.iv-shot.wide { aspect-ratio: 21/9; }
.iv-shot::after {
  content: attr(data-label);
  position: absolute;
  bottom: 16px; left: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.92);
  background: rgba(20,19,17,0.5);
  padding: 6px 10px;
  letter-spacing: 0.12em;
}
.iv-shot.v2 {
  background:
    repeating-linear-gradient(45deg, transparent 0 22px, rgba(20,19,17,0.04) 22px 23px),
    linear-gradient(140deg, #d8cfb3 0%, #a89a7c 60%, #6b604a 100%);
}
.iv-shot.v3 {
  background:
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(20,19,17,0.04) 22px 23px),
    linear-gradient(120deg, #9c907a 0%, #5b5340 100%);
}
.iv-shot .caption {
  position: absolute;
  top: 16px; left: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.12em;
  background: transparent;
}

/* ==============================
   STAFF PREV/NEXT
   ============================== */
.staff-nav { padding: 100px 0 80px; border-top: 1px solid var(--line-soft); }
.staff-nav .sn-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: baseline;
  margin-bottom: 40px;
}
.staff-nav .sn-head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  color: var(--ink);
  letter-spacing: 0.06em;
  text-align: center;
}
.staff-nav .sn-head .sn-all {
  justify-self: start;
  font-size: 13px;
  color: var(--ink-3);
  letter-spacing: 0.08em;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.staff-nav .sn-head .sn-all:hover { color: var(--accent); }
.staff-nav .sn-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.staff-nav .sn-card {
  display: grid;
  grid-template-columns: 112px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 32px 0;
  transition: all 0.25s ease;
}
.staff-nav .sn-card.prev { padding-right: 32px; border-right: 1px solid var(--line); }
.staff-nav .sn-card.next { padding-left: 32px; }
.staff-nav .sn-card:hover { background: var(--bg-2); }
.staff-nav .sn-card.next { grid-template-columns: auto 1fr 112px; text-align: right; }

.staff-nav .sn-thumb {
  width: 112px;
  height: 152px;
  background:
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(20,19,17,0.04) 14px 15px),
    linear-gradient(135deg, #c7bc9f, #8c7f63);
  position: relative;
  overflow: hidden;
}
.staff-nav .sn-thumb::after {
  content: attr(data-ini);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-latin);
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.04em;
}
.staff-nav .sn-thumb.has-photo::after {
  display: none;
}
.staff-nav .sn-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.staff-nav .sn-body { display: flex; flex-direction: column; gap: 4px; }
.staff-nav .sn-body .dir {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.staff-nav .sn-card.next .sn-body .dir { justify-content: flex-end; }
.staff-nav .sn-body .name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: var(--ink);
  letter-spacing: 0.08em;
}
.staff-nav .sn-body .role {
  font-size: 13px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.staff-nav .sn-body .year {
  margin-top: 10px;
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.staff-nav .sn-card .arrow {
  font-family: var(--font-latin);
  font-size: 22px;
  color: var(--ink-3);
  transition: all 0.25s ease;
}
.staff-nav .sn-card:hover .arrow { color: var(--accent); transform: translateX(4px); }
.staff-nav .sn-card.prev:hover .arrow { transform: translateX(-4px); }

@media (max-width: 900px) {
  .iv-hero {
    padding-top: 100px;
  }
  .iv-hero .container {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .iv-hero .iv-meta {
    gap: 26px;
  }
  .iv-hero .iv-photo {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  .iv-extra-profile .container {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .iv-extra-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .iv-radar {
    max-width: 340px;
  }
  .iv-person-score {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .iv-section-photos {
    grid-template-columns: 1fr;
  }
  .iv-chapter {
    padding: 64px 0;
  }
  .iv-chapter .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .iv-chapter .ch-head {
    position: static;
    top: auto;
    gap: 8px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line-soft);
  }
  .iv-chapter .ch-head .ch-num {
    font-size: 42px;
  }
  .iv-chapter .ch-head .ch-jp {
    font-size: 21px;
  }
  .iv-photo-break.split .container {
    grid-template-columns: 1fr;
  }
  .iv-nine .nine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .staff-nav {
    padding: 72px 0 88px;
  }
  .staff-nav .sn-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 28px;
  }
  .staff-nav .sn-head h2 {
    text-align: left;
  }
  .staff-nav .sn-head .sn-all {
    order: 2;
  }
  .staff-nav .sn-pair {
    grid-template-columns: 1fr;
  }
  .staff-nav .sn-card,
  .staff-nav .sn-card.next {
    min-width: 0;
    padding: 22px 0;
    text-align: left;
  }
  .staff-nav .sn-card.prev {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .staff-nav .sn-card.next {
    padding-left: 0;
  }
  .staff-nav .sn-card.next .sn-body .dir {
    justify-content: flex-start;
  }
  .staff-nav .sn-thumb {
    width: 82px;
    height: 112px;
  }
}

@media (max-width: 640px) {
  .iv-hero .iv-title {
    font-size: 28px;
    line-height: 1.55;
  }
  .iv-extra-grid {
    grid-template-columns: 1fr;
  }
  .iv-lead {
    padding-top: 64px;
  }
  .iv-timeline-item {
    grid-template-columns: 22px 58px minmax(0, 1fr);
    gap: 14px;
  }
  .iv-qa {
    gap: 38px;
  }
  .iv-qa .q,
  .iv-qa .a {
    gap: 12px;
  }
  .iv-qa .a .a-body {
    min-width: 0;
  }
  .iv-nine .nine-grid {
    grid-template-columns: 1fr;
  }
  .iv-president-card h2 {
    font-size: 24px;
  }
  .iv-arrow-card {
    padding: 26px 22px;
  }
  .iv-arrow-person {
    grid-template-columns: 72px 1fr;
    gap: 16px;
  }
  .iv-arrow-photo {
    width: 72px;
    height: 96px;
  }
  .iv-arrow-to {
    font-size: 19px;
  }
  .staff-nav .sn-card {
    grid-template-columns: 72px minmax(0, 1fr) 22px;
    gap: 14px;
  }
  .staff-nav .sn-card.next {
    grid-template-columns: 22px minmax(0, 1fr) 72px;
  }
  .staff-nav .sn-body .name {
    font-size: 18px;
  }
  .staff-nav .sn-body .year {
    margin-top: 6px;
  }
  .staff-nav .sn-card .arrow {
    font-size: 18px;
  }
}
