:root {
  --paper: #eaeae7;
  --ink: #262626;
  --muted: #62625f;
  --line: #babbb6;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-padding-top: 2rem;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
::selection { background: var(--ink); color: var(--paper); }
h1, h2, h3, p { margin: 0; }
.wrap { width: calc(100% - 112px); max-width: 1392px; margin-inline: auto; }
.skip { position: absolute; left: 1rem; top: -6rem; background: var(--ink); color: var(--paper); padding: 1rem; z-index: 10; }
.skip:focus { top: 1rem; }
.header { min-height: 102px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 2rem; }
.wordmark { font: italic 2.5rem/.9 var(--serif); letter-spacing: -.09em; }
.wordmark span { font-style: normal; }
nav { display: flex; flex-wrap: wrap; gap: 1.75rem; font-size: .875rem; }
nav a { padding-block: 12px; }
.header-link { font-size: .875rem; display: flex; gap: 1.4rem; padding-block: 12px; }
.hero { padding-top: 28px; }
.hero-topline, .hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.eyebrow, .edition, .section-label { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; line-height: 1.6; }
.edition { color: var(--muted); }
.hero-main { display: grid; grid-template-columns: 1.65fr 1fr; gap: 3rem; align-items: end; padding-block: 50px 66px; }
h1 { font: 500 clamp(5rem, 11.75vw, 11.5rem)/.93 var(--sans); letter-spacing: -.075em; }
h1 span { color: var(--muted); }
.hero-aside { max-width: 290px; justify-self: end; padding-bottom: 6px; }
.hero-role { font-size: 1.125rem; line-height: 1.45; letter-spacing: -.025em; }
.hero-company { font-size: .875rem; color: var(--muted); margin-top: 8px; }
.hero-description { font-size: 1rem; line-height: 1.65; margin: 40px 0 20px; }
.text-link { display: inline-flex; justify-content: space-between; gap: 2rem; align-items: center; padding-block: 10px; border-bottom: 1px solid currentColor; font-size: .875rem; }
.text-link span { font-size: 1.125rem; }
.hero-bottom { border-top: 1px solid var(--line); padding-block: 22px; font-size: .875rem; }
.secondary-label { font-size: .75rem; color: var(--muted); }
.section { padding-block: 104px; border-top: 1px solid var(--line); }
.about { display: grid; grid-template-columns: 1fr 2.1fr; gap: 4rem; }
.profile-portrait { display: block; width: 100%; max-width: 360px; height: auto; margin-top: 28px; }
.section-label { display: flex; gap: 1.5rem; }
.section-label > span:first-child { color: var(--muted); }
h2 { font: 400 clamp(2.5rem, 3.75vw, 3.9rem)/1.12 var(--sans); letter-spacing: -.045em; }
h2 em { font-family: var(--serif); font-weight: 400; letter-spacing: -.05em; }
.bio { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin: 36px 0 22px; font-size: 1rem; line-height: 1.75; }
.section-heading { display: grid; grid-template-columns: 1fr 2.1fr; gap: 4rem; margin-bottom: 50px; }
.section-heading h2 { font-size: clamp(2.5rem, 3.5vw, 3.6rem); }
.work-row { border-top: 1px solid var(--line); }
.work-row:last-child { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.work-row summary { display: grid; grid-template-columns: .7fr 2.2fr 1.1fr 20px; gap: 2rem; align-items: center; min-height: 115px; padding: 25px 0; }
.work-id { font-size: .875rem; color: var(--muted); }
.work-title { font-size: clamp(1.45rem, 2.3vw, 2.15rem); line-height: 1.25; font-weight: 400; letter-spacing: -.045em; }
.work-category { font-size: .875rem; color: var(--muted); line-height: 1.5; }
.disclosure { width: 16px; height: 16px; position: relative; }
.disclosure::before, .disclosure::after { content: ''; position: absolute; background: currentColor; }
.disclosure::before { width: 16px; height: 1px; left: 0; top: 7px; }
.disclosure::after { height: 16px; width: 1px; top: 0; left: 7px; }
details[open] .disclosure::after { display: none; }
.work-body { margin-left: 18.3%; padding: 0 56px 34px 0; display: grid; grid-template-columns: 1.6fr 1fr; gap: 4rem; }
.work-body p { font-size: 1rem; line-height: 1.75; max-width: 650px; }
.work-body .work-meta { font-size: .875rem; color: var(--muted); line-height: 1.8; }
.work-meta strong { display: block; color: var(--ink); font-weight: 500; margin-bottom: 4px; }
.work-note { margin-top: 25px; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.section-description { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 480px; margin-top: 24px; }
.featured-project { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; padding: 36px 0 54px; border-top: 1px solid var(--line); }
.featured-copy h3 { font-size: clamp(2.2rem, 3.3vw, 3.5rem); line-height: 1.1; font-weight: 400; letter-spacing: -.045em; margin: 22px 0 18px; }
.featured-copy > p:not(.eyebrow) { font-size: 1rem; line-height: 1.7; }
.featured-copy .project-award { font-size: .875rem !important; border-block: 1px solid var(--line); padding-block: 12px; margin-bottom: 22px; }
.featured-copy .project-tools { color: var(--muted); font-size: .8rem !important; margin-top: 18px; }
.project-links { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 18px; font-size: .875rem; line-height: 1.6; }
.project-links a, .project-demo a, .project-index-heading a, .honors-list a { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; padding-block: 6px; }
.project-demo { align-self: center; margin: 0; min-width: 0; }
.project-demo iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 1px solid var(--line); background: var(--ink); }
.project-demo figcaption { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; margin-top: 14px; font-size: .75rem; color: var(--muted); line-height: 1.5; }
.project-photos { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; margin: 0 0 56px; }
.project-photos figure { margin: 0; min-width: 0; }
.project-photos figure > a { display: block; }
.project-photos img { display: block; width: 100%; height: clamp(240px, 27vw, 370px); object-fit: cover; filter: grayscale(1); }
.project-photos .pennybin-photo { object-position: 50% 42%; }
.project-photos figcaption { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding-top: 16px; font-size: .875rem; line-height: 1.6; }
.project-photos strong { display: block; font-size: 1rem; font-weight: 500; }
.project-photos figcaption span { display: block; color: var(--muted); margin-top: 4px; }
.project-photos figcaption > a { padding-block: 3px; white-space: nowrap; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.project-index-heading { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin: 16px 0 25px; }
.project-index-heading h3 { font-size: .75rem; line-height: 1.5; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.project-index-heading > a, .project-index-heading > span { font-size: .8rem; color: var(--muted); }
.academic-heading { margin-top: 56px; }
.honors-list { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid var(--line); }
.honors-list li { display: grid; grid-template-columns: .7fr 3.3fr auto; gap: 2rem; align-items: start; padding-block: 26px; border-top: 1px solid var(--line); }
.honors-list time, .honors-list a { font-size: .875rem; line-height: 1.6; color: var(--muted); }
.honors-list time { padding-top: 4px; }
.honors-list h3 { font-size: clamp(1.2rem, 1.8vw, 1.7rem); font-weight: 400; line-height: 1.3; letter-spacing: -.03em; }
.honors-list p { font-size: .875rem; line-height: 1.6; color: var(--muted); margin-top: 8px; }
.award-photo { grid-column: 2 / -1; margin: 6px 0 0; max-width: 900px; }
.honors-list .award-photo > a { display: block; padding: 0; }
.award-photo img { display: block; width: 100%; height: auto; }
.award-photo figcaption { font-size: .875rem; line-height: 1.6; margin-top: 14px; }
.award-photo figcaption span { display: block; color: var(--muted); margin-top: 4px; }
.photography-topline { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 28px; padding: 22px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .875rem; line-height: 1.6; }
.photo-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 32px; }
.photograph { margin: 0; min-width: 0; }
.photograph > a { display: flex; min-height: 0; align-items: end; height: calc(100% - 52px); }
.photograph img { display: block; width: 100%; height: auto; }
.photograph figcaption { display: flex; align-items: baseline; gap: 20px; padding-block: 16px; }
.photo-number { color: var(--muted); font-size: .75rem; }
.photograph h3 { font-size: 1rem; line-height: 1.5; font-weight: 400; }
body.viewing-photo { overflow: hidden; }
.photo-viewer { box-sizing: border-box; width: calc(100% - 32px); max-width: 1520px; height: calc(100dvh - 32px); max-height: none; padding: 20px 28px; border: 1px solid #62625f; background: var(--ink); color: var(--paper); }
.photo-viewer::backdrop { background: #191919; }
.photo-viewer[open] { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; gap: 16px; }
.viewer-top, .viewer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.viewer-top p { font-size: 1rem; line-height: 1.5; }
.photo-viewer button { border: 1px solid #858581; border-radius: 0; background: transparent; color: inherit; font: inherit; font-size: .875rem; min-height: 44px; padding: 10px 18px; cursor: pointer; }
.viewer-top button { flex-shrink: 0; }
.viewer-image { min-height: 0; display: flex; align-items: center; justify-content: center; }
.viewer-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.viewer-bottom a { font-size: .875rem; text-decoration: underline; text-underline-offset: 5px; padding-block: 12px; }
.footer { background: var(--ink); color: var(--paper); padding: 44px 0 26px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.footer .section-label > span:first-child { color: #a6a6a2; }
.footer-note { font-size: .875rem; color: #bcbcb8; }
.footer h2 { font-size: clamp(4rem, 8.5vw, 9rem); line-height: 1.1; margin: 66px 0 22px; letter-spacing: -.055em; }
.contact-link { display: inline-flex; align-items: center; gap: 6rem; border-bottom: 1px solid #8c8c89; padding-block: 15px; font-size: 1rem; }
.contact-link span { font-size: 1.75rem; }
.footer-bottom { border-top: 1px solid #636360; padding-top: 26px; margin-top: 78px; display: flex; justify-content: space-between; gap: 1rem; font-size: .75rem; line-height: 1.6; color: #bcbcb8; }
.footer-bottom a { padding: 0 0 8px; }
@media (min-width: 1600px) { .hero-main { padding-block: 66px 85px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero-main { grid-template-columns: 1.8fr 1fr; gap: 2rem; }
  h1 { font-size: clamp(4rem, 12vw, 8rem); }
  .hero-role { font-size: 1rem; }
  .hero-description { margin-top: 25px; }
  .about, .section-heading { gap: 2rem; grid-template-columns: 1fr 2.4fr; }
  .bio { grid-template-columns: 1fr; gap: 1.25rem; }
  .work-row summary { grid-template-columns: .45fr 2.2fr 1fr 16px; gap: 1.5rem; }
  .work-body { margin-left: 13.5%; gap: 2rem; padding-right: 0; }
  .featured-project { gap: 2rem; }
  nav { gap: 1.1rem; }
}
@media (max-width: 650px) {
  .wrap { width: calc(100% - 40px); }
  .header { min-height: 100px; gap: 1rem; }
  .wordmark { font-size: 2.2rem; }
  nav { gap: 0 1rem; font-size: .875rem; justify-content: flex-end; max-width: 285px; }
  nav a { padding-block: 8px; }
  .header-link { display: none; }
  .hero { padding-top: 24px; }
  .hero-topline { align-items: start; gap: 1.5rem; }
  .eyebrow { max-width: 200px; }
  .edition { white-space: nowrap; font-size: .75rem; letter-spacing: .025em; }
  .hero-main { display: block; padding: 42px 0 34px; }
  h1 { font-size: clamp(4rem, 19vw, 7.25rem); line-height: .97; letter-spacing: -.075em; }
  .hero-aside { margin-top: 38px; max-width: 100%; display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px 1rem; padding: 0; }
  .hero-role { font-size: 1rem; }
  .hero-company { text-align: right; margin-top: 0; line-height: 1.5; }
  .hero-description { grid-column: 1/-1; margin: 10px 0 8px; max-width: 360px; }
  .hero-aside .text-link { grid-column: 1/-1; justify-self: start; }
  .hero-bottom { align-items: flex-start; padding-block: 20px; gap: 1.5rem; font-size: .8rem; line-height: 1.6; }
  .hero-bottom > span { max-width: 180px; }
  .secondary-label { text-align: right; max-width: 110px !important; }
  .section { padding-block: 52px; }
  .about, .section-heading { display: block; }
  .about-content h2 { margin-top: 28px; }
  .profile-portrait { max-width: 350px; }
  h2 { font-size: clamp(2rem, 7.3vw, 3rem); }
  .bio { margin-block: 28px 16px; font-size: 1rem; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: 2.25rem; margin-top: 28px; }
  .work-row summary { grid-template-columns: 30px 1fr 16px; gap: 1rem; padding-block: 25px; min-height: 108px; }
  .work-title { font-size: 1.5rem; }
  .work-category { grid-column: 2; grid-row: 2; font-size: .8rem; }
  .disclosure { grid-column: 3; grid-row: 1; }
  .work-body { display: block; margin-left: 46px; padding-bottom: 28px; }
  .work-body .work-meta { margin-top: 20px; }
  .featured-project { grid-template-columns: 1fr; padding: 28px 0 38px; gap: 28px; }
  .featured-copy h3 { font-size: 2.4rem; }
  .project-photos { grid-template-columns: 1fr; gap: 28px; margin-bottom: 38px; }
  .project-photos img { height: auto; aspect-ratio: 4 / 3; }
  .photo-gallery { grid-template-columns: 1fr; gap: 24px; }
  .photograph > a { height: auto; }
  .photography-topline { display: block; }
  .photography-topline span { display: block; }
  .photography-topline span + span { margin-top: 5px; }
  .photo-viewer { width: calc(100% - 16px); height: calc(100dvh - 16px); padding: 16px 12px; }
  .viewer-top p { font-size: .875rem; }
  .photo-viewer button { padding-inline: 12px; }
  .project-index-heading { align-items: start; gap: 8px; }
  .academic-heading { margin-top: 42px; }
  .honors-list li { grid-template-columns: 38px 1fr auto; gap: 12px; padding-block: 22px; }
  .honors-list h3 { font-size: 1.2rem; }
  .honors-list a, .honors-list time { font-size: .75rem; }
  .honors-list p { font-size: .8rem; }
  .award-photo { grid-column: 1 / -1; margin-top: 8px; }
  .footer { padding-top: 32px; }
  .footer-top { align-items: flex-start; }
  .footer-note { font-size: .8rem; max-width: 160px; text-align: right; }
  .footer h2 { margin-top: 44px; font-size: clamp(3.2rem, 12vw, 5rem); }
  .contact-link { gap: 4rem; }
  .footer-bottom { margin-top: 56px; flex-wrap: wrap; }
}
@media print {
  nav, .skip, .header-link, .text-link { display: none; }
  .wrap { width: 100%; }
  .section, .footer { padding-block: 1.5rem; }
  .footer { background: transparent; color: var(--ink); }
  .hero-main { padding-block: 2rem; }
  h1 { font-size: 5rem; }
  .work-row { break-inside: avoid; }
  details::details-content { content-visibility: visible; height: auto; }
}
