body.japanese-project-page .about-hero {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  align-items: end;
}

.japanese-project-hero {
  width: 100%;
  max-height: 34rem;
  border: 1px solid var(--mina-shell-border);
  object-fit: cover;
}

.japanese-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.japanese-project-meta li {
  padding: 0.3rem 0.55rem;
  border: 1px solid var(--mina-shell-border);
  color: var(--mina-shell-muted);
  font-family: var(--mina-shell-title);
  font-size: 0.75rem;
}

.japanese-scope-note {
  max-width: 68ch;
  margin: clamp(2rem, 5vw, 4rem) auto 0;
  padding: 1rem;
  border: 1px solid var(--mina-shell-border);
  color: var(--mina-shell-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

html[lang="ja"] body {
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
}

html[lang="ja"] .jp-brand-name {
  white-space: nowrap;
}

html[lang="ja"] .about-hero h1,
html[lang="ja"] .about-section h2,
html[lang="ja"] .mina-page-context h1 {
  letter-spacing: 0.01em;
}

html[lang="ja"] body.about-page .about-hero {
  width: min(68rem, calc(100% - clamp(1rem, 6vw, 6rem)));
  margin-inline: auto;
}

html[lang="ja"] body.about-page .about-next__links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  html[lang="ja"] body.archive-index-page .archive-section > .word h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vw / var(--archive-column-count, 1));
    padding: 0.08em 0 0;
    box-sizing: border-box;
    font-size: clamp(3.5rem, 9vw, 10rem);
    line-height: 0.95;
    text-align: center;
  }

  html[lang="ja"] body.archive-index-page .archive-section--artworks > .word h4 {
    height: calc((100vw / var(--archive-column-count, 1)) * 2);
  }
}

@media (max-width: 767px) {
  body.japanese-project-page .about-hero {
    grid-template-columns: 1fr;
  }

  html[lang="ja"] body.about-page .about-hero {
    width: calc(100% - 1rem);
  }

  html[lang="ja"] body.about-page .about-next__links {
    grid-template-columns: 1fr;
  }
}
