:root {
  --ink: #112b4e;
  --muted: #5a6c83;
  --blue: #124abd;
  --line: #dce3ec;
  --sky: #edf5ff;
  --font: "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
img { display: block; width: 100%; height: auto; }
figure, p, h1, h2 { margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #367add; outline-offset: 5px; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.reading-shell { width: min(1060px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 18px; color: #fff; background: var(--blue); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.story-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 0 max(32px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid #edf0f4; }
.brand { font-size: 27px; font-weight: 850; letter-spacing: -.035em; color: var(--blue); white-space: nowrap; }
.story-header nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.story-header nav a { position: relative; padding-block: 28px; font-size: 14px; white-space: nowrap; }
.story-header nav a.active { color: var(--blue); font-weight: 650; }
.story-header nav a.active::after { content: ""; position: absolute; bottom: 0; inset-inline: 0; height: 2px; background: var(--blue); }
.story-header nav a:hover { color: var(--blue); }
.consult-link { display: inline-flex; gap: 12px; align-items: center; min-height: 42px; padding: 0 18px; background: var(--blue); color: white; border-radius: 10px; font-size: 14px; white-space: nowrap; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 12px; border: 1px solid var(--line); border-radius: 50%; background: white; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin-block: 5px; }
.profile { display: grid; grid-template-columns: .85fr 1.4fr; grid-template-rows: 28px 1fr; gap: 30px 52px; padding-block: 34px 38px; align-items: center; }
.back-link { display: inline-flex; gap: 10px; align-items: center; width: fit-content; min-height: 28px; font-size: 14px; }
.back-link:hover { color: var(--blue); }
.profile > .back-link { grid-column: 1; grid-row: 1; align-self: start; }
.profile-copy { grid-column: 1; grid-row: 2; padding-block: 7px 20px; }
.profile h1 { font-size: clamp(62px, 6.2vw, 82px); line-height: 1.1; font-weight: 750; letter-spacing: -.055em; }
.identity { margin-top: 18px; font-size: 16px; line-height: 1.7; }
.profile h2 { margin-top: 30px; font-size: clamp(36px, 4.05vw, 54px); line-height: 1.35; letter-spacing: -.04em; font-weight: 700; }
.intro { margin-top: 24px; max-width: 26em; font-size: 16px; line-height: 1.95; }
.profile-actions { display: flex; flex-wrap: wrap; gap: 20px 28px; align-items: center; margin-top: 30px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; border-radius: 9px; background: var(--blue); color: #fff; font-size: 15px; font-weight: 600; transition: background .2s; }
.button:hover, .consult-link:hover { background: #0d398f; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--blue); font-size: 15px; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.profile-photo { display: block; grid-column: 2; grid-row: 1 / 3; height: 600px; overflow: hidden; border-radius: 13px; background: #e4e8eb; }
.profile-photo img { height: 100%; object-fit: cover; object-position: 50% 43%; }
.story-notes { border-top: 1px solid #edf0f4; padding-block: 44px 54px; }
.notes-grid { display: grid; grid-template-columns: .85fr 1.4fr; gap: 64px; align-items: center; }
.street-photo { display: block; border-radius: 12px; overflow: hidden; }
.street-photo img { aspect-ratio: 1.38; object-fit: cover; }
.notes-copy { max-width: 580px; }
.notes-copy h2 { font-size: clamp(23px, 2.2vw, 29px); line-height: 1.4; letter-spacing: -.035em; }
.notes-copy p { margin-top: 8px; font-size: 16px; line-height: 1.95; }
.notes-copy > div + div { margin-top: 26px; }
.source-note { display: inline-block; margin-top: 22px; color: var(--muted); font-size: 12px; }
.source-note:hover { color: var(--blue); }
.work-section { padding-block: 68px; background: var(--sky); }
.work-grid { display: grid; grid-template-columns: 330px 1fr; gap: 90px; align-items: center; }
.work-copy h2, .interview-heading h2 { font-size: clamp(27px, 2.7vw, 35px); line-height: 1.45; letter-spacing: -.04em; font-weight: 700; }
.eyebrow { margin-bottom: 12px; color: var(--muted); font-size: 12px; letter-spacing: .1em; }
.work-copy > p:not(.eyebrow) { margin-top: 23px; font-size: 16px; line-height: 1.95; }
.work-copy .listening-note { color: #435972; font-size: 14px !important; margin-top: 25px; }
.work-copy > .text-link { margin-top: 18px; }
.media-frame { position: relative; overflow: hidden; border-radius: 11px; background: #0c121b; }
.portrait-frame { aspect-ratio: 9 / 16; }
.landscape-frame { aspect-ratio: 16 / 9; }
.media-frame > img { width: 100%; height: 100%; object-fit: contain; }
.media-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #10141b; }
.play-link { position: absolute; inset: 0; display: grid; place-items: center; }
.play-link:focus-visible { outline-offset: -6px; }
.play-icon { width: 66px; height: 66px; padding-left: 4px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.95); color: var(--blue); font-size: 24px; box-shadow: 0 4px 20px #0002; transition: transform .2s, background .2s; }
.play-link:hover .play-icon { transform: scale(1.08); background: #fff; }
figcaption { display: flex; justify-content: center; flex-wrap: wrap; gap: 5px 12px; align-items: center; margin-top: 13px; min-height: 24px; font-size: 13px; color: var(--muted); }
.stop-player { border: 0; padding: 5px 0; background: transparent; color: var(--blue); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.chapters { list-style: none; padding: 0; margin: 23px 0 0; }
.chapters li + li { border-top: 1px solid #cfdbe9; }
.chapters a { display: grid; grid-template-columns: 50px 1fr 16px; gap: 14px; align-items: center; min-height: 51px; padding-block: 12px; font-size: 15px; line-height: 1.6; transition: color .2s; }
.chapter-time { font-variant-numeric: tabular-nums; }
.chapter-arrow { color: var(--blue); font-size: 16px; opacity: .65; }
.chapters a:hover, .chapters a[aria-current="true"] { color: var(--blue); }
.interview-section { padding-block: 66px 55px; }
.interview-heading > p:last-child { margin-top: 15px; font-size: 15px; color: var(--muted); }
.interview-grid { display: grid; grid-template-columns: 1.9fr 1fr; gap: 48px; align-items: center; margin-top: 28px; }
.interview-media figcaption { justify-content: space-between; font-size: 12px; }
.interview-topics .chapters { margin-top: 0; }
.interview-topics .chapters a { grid-template-columns: 44px 1fr 14px; gap: 10px; font-size: 14px; min-height: 57px; }
.interview-topics > .text-link { margin-top: 23px; font-size: 14px; }
.playback-note { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.story-footer { display: flex; flex-direction: column; align-items: center; gap: 20px; border-top: 1px solid var(--line); padding-block: 28px 38px; }
.story-footer .brand { font-size: 20px; }
.story-footer .back-link { color: var(--blue); font-size: 13px; }

@media (max-width: 1050px) {
  .story-header { gap: 16px; flex-wrap: wrap; padding-block: 15px; }
  .story-header .brand { margin-right: auto; }
  .story-header nav { order: 4; width: 100%; justify-content: space-between; flex-wrap: wrap; }
  .story-header nav a { padding-block: 12px; }
  .story-header.js-ready nav { display: none; }
  .story-header.js-ready nav.open { display: flex; }
  .nav-toggle { display: block; }
  .profile { gap: 28px 30px; grid-template-columns: 1fr 1.15fr; }
  .profile-photo { min-height: 590px; }
  .identity { font-size: 14px; }
  .profile h2 { font-size: 39px; }
  .notes-grid { gap: 38px; grid-template-columns: .8fr 1fr; }
  .work-grid { grid-template-columns: 290px 1fr; gap: 50px; }
  .interview-grid { gap: 28px; grid-template-columns: 1.5fr 1fr; }
}
@media (max-width: 760px) {
  .shell, .reading-shell { width: calc(100% - 40px); }
  .story-header { min-height: 70px; padding: 13px 20px; gap: 12px; }
  .brand { font-size: 24px; }
  .consult-link { font-size: 12px; padding-inline: 12px; min-height: 38px; }
  .nav-toggle { width: 38px; height: 38px; padding: 9px; }
  .story-header nav { gap: 0; }
  .story-header nav a { flex-basis: 33.333%; text-align: center; font-size: 13px; }
  .story-header nav a.active::after { inset-inline: 22%; }
  .profile { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding-block: 23px 34px; }
  .profile > .back-link { font-size: 12px; }
  .profile-copy { padding: 27px 0 0; }
  .profile h1 { font-size: 60px; }
  .identity { margin-top: 13px; font-size: 14px; }
  .profile h2 { margin-top: 25px; font-size: clamp(36px, 8.5vw, 46px); line-height: 1.35; }
  .intro { max-width: 36em; margin-top: 19px; font-size: 15px; line-height: 1.95; }
  .profile-actions { margin-top: 22px; gap: 18px 25px; }
  .button { min-height: 47px; padding-inline: 23px; font-size: 14px; }
  .profile-photo { height: auto; min-height: 0; max-height: none; aspect-ratio: 1.12; margin-top: 31px; }
  .profile-photo img { object-position: 50% 38%; }
  .story-notes { padding-block: 0 38px; border-top: 0; }
  .notes-grid { display: flex; flex-direction: column; align-items: stretch; gap: 27px; }
  .street-photo img { aspect-ratio: 1.55; }
  .notes-copy { max-width: none; }
  .notes-copy h2 { font-size: 24px; }
  .notes-copy p { font-size: 15px; margin-top: 10px; }
  .notes-copy > div + div { margin-top: 25px; }
  .source-note { margin-top: 19px; }
  .work-section { padding-block: 39px 42px; }
  .work-grid { display: flex; flex-direction: column; gap: 28px; align-items: stretch; }
  .work-media { width: min(290px, 88%); margin-inline: auto; }
  .work-copy h2, .interview-heading h2 { font-size: 28px; }
  .work-copy > p:not(.eyebrow) { font-size: 15px; margin-top: 18px; }
  .chapters { margin-top: 20px; }
  .work-copy > .text-link { margin-top: 12px; }
  .interview-section { padding-block: 40px 31px; }
  .interview-grid { display: flex; flex-direction: column; align-items: stretch; gap: 20px; margin-top: 23px; }
  .interview-heading > p:last-child { font-size: 13px; }
  .interview-topics .chapters a { font-size: 14px; min-height: 53px; gap: 16px; }
  .interview-topics > .text-link { margin-top: 16px; }
  .play-icon { width: 58px; height: 58px; font-size: 22px; }
  .story-footer { padding-block: 24px 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
