/* Interview archive — the site's forest, porcelain and graphite palette. */
.interviews-page [hidden] { display: none !important; }
.interview-mast { padding: 120px 0 0; background: var(--soft); }
.interview-breadcrumb { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 46px; font-size: 12px; color: var(--muted); }
.interview-breadcrumb a { text-decoration: none; }
.interview-breadcrumb a:hover { color: var(--green-700); }
.interview-hero { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.interview-hero > * { min-width: 0; }
.interview-hero-copy { padding: 20px 0; }
.interview-hero-copy .eyebrow { margin-bottom: 27px; }
.interview-hero h1 { margin: 0 0 28px; font-size: clamp(42px, 4.7vw, 64px); line-height: 1.55; letter-spacing: .025em; }
.interview-hero h1 > span { color: var(--green-700); }
.interview-hero-lead { margin-bottom: 30px; color: var(--muted); line-height: 2.1; font-size: 16px; }
.interview-hero-anchor { display: inline-flex; align-items: center; gap: 38px; text-decoration: none; font-size: 14px; }
.interview-hero-anchor > span { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #bac6bd; border-radius: 50%; transition: background .25s, color .25s; }
.interview-hero-anchor svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; transform: rotate(90deg); }
.interview-hero-anchor:hover > span { background: var(--green-900); color: white; }
.interview-hero-index { display: flex; justify-content: space-between; align-items: end; max-width: 370px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); font-family: var(--font-en); }
.interview-hero-index > span:first-child { font-size: 22px; line-height: 1.25; letter-spacing: -.035em; color: #809085; }
.interview-hero-index > span:last-child { font-size: 11px; letter-spacing: .08em; color: var(--muted); }
.interview-hero-visual { position: relative; padding-bottom: 46px; }
.interview-hero-photo { position: relative; margin: 0; height: 500px; overflow: hidden; background: #d8dfd8; border-radius: 3px; }
.interview-hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #142c2440, transparent 45%, #142c2420); pointer-events: none; }
.interview-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; filter: saturate(.58); animation: interviewBreath 20s ease-in-out infinite alternate; }
.interview-hero-photo figcaption { position: absolute; top: 24px; left: 26px; z-index: 1; color: white; font: 11px var(--font-en); letter-spacing: .15em; }
.interview-featured { display: block; position: absolute; bottom: 0; left: 30px; right: 30px; padding: 25px 28px; background: #263a34; color: #fff; text-decoration: none; box-shadow: 0 16px 36px #2028270d; }
.interview-featured-label { display: flex; align-items: center; justify-content: space-between; font: 10px var(--font-en); letter-spacing: .18em; color: #c0cbc2; }
.interview-featured-label > span { height: 26px; font-size: 62px; line-height: 1; font-family: Georgia, serif; color: #9eaf9b; }
.interview-featured blockquote { margin: 18px 0 23px; font-size: 17px; font-weight: 500; line-height: 1.9; letter-spacing: .025em; }
.interview-featured-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 13px; }
.interview-featured-bottom small { display: block; margin-top: 5px; color: #b9c8be; font-size: 11px; }
.interview-featured-arrow { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border: 1px solid #b4c3b95c; border-radius: 50%; transition: background .25s, color .25s; }
.interview-featured-arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.interview-featured:hover .interview-featured-arrow { background: #d8d0b9; color: var(--green-900); }
.interview-mast-foot { display: flex; justify-content: space-between; gap: 15px; margin-top: 55px; padding: 24px 0; border-top: 1px solid var(--line); color: var(--muted); font: 10px var(--font-en); letter-spacing: .14em; }
.interview-stories { scroll-margin-top: 88px; }
.interview-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 48px; }
.interview-section-heading .eyebrow { margin-bottom: 18px; }
.interview-section-heading h2 { margin: 0; font-size: clamp(30px, 3.8vw, 46px); line-height: 1.55; letter-spacing: .02em; }
.interview-section-heading > p { margin: 0 0 7px; font-size: 14px; line-height: 2; color: var(--muted); }
.interview-filters { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.interview-category { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: min(520px, 100%); }
.interview-category button { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; min-height: 76px; padding: 15px 22px; border: 1px solid var(--line); border-radius: 3px; text-align: left; color: var(--muted); background: #fff; cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.interview-category button > span:first-child { font-size: 16px; font-weight: 500; }
.interview-category button small { display: block; margin-top: 5px; font: 9px var(--font-en); letter-spacing: .12em; }
.interview-category-count { font: 24px var(--font-en); font-weight: 400; opacity: .6; }
.interview-category button[aria-pressed="true"] { border-color: var(--green-900); background: var(--green-900); color: white; }
.interview-category button:hover:not([aria-pressed="true"]) { border-color: #81998b; background: var(--green-50); }
.interview-year-filter { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.interview-year-filter label { font-size: 13px; color: var(--muted); }
.interview-select-wrap { position: relative; }
.interview-select-wrap select { appearance: none; -webkit-appearance: none; width: 180px; min-height: 48px; padding: 11px 42px 11px 16px; border: 1px solid var(--line); border-radius: 3px; background: white; color: var(--ink); font: 14px var(--font-jp); cursor: pointer; }
.interview-select-wrap svg { position: absolute; right: 14px; top: 15px; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.3; pointer-events: none; }
.interview-results-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 28px 0; }
.interview-results-bar p { margin: 0; font-size: 12px; color: var(--muted); }
.interview-results-bar strong { margin-right: 7px; color: var(--ink); font: 22px var(--font-en); }
.interview-results-bar > span { color: #849088; font: 10px var(--font-en); letter-spacing: .18em; }
.interview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px 30px; }
.interview-card { min-width: 0; border-bottom: 1px solid var(--line); }
.interview-card-link { display: flex; height: 100%; flex-direction: column; text-decoration: none; }
.interview-card-image { position: relative; overflow: hidden; aspect-ratio: 1024 / 713; background: #edece5; border-radius: 3px; isolation: isolate; }
.interview-card-image img { display: block; width: 100%; height: 100%; object-fit: contain; filter: saturate(.14); mix-blend-mode: multiply; transition: transform .75s cubic-bezier(.2, .6, .3, 1), filter .75s; }
.interview-card-number { position: absolute; top: 0; left: 0; padding: 7px 11px; color: #f4f5ed; background: var(--green-900); font: 9px var(--font-en); letter-spacing: .12em; }
.interview-card-body { display: flex; flex: 1; flex-direction: column; padding: 23px 2px 22px; }
.interview-card-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--green-700); font-size: 11px; }
.interview-card-meta > span + span { padding-left: 10px; border-left: 1px solid #bbc8be; }
.interview-card h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.65; letter-spacing: .01em; overflow-wrap: anywhere; }
.interview-card h3 > span { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 9px; margin-top: 4px; font-size: 14px; font-weight: 400; }
.interview-card h3 b { display: inline-block; flex: 0 0 auto; border: 1px solid #b8c4b7; padding: 0 7px; color: var(--green-700); font-size: 10px; line-height: 1.8; font-weight: 500; letter-spacing: .1em; }
.interview-card-student { margin-bottom: 19px; color: var(--muted); font-size: 12px; }
.interview-card-excerpt { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin: 0 0 26px; color: #626d66; font-size: 14px; line-height: 1.9; }
.interview-card-action { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; font-size: 13px; font-weight: 500; }
.interview-card-action > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--green-700); transition: color .25s, background .25s, transform .25s; }
.interview-card-action svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.3; }
@media (hover: hover) {
  .interview-card-link:hover .interview-card-image img { transform: scale(1.035); filter: saturate(.5); }
  .interview-card-link:hover .interview-card-action > span { color: white; background: var(--green-900); transform: rotate(-35deg); }
}
.interview-list-end { display: flex; align-items: center; gap: 24px; justify-content: center; margin-top: 65px; color: #85938a; }
.interview-list-end > span { width: 54px; height: 1px; background: var(--line); }
.interview-list-end p { margin: 0; font-size: 12px; letter-spacing: .12em; text-align: center; }
.interview-empty, .interview-noscript { padding: 30px; background: var(--soft); color: var(--muted); font-size: 14px; line-height: 2; }
.interviews-page :is(.interview-card-link, .interview-featured, .interview-hero-anchor, .interview-category button, .interview-select-wrap select, .interview-dialog button):focus-visible { outline: 2px solid #5f806b; outline-offset: 5px; }

/* Native top-layer dialog: independent of the fixed global navigation. */
body.interview-open { position: fixed; width: 100%; overflow: hidden; }
body.interview-open .mobile-bottom { visibility: hidden; }
.interview-dialog { width: min(1050px, calc(100% - 64px)); max-width: none; max-height: calc(100vh - 64px); max-height: calc(100dvh - 64px); margin: auto; padding: 0; border: 0; border-radius: 5px; background: #fff; color: var(--ink); box-shadow: 0 30px 100px #101e2a30; overflow: hidden; }
.interview-dialog[open] { display: flex; flex-direction: column; animation: interviewDialogIn .28s ease-out; }
.interview-dialog::backdrop { background: #182820bc; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.interview-dialog-toolbar { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding: 8px 18px 8px 34px; border-bottom: 1px solid var(--line); background: #f8f9f6; }
.interview-dialog-toolbar > span { font: 10px var(--font-en); letter-spacing: .17em; color: var(--green-700); }
.interview-dialog-close { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; min-width: 44px; padding: 8px 12px; border: 0; background: transparent; color: var(--ink); font-size: 12px; cursor: pointer; }
.interview-dialog-close svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.interview-dialog-close:hover { background: var(--green-100); }
.interview-dialog-scroll { overflow-y: auto; overscroll-behavior-y: contain; -webkit-overflow-scrolling: touch; min-height: 0; }
.interview-story { padding: 44px 46px 0; }
.interview-story-header { border-bottom: 1px solid var(--line); padding-bottom: 28px; margin-bottom: 36px; }
.interview-story-label { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 19px; font-size: 12px; color: var(--green-700); }
.interview-story-label > span:first-child { font: 12px var(--font-en); letter-spacing: .12em; }
.interview-story-label > span + span { padding-left: 18px; border-left: 1px solid #bac8bd; }
.interview-story-header h2 { margin: 0 0 16px; font-size: 30px; line-height: 1.7; overflow-wrap: anywhere; }
.interview-story-header > p:last-child { margin: 0; font-size: 14px; color: var(--muted); }
.interview-reader-grid { display: grid; grid-template-columns: minmax(0, 270px) minmax(0, 1fr); gap: 40px; align-items: start; }
.interview-reader-aside { position: sticky; top: 28px; }
.interview-reader-aside figure { margin: 0; }
.interview-reader-aside img { width: 100%; height: auto; border-radius: 3px; }
.interview-reader-aside figcaption { margin-top: 20px; font-size: 12px; color: var(--muted); line-height: 2; }
.interview-reader-aside figcaption strong { color: var(--ink); font-size: 19px; font-weight: 500; }
.interview-reader-aside-note { margin-top: 23px; padding-top: 20px; border-top: 1px solid var(--line); color: #809086; font-size: 12px; line-height: 2; }
.interview-question { margin: 0 0 34px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.interview-question:last-child { padding-bottom: 0; border: 0; }
.interview-question h3 { margin: 0 0 17px; font-size: 17px; line-height: 1.9; }
.interview-question h3 > span { display: block; margin-bottom: 9px; color: var(--green-700); font: 12px var(--font-en); letter-spacing: .13em; }
.interview-question > p { margin: 0; font-size: 16px; line-height: 2.1; color: #59645d; white-space: pre-line; overflow-wrap: anywhere; }
.interview-dialog-bottom { padding: 12px 46px 40px; text-align: center; }
.interview-dialog-bottom button { display: inline-flex; justify-content: center; align-items: center; gap: 40px; min-height: 52px; width: min(320px, 100%); padding: 14px 20px; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); background: var(--soft); font-size: 14px; cursor: pointer; }
.interview-dialog-bottom button:hover { background: var(--green-100); }
.interview-dialog-bottom svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.3; transform: rotate(180deg); }
@keyframes interviewBreath { from { transform: scale(1); } to { transform: scale(1.045); } }
@keyframes interviewDialogIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .interview-hero { gap: 36px; }
  .interview-hero h1 { font-size: 46px; }
  .interview-hero-photo { height: 485px; }
  .interview-featured { left: 20px; right: 20px; padding: 23px; }
  .interview-featured blockquote { font-size: 16px; }
  .interview-desktop-break { display: none; }
  .interview-hero-index > span:first-child { font-size: 20px; }
  .interview-grid { gap: 40px 22px; }
  .interview-card h3 { font-size: 22px; }
  .interview-filters { gap: 25px; }
  .interview-category { width: min(470px, 100%); }
  .interview-category button { padding: 14px 18px; gap: 15px; }
  .interview-year-filter { gap: 12px; }
  .interview-select-wrap select { width: 166px; }
  .interview-story { padding: 35px 32px 0; }
  .interview-reader-grid { grid-template-columns: minmax(0, 230px) minmax(0, 1fr); gap: 32px; }
}
@media (max-width: 900px) and (min-width: 761px) {
  .interview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 30px; }
  .interview-hero h1 { font-size: 40px; }
  .interview-featured { left: 12px; right: 12px; padding: 22px; }
  .interview-hero-index { gap: 12px; }
  .interview-hero-index > span:first-child { font-size: 18px; }
  .interview-year-filter { flex-direction: column; align-items: flex-start; gap: 8px; }
}
@media (max-width: 760px) {
  .interviews-page .container { width: min(1180px, calc(100% - 40px)); }
  .interview-mast { padding-top: calc(var(--mobile-header-height, 68px) + 26px); }
  .interview-breadcrumb { margin-bottom: 26px; gap: 12px; font-size: 11px; }
  .interview-hero { grid-template-columns: 1fr; gap: 34px; }
  .interview-hero-copy { padding: 5px 2px 0; }
  .interview-hero-copy .eyebrow { font-size: 11px; margin-bottom: 20px; }
  .interview-hero h1 { margin-bottom: 20px; font-size: clamp(34px, 9vw, 49px); line-height: 1.55; }
  .interview-hero-lead { margin-bottom: 22px; font-size: 15px; line-height: 2; max-width: 410px; }
  .interview-hero-anchor { gap: 24px; font-size: 13px; }
  .interview-hero-index { display: none; }
  .interview-hero-photo { height: 370px; }
  .interview-hero-photo figcaption { top: 20px; left: 20px; font-size: 9px; }
  .interview-hero-visual { padding-bottom: 44px; }
  .interview-featured { left: 16px; right: 16px; padding: 23px 22px 22px; border: 1px solid #ffffff14; background: #203b33; color: #fff; box-shadow: 0 16px 34px #172a2430; }
  .interview-featured blockquote { color: #fff; font-size: 15px; margin-block: 16px 20px; }
  .interview-featured-label { color: #d1dacf; font-size: 10px; }
  .interview-featured-label > span { color: #b7c8b5; }
  .interview-featured-bottom { color: #fff; font-size: 13px; }
  .interview-featured-bottom small { color: #cbd7ce; font-size: 11px; }
  .interview-featured-arrow { border-color: #e3ebe073; background: #ffffff0a; }
  .interview-mast-foot { margin-top: 32px; padding-block: 19px; font-size: 8px; letter-spacing: .06em; }
  .interview-stories { padding-block: 65px; scroll-margin-top: calc(var(--mobile-header-height, 68px) + 10px); }
  .interview-section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 30px; }
  .interview-section-heading h2 { font-size: 32px; }
  .interview-section-heading > p { font-size: 14px; margin: 0; }
  .interview-filters { flex-direction: column; align-items: stretch; gap: 22px; padding-block: 20px; }
  .interview-category { width: 100%; gap: 10px; }
  .interview-category button { gap: 10px; min-height: 76px; padding: 14px 17px; }
  .interview-category button > span:first-child { font-size: 15px; }
  .interview-category-count { font-size: 22px; }
  .interview-category button small { font-size: 8px; }
  .interview-year-filter { justify-content: space-between; }
  .interview-select-wrap select { min-height: 46px; width: 190px; font-size: 16px; }
  .interview-year-filter label { font-size: 12px; }
  .interview-results-bar { padding-block: 22px; }
  .interview-results-bar > span { font-size: 8px; letter-spacing: .12em; }
  .interview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 22px; }
  .interview-card h3 { font-size: 22px; }
  .interview-card-body { padding-top: 21px; }
  .interview-card-student { font-size: 12px; }
  .interview-card-excerpt { font-size: 14px; }
  .interview-list-end { margin-top: 45px; gap: 18px; }
  .interview-list-end > span { width: 25px; }
  .interview-list-end p { font-size: 11px; }
  .interview-dialog { width: 100%; height: 100%; height: 100dvh; max-height: 100%; max-height: 100dvh; margin: 0; border-radius: 0; }
  .interview-dialog-toolbar { min-height: calc(60px + env(safe-area-inset-top, 0px)); padding: calc(8px + env(safe-area-inset-top, 0px)) max(12px, env(safe-area-inset-right, 0px)) 8px max(20px, env(safe-area-inset-left, 0px)); }
  .interview-dialog-toolbar > span { font-size: 9px; letter-spacing: .1em; }
  .interview-dialog-scroll { flex: 1; }
  .interview-story { padding: 28px max(22px, env(safe-area-inset-right, 0px)) 0 max(22px, env(safe-area-inset-left, 0px)); }
  .interview-story-header { margin-bottom: 26px; padding-bottom: 25px; }
  .interview-story-header h2 { font-size: 25px; line-height: 1.7; }
  .interview-story-header > p:last-child { font-size: 13px; }
  .interview-story-label { gap: 14px; font-size: 11px; }
  .interview-story-label > span + span { padding-left: 14px; }
  .interview-reader-grid { grid-template-columns: 1fr; gap: 30px; }
  .interview-reader-aside { position: static; }
  .interview-reader-aside img { width: min(420px, 100%); margin-inline: auto; }
  .interview-reader-aside figcaption, .interview-reader-aside-note { display: none; }
  .interview-question { padding-bottom: 26px; margin-bottom: 27px; }
  .interview-question h3 { font-size: 17px; }
  .interview-question > p { font-size: 16px; line-height: 2.1; }
  .interview-dialog-bottom { padding: 0 22px calc(32px + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width: 560px) {
  .interview-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .interview-card h3 { font-size: 25px; }
  .interview-card-image { aspect-ratio: 1024 / 713; }
  .interview-card-excerpt { -webkit-line-clamp: 2; font-size: 15px; }
  .interview-card-action { font-size: 14px; }
  .interview-card-action > span { width: 42px; height: 42px; }
}
@media (max-width: 360px) {
  .interviews-page .container { width: calc(100% - 36px); }
  .interview-category button { padding-inline: 12px; gap: 8px; }
  .interview-category button > span:first-child { font-size: 14px; }
  .interview-category-count { font-size: 20px; }
  .interview-featured { left: 10px; right: 10px; padding: 19px; }
  .interview-featured blockquote { font-size: 14px; }
  .interview-mast-foot > span:last-child { max-width: 145px; text-align: right; line-height: 1.7; }
  .interview-select-wrap select { width: 180px; }
}
@media (prefers-reduced-motion: reduce) {
  .interview-hero-photo img, .interview-dialog[open] { animation: none; }
  .interview-card-image img, .interview-card-action > span, .interview-category button, .interview-featured-arrow, .interview-hero-anchor > span { transition: none; }
  .interview-card-link:hover .interview-card-image img, .interview-card-link:hover .interview-card-action > span { transform: none; }
}
