:root {
  --bg: #000;
  --ink: #f4f4f4;
  --muted: #9b9b9b;
  --dim: #5d5d5d;
  --line: #747474;
  --panel: #202020;
  --caption: #3d3d3d;
  --container: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: #fff;
}

a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}

.site-header {
  position: relative;
  height: 588px;
  background: #000;
}

.header-inner,
.works-inner,
.footer-inner {
  width: min(var(--container), calc(100vw - 64px));
  margin-inline: auto;
}

.header-inner {
  position: relative;
  height: 100%;
}

.brand {
  position: absolute;
  top: 194px;
  left: 0;
  display: inline-grid;
  gap: 2px;
}

.brand-role {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
}

.brand-name {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .015em;
}

.pdf-link {
  position: absolute;
  top: 26px;
  right: 0;
  width: 286px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: border-color .25s ease, background-color .25s ease;
}

.pdf-link:hover,
.pdf-link:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .04);
}

.pdf-icon {
  flex: 0 0 auto;
}

.header-copy {
  position: absolute;
  top: 196px;
  right: 4px;
  width: 360px;
  margin: 0;
  color: #858585;
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .015em;
}

.header-copy span {
  display: block;
  white-space: nowrap;
}

.header-copy span:nth-child(1) { margin-left: 14px; }
.header-copy span:nth-child(2) { margin-top: 42px; margin-left: 172px; }
.header-copy span:nth-child(3) { margin-top: 39px; margin-left: -43px; }
.header-copy span:nth-child(4) { margin-top: 34px; margin-left: 62px; }
.header-copy span:nth-child(5) { margin-top: 38px; margin-left: 105px; }

.nav-bar {
  position: absolute;
  top: 468px;
  left: 0;
  right: 0;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.primary-nav {
  display: flex;
  gap: 27px;
  align-items: center;
  color: #e8e8e8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .015em;
}

.language-switch {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #e8e8e8;
  font-size: 12px;
  font-weight: 600;
}

.hero {
  background: #000;
}

.hero-image {
  width: 100%;
  height: auto;
}

.hero-caption-section {
  height: 211px;
  background: var(--panel);
  display: flex;
  align-items: flex-start;
}

.work-caption {
  width: min(1375px, calc(100vw - 64px));
  min-height: 151px;
  margin: 31px auto 0;
  background: var(--caption);
  padding: 30px 31px 24px;
}

.work-caption h1 {
  margin: 0;
  color: #f2f2f2;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .04em;
}

.work-caption p {
  margin: 25px 0 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .015em;
}

.info-section {
  padding-top: 143px;
}

.info-inner {
  width: min(var(--container), calc(100vw - 64px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 985px 437px;
  column-gap: 49px;
  align-items: start;
  overflow: visible;
}

.info-main {
  width: 985px;
}

.section-head {
  border-top: 1px solid var(--line);
}

.section-head h2 {
  margin: -21px 0 0;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

.news-list {
  list-style: none;
  margin: 44px 0 0;
  padding: 0 0 0 31px;
  display: grid;
  gap: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.news-list li {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 17px;
  align-items: baseline;
}

.news-list time {
  color: #fff;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

.news-more {
  margin-top: 67px;
  float: right;
}

.statement-block {
  clear: both;
  padding-top: 70px;
}

.statement-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
}

.statement-grid p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.statement-grid p[lang="en"] {
  line-height: 1.55;
}

.statement-more {
  margin-top: 47px;
  float: right;
}

.side-visual {
  width: 437px;
  align-self: start;
}

.side-visual img {
  width: 437px;
  height: 661px;
  object-fit: cover;
}

.works-section {
  padding-top: 118px;
}

.works-title {
  margin: 0;
  color: #fff;
  font-size: clamp(78px, 7.75vw, 152px);
  font-weight: 300;
  line-height: .92;
  letter-spacing: -.055em;
}

.works-inner {
  margin-top: 78px;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(4, 313px);
  gap: 42px;
}

.work-card img {
  width: 313px;
  aspect-ratio: 313 / 203;
  object-fit: cover;
}

.work-card h3 {
  margin: 24px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.work-card p {
  margin: 5px 0 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.button-link {
  width: 415px;
  height: 116px;
  margin: 160px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--line);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: border-color .25s ease, background-color .25s ease;
}

.button-link:hover,
.button-link:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .04);
}

.site-footer {
  margin-top: 176px;
  padding-bottom: 74px;
}

.footer-inner {
  border-top: 1px solid var(--dim);
  padding-top: 104px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.copyright {
  margin: 71px 0 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.contact-block {
  margin: 0;
  color: #fff;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: .2em;
}

.contact-block span,
.contact-block a {
  display: block;
}

.contact-block span {
  margin-bottom: 26px;
}

@media (max-width: 1600px) {
  :root {
    --container: 1240px;
  }

  .info-inner {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 46px;
  }

  .info-main {
    width: auto;
  }

  .side-visual,
  .side-visual img {
    width: 360px;
  }

  .side-visual img {
    height: auto;
  }

  .works-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .work-card img {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .site-header {
    height: 520px;
  }

  .header-copy {
    right: 0;
    width: 310px;
    font-size: 14px;
  }

  .primary-nav {
    gap: 18px;
  }

  .info-inner {
    grid-template-columns: 1fr;
    gap: 76px;
  }

  .side-visual {
    width: min(437px, 100%);
    justify-self: end;
  }

  .side-visual img {
    width: min(437px, 100%);
  }

  .works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 42px;
  }
}

@media (max-width: 780px) {
  .header-inner,
  .info-inner,
  .works-inner,
  .footer-inner {
    width: calc(100vw - 40px);
  }

  .site-header {
    height: auto;
    min-height: 420px;
    padding-top: 28px;
  }

  .header-inner {
    height: auto;
    display: grid;
    gap: 34px;
  }

  .brand,
  .pdf-link,
  .header-copy,
  .nav-bar {
    position: static;
  }

  .pdf-link {
    width: 100%;
    height: 64px;
    order: -1;
  }

  .brand {
    margin-top: 26px;
  }

  .header-copy {
    width: 100%;
    margin-top: 20px;
    min-height: 156px;
  }

  .header-copy span:nth-child(n) {
    margin-left: 0;
  }

  .header-copy span:nth-child(2) { margin-top: 26px; margin-left: 38%; }
  .header-copy span:nth-child(3) { margin-top: 24px; margin-left: 13%; }
  .header-copy span:nth-child(4) { margin-top: 22px; margin-left: 30%; }
  .header-copy span:nth-child(5) { margin-top: 24px; margin-left: 42%; }

  .nav-bar {
    margin-top: 12px;
    padding-top: 18px;
  }

  .primary-nav {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .hero-caption-section {
    height: auto;
    padding: 24px 0;
  }

  .work-caption {
    width: calc(100vw - 40px);
    min-height: 0;
    margin: 0 auto;
    padding: 24px 22px;
  }

  .work-caption h1 {
    font-size: 19px;
  }

  .info-section {
    padding-top: 96px;
  }

  .news-list {
    padding-left: 0;
    gap: 17px;
    font-size: 12px;
  }

  .news-list li {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
  }

  .news-more,
  .statement-more {
    float: none;
  }

  .statement-block {
    padding-top: 88px;
  }

  .statement-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .works-section {
    padding-top: 96px;
  }

  .works-title {
    font-size: clamp(58px, 18vw, 86px);
    letter-spacing: -.06em;
  }

  .works-inner {
    margin-top: 54px;
  }

  .works-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .button-link {
    width: 100%;
    height: 88px;
    margin-top: 84px;
  }

  .site-footer {
    margin-top: 110px;
    padding-bottom: 48px;
  }

  .footer-inner {
    padding-top: 54px;
    display: grid;
    gap: 54px;
  }

  .copyright {
    order: 2;
    margin: 0;
  }
}

@media (max-width: 460px) {
  .primary-nav {
    gap: 14px;
    font-size: 11px;
  }

  .language-switch {
    font-size: 11px;
  }

  .brand-name {
    font-size: 24px;
  }

  .header-copy {
    font-size: 13px;
  }
}


/* ===== Subpages ===== */
.primary-nav a[aria-current="page"] {
  color: #fff;
}

.primary-nav a[aria-current="page"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background: currentColor;
}

.sub-header {
  height: 430px;
}

.sub-header .brand {
  top: 145px;
}

.sub-header .pdf-link {
  top: 26px;
}

.sub-header .header-copy {
  top: 145px;
}

.sub-header .nav-bar {
  top: 350px;
}

.page-main {
  background: #000;
}

.page-hero,
.content-section,
.work-detail-image-section {
  width: min(var(--container), calc(100vw - 64px));
  margin-inline: auto;
}

.page-hero {
  padding: 90px 0 112px;
}

.page-kicker {
  margin: 0 0 24px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.page-title {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.85vw, 30px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: .44em;
  text-transform: uppercase;
  word-break: keep-all;
}

.page-title .title-en,
.work-detail-title .title-en,
.detail-caption-panel .title-en {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: .34em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .12em;
}

.page-lead,
.work-detail-desc {
  max-width: 720px;
  margin: 58px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}

.page-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 560px);
  gap: 95px;
  align-items: start;
  margin-top: 58px;
}

.page-lead-grid .page-lead {
  margin: 0;
}

.subpage .page-lead[lang="en"],
.subpage .prose-block p[lang="en"] {
  color: var(--muted);
}

.cv-category h2 span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: .58em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .08em;
}

.detail-caption-panel .title-en {
  margin-top: 8px;
  font-size: .56em;
}

.page-lead-ja {
  font-size: 15px;
}

.content-section {
  padding-top: 96px;
}

.page-section-head h2 {
  font-size: 20px;
}

.two-column-content,
.statement-page-grid,
.contact-content {
  margin-top: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 78px;
  align-items: start;
}

.two-column-content--with-image {
  grid-template-columns: minmax(0, 1fr) 420px;
}

.prose-block {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.prose-block p {
  margin: 0;
}

.prose-block p + p {
  margin-top: 22px;
}

.portrait-standin {
  margin: 0;
}

.portrait-standin img {
  width: 100%;
  height: auto;
}

.portrait-standin figcaption {
  margin-top: 20px;
  color: var(--muted);
  font-size: 12px;
  font-style: italic;
  line-height: 1.6;
}

.timeline-list {
  margin: 52px 0 0;
  padding: 0;
}

.timeline-list div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 40px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.timeline-list div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.timeline-list dt,
.timeline-list dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.timeline-list span {
  color: var(--muted);
  font-weight: 700;
}

.works-index {
  padding-top: 0;
}

.works-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 86px 48px;
}

.work-index-card--featured {
  grid-column: 1 / -1;
}

.work-index-image {
  display: block;
  overflow: hidden;
  background: var(--panel);
}

.work-index-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .5s ease, opacity .5s ease;
}

.work-index-card--featured img {
  aspect-ratio: 16 / 8.2;
}

.work-index-image:hover img,
.work-index-image:focus-visible img {
  transform: scale(1.015);
  opacity: .9;
}

.work-index-meta {
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: baseline;
}

.work-index-meta h2 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .02em;
}

.work-index-meta p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.news-page-list {
  padding-top: 0;
}

.news-page-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 40px;
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.news-page-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.news-page-item time,
.news-page-item h2,
.news-page-item p {
  color: #fff;
  font-weight: 700;
}

.news-page-item time {
  font-size: 13px;
}

.news-page-item h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.news-page-item p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.cv-page {
  padding-top: 0;
}

.cv-category {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 68px;
  padding: 58px 0;
  border-top: 1px solid var(--line);
}

.cv-category:last-child {
  border-bottom: 1px solid var(--line);
}

.cv-category h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.cv-category .timeline-list {
  margin-top: 0;
}

.cv-category .timeline-list div:first-child {
  padding-top: 0;
  border-top: 0;
}

.contact-content {
  padding-top: 0;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
}

.contact-panel {
  min-height: 360px;
  padding: 52px;
  background: var(--caption);
}

.contact-label {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-label:not(:first-child) {
  margin-top: 66px;
}

.contact-big-link {
  color: #fff;
  font-size: clamp(28px, 4vw, 60px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.04em;
  word-break: break-all;
}

.contact-note {
  color: #fff;
}

.contact-note p {
  margin: 42px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.work-detail-hero {
  padding-bottom: 70px;
}

.work-detail-title {
  max-width: 1080px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5.2vw, 78px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: .08em;
  word-break: keep-all;
}

.work-detail-meta {
  margin: 34px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.work-detail-image-section img {
  width: 100%;
  height: auto;
}

.work-detail-caption {
  padding-top: 32px;
}

.detail-caption-panel {
  width: 100%;
  margin: 0;
}

.detail-caption-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
}

.work-detail-desc {
  margin-top: 54px;
}

.work-detail-desc span[lang="en"] {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: .86em;
  line-height: 1.7;
}

.work-pager {
  margin-top: 96px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .sub-header {
    height: 390px;
  }

  .sub-header .nav-bar {
    top: 320px;
  }

  .two-column-content--with-image,
  .contact-content,
  .cv-category {
    grid-template-columns: 1fr;
  }

  .portrait-standin {
    max-width: 420px;
    justify-self: end;
  }

  .page-lead-grid,
  .statement-page-grid,
  .two-column-content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .works-index-grid {
    grid-template-columns: 1fr;
  }

  .work-index-card--featured {
    grid-column: auto;
  }

  .work-index-card--featured img {
    aspect-ratio: 16 / 10;
  }

  .work-index-meta {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 780px) {
  .sub-header {
    height: auto;
  }

  .page-hero,
  .content-section,
  .work-detail-image-section {
    width: calc(100vw - 40px);
  }

  .page-hero {
    padding: 74px 0 88px;
  }

  .page-title {
    font-size: clamp(17px, 6vw, 24px);
    letter-spacing: .32em;
  }

  .page-lead,
  .work-detail-desc {
    margin-top: 42px;
    font-size: 14px;
    line-height: 1.85;
  }

  .content-section {
    padding-top: 78px;
  }

  .timeline-list div,
  .news-page-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cv-category {
    gap: 32px;
    padding: 44px 0;
  }

  .contact-panel {
    padding: 32px 24px;
  }

  .contact-label:not(:first-child) {
    margin-top: 46px;
  }

  .contact-big-link {
    font-size: clamp(28px, 9vw, 44px);
  }

  .work-detail-title {
    font-size: clamp(30px, 9.5vw, 48px);
    letter-spacing: .06em;
  }

  .work-pager {
    display: grid;
    gap: 18px;
  }
}
