:root {
  --paper: #fbfaf7;
  --white: #ffffff;
  --ink: #171717;
  --muted: #696761;
  --line: #d8d5ce;
  --red: #94372f;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .025em;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
p, h1, figure, dl, dd { margin: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 9px 13px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { display: flex; width: min(1360px, calc(100% - 96px)); min-height: 86px; margin-inline: auto; align-items: center; gap: 40px; }
.brand { display: flex; flex-direction: column; margin-right: auto; text-decoration: none; line-height: 1.15; }
.brand strong { font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif; font-size: 18px; font-weight: 700; letter-spacing: .03em; }
.brand span { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-contact):hover { color: var(--red); }
.nav-contact { padding: 9px 19px; border: 1px solid var(--ink); }

.hero { display: grid; grid-template-columns: minmax(420px, .78fr) minmax(560px, 1.22fr); width: min(1360px, calc(100% - 96px)); min-height: calc(100svh - 87px); margin-inline: auto; align-items: center; gap: clamp(64px, 7vw, 112px); padding: clamp(68px, 8vw, 118px) 0; }
.hero-copy { max-width: 560px; }
.eyebrow { margin-bottom: 32px; color: var(--red); font-size: 11px; font-weight: 600; line-height: 1.6; letter-spacing: .09em; }
h1 { font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif; font-size: clamp(58px, 5.8vw, 88px); font-weight: 700; line-height: 1.18; letter-spacing: -.055em; text-wrap: balance; }
.hero-lead { max-width: 30em; margin-top: 36px; font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif; font-size: clamp(19px, 1.65vw, 24px); font-weight: 600; line-height: 1.7; }
.hero-body { max-width: 34em; margin-top: 24px; color: var(--muted); font-size: 15px; line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 24px; color: #fff; background: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; transition: background .18s ease; }
.button:hover { background: var(--red); }
.text-link { font-size: 13px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--ink); }
.text-link span { margin-left: 5px; }
.hero-note { margin-top: 20px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.hero-photo { align-self: stretch; }
.hero-photo img { width: 100%; height: calc(100% - 26px); min-height: 640px; object-fit: cover; object-position: center center; }
.hero-photo figcaption { margin-top: 9px; color: var(--muted); font-size: 10px; letter-spacing: .08em; }

.facts { width: min(1360px, calc(100% - 96px)); margin: 0 auto; padding: 0 0 96px; }
.facts dl { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts dl > div { padding: 25px 0 23px; }
.facts dl > div + div { padding-left: 32px; border-left: 1px solid var(--line); }
.facts dt { font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif; font-size: 25px; font-weight: 700; line-height: 1.2; }
.facts dd { margin-top: 8px; color: var(--muted); font-size: 11px; }
.facts > p { margin-top: 11px; color: var(--muted); font-size: 10px; text-align: right; }

.section { padding: clamp(104px, 11vw, 160px) 0; }
.section-inner, .contact-inner { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.section-label { margin-bottom: 24px; color: var(--red); font-size: 11px; font-weight: 600; letter-spacing: .11em; }
.section h2, .profile-section h2, .contact-section h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.prose { max-width: 35em; margin-top: 40px; color: #3f3e3a; font-size: 16px; line-height: 2; }
.prose p + p { margin-top: 1.35em; }

.story-section { border-top: 1px solid var(--line); background: var(--white); }
.story-grid { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(480px, 1.1fr); align-items: center; gap: clamp(72px, 9vw, 140px); }
.story-copy .text-link { display: inline-block; margin-top: 38px; }
.story-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.story-photo figcaption, .speaking-photo figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; line-height: 1.7; }

.themes-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(420px, 1fr) minmax(340px, .68fr); align-items: end; gap: 72px; }
.section-heading > p:last-child { max-width: 32em; margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.95; }
.theme-list { margin-top: 76px; border-top: 1px solid var(--ink); }
.theme-list article { display: grid; grid-template-columns: 54px minmax(360px, 1.15fr) minmax(280px, .7fr); align-items: start; gap: 34px; padding: 34px 0 36px; border-bottom: 1px solid var(--line); }
.theme-number { color: var(--red); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 17px; }
.theme-category { margin-bottom: 9px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .1em; }
.theme-list h3 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif; font-size: clamp(22px, 2.35vw, 30px); font-weight: 700; line-height: 1.5; letter-spacing: -.025em; }
.theme-list article > p:last-child { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.themes-link { display: inline-block; margin-top: 38px; }

.records-section { background: var(--white); }
.records-grid { display: grid; grid-template-columns: minmax(520px, 1.12fr) minmax(380px, .88fr); align-items: center; gap: clamp(72px, 9vw, 132px); }
.speaking-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.records-copy h2 { font-size: clamp(34px, 3.8vw, 52px); }
.record-list { margin: 44px 0 32px; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.record-list li { display: grid; gap: 4px; padding: 19px 0 18px; border-bottom: 1px solid var(--line); }
.record-list span { font-size: 14px; font-weight: 600; }
.record-list small { color: var(--muted); font-size: 10px; }

.profile-section { padding: clamp(84px, 9vw, 124px) 0; border-top: 1px solid var(--line); background: var(--paper); }
.profile-grid { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(500px, 1.35fr); gap: clamp(72px, 10vw, 160px); }
.profile-section h2 small { display: inline-block; margin-top: 12px; color: var(--muted); font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .06em; }
.profile-copy { max-width: 43em; padding-top: 8px; }
.profile-role { margin-bottom: 21px; font-size: 13px; font-weight: 600; }
.profile-copy > p:nth-child(2) { color: var(--muted); font-size: 15px; line-height: 2; }
.profile-copy .text-link { display: inline-block; margin-top: 29px; }

.contact-section { padding: clamp(88px, 9vw, 128px) 0; color: #fff; background: var(--ink); }
.contact-inner { display: grid; grid-template-columns: minmax(420px, 1.2fr) minmax(300px, .6fr); gap: 46px 100px; }
.contact-section .section-label { color: #d7aaa5; }
.contact-section h2 { font-size: clamp(42px, 5vw, 64px); }
.contact-section h2 + p { max-width: 36em; margin-top: 26px; color: #c8c7c3; font-size: 15px; line-height: 1.95; }
.contact-facts { margin: 0; border-top: 1px solid #55534f; }
.contact-facts > div { display: grid; grid-template-columns: 90px 1fr; padding: 17px 0; border-bottom: 1px solid #55534f; }
.contact-facts dt { color: #aaa8a3; font-size: 11px; }
.contact-facts dd { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 20px; }
.contact-facts small { display: block; margin-top: 3px; color: #aaa8a3; font-family: "Yu Gothic", sans-serif; font-size: 9px; }
.contact-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 24px 32px; padding-top: 8px; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { color: #fff; background: var(--red); }
.contact-link { color: #fff; font-size: 13px; text-underline-offset: .25em; }

.site-footer { padding: 50px 48px 34px; background: #0f0f0f; color: #fff; }
.site-footer > div { display: flex; width: min(1240px, 100%); margin-inline: auto; align-items: flex-end; gap: 50px; }
.site-footer p { margin: 0; }
.site-footer strong, .site-footer span { display: block; }
.site-footer strong { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 15px; }
.site-footer p span { margin-top: 6px; color: #888681; font-size: 9px; }
.site-footer nav { display: flex; gap: 24px; margin-left: auto; font-size: 11px; }
.site-footer nav a, .footer-small a { text-decoration: none; }
.footer-small { display: flex; width: min(1240px, 100%); margin: 38px auto 0 !important; padding-top: 18px; border-top: 1px solid #333230; justify-content: space-between; color: #777570; font-size: 9px; }
.footer-small span { margin: 0 !important; }

a:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.contact-section a:focus-visible, .site-footer a:focus-visible { outline-color: #fff; }

@media (max-width: 1000px) {
  .header-inner, .hero, .facts, .section-inner, .contact-inner { width: min(100% - 48px, 760px); }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 56px; padding: 72px 0 82px; }
  .hero-copy { max-width: 650px; }
  .hero-photo img { min-height: 0; aspect-ratio: 4 / 3; }
  .story-grid, .section-heading, .records-grid, .profile-grid, .contact-inner { grid-template-columns: 1fr; }
  .story-grid, .records-grid { gap: 64px; }
  .section-heading { align-items: start; gap: 28px; }
  .theme-list article { grid-template-columns: 46px 1fr; }
  .theme-list article > p:last-child { grid-column: 2; margin-top: -18px; }
  .profile-grid { gap: 34px; }
  .contact-inner { gap: 48px; }
  .contact-actions { grid-column: auto; }
}

@media (max-width: 620px) {
  .header-inner, .hero, .facts, .section-inner, .contact-inner { width: calc(100% - 40px); }
  .header-inner { min-height: 72px; }
  .site-nav > a:not(.nav-contact) { display: none; }
  .nav-contact { padding: 7px 13px; font-size: 12px; }
  .hero { gap: 42px; padding: 54px 0 64px; }
  .eyebrow { margin-bottom: 24px; }
  h1 { font-size: clamp(35px, 11vw, 46px); line-height: 1.22; }
  .hero-lead { margin-top: 28px; font-size: 18px; }
  .hero-body { margin-top: 20px; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; margin-top: 32px; }
  .button { width: 100%; }
  .hero-photo img { aspect-ratio: 4 / 3; }
  .facts { padding-bottom: 64px; }
  .facts dl { grid-template-columns: 1fr; }
  .facts dl > div { display: grid; grid-template-columns: 120px 1fr; align-items: baseline; padding: 16px 0; }
  .facts dl > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .facts dt { font-size: 22px; }
  .facts dd { margin: 0; }
  .facts > p { text-align: left; }
  .section { padding: 88px 0; }
  .section h2, .profile-section h2, .contact-section h2 { font-size: 36px; line-height: 1.35; }
  .story-grid, .records-grid { gap: 48px; }
  .prose { margin-top: 30px; font-size: 15px; }
  .section-heading { gap: 20px; }
  .theme-list { margin-top: 52px; }
  .theme-list article { grid-template-columns: 32px 1fr; gap: 16px; padding: 27px 0 29px; }
  .theme-list h3 { font-size: 21px; }
  .theme-list article > p:last-child { grid-column: 2; margin-top: 0; }
  .profile-section { padding: 76px 0; }
  .profile-grid { gap: 28px; }
  .contact-section { padding: 78px 0; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .button-light { width: 100%; }
  .site-footer { padding: 42px 20px 30px; }
  .site-footer > div { align-items: flex-start; flex-direction: column; gap: 28px; }
  .site-footer nav { flex-wrap: wrap; margin-left: 0; }
}

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