@font-face { font-family: 'IBM Plex Sans'; src: url('../brand/fonts/IBMPlexSans-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'IBM Plex Sans'; src: url('../brand/fonts/IBMPlexSans-SemiBold.woff2') format('woff2'); font-weight: 500 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'IBM Plex Mono'; src: url('../brand/fonts/IBMPlexMono-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
:root { --ink: #0e0e10; --paper: #f4f4f2; --green: #1fe07a; --muted: #a5a5aa; --line: #ffffff29; --gutter: clamp(24px, 5vw, 88px); color-scheme: dark; font-family: 'IBM Plex Sans', Arial, sans-serif; font-synthesis: none; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; background: var(--ink); color: var(--paper); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 6px; }
.light-section a:focus-visible, .light-section summary:focus-visible, .contact-section a:focus-visible { outline-color: #08763f; }
button, summary { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure { margin: 0; }
ul { padding-left: 1.2em; }
::selection { color: var(--ink); background: var(--green); }
.skip-link { position: fixed; z-index: 100; top: 16px; left: 16px; padding: 16px 24px; background: var(--paper); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; min-height: 104px; padding: 20px var(--gutter); border-bottom: 1px solid var(--line); background: var(--ink); }
.wordmark { display: flex; align-items: center; gap: 17px; font-size: 18px; font-weight: 500; letter-spacing: -.03em; }
.wordmark img { width: 42px; height: 42px; }
.primary-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; }
.primary-nav > a { padding: 10px 0; transition: color .2s; }
.primary-nav > a:hover { color: var(--green); }
.nav-contact { display: flex; gap: 18px; margin-left: 16px; }
.menu-toggle { display: none; border: 0; padding: 12px 0 12px 16px; background: none; color: var(--paper); align-items: center; gap: 12px; }
.eyebrow, .location, .project-index, .hero-bottomline, .art-caption, .art-footer, .project-tags, .publication-meta, figcaption { font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 400; line-height: 1.6; letter-spacing: .06em; }
.eyebrow, .project-index, .art-caption, .publication-meta { text-transform: uppercase; }
.hero-story { position: relative; }
.hero-stage { min-height: 880px; min-height: max(780px, 100svh); padding: 144px var(--gutter) 40px; position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: clip; isolation: isolate; }
.motion-ready .hero-story { height: 210svh; }
.motion-ready .hero-stage { position: sticky; top: 0; height: 100svh; min-height: 700px; }
.hero-grain { position: absolute; z-index: -1; inset: 0; opacity: .2; background-image: radial-gradient(#757575 0.5px, transparent 0.5px); background-size: 6px 6px; mask-image: linear-gradient(90deg, transparent 25%, #000); }
.hero-topline, .hero-bottomline { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; gap: 20px; }
.hero-topline .eyebrow { color: var(--muted); }
.location { display: flex; align-items: center; gap: 9px; }
.location i, .signal-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); display: inline-block; }
.hero-copy { position: relative; z-index: 3; margin: clamp(30px, 4vh, 60px) 0 clamp(20px, 4vh, 60px); width: 74%; pointer-events: none; }
.hero-copy h1 { font-size: clamp(56px, 6.6vw, 106px); line-height: 1.03; font-weight: 500; letter-spacing: -.067em; }
.hero-copy h1 > span { display: block; }
.accent { color: var(--green); }
.hero-copy > p { font-size: 18px; line-height: 1.65; max-width: 430px; color: #bababf; margin: 30px 0 30px; }
.hero-copy a { pointer-events: auto; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 54px; padding: 13px 21px; font-size: 14px; font-weight: 500; border: 1px solid transparent; transition: background .2s, color .2s; }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: var(--green); }
.button > span { font-size: 24px; line-height: 1; }
#brand-scene { position: absolute; z-index: 1; right: max(1vw, 10px); top: 52%; width: 44%; aspect-ratio: 1; max-height: 72svh; transform: translateY(-50%); perspective: 1200px; }
#brand-object { position: absolute; left: 13%; top: 13%; width: 74%; aspect-ratio: 1; transform-style: preserve-3d; transform: rotateX(-13deg) rotateY(-25deg) rotateZ(-9deg); }
.brand-fallback { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(25px 36px 4px #0008); }



.hero-bottomline { color: var(--muted); font-size: 10px; }
.scroll-cue { display: flex; align-items: center; gap: 14px; color: var(--paper); }
.scroll-arrow { width: 28px; height: 40px; display: grid; place-items: center; border: 1px solid #5b5b62; border-radius: 20px; font-family: Arial, sans-serif; font-size: 17px; }



.hero-progress-track { width: 100px; height: 2px; background: #343438; }
#hero-progress { height: 100%; display: block; background: var(--green); width: 100%; transform: scaleX(0); transform-origin: left; }
.light-section { color: var(--ink); background: var(--paper); color-scheme: light; }
.section-pad { padding: 100px var(--gutter); }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; margin-bottom: 52px; }
.section-heading .eyebrow:last-child { color: var(--muted); text-align: right; }
.light-section .section-heading .eyebrow:last-child { color: #646468; }
.display-title { font-size: clamp(52px, 6.1vw, 92px); line-height: 1.01; letter-spacing: -.062em; font-weight: 500; }
.display-title em { font-style: normal; color: #77777b; }
.project { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 110px); padding: 68px 0; border-bottom: 1px solid #0e0e102e; align-items: center; }
.project-coroute { margin-top: 28px; }
.project-index { display: block; color: #656568; margin-bottom: 22px; }
.project h3 { font-size: clamp(34px, 3.2vw, 48px); line-height: 1.07; letter-spacing: -.055em; font-weight: 500; }
.project h3 > span { font-size: .62em; white-space: nowrap; }
.project-copy > p { margin: 25px 0; color: #58585d; font-size: 17px; line-height: 1.7; max-width: 520px; }
.project-tags { list-style: none; display: flex; gap: 7px; padding: 0; margin: 0 0 33px; flex-wrap: wrap; font-size: 10px; letter-spacing: .01em; }
.project-tags > li { border: 1px solid #0e0e1030; padding: 5px 9px; }
.text-link { display: inline-flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 500; padding: 4px 0 7px; border-bottom: 1px solid currentColor; transition: color .2s; }
.text-link > span { font-size: 21px; line-height: 1; }
.text-link:hover { color: #0a8b4a; }
.project-art { min-height: 365px; display: flex; flex-direction: column; justify-content: space-between; padding: 23px 25px; overflow: hidden; }
.io-art { background: #dfe4dd; perspective: 900px; }
.art-caption, .art-footer { display: flex; justify-content: space-between; gap: 16px; align-items: center; font-size: 9px; color: #555d56; }
.io-stack { transform: rotateX(20deg) rotateY(-15deg) rotateZ(-10deg); transform-style: preserve-3d; margin: 20px 14px 25px; }
.io-layer { background: var(--paper); border: 1px solid #aeb9ae; padding: 18px; margin-top: -1px; box-shadow: 7px 9px 0 #8d9f8d; display: grid; grid-template-columns: 23px 1fr; column-gap: 10px; transition: transform .3s; }
.io-layer:nth-child(2) { transform: translateZ(18px); }
.io-layer:nth-child(3) { background: var(--ink); color: var(--paper); }
.io-layer > span { font-size: 9px; color: #67726c; }
.io-layer strong { font-size: 18px; font-weight: 500; letter-spacing: -.03em; }
.io-layer code { grid-column: 2; font-size: 10px; color: #66716a; padding-top: 7px; }
.io-layer:last-child code { color: var(--green); }
.io-layer:last-child > span { color: #969d98; }
.schema-art { background: var(--ink); color: var(--paper); perspective: 900px; }
.schema-art .art-caption { color: #999ca0; }
.schema-code { font-family: 'IBM Plex Mono', monospace; font-size: clamp(17px, 1.9vw, 25px); line-height: 1.7; letter-spacing: -.035em; padding: 22px 20px; transform: rotateY(-11deg) rotateX(6deg); }
.schema-code .code-indent { display: inline-block; padding-left: 28px; }
.syntax-keyword { color: #c8a4f8; }
.syntax-type { color: #74d9ce; }
.syntax-function { color: #f2d38a; }
.syntax-number { color: #f5ab83; }
.syntax-string { color: #9edb9c; }
.io-layer .syntax-keyword { color: #7030a0; }
.io-layer .syntax-function { color: #795000; }
.io-layer .syntax-string { color: #226b38; }
.compile-line { border-top: 1px solid var(--line); display: flex; gap: 12px; align-items: center; padding-top: 21px; font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--muted); }
.compile-arrow { color: var(--green); font-size: 25px; }
.compile-line strong { margin-left: auto; font-family: 'IBM Plex Sans', sans-serif; font-size: 22px; letter-spacing: -.04em; color: var(--paper); font-weight: 400; }
.type-check { border: 1px solid var(--green); color: var(--green); display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; }
.section-endnote { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-top: 36px; }
.section-endnote p { font-size: 16px; letter-spacing: -.02em; color: #646469; }
.research-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: end; margin-bottom: 64px; }
.research-intro .display-title em { color: var(--green); }
.section-lead { max-width: 385px; font-size: 21px; line-height: 1.5; letter-spacing: -.025em; color: #b2b2b7; padding-bottom: 7px; }
.research-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: start; }
.photo-frame { overflow: hidden; background: #222327; aspect-ratio: 16 / 9; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.speaking-figure figcaption, .portrait-figure figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 15px; color: #a6a6ac; font-size: 10px; }
.publication-label { color: #a7a7ad; padding-bottom: 18px; }
.publication { display: block; padding: 23px 34px 23px 0; position: relative; border-top: 1px solid var(--line); }
.publication-meta { display: block; font-size: 9px; color: var(--green); margin-bottom: 11px; }
.publication h3 { font-size: 20px; line-height: 1.3; letter-spacing: -.03em; font-weight: 400; transition: color .2s; }
.publication:hover h3 { color: var(--green); }
.publication-arrow { position: absolute; right: 1px; top: 48px; font-size: 24px; color: #929299; }
.about-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(50px, 8vw, 135px); align-items: start; }
.portrait-frame { aspect-ratio: 4 / 5; overflow: hidden; background: #d0d2d0; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: right center;  }
.portrait-figure figcaption { color: #606064; }
.about-copy .display-title { margin-bottom: 30px; font-size: clamp(48px, 5.3vw, 78px); }
.about-copy .display-title em { color: #717177; }
.about-copy > p { font-size: 16px; line-height: 1.7; color: #5d5d62; margin-bottom: 18px; }
.about-copy > .about-lead { color: var(--ink); font-size: 22px; letter-spacing: -.025em; line-height: 1.5; margin-bottom: 22px; }
.about-links { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 28px; }
.contact-section { color: var(--ink); background: var(--green); }
.contact-section .section-heading .eyebrow:last-child { color: #154c32; }
.contact-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: end; }
.contact-layout h2 { font-size: clamp(80px, 10vw, 158px); font-weight: 500; line-height: .9; letter-spacing: -.075em; }
.contact-layout h2 > span { color: #f4f4f2; }
.contact-layout > div { padding-bottom: 4px; }
.contact-layout p { font-size: 22px; line-height: 1.5; letter-spacing: -.025em; max-width: 370px; }
.contact-email { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding-bottom: 12px; border-bottom: 1px solid #0e0e1060; font-size: 32px; letter-spacing: -.04em; }
.contact-email > span { font-size: 38px; }
.contact-address { display: block; width: fit-content; font-size: 14px; padding-top: 15px; overflow-wrap: anywhere; }
.contact-socials { display: flex; gap: 34px; margin-top: 85px; font-size: 13px; flex-wrap: wrap; }
.contact-socials a { padding-bottom: 3px; border-bottom: 1px solid transparent; }
.contact-socials a:hover { border-color: var(--ink); }
.site-footer { display: flex; align-items: center; gap: 40px; padding: 46px var(--gutter); }
.site-footer p { font-size: 24px; letter-spacing: -.04em; }
.site-footer > span { margin-left: auto; font-size: 11px; color: var(--muted); }
.site-footer > a:last-child { font-size: 11px; display: flex; align-items: center; gap: 25px; }
.site-footer > a:last-child > span { font-size: 20px; }
.footer-mark img { width: 44px; height: 44px; }
@media (min-width: 1800px) { :root { --gutter: max(88px, calc((100vw - 1624px) / 2)); } #brand-scene { right: var(--gutter); max-width: 700px; } }
@media (max-width: 1100px) {
  .hero-copy h1 { font-size: 6.6vw; }
  .hero-copy > p { max-width: 380px; font-size: 16px; }
  .project { gap: 40px; }
  .project-art { padding: 20px; min-height: 340px; }
  .io-stack { margin-left: 5px; margin-right: 5px; }
  .research-intro, .research-layout { gap: 40px; grid-template-columns: 1fr 1fr; }
  .publication h3 { font-size: 18px; }
  .about-layout { gap: 45px; }
}
@media (max-width: 768px) {
  :root { --gutter: 28px; }
  html { scroll-padding-top: 25px; }
  .site-header { min-height: 88px; padding-top: 17px; padding-bottom: 17px; flex-wrap: wrap; }
  .wordmark { font-size: 16px; gap: 12px; }
  .wordmark img { width: 36px; height: 36px; }
  .js .menu-toggle { display: flex; font-size: 12px; min-height: 44px; }
  .menu-lines { width: 18px; height: 9px; border-top: 1px solid; border-bottom: 1px solid; }
  .primary-nav { width: 100%; justify-content: space-between; gap: 15px; font-size: 13px; padding-top: 13px; }
  .js .primary-nav { display: none; }
  .js.menu-open .primary-nav, .js .menu-open .primary-nav { display: flex; }
  .menu-open .menu-lines { height: 1px; border-bottom: 0; }
  .nav-contact { margin-left: 0; gap: 7px; }
  .hero-stage { padding-top: 130px; min-height: 880px; }
  .motion-ready .hero-story { height: 180svh; min-height: 1120px; }
  .motion-ready .hero-stage { min-height: 680px; padding-top: 118px; }
  .hero-topline { align-items: flex-start; }
  .hero-topline .eyebrow { font-size: 9px; max-width: 190px; }
  .location { font-size: 9px; }
  .hero-copy { width: 100%; margin: 38px 0 0; }
  .hero-copy h1 { font-size: clamp(38px, 8.3vw, 63px); }
  .hero-copy > p { max-width: 360px; font-size: 15px; margin: 24px 0; }
  .button { min-height: 48px; font-size: 12px; padding: 12px 17px; gap: 24px; }
  #brand-scene { top: auto; bottom: 68px; right: 9%; width: 50%; max-height: 310px; transform: none; }
  .hero-bottomline { font-size: 9px; margin-top: auto; flex-shrink: 0; }
  .hero-progress-track { width: 45px; }
  .section-pad { padding: 66px var(--gutter); }
  .section-heading { gap: 20px; margin-bottom: 36px; }
  .section-heading .eyebrow { font-size: 9px; max-width: 47%; }
  .display-title { font-size: clamp(48px, 9vw, 66px); }
  .project { grid-template-columns: 1fr; gap: 30px; padding: 42px 0; }
  .project-coroute { margin-top: 15px; }
  .project-copy > p { max-width: 600px; font-size: 16px; margin: 20px 0; }
  .project h3 { font-size: 36px; }
  .project-index { font-size: 9px; margin-bottom: 16px; }
  .project-tags { margin-bottom: 23px; }
  .project-art { min-height: 335px; }
  .io-stack { width: min(85%, 410px); margin: 25px auto; }
  .schema-code { font-size: 24px; }
  .section-endnote { align-items: flex-start; }
  .section-endnote p { font-size: 14px; max-width: 220px; }
  .section-endnote .text-link { white-space: nowrap; font-size: 12px; gap: 15px; }
  .research-intro { grid-template-columns: 1fr; gap: 25px; margin-bottom: 35px; }
  .section-lead { font-size: 19px; max-width: 480px; }
  .research-layout { grid-template-columns: 1fr; gap: 45px; }
  .photo-frame { aspect-ratio: 1.4; }
  .publication { padding: 22px 30px 22px 0; }
  .publication h3 { font-size: 20px; }
  .about-layout { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .about-copy .display-title { font-size: 44px; }
  .about-copy > .about-lead { font-size: 19px; }
  .about-copy > p { font-size: 14px; }
  .portrait-figure figcaption { flex-direction: column; gap: 3px; font-size: 9px; }
  .about-links { gap: 20px; }
  .text-link { font-size: 13px; gap: 22px; }
  .contact-layout { grid-template-columns: 1fr 1fr; gap: 30px; }
  .contact-layout h2 { font-size: 80px; }
  .contact-layout p { font-size: 17px; }
  .contact-email { font-size: 26px; }
  .contact-socials { gap: 23px; margin-top: 54px; }
  .site-footer { flex-wrap: wrap; gap: 22px; padding-top: 32px; padding-bottom: 32px; }
  .site-footer p { font-size: 22px; }
  .site-footer > span { margin-left: auto; }
}
@media (max-width: 520px) {
  :root { --gutter: 22px; }
  .hero-stage { min-height: 860px; padding-top: 126px; padding-bottom: 28px; }
  .motion-ready .hero-stage { min-height: 620px; }
  .hero-topline .eyebrow { font-size: 8px; max-width: 210px; }
  .location { display: none; }
  .hero-copy { margin-top: 38px; }
  .hero-copy h1 { font-size: clamp(33px, 8.5vw, 46px); letter-spacing: -.06em; line-height: 1.09; }
  .hero-copy > p { max-width: 310px; font-size: 15px; }
  #brand-scene { width: 76%; right: 12%; bottom: 76px; max-height: 295px; }
  #brand-object { left: 13%; top: 13%; }
  .hero-bottomline { margin-top: auto; }
  .section-heading .eyebrow { font-size: 8px; }
  .section-pad { padding-top: 58px; padding-bottom: 58px; }
  .display-title { font-size: 52px; }
  .project h3 { font-size: 35px; }
  .project-tags { font-size: 9px; gap: 5px; }
  .project-tags > li { padding: 4px 7px; }
  .project-art { padding: 19px; min-height: 318px; }
  .io-stack { width: 88%; margin: 22px auto; }
  .io-layer { padding: 15px 12px; column-gap: 6px; }
  .io-layer strong { font-size: 16px; }
  .io-layer code { font-size: 9px; }
  .schema-code { font-size: 21px; padding: 24px 8px; }
  .compile-line { gap: 9px; font-size: 9px; }
  .art-caption, .art-footer { font-size: 8px; }
  .section-endnote { flex-direction: column; gap: 20px; }
  .section-endnote p { max-width: none; }
  .photo-frame { aspect-ratio: 1.08; }
  .publication h3 { font-size: 19px; }
  .about-layout { display: flex; flex-direction: column-reverse; gap: 36px; }
  .about-copy .display-title { font-size: 59px; }
  .about-copy > .about-lead { font-size: 22px; }
  .about-copy > p { font-size: 16px; }
  .portrait-figure { width: 100%; }
  .portrait-frame { aspect-ratio: .9; }
  .portrait-figure figcaption { flex-direction: row; font-size: 9px; }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .contact-layout h2 { font-size: clamp(77px, 22vw, 110px); }
  .contact-layout p { font-size: 20px; }
  .contact-email { font-size: 32px; }
  .contact-socials { column-gap: 24px; row-gap: 17px; font-size: 12px; }
  .site-footer { column-gap: 18px; row-gap: 28px; }
  .site-footer p { font-size: 24px; }
  .site-footer > span { width: calc(60% - 9px); margin: 0; font-size: 10px; }
  .site-footer > a:last-child { margin-left: auto; gap: 15px; }
}
@media (max-width: 350px) { .wordmark { font-size: 14px; gap: 9px; } .wordmark img { width: 32px; height: 32px; } .menu-toggle { font-size: 11px; gap: 9px; } .hero-copy h1 { font-size: 31px; } .hero-copy > p { font-size: 14px; } .display-title { font-size: 46px; } .about-copy .display-title { font-size: 52px; } .primary-nav { font-size: 11px; gap: 10px; } .project-art { padding: 16px; } .schema-code { font-size: 18px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready .hero-story { height: auto; min-height: 0; }
  .motion-ready .hero-stage { position: relative; height: auto; min-height: 780px; }
  #brand-object, [data-depth] { transform: none !important; }
}
@media print {
  :root { color-scheme: light; }
  body, .light-section, .contact-section, .research-section { background: white; color: black; }
  .site-header, #brand-scene, .hero-grain, .hero-bottomline, .project-art, .menu-toggle, .button, .contact-socials, .site-footer > a { display: none; }
  .hero-story, .motion-ready .hero-story { height: auto; min-height: 0; }
  .hero-stage, .motion-ready .hero-stage { height: auto; min-height: 0; position: static; padding: 30px 0; }
  .hero-copy { width: 100%; margin: 20px 0; }
  .hero-copy h1 { font-size: 44px; }
  .accent, .display-title em { color: black; }
  .section-pad { padding: 30px 0; }
  .project { display: block; padding: 25px 0; }
  .research-layout { display: block; }
  .speaking-figure { display: none; }
  .display-title { font-size: 42px; }
  .publication { break-inside: avoid; }
  .publication-meta, .publication h3 { color: black; }
  .contact-layout h2 { font-size: 65px; }
}

/* The portfolio stays readable as ordinary HTML; section links need no script. */
.portfolio-nav { position: sticky; top: 0; z-index: 15; display: flex; align-items: center; gap: 32px; padding: 14px var(--gutter); background: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.portfolio-nav > .eyebrow { flex: 0 0 auto; color: var(--muted); font-size: 9px; }
.portfolio-nav > div { display: flex; align-items: center; gap: 23px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #55555b var(--ink); padding: 3px 3px 7px; }
.portfolio-nav a { font-size: 12px; white-space: nowrap; padding: 8px 0; }
.portfolio-nav a:hover { color: var(--green); }
.portfolio-nav a:focus-visible { outline-offset: 2px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(30px, 6vw, 90px); margin-top: 55px; }
.portfolio-card { border-top: 1px solid #0e0e1030; padding: 30px 0; min-width: 0; }
.portfolio-card > .eyebrow { display: block; color: #646469; font-size: 10px; margin-bottom: 16px; }
.portfolio-card h3 { font-size: clamp(26px, 2.5vw, 36px); line-height: 1.15; font-weight: 500; letter-spacing: -.045em; overflow-wrap: anywhere; }
.portfolio-card p { max-width: 640px; color: #58585d; font-size: 16px; line-height: 1.7; margin-top: 18px; }
.portfolio-card .text-link { margin-top: 22px; }
.project-grid { margin-top: 18px; }
.project-grid .portfolio-card:nth-child(-n+2) { border-top: 0; }
.project-notes { color: #58585d; font-size: 14px; line-height: 1.7; margin: 0 0 25px; }
.project-notes summary { color: var(--ink); padding: 8px 0; }
.project-notes p { margin-top: 10px; }
.career-list { margin-top: 58px; }
.career-entry { display: grid; grid-template-columns: minmax(160px, 1fr) minmax(0, 3fr); column-gap: clamp(28px, 5vw, 80px); padding: 34px 0; border-top: 1px solid var(--line); }
.career-meta .eyebrow { color: var(--green); font-size: 11px; }
.career-meta p { color: #a5a5aa; font-size: 13px; line-height: 1.7; margin-top: 11px; }
.career-detail { max-width: 890px; }
.career-detail h3 { font-size: clamp(26px, 3vw, 39px); font-weight: 500; line-height: 1.15; letter-spacing: -.045em; }
.career-company { display: inline-block; color: var(--green); font-size: 17px; margin: 12px 0 4px; }
.career-company:hover { text-decoration: underline; text-underline-offset: 4px; }
.career-detail ul { color: #bababf; font-size: 16px; line-height: 1.7; margin: 17px 0 0; padding-left: 20px; }
.career-detail li + li { margin-top: 12px; }
.career-detail li a, .career-detail p a { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }
.career-detail > p { color: #bababf; font-size: 16px; line-height: 1.7; margin-top: 16px; }
.experience-section + .research-section { border-top: 1px solid var(--line); }
.talk-description { color: #bababf; font-size: 15px; line-height: 1.7; margin-top: 25px; max-width: 520px; }
.talk-description strong { color: var(--paper); font-weight: 500; }
.talk-list { scroll-margin-top: 26px; }
.talk-list .text-link { display: flex; justify-content: space-between; line-height: 1.5; padding: 10px 0; }
.talk-list .text-link > span { flex-shrink: 0; }
.publication-authors { color: #a5a5aa; font-size: 12px; line-height: 1.6; margin-top: 12px; }
.standards-note { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; border-top: 1px solid var(--line); margin-top: 55px; padding-top: 32px; }
.standards-note > .eyebrow { color: var(--green); }
.standards-note h3 { font-weight: 500; font-size: 27px; letter-spacing: -.03em; }
.standards-note p { margin-top: 13px; color: #bababf; line-height: 1.7; max-width: 660px; }
.skills-grid h3 { font-size: 27px; }
.skill-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 24px 0 0; }
.skill-list li { border: 1px solid #0e0e1030; font-size: 14px; line-height: 1.5; padding: 8px 12px; }
.subsection-heading { margin: 65px 0 30px; scroll-margin-top: 95px; }
.subsection-heading h3 { font-size: 36px; font-weight: 500; line-height: 1.1; letter-spacing: -.04em; }
.subsection-heading > p { margin-top: 13px; color: #bababf; font-size: 16px; line-height: 1.6; }
.training-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 50px; }
.training-entry { border-top: 1px solid var(--line); padding: 26px 0; }
.training-entry .eyebrow { color: var(--green); font-size: 10px; }
.training-entry h4 { font-weight: 500; font-size: 24px; letter-spacing: -.03em; margin: 12px 0; }
.training-entry p { font-size: 15px; color: #bababf; line-height: 1.7; margin-top: 12px; }
.training-entry .training-provider { color: var(--paper); font-size: 13px; }
.award-list { list-style: none; padding: 0; margin: 55px 0 0; }
.award-list li { display: grid; grid-template-columns: minmax(110px, 1fr) minmax(0, 4fr); gap: 35px; border-top: 1px solid var(--line); padding: 28px 0; }
.award-list .eyebrow { color: var(--green); padding-top: 5px; }
.award-list h3 { font-size: clamp(23px, 2.5vw, 34px); font-weight: 500; letter-spacing: -.03em; line-height: 1.2; }
.award-list p { font-size: 15px; line-height: 1.7; color: #bababf; margin-top: 12px; }
.award-list a:hover { color: var(--paper); text-decoration: underline; text-underline-offset: 4px; }
.references-section { border-top: 1px solid #0e0e1029; }
.references-section .display-title { max-width: 900px; }
.reference-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 60px; margin-top: 55px; }
.reference-quote { border-top: 1px solid #0e0e1030; padding-top: 28px; }
.reference-quote blockquote { font-size: 18px; line-height: 1.65; letter-spacing: -.02em; margin: 0 0 25px; }
.reference-quote blockquote::before { content: '“'; color: #0e8f54; display: block; font-family: Georgia, serif; font-size: 56px; line-height: .8; margin-bottom: 8px; }
.reference-quote figcaption { display: flex; align-items: flex-start; gap: 16px; font-family: 'IBM Plex Sans', sans-serif; letter-spacing: 0; }
.reference-quote figcaption img { width: 56px; height: 56px; object-fit: cover; border-radius: 50%;  flex: 0 0 56px; }
.reference-quote figcaption strong { display: block; font-size: 15px; font-weight: 500; }
.reference-quote figcaption a { text-decoration: underline; text-underline-offset: 3px; }
.reference-quote figcaption span, .reference-quote time { display: block; color: #646469; font-size: 12px; margin-top: 3px; }
@media (max-width: 1100px) {
  .primary-nav { gap: 22px; }
  .portfolio-nav { display: block; padding-top: 10px; padding-bottom: 5px; }
  .portfolio-nav > .eyebrow { display: none; }
  .portfolio-nav > div { gap: 26px; }
}
@media (max-width: 768px) {
  html { scroll-padding-top: 85px; }
  .primary-nav { flex-wrap: wrap; justify-content: flex-start; column-gap: 22px; row-gap: 0; }
  .portfolio-grid, .career-list, .reference-grid, .award-list { margin-top: 38px; }
  .career-entry { grid-template-columns: 1fr; gap: 20px; padding: 28px 0; }
  .career-meta p { margin-top: 6px; }
  .career-detail ul, .career-detail > p { font-size: 15px; }
  .standards-note { grid-template-columns: 1fr; gap: 18px; }
  .training-grid { gap: 0 30px; }
  .reference-grid { grid-template-columns: 1fr; gap: 35px; }
  .reference-quote blockquote { font-size: 17px; }
  .subsection-heading { scroll-margin-top: 20px; }
  .award-list li { grid-template-columns: 95px minmax(0, 1fr); gap: 20px; }
}
@media (max-width: 520px) {
  .portfolio-nav { padding-right: 0; }
  .portfolio-nav > div { padding-right: var(--gutter); gap: 24px; }
  .portfolio-grid, .training-grid { grid-template-columns: 1fr; }
  .portfolio-card { padding: 26px 0; }
  .project-grid .portfolio-card:nth-child(2) { border-top: 1px solid #0e0e1030; }
  .portfolio-card h3 { font-size: 29px; }
  .skills-grid h3 { font-size: 26px; }
  .award-list li { grid-template-columns: 1fr; gap: 10px; }
  .subsection-heading h3 { font-size: 30px; }
}
@media print {
  .portfolio-nav { display: none; }
  .career-entry, .award-list li, .training-entry, .reference-quote { break-inside: avoid; }
  .career-meta .eyebrow, .career-meta p, .career-detail ul, .career-detail > p, .career-company, .career-detail li a, .training-entry .eyebrow, .training-entry p, .standards-note > .eyebrow, .standards-note p, .award-list .eyebrow, .award-list p, .publication-authors, .subsection-heading > p { color: black; }
}

.organization-logo { display:inline-block; width:72px; height:48px; padding:7px; object-fit:contain; background:#fff; border-radius:4px; flex-shrink:0; vertical-align:middle; margin-right:14px; }
.career-company, .training-provider { display:flex; align-items:center; }
.card-logo { width:100px; height:64px; object-fit:contain; object-position:left center; margin:20px 0; }
.skill-list li { display:flex; align-items:center; gap:7px; }
.skill-list img { width:24px; height:24px; object-fit:contain; flex-shrink:0; }
.research-section > .speaking-figure { margin-bottom:48px; }
.research-layout .subsection-heading { margin:0 0 24px; padding:0; }
.project-orm .schema-code { font-size:clamp(15px,1.7vw,24px); }

.publication-logo { width:64px; height:32px; object-fit:contain; padding:4px; background:white; border-radius:3px; margin-bottom:14px; }

.standards-identity { display:flex; flex-direction:column; align-items:flex-start; color:var(--green); }
.standards-identity .publication-logo { height:64px; }
