:root {
  color-scheme: light;
  --ink: #202124;
  --muted: #666c73;
  --paper: #f7f4ee;
  --panel: #ffffff;
  --line: #ded7ca;
  --gold: #b58a2b;
  --red: #9f3e34;
  --green: #2d5c55;
  --shadow: 0 20px 60px rgba(32, 33, 36, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui,
    sans-serif;
  line-height: 1.8;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 16px clamp(20px, 5vw, 64px);
  background: rgba(247, 244, 238, 0.9);
  border-bottom: 1px solid rgba(222, 215, 202, 0.8);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1;
}

.brand-text,
.nav {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.brand-text {
  font-size: 1.05rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a {
  padding: 6px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: clamp(34px, 7vw, 96px);
  min-height: calc(100svh - 76px);
  padding: clamp(48px, 8vw, 104px) clamp(20px, 6vw, 80px) 44px;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 760px;
  padding-bottom: clamp(16px, 5vw, 72px);
}

.eyebrow,
.section-kicker,
.role {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  /*letter-spacing: 0.08em;*/
  /*text-transform: uppercase;*/
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  line-height: 1.28;
}

h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: 4.35rem;
}

h2 {
  margin-bottom: 0;
  font-size: 3.25rem;
}

.lead {
  max-width: 650px;
  color: var(--muted);
  font-size: 1rem;
}

.interviewer {
  margin-top: 22px;
  color: var(--green);
  font-size: 1rem;
  font-weight: 700;
}

.hero-portrait {
  margin: 0;
}

.portrait-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 460px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(32, 33, 36, 0.08), rgba(32, 33, 36, 0.12)),
    url("./assets/interview-main.jpg")
      center / cover;
  box-shadow: var(--shadow);
}

/*.portrait-photo::after {
  position: absolute;
  inset: auto 24px 24px auto;
  width: 112px;
  height: 112px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
}*/

figcaption {
	padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  color: var(--muted);
}

figcaption strong {
  color: var(--ink);
  font-weight: 600;
}

.section-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.intro-band {
  padding: clamp(56px, 9vw, 112px) 0;
  background: var(--green);
  color: #fff;
}

.intro-band .section-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.intro-band .context-note {
  color: rgba(255, 255, 255, 0.86);
}

.intro-band h2 {
  color: #fff;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
}

.interview-section {
  padding: clamp(64px, 9vw, 128px) 0;
}

.section-heading {
  margin-bottom: clamp(32px, 6vw, 72px);
}

.secondary-heading {
  margin-top: clamp(54px, 8vw, 96px);
}

.qa-block {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(28px, 4vw, 46px) 0;
  border-top: 1px solid var(--line);
}

.qa-block:last-of-type {
  border-bottom: 1px solid var(--line);
}

.question {
  color: var(--red);
  font-weight: 700;
  line-height: 1.7;
  font-size: 1rem;
}

.answer {
  color: #3c4043;
  font-size: 1rem;
}

.quote-panel,
.note-panel {
  margin: clamp(30px, 5vw, 64px) 0;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 8px;
}

.quote-panel {
  color: #fff;
  background: var(--red);
}

.quote-panel p {
  max-width: 840px;
  margin: 0;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 2.55rem;
  line-height: 1.45;
}

.note-panel {
  background: #fff;
  border-left: 5px solid var(--gold);
  box-shadow: 0 14px 42px rgba(32, 33, 36, 0.08);
}

.note-panel p {
  margin: 0;
  color: #555b60;
  font-size: 1rem;
}

.wide-photo {
  margin: clamp(36px, 6vw, 76px) 0 0;
}

.wide-photo img {
  display: block;
  width: 80%;
  border-radius: 8px;
  box-shadow: var(--shadow);
	margin: auto;
}
figure.middle-photo {
	text-align: center;
	background: none;
}
.middle-photo img {
	margin: auto;
  display: block;
  width: 80%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
@media (max-width: 768px) {
	.middle-photo img {
		width: 100%;
  }

}

.middles-photo img {
  display: block;
  width: 80%;
  border-radius: 8px;
  box-shadow: var(--shadow);
	background: none;
}

.message-section {
  padding: clamp(64px, 9vw, 120px) 0;
  background: #ebe4d7;
  border-top: 1px solid var(--line);
}

.message-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.message-card {
  padding: clamp(32px, 5vw, 64px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(32, 33, 36, 0.08);
}

.message-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.milestone-list {
  display: grid;
  gap: 18px;
}

.milestone-list div {
  padding: 22px 0 22px 22px;
  border-left: 2px solid var(--gold);
}

.milestone-list span {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.milestone-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 64px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

.footer-brand,
.footer-nav {
  display: flex;
  align-items: center;
}

.footer-brand {
  gap: 10px;
  color: #fff;
  font-weight: 700;
}

.footer-brand .brand-mark {
  width: 34px;
  height: 34px;
  color: var(--ink);
  background: #fff;
  font-size: 1rem;
}

.footer-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(14px, 3vw, 34px);
  font-family: Georgia, "Times New Roman", serif;
}

.footer-nav a {
  padding: 6px 0;
}

@media (max-width: 860px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-nav {
    justify-content: flex-start;
  }

  .hero,
  .intro-grid,
  .qa-block,
  .message-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .quote-panel p {
    font-size: 2rem;
  }

  .portrait-photo {
    min-height: 380px;
  }

}

@media (max-width: 520px) {
  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    /*font-size: 0.95rem;*/
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .lead,
  .answer {
    font-size: 1rem;
  }

  .portrait-photo {
    min-height: 320px;
  }

  .quote-panel {
    padding: 28px;
  }

  .quote-panel p {
    font-size: 1.55rem;
  }
}

