:root {
  --ink: #101010;
  --muted: #5e6268;
  --line: #d8dadd;
  --blue: #1255d8;
  --white: #fff;
  --shell: min(100% - 88px, 1320px);
  --serif: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  --sans: "IBM Plex Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::selection { color: var(--white); background: var(--blue); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 8px 12px; color: var(--white); background: var(--ink); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: var(--shell); margin: 0 auto; padding: 31px 0 22px; border-bottom: 1px solid var(--line); }
.wordmark { font: 500 16px/1 var(--sans); letter-spacing: -.05em; }
.wordmark-dot { color: var(--blue); }
.site-nav { display: flex; gap: 38px; }
.site-nav a { position: relative; font: 500 12px/1 var(--mono); letter-spacing: -.02em; }
.site-nav a::after, .text-link::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .24s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .text-link:hover::after, .text-link:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: none; cursor: pointer; }
.hero { position: relative; display: grid; grid-template-columns: 1fr .85fr; gap: 9.5%; min-height: min(790px, calc(100vh - 90px)); padding-top: clamp(78px, 11vw, 154px); padding-bottom: 92px; }
.hero-copy { padding-top: 21px; }
.hero-title { margin: 0; font: 500 clamp(56px, 7.4vw, 126px)/1.15 var(--serif); letter-spacing: -.13em; }
.hero-lead { margin: 40px 0 0 3px; padding-left: 20px; border-left: 2px solid var(--blue); font-size: 16px; line-height: 2; letter-spacing: .02em; }
.hero-art { position: relative; width: min(100%, 510px); margin: 0 0 0 auto; }
.hero-art img { display: block; width: 100%; height: min(580px, 53vw); min-height: 430px; object-fit: cover; object-position: center; }
.hero-art figcaption { margin-top: 12px; color: var(--muted); font: 10px/1 var(--mono); letter-spacing: .05em; }
.scroll-cue { position: absolute; bottom: 32px; left: 0; display: flex; align-items: center; gap: 18px; color: var(--muted); font: 10px/1 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.scroll-arrow { color: var(--blue); font-size: 17px; }
.editorial-section { display: grid; grid-template-columns: 86px 1px 1fr; gap: 38px; padding: 116px 0 122px; border-top: 1px solid var(--line); }
.section-index { padding-top: 1px; color: var(--blue); font: 400 64px/.9 var(--serif); letter-spacing: -.12em; }
.section-rule { width: 1px; min-height: 230px; background: var(--blue); }
.section-content { max-width: 930px; }
.section-kicker { margin: 0 0 23px; color: var(--muted); font: 500 11px/1 var(--mono); letter-spacing: .12em; }
h2 { margin: 0; font: 500 clamp(30px, 4vw, 52px)/1.35 var(--serif); letter-spacing: -.1em; }
.profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px; max-width: 700px; margin-top: 50px; color: #303237; font-size: 15px; line-height: 2; letter-spacing: .03em; }
.profile-grid p { margin: 0; }
.text-link { position: relative; display: inline-flex; gap: 16px; margin-top: 40px; padding-bottom: 5px; color: var(--blue); font: 500 12px/1 var(--mono); }
.text-link span { font-size: 18px; line-height: 9px; }
.work-list, .note-list { margin-top: 52px; border-top: 1px solid var(--line); }
.work-row, .note-row { display: grid; align-items: center; min-height: 86px; border-bottom: 1px solid var(--line); transition: color .22s ease, padding .22s ease; }
.work-row { grid-template-columns: 50px 1fr 1fr 30px; gap: 18px; }
.work-row:hover, .work-row:focus-visible, .note-row:hover, .note-row:focus-visible { padding-inline: 8px; color: var(--blue); }
.work-number, .note-row time { color: var(--muted); font: 11px/1 var(--mono); }
.work-name { font-size: 15px; font-weight: 500; }
.work-description { color: var(--muted); font-size: 13px; }
.row-arrow { color: var(--blue); font-size: 23px; line-height: 1; text-align: right; transition: transform .22s ease; }
.work-row:hover .row-arrow, .note-row:hover .row-arrow { transform: translate(4px, -4px); }
.section-note { margin: 26px 0 0; color: var(--muted); font-size: 12px; }
.note-row { grid-template-columns: 95px 1fr 30px; gap: 25px; min-height: 73px; }
.note-row > span:not(.row-arrow) { font-size: 14px; }
.contact-section { color: var(--white); background: var(--blue); }
.contact-inner { display: grid; grid-template-columns: 86px 1px 1fr auto; gap: 38px; align-items: center; min-height: 310px; padding-top: 58px; padding-bottom: 58px; }
.contact-inner .section-rule { background: rgba(255,255,255,.85); min-height: 132px; }
.contact-inner .section-index { color: var(--white); }
.contact-copy .section-kicker { color: rgba(255,255,255,.75); }
.contact-copy h2 { font-size: clamp(29px, 3.7vw, 49px); }
.contact-copy > p:last-child { margin: 26px 0 0; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.9; }
.contact-link { display: flex; align-items: center; gap: 35px; padding-bottom: 10px; border-bottom: 1px solid var(--white); font: 400 clamp(18px, 2vw, 26px)/1 var(--mono); transition: gap .22s ease; }
.contact-link:hover, .contact-link:focus-visible { gap: 45px; }
.contact-link span:last-child { font-size: 24px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 29px; padding-bottom: 31px; }
.site-footer p { margin: 0; color: var(--muted); font: 10px/1 var(--mono); }
.mobile-only { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 760px) {
  :root { --shell: min(100% - 40px, 620px); }
  .site-header { padding-top: 22px; padding-bottom: 19px; }
  .site-nav { position: absolute; top: 65px; right: 0; left: 0; display: grid; gap: 0; padding: 5px 20px; background: var(--white); border: 1px solid var(--line); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: 9px; padding: 0; }
  .menu-label { font: 10px/1 var(--mono); }
  .menu-icon { display: grid; gap: 4px; width: 21px; }
  .menu-icon i { display: block; height: 1px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(2.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-2.5px) rotate(-45deg); }
  .hero { display: flex; flex-direction: column; gap: 49px; min-height: auto; padding-top: 76px; padding-bottom: 92px; }
  .hero-copy { padding-top: 0; }
  .hero-title { font-size: clamp(54px, 16.5vw, 86px); }
  .hero-lead { margin-top: 31px; font-size: 13px; }
  .hero-art { width: 83%; margin-left: auto; }
  .hero-art img { height: 112vw; min-height: 0; max-height: 520px; }
  .scroll-cue { bottom: 24px; }
  .editorial-section { grid-template-columns: 45px 1px 1fr; gap: 18px; padding: 75px 0 81px; }
  .section-index { font-size: 41px; }
  .section-rule { min-height: 260px; }
  .section-kicker { margin-bottom: 17px; font-size: 10px; }
  h2 { font-size: 32px; }
  .mobile-only { display: inline; }
  .profile-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 32px; font-size: 13px; line-height: 1.95; }
  .text-link { margin-top: 29px; }
  .work-list, .note-list { margin-top: 31px; }
  .work-row { grid-template-columns: 25px 1fr 22px; gap: 11px; min-height: 83px; }
  .work-description { grid-column: 2 / 3; grid-row: 2; font-size: 11px; }
  .work-number { grid-row: 1 / span 2; align-self: start; padding-top: 3px; }
  .work-name { grid-column: 2; grid-row: 1; font-size: 13px; }
  .work-row .row-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .section-note { margin-top: 19px; font-size: 11px; line-height: 1.7; }
  .note-row { grid-template-columns: 74px 1fr 21px; gap: 10px; min-height: 78px; }
  .note-row > span:not(.row-arrow) { font-size: 12px; line-height: 1.5; }
  .note-row time { font-size: 9px; }
  .contact-inner { grid-template-columns: 45px 1px 1fr; gap: 18px; min-height: 0; padding-top: 58px; padding-bottom: 58px; }
  .contact-inner .section-rule { min-height: 217px; }
  .contact-copy h2 { font-size: 31px; }
  .contact-copy > p:last-child { font-size: 12px; }
  .contact-link { grid-column: 3; gap: 17px; margin-top: 12px; font-size: 17px; }
  .contact-link span:last-child { font-size: 20px; }
  .site-footer { padding-top: 24px; padding-bottom: 24px; }
  .site-footer .wordmark { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
