.about-intro{width:75%;margin:0 auto;display:flex;gap:8em}.about-portrait-img{flex:1 1}.about-portrait{-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%)}.about-copy-wrapper{flex:1.8 1}.about-copy-wrapper h1{margin-bottom:2em}.about-copy-wrapper h3{margin-bottom:.5em}.about-intro .about-copy-title,.about-intro .line-wrapper,.cv-header .line-wrapper,.cv-name h3 .line-wrapper,.cv-year .line-wrapper{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.about-intro .about-copy-title h1,.cv-header .line-wrapper span,.cv-name h3 .line-wrapper span,.cv-year h3 .line-wrapper span{position:relative;transform:translateY(70px);will-change:transform}.about-intro .line-wrapper span{position:relative;transform:translateY(30px);will-change:transform}.about-hero-img{width:100%;height:75vh;overflow:hidden;margin:8em 0}.cv-wrapper{width:85%;margin:0 auto 16em}.cv-wrapper .cv-header{margin-bottom:2em}.cv-item{width:100%;padding:1.25em 0;display:flex;justify-content:space-between;gap:2em;border-bottom:1px solid var(--text-darker)}.cv-wrapper h3{font-size:18px}.tools-wrapper{width:85%;margin:0 auto 16em}.tools-header{margin-bottom:2em}.tools-chart{margin-bottom:3em;padding:2em 2.25em 2.25em;border:1px solid var(--text-darker);border-radius:8px}.tools-chart-head{margin-bottom:2em}.tools-chart-head h3{font-size:20px;font-weight:600;margin-bottom:.4em}.tools-chart-head p{color:var(--text-secondary);font-size:14px;font-weight:500}.tools-chart-plot{display:flex;align-items:flex-end;gap:2.5em;height:240px}.tools-chart-plot .chart-col{height:100%}.tools-chart-plot .chart-col,.tools-chart-plot .chart-stack{flex:1 1;display:flex;flex-direction:column;align-items:center}.tools-chart-plot .chart-stack{width:100%;justify-content:flex-end;gap:.6em}.tools-chart-plot .chart-val{font-size:14px;font-weight:600;color:var(--text)}.tools-chart-plot .chart-bar{width:100%;max-width:96px;background:linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.68));border-radius:6px 6px 0 0;will-change:transform}.tools-chart-plot .chart-label{margin-top:1em;font-size:13px;letter-spacing:.02em;color:var(--text-secondary);text-align:center}.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2em;gap:2em}.tool-item{aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em;padding:2em;border:1px solid var(--text-darker);border-radius:4px;transition:background .3s ease,border-color .3s ease}.tool-item:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.25)}.tool-item img{width:48px;height:48px;object-fit:contain;filter:brightness(0) invert(1);opacity:.85}.tool-item img.wide{width:140px;height:64px}.tool-item span{font-size:13px;letter-spacing:.02em;opacity:.7}@media (max-width:1200px){.tools-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.about-intro{width:100%;flex-direction:column;gap:8em}.about-copy-wrapper h1{margin-bottom:1em}.cv-wrapper,.tools-wrapper{width:100%}.tools-grid{grid-template-columns:repeat(2,1fr);gap:1em}.tool-item,.tools-chart{padding:1.5em}.tools-chart-plot{gap:1em;height:200px}.tools-chart-plot .chart-label{font-size:11px}}