/* Okamoto Taro articles — editorial structures for life, art and creative action */
.taro-article { overflow: visible; }

.taro-section-label {
  margin: 0 0 9px !important;
  color: #a186bf;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
}

.article-body .taro-opening-quote {
  margin: 44px 0 54px;
  padding: 4px 0 0;
  background: transparent;
  text-align: center;
}

.article-body .taro-opening-quote::before { display: none; }

.article-body .taro-opening-quote p {
  margin: 0;
  color: #4f4e5e;
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .025em;
}

.article-body .taro-opening-quote cite {
  margin-top: 15px;
  color: var(--ink-3);
  font-size: 12px;
  text-align: center;
}

.taro-opening-quote a,
.taro-rights-note a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(133, 135, 154, .3);
  text-underline-offset: .22em;
}

.taro-snapshot {
  margin: 55px 0 65px;
  padding: 31px 0 15px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.article-body .taro-snapshot h2,
.article-body .taro-opposition h2,
.article-body .taro-practice h2,
.article-body .taro-three-layers h2,
.article-body .taro-experiment h2,
.article-body .taro-history-note h2 {
  margin: 0 0 21px;
  padding: 0;
  border: 0;
  font-size: 23px;
}

.article-body .taro-snapshot h2::after,
.article-body .taro-opposition h2::after,
.article-body .taro-practice h2::after,
.article-body .taro-three-layers h2::after,
.article-body .taro-experiment h2::after,
.article-body .taro-history-note h2::after { display: none; }

.taro-snapshot dl { margin: 0; }

.taro-snapshot dl > div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 24px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.taro-snapshot dt {
  color: #89799e;
  font-size: 14px;
  font-weight: 500;
}

.taro-snapshot dd {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.8;
}

.taro-timeline {
  position: relative;
  margin: 42px 0 20px;
  list-style: none;
}

.taro-timeline::before {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 28px;
  left: 89px;
  width: 1px;
  background: var(--line-strong);
}

.taro-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 40px;
  padding: 0 0 32px;
}

.taro-timeline li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 85px;
  width: 9px;
  height: 9px;
  border: 2px solid #c09fc3;
  border-radius: 50%;
  background: #fff;
}

.taro-timeline time {
  padding-top: 1px;
  color: #96799d;
  font-size: 14px;
  font-weight: 600;
}

.article-body .taro-timeline h3 {
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1.6;
}

.article-body .taro-timeline p {
  margin: 0;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.85;
}

.taro-opposition,
.taro-practice,
.taro-three-layers,
.taro-experiment,
.taro-history-note {
  margin: 54px 0 64px;
  padding: 31px 0 29px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.taro-opposition > p:not(.taro-section-label),
.taro-practice > p:not(.taro-section-label),
.taro-three-layers > p:not(.taro-section-label),
.taro-experiment > p:not(.taro-section-label),
.taro-history-note > p:not(.taro-section-label) {
  font-family: var(--serif);
}

.taro-opposition-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 25px;
  margin: 30px 0 32px;
}

.taro-opposition-diagram div {
  padding: 24px 10px;
  text-align: center;
}

.taro-opposition-diagram span {
  display: block;
  color: #4e4d5a;
  font-family: var(--serif);
  font-size: 25px;
}

.taro-opposition-diagram small {
  display: block;
  margin-top: 7px;
  color: var(--ink-3);
  font-size: 13px;
}

.taro-opposition-diagram i {
  color: #c19ebf;
  font-family: var(--serif);
  font-size: 29px;
  font-style: normal;
}

.taro-official-link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 22px;
  margin: 40px 0 48px;
  padding: 23px 2px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.taro-official-link > span,
.taro-official-link > strong,
.taro-official-link > small { grid-column: 1; }

.taro-official-link > span {
  color: #a186bf;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
}

.taro-official-link > strong {
  margin-top: 4px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}

.taro-official-link > small {
  margin-top: 2px;
  color: var(--ink-3);
  font-size: 13px;
}

.taro-official-link > b {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  color: #8f72b8;
  font-size: 18px;
}

.taro-work-figure {
  margin: 48px 0 54px;
}

.taro-work-figure--portrait {
  width: 76%;
  margin-right: auto;
  margin-left: auto;
}

.taro-work-figure a,
.taro-work-figure img { display: block; }

.taro-work-figure img {
  width: 100%;
  height: auto;
}

.taro-work-figure figcaption {
  margin-top: 12px;
  color: var(--ink-3);
  font-size: 13px;
  line-height: 1.75;
}

.taro-work-figure figcaption strong { color: var(--ink-2); }

.taro-work-figure figcaption a {
  display: inline;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(133, 135, 154, .3);
  text-underline-offset: .2em;
}

.taro-clean-life,
.taro-talent-traps {
  margin: 37px 0 43px;
  border-top: 1px solid var(--line-strong);
}

.taro-clean-life > div,
.taro-talent-traps > div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 26px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.taro-clean-life dt,
.taro-talent-traps dt {
  color: #6d5a79;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
}

.taro-clean-life dd,
.taro-talent-traps dd {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.8;
}

.taro-practice ol,
.taro-three-layers ol,
.taro-experiment ol {
  margin: 29px 0 0;
  list-style: none;
}

.taro-practice li,
.taro-three-layers li,
.taro-experiment li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 24px;
  padding: 21px 0;
  border-top: 1px solid var(--line);
}

.taro-practice li > span,
.taro-three-layers li > span,
.taro-experiment li > span {
  color: #b486ad;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
}

.article-body .taro-practice h3,
.article-body .taro-three-layers h3,
.article-body .taro-experiment h3 {
  margin: -3px 0 5px;
  font-size: 18px;
  line-height: 1.7;
}

.article-body .taro-practice li p,
.article-body .taro-three-layers li p,
.article-body .taro-experiment li p {
  margin: 0;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.85;
}

.taro-two-questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 35px 0 42px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.taro-two-questions section { padding: 26px 25px 25px 0; }
.taro-two-questions section + section { padding-left: 25px; border-left: 1px solid var(--line); }

.taro-two-questions span {
  color: #ad8ab1;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
}

.article-body .taro-two-questions h3 {
  margin: 7px 0 7px;
  font-size: 19px;
}

.article-body .taro-two-questions p {
  margin: 0;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.8;
}

.taro-history-note { margin-top: 49px; }

.taro-history-note a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
  color: var(--brand-deep);
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(112, 77, 175, .25);
  text-underline-offset: .25em;
}

.taro-interpretation-note,
.taro-rights-note {
  margin: 18px 0 0 !important;
  color: var(--ink-3) !important;
  font-family: var(--sans) !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
}

@media (max-width: 680px) {
  .article-body .taro-opening-quote { margin: 35px 0 44px; }

  .article-body .taro-opening-quote p {
    font-size: 24px;
    line-height: 1.7;
  }

  .taro-snapshot,
  .taro-opposition,
  .taro-practice,
  .taro-three-layers,
  .taro-experiment,
  .taro-history-note {
    margin: 45px 0 52px;
    padding: 26px 0 21px;
  }

  .article-body .taro-snapshot h2,
  .article-body .taro-opposition h2,
  .article-body .taro-practice h2,
  .article-body .taro-three-layers h2,
  .article-body .taro-experiment h2,
  .article-body .taro-history-note h2 { font-size: 21px; }

  .taro-snapshot dl > div {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 15px;
    padding: 13px 0;
  }

  .taro-snapshot dt { font-size: 13px; }
  .taro-snapshot dd { font-size: 15px; }

  .taro-timeline::before { left: 58px; }

  .taro-timeline li {
    grid-template-columns: 47px minmax(0, 1fr);
    gap: 25px;
    padding-bottom: 28px;
  }

  .taro-timeline li::before { left: 54px; }
  .taro-timeline time { font-size: 12px; }
  .article-body .taro-timeline h3 { font-size: 17px; }
  .article-body .taro-timeline p { font-size: 15px; line-height: 1.8; }

  .taro-opposition-diagram { gap: 8px; margin: 23px 0 26px; }
  .taro-opposition-diagram div { padding: 18px 2px; }
  .taro-opposition-diagram span { font-size: 21px; }
  .taro-opposition-diagram small { font-size: 11px; line-height: 1.6; }
  .taro-opposition-diagram i { font-size: 22px; }

  .taro-work-figure,
  .taro-work-figure--portrait {
    width: calc(100% + 8px);
    margin: 38px -4px 45px;
  }

  .taro-work-figure figcaption { padding: 0 4px; font-size: 12px; }

  .taro-clean-life > div,
  .taro-talent-traps > div {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    padding: 15px 0;
  }

  .taro-clean-life dt,
  .taro-talent-traps dt { font-size: 15px; }
  .taro-clean-life dd,
  .taro-talent-traps dd { font-size: 14px; }

  .taro-practice li,
  .taro-three-layers li,
  .taro-experiment li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 13px;
    padding: 18px 0;
  }

  .taro-practice li > span,
  .taro-three-layers li > span,
  .taro-experiment li > span { white-space: nowrap; }

  .article-body .taro-practice h3,
  .article-body .taro-three-layers h3,
  .article-body .taro-experiment h3 { font-size: 17px; }

  .article-body .taro-practice li p,
  .article-body .taro-three-layers li p,
  .article-body .taro-experiment li p { font-size: 14px; }

  .taro-two-questions { display: block; }
  .taro-two-questions section { padding: 21px 0; }
  .taro-two-questions section + section { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .article-body .taro-two-questions h3 { font-size: 18px; }

  .taro-official-link { padding: 19px 0; }
  .taro-official-link > strong { font-size: 16px; }
}
