:root {
  color-scheme: light;
  --background: #fdfcf7;
  --neutral: #f5f0dc;
  --primary: #85b69f;
  --green: #285b49;
  --secondary: #41465f;
  --ink: #1d1b20;
  --line: #d9ded1;
  --muted: #535c54;
  --font: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: var(--green); text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: #184534; }
a:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; border-radius: 3px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; }
section { scroll-margin-top: 6rem; }
.container { width: min(100% - 64px, 1120px); margin-inline: auto; }

.skip-link { position: absolute; z-index: 100; top: -60px; left: 16px; padding: 8px 14px; background: var(--green); color: white; }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); background: var(--background); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { color: var(--green); font-family: Georgia, serif; font-size: 1.34rem; font-weight: 700; letter-spacing: -.025em; text-decoration: none; white-space: nowrap; }
.wordmark-dot { color: var(--primary); }
.site-header nav { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 29px; }
.site-header nav a { color: var(--ink); font-size: .85rem; text-decoration: none; white-space: nowrap; }
.site-header nav a:hover { color: var(--green); text-decoration: underline; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: center; gap: clamp(40px, 8vw, 110px); padding-block: 92px 86px; }
.hero-copy { min-width: 0; }
.eyebrow { color: var(--green); font-family: Georgia, serif; font-size: .78rem; font-weight: 700; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.hero h1 { margin-top: 19px; color: var(--green); font-size: clamp(2.8rem, 5.2vw, 4.5rem); letter-spacing: -.055em; line-height: 1.28; }
.hero h1 span { white-space: normal; }
.lead { max-width: 36em; margin-top: 29px; font-size: clamp(1rem, 1.35vw, 1.125rem); line-height: 1.85; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 27px; color: var(--muted); font-size: .84rem; }
.hero-meta span + span::before { content: "/"; padding-right: 18px; color: var(--primary); }
.text-link { display: inline-flex; align-items: baseline; gap: 12px; color: var(--green); font-size: .94rem; font-weight: 500; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link span { font-size: 1.1em; line-height: 1; }
.hero-link { margin-top: 34px; }
.portrait { max-width: 300px; justify-self: end; }
.portrait img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: center top; border-radius: 12px; background: var(--neutral); }
.portrait figcaption { display: flex; flex-direction: column; gap: 3px; margin-top: 12px; font-size: .9rem; }
.portrait-title { color: var(--muted); font-size: .78rem; }
.portrait-name { font-weight: 500; }
.portrait-name small { margin-left: 9px; color: var(--muted); font-family: Georgia, serif; font-size: .82rem; font-weight: 400; }

.visual-intro { position: relative; }
.visual-intro img { width: 100%; aspect-ratio: 3/2; max-height: 580px; object-fit: cover; object-position: center 60%; border-radius: 12px; }
.visual-intro p { margin-top: 13px; color: var(--muted); font-size: .84rem; }

.section { padding-block: 118px; }
.section-heading { max-width: 630px; }
.section-heading h2 { margin-top: 12px; color: var(--green); font-size: clamp(2rem, 3.2vw, 2.9rem); letter-spacing: -.04em; line-height: 1.35; }
.section-heading > p:last-child { max-width: 37em; margin-top: 18px; line-height: 1.85; }
.work-list { margin-top: 63px; border-top: 1px solid var(--line); }
.work-item { display: grid; grid-template-columns: minmax(190px, .35fr) 1fr; gap: 32px; padding: 33px 0 36px; border-bottom: 1px solid var(--line); }
.work-index { color: var(--green); font-family: Georgia, serif; font-size: 1.1rem; font-weight: 700; }
.work-index span { display: inline-block; margin-left: 15px; color: var(--muted); font-family: var(--font); font-size: .81rem; font-weight: 400; }
.work-body h3 { color: var(--ink); font-size: clamp(1.18rem, 1.6vw, 1.45rem); line-height: 1.5; }
.work-body p { max-width: 43em; margin-top: 13px; }
.work-body .text-link { margin-top: 18px; }
.making-photo { margin-top: 67px; }
.making-photo img { width: 100%; aspect-ratio: 16/7; object-fit: cover; border-radius: 12px; }
.making-photo figcaption { margin-top: 12px; color: var(--muted); font-size: .84rem; }

.teaching-band { background: var(--neutral); }
.teaching-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(50px, 8vw, 120px); }
.teaching-grid .section-heading > p:last-child { max-width: 33em; }
.teaching-content { padding-top: 6px; }
.teaching-content h3 { color: var(--green); font-size: 1.17rem; }
.record-list { list-style: none; padding: 0; margin: 20px 0 0; border-top: 1px solid #d9d5c4; }
.record-list li { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 22px 0 25px; border-bottom: 1px solid #d9d5c4; }
.record-year { color: var(--green); font-family: Georgia, serif; font-size: .91rem; font-weight: 700; }
.record-list strong { display: block; font-size: 1rem; font-weight: 500; line-height: 1.55; }
.record-list p { margin-top: 8px; font-size: .9rem; line-height: 1.7; }
.record-list a { display: inline-block; margin-top: 11px; font-size: .85rem; font-weight: 500; }

.timeline { list-style: none; margin: 57px 0 0; padding: 0; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 205px 1fr; gap: 30px; padding: 25px 0 27px; border-bottom: 1px solid var(--line); }
.timeline-date { color: var(--green); font-family: Georgia, serif; font-size: .98rem; font-weight: 700; }
.timeline h3 { font-size: 1.15rem; line-height: 1.5; }
.timeline p { margin-top: 7px; color: var(--muted); font-size: .94rem; }
.timeline p a { white-space: nowrap; }
.timeline p a + a { margin-left: 18px; }
.history-note { margin-top: 27px; font-size: .92rem; }
.history-note a { font-weight: 500; }

.links-band { background: #edf3ed; }
.link-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; margin-top: 62px; }
.link-group h3 { padding-bottom: 13px; border-bottom: 2px solid var(--green); color: var(--green); font-size: 1.05rem; }
.link-group ul { list-style: none; padding: 0; margin: 0; }
.link-group li { border-bottom: 1px solid #cfdcd0; }
.link-group a { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 2px; color: var(--ink); line-height: 1.45; text-decoration: none; }
.link-group a:hover { color: var(--green); }
.link-group a > span:last-child { flex: none; color: var(--green); font-size: 1.14rem; }
.link-group small { display: block; margin-top: 4px; color: var(--muted); font-size: .75rem; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 110px; font-size: .89rem; }
.footer-inner p { color: var(--green); font-weight: 500; }
.footer-inner p span { margin-left: 12px; color: var(--muted); font-family: Georgia, serif; font-size: .8rem; font-weight: 400; }
.footer-inner a { font-size: .83rem; text-decoration: none; }

@media (max-width: 800px) {
  .container { width: min(100% - 40px, 660px); }
  .header-inner { align-items: flex-start; flex-direction: column; gap: 10px; padding-block: 16px; }
  .site-header nav { gap: 6px 21px; }
  .site-header nav a { font-size: .79rem; }
  .hero { grid-template-columns: minmax(0, 1fr) 210px; gap: 30px; padding-block: 68px; }
  .hero h1 { font-size: clamp(2.2rem, 6vw, 3rem); }
  .hero-meta { gap: 5px 11px; }
  .hero-meta span + span::before { padding-right: 11px; }
  .section { padding-block: 88px; }
  .teaching-grid { grid-template-columns: 1fr; gap: 45px; }
  .link-columns { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 36px); }
  .site-header nav { width: 100%; justify-content: space-between; gap: 5px 9px; }
  .site-header nav a { font-size: .73rem; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 58px 54px; }
  .hero h1 { font-size: clamp(2.32rem, 10.2vw, 3.25rem); }
  .hero h1 span { white-space: normal; }
  .lead { margin-top: 23px; }
  .portrait { width: min(100%, 260px); justify-self: start; }
  .hero-meta { font-size: .78rem; }
  .visual-intro img { aspect-ratio: 3/2; }
  .visual-intro p { font-size: .78rem; }
  .section { padding-block: 76px; }
  .section-heading h2 { font-size: 2rem; }
  .work-list { margin-top: 40px; }
  .work-item { grid-template-columns: 1fr; gap: 9px; padding: 25px 0 28px; }
  .work-body h3 { font-size: 1.16rem; }
  .work-body p { margin-top: 10px; }
  .making-photo { margin-top: 42px; }
  .making-photo img { aspect-ratio: 16/9; }
  .record-list li { grid-template-columns: 55px 1fr; gap: 9px; }
  .timeline { margin-top: 36px; }
  .timeline li { grid-template-columns: 1fr; gap: 5px; padding-block: 20px; }
  .link-columns { grid-template-columns: 1fr; gap: 35px; margin-top: 42px; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; padding-block: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Sections added from the interview draft. */
.hero h1 { font-size: clamp(2.35rem, 4vw, 3.35rem); overflow-wrap: anywhere; }
.place-section { padding-top: 72px; background: var(--neutral); }
.place-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.place-copy p + p { margin-top: 18px; }
.inline-links { display: flex; flex-wrap: wrap; align-items: center; gap: 13px 28px; margin-top: 23px; }
.place-section .visual-intro { margin-top: 58px; }
.visual-intro figcaption { margin-top: 13px; color: var(--muted); font-size: .84rem; }
.work-body p + p { margin-top: 12px; }
.work-body h4 { margin: 26px 0 0; color: var(--green); font-size: .96rem; font-weight: 500; }
.case-list { list-style: none; padding: 0; margin: 11px 0 0; border-top: 1px solid var(--line); }
.case-list li { padding: 17px 0 19px; border-bottom: 1px solid var(--line); }
.case-list strong { font-size: .96rem; font-weight: 500; }
.case-list p { margin-top: 5px; font-size: .9rem; }
.case-list a { display: inline-block; margin-top: 7px; font-size: .87rem; font-weight: 500; }
.case-links { display: flex; flex-wrap: wrap; gap: 3px 18px; }
.work-body .inline-links .text-link { margin-top: 0; }
.work-body > .inline-links { margin-top: 22px; }
.making-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 67px; }
.place-section .making-gallery { margin-top: 28px; }
.making-gallery img { width: 100%; height: 250px; object-fit: cover; border-radius: 12px; }
.making-gallery figure:nth-child(3) img { object-position: center 43%; }
.making-gallery figcaption { margin-top: 10px; color: var(--muted); font-size: .83rem; }
.stories-band { background: #edf3ed; }
.subsection-title { color: var(--green); font-size: 1.28rem; }
.stories-band .subsection-title { margin-top: 58px; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 20px; }
.video-card { overflow: hidden; background: var(--background); border: 1px solid var(--line); border-radius: 12px; }
.video-frame { position: relative; aspect-ratio: 16/9; background: var(--green); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card figcaption { display: flex; flex-direction: column; gap: 3px; padding: 16px 17px 18px; }
.video-card strong { font-weight: 500; }
.video-card figcaption span { color: var(--muted); font-size: .86rem; }
.video-card a { margin-top: 7px; font-size: .84rem; font-weight: 500; }
.note-heading { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px 18px; margin-top: 58px; }
.note-heading .subsection-title { margin-top: 0; }
.note-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 20px; }
.note-card { min-width: 0; overflow: hidden; background: var(--background); border: 1px solid var(--line); border-radius: 12px; }
.note-card a { display: block; height: 100%; color: var(--ink); text-decoration: none; }
.note-card a:hover .note-title { color: var(--green); text-decoration: underline; text-underline-offset: .2em; }
.note-card img { width: 100%; height: 165px; object-fit: cover; background: var(--neutral); }
.note-card-body { display: block; padding: 14px 16px 18px; }
.note-date { display: block; color: var(--muted); font-size: .76rem; }
.note-title { display: block; margin-top: 6px; font-size: .94rem; font-weight: 500; line-height: 1.6; }
.feed-date { margin-top: 15px; color: var(--muted); font-size: .76rem; }
.links-band { background: var(--neutral); }
.links-band .link-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 840px; }
.links-band .link-group li { border-bottom-color: #d9d5c4; }
.timeline p a { font-weight: 500; }

@media (max-width: 800px) {
  .place-layout { grid-template-columns: 1fr; gap: 25px; }
  .place-section { padding-top: 70px; }
  .making-gallery { gap: 13px; }
  .video-grid, .note-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .site-header nav { justify-content: flex-start; gap: 7px 18px; }
  .hero h1 { font-size: clamp(1.65rem, 7.3vw, 1.8rem); }
  .place-section { padding-top: 66px; }
  .place-section .visual-intro { margin-top: 34px; }
  .inline-links { gap: 12px 22px; }
  .making-gallery { grid-template-columns: 1fr; gap: 24px; margin-top: 42px; }
  .place-section .making-gallery { margin-top: 24px; }
  .making-gallery img { height: 265px; }
  .stories-band .subsection-title { margin-top: 42px; }
  .stories-band .note-heading .subsection-title { margin-top: 0; }
  .note-heading { margin-top: 42px; }
  .video-grid, .note-grid, .links-band .link-columns { grid-template-columns: 1fr; }
  .video-grid, .note-grid { gap: 17px; }
  .note-card img { height: 180px; }
  .note-heading { align-items: flex-start; }
  .note-heading .text-link { margin-top: 0; }
}
