:root {
  --paper: #f5f2ea;
  --paper-2: #eee9dc;
  --white: #fffdf8;
  --ink: #202a25;
  --muted: #626e65;
  --line: #cdcfc4;
  --forest: #263f35;
  --jade: #527462;
  --orange: #bb704a;
  --gold: #e7ca94;
  --serif: Georgia, "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.8 var(--sans); text-rendering: optimizeLegibility; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
img { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--ink); }
.shell { width: min(calc(100% - 48px), 1180px); margin-inline: auto; }
.skip { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 9px 16px; background: var(--gold); transform: translateY(-160%); }
.skip:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); }
.topbar { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.02rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); background: var(--forest); font: 1.3rem/1 var(--serif); }
.nav { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: clamp(12px, 2vw, 28px); }
.nav a { color: var(--muted); font-size: .88rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 8px; }
.nav .nav-contact { padding: 5px 13px; border: 1px solid var(--ink); border-radius: 100px; color: var(--ink); }
.eyebrow, .label, .date, .index-no { font: 700 .74rem/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow, .label { color: var(--orange); }
.rule { height: 1px; background: var(--line); }
.display { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 9vw, 8.6rem); font-weight: 500; line-height: 1.05; letter-spacing: -.075em; }
.display em { color: var(--jade); font-style: normal; }
.page-title { max-width: 1000px; margin: 12px 0 24px; font-family: var(--serif); font-size: clamp(3.3rem, 7.6vw, 7.2rem); font-weight: 500; line-height: 1.12; letter-spacing: -.075em; }
.section-title { margin: 0; font-family: var(--serif); font-size: clamp(2.25rem, 4.2vw, 4.25rem); font-weight: 500; line-height: 1.19; letter-spacing: -.055em; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1.04rem, 1.6vw, 1.2rem); }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 9px 19px; border: 1px solid var(--forest); border-radius: 100px; background: var(--forest); color: var(--white); font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--jade); }
.button.light { background: transparent; color: var(--ink); }
.button.light:hover { color: var(--white); background: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid currentColor; padding-bottom: 2px; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--orange); }
.section { padding-block: clamp(78px, 10vw, 132px); border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 38px; margin-bottom: 46px; }
.section-heading .label { padding-top: 11px; margin: 0; }
.section-heading .lead { margin: 17px 0 0; }
.home-hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(290px, .88fr); align-items: center; gap: clamp(40px, 7vw, 100px); padding-block: 94px 112px; }
.home-hero > * { min-width: 0; }
.home-hero .eyebrow { margin: 0 0 22px; font-size: clamp(.6rem, 2.5vw, .74rem); letter-spacing: .08em; white-space: nowrap; }
.home-hero .display { font-size: clamp(3.5rem, 7vw, 6.5rem); }
.hero-name { white-space: nowrap; }
.home-hero .lead { max-width: 600px; margin: 26px 0 0; }
.hero-poem { margin: 25px 0 0; font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2.05rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.portrait { position: relative; margin: 0; padding: 22px 22px 20px; background: var(--paper-2); transform: rotate(2deg); }
.portrait::before { position: absolute; z-index: -1; content: ""; inset: 18px -16px -14px 16px; border: 1px solid var(--jade); }
.portrait img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.9); }
.portrait figcaption { display: flex; justify-content: space-between; gap: 10px; padding-top: 16px; color: var(--muted); font: .74rem/1.5 ui-monospace, Menlo, monospace; letter-spacing: .05em; }
.index-no { padding-top: 5px; color: var(--orange); }
.work-preview { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding-top: 26px; border-top: 1px solid var(--ink); }
.work-preview p { max-width: 650px; margin: 0; color: var(--muted); }
.work-preview .text-link { flex: none; }
.life-band { color: var(--white); background: var(--forest); }
.life-band .section-heading { border: 0; }
.life-band .section-title { max-width: 650px; }
.life-band .label, .life-band .date { color: var(--gold); }
.life-band .lead { color: #d6e1d7; }
.sport-summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 26px; border-top: 1px solid #688071; }
.sport-summary .date { margin: 0; }
.sport-summary .chips { margin: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.chips span { padding: 5px 13px; border: 1px solid #819d88; border-radius: 100px; font-size: .9rem; }
.music-quote { margin: 0 0 20px; color: var(--gold); font: 500 clamp(1.9rem, 3.5vw, 3.2rem)/1.35 var(--serif); }
.platforms { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 25px; }
.platforms a { text-decoration-color: var(--gold); text-underline-offset: 5px; }
.platforms a:hover { color: var(--gold); }
.link-list { border-top: 1px solid var(--ink); }
.link-list a { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); font-weight: 700; text-decoration: none; }
.link-list a:hover { color: var(--orange); }
.page-hero { padding-block: clamp(75px, 10vw, 135px) clamp(70px, 8vw, 105px); }
.page-hero .eyebrow { margin: 0 0 20px; }
.page-hero .lead { max-width: 820px; margin: 0; }
.hero-foot { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 42px; color: var(--muted); font-size: .9rem; }
.hero-foot strong { color: var(--ink); }
.career { border-top: 1px solid var(--ink); }
.career-row { display: grid; grid-template-columns: 180px minmax(180px, .48fr) minmax(0, 1fr); gap: 30px; padding: 37px 0 42px; border-bottom: 1px solid var(--line); }
.career-row .date { margin: 3px 0 0; color: var(--orange); }
.career-row h3 { margin: 0; font: 500 clamp(1.65rem, 2.6vw, 2.35rem)/1.25 var(--serif); }
.career-row .role { margin: 8px 0 0; color: var(--jade); font-size: .92rem; font-weight: 700; }
.career-row p { margin: 0; color: var(--muted); }
.career-row ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); }
.career-row li + li { margin-top: 6px; }
.strengths { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 54px; border-top: 1px solid var(--ink); }
.strength { display: grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.strength h3 { margin: 0 0 9px; font-size: 1.16rem; }
.strength p { margin: 0; color: var(--muted); }
.feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr); gap: clamp(30px, 6vw, 80px); align-items: center; padding: clamp(28px, 4vw, 48px); background: var(--paper-2); }
.feature h3 { margin: 10px 0 20px; font: 500 clamp(2.1rem, 4vw, 3.8rem)/1.16 var(--serif); letter-spacing: -.05em; }
.feature p:not(.label) { color: var(--muted); }
.feature img { width: 100%; aspect-ratio: 1.23; object-fit: cover; }
.phase-list { border-top: 1px solid var(--ink); }
.phase { display: grid; grid-template-columns: 200px 1fr; gap: 30px; padding: 43px 0 52px; border-bottom: 1px solid var(--line); }
.phase-when { margin: 2px 0 0; color: var(--orange); }
.phase-main { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1fr); gap: 30px; }
.phase h3 { margin: 0; font: 500 clamp(1.9rem, 3vw, 2.8rem)/1.2 var(--serif); }
.phase .phase-role { margin: 9px 0 0; color: var(--jade); font-size: .9rem; font-weight: 700; }
.phase .phase-copy p { margin: 0 0 14px; color: var(--muted); }
.phase .phase-copy p:last-child { margin-bottom: 0; }
.phase .phase-copy strong { color: var(--ink); }
.photo-story { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 35px; padding: 58px 0; border-bottom: 1px solid var(--line); }
#photos .photo-story:first-of-type { border-top: 1px solid var(--ink); }
.photo-story .date { margin: 5px 0 0; color: var(--orange); }
.photo-story h3 { margin: 0 0 10px; font: 500 clamp(1.8rem, 3vw, 2.7rem)/1.24 var(--serif); }
.photo-story p { max-width: 700px; margin: 0 0 24px; color: var(--muted); }
.photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.photo-grid.one { grid-template-columns: minmax(0, 1fr); max-width: 650px; }
.photo-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.photo-grid figure { margin: 0; background: var(--paper-2); }
.photo-grid a { display: block; overflow: hidden; }
.photo-grid img { width: 100%; height: 100%; aspect-ratio: 1.3; object-fit: cover; }
.photo-grid.one img { aspect-ratio: 1.42; }
.photo-grid figcaption { padding: 7px 10px; color: var(--muted); font-size: .75rem; }
.photo-grid img:focus-visible { outline: 3px solid var(--orange); }
.site-footer { border-top: 1px solid var(--line); padding-block: 27px 34px; color: var(--muted); font-size: .85rem; }
.site-footer .shell { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 30px; }
.site-footer p { margin: 0; }
.site-footer a { text-underline-offset: 4px; }
.footer-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
@media (max-width: 850px) {
  .home-hero { grid-template-columns: 1fr; min-height: 0; }
  .portrait { width: min(100%, 470px); margin: 0 auto; }
  .section-heading { grid-template-columns: 150px 1fr; }
  .career-row { grid-template-columns: 150px 1fr; }
  .career-row > div:last-child { grid-column: 2; }
  .phase { grid-template-columns: 130px 1fr; }
  .phase-main { grid-template-columns: 1fr; gap: 17px; }
  .photo-story { grid-template-columns: 130px 1fr; }
  .photo-grid.four { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .shell { width: min(calc(100% - 32px), 1180px); }
  .topbar { align-items: flex-start; flex-direction: column; gap: 10px; padding-block: 15px; }
  .nav { width: 100%; justify-content: space-between; gap: 8px; }
  .nav a { font-size: .77rem; }
  .nav a[href*="#music"], .nav .nav-contact { display: none; }
  .nav .nav-contact { padding: 3px 8px; }
  .home-hero { padding-block: 68px 86px; gap: 64px; }
  .display { font-size: clamp(3.7rem, 15vw, 6.7rem); }
  .page-title { font-size: clamp(3.15rem, 12vw, 5.3rem); }
  .section-heading, .feature { grid-template-columns: 1fr; gap: 20px; }
  .section-heading { margin-bottom: 35px; }
  .home-hero .display { font-size: clamp(3.2rem, 12vw, 5.7rem); }
  .work-preview, .sport-summary { align-items: flex-start; flex-direction: column; }
  .career-row, .phase, .photo-story { grid-template-columns: 1fr; gap: 13px; }
  .career-row > div:last-child { grid-column: 1; }
  .career-row { padding-block: 28px; }
  .strengths { grid-template-columns: 1fr; }
  .photo-story { padding-block: 42px; }
  .photo-grid { gap: 8px; }
  .photo-grid figcaption { font-size: .67rem; }
  .feature { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
