:root{--background:#f4f4f0;--text:#181818;--muted:#6d6d68;--line:#c9c9c3}*{box-sizing:border-box}body{background:var(--background);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.45}a{color:inherit}.page{width:min(1120px,100% - 48px);margin:0 auto}header{border-bottom:1px solid var(--text);justify-content:space-between;align-items:center;min-height:110px;display:flex}.identity{align-items:baseline;gap:16px;display:flex}.name{margin:0;font-size:1rem;font-weight:700}.role,.location{color:var(--muted);margin:0;font-size:.8rem}header a,footer a{font-family:Courier New,Courier,monospace;font-size:.75rem;text-decoration:none}.links{gap:18px;display:flex}header a:hover,footer a:hover{text-underline-offset:4px;text-decoration:underline}.intro{border-bottom:1px solid var(--text);grid-template-columns:1fr 2fr;min-height:340px;padding:64px 0;display:grid}.label{color:var(--muted);margin:0;font-family:Courier New,Courier,monospace;font-size:.7rem}h1{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(2.2rem,5.8vw,5.2rem);font-weight:400;line-height:1}.about-section{grid-template-rows:auto auto auto;min-height:0;padding-bottom:48px}.about-label{grid-area:1/1}.about-heading{grid-area:1/2/span 3;align-self:center;font-size:clamp(2.2rem,5.8vw,5.2rem)}.about-code-link{grid-area:3/1;place-self:end start}.not-found-copy{flex-direction:column;align-items:flex-start;gap:32px;display:flex}.return-link,.about-code-link{text-underline-offset:4px;font-family:Courier New,Courier,monospace;font-size:.75rem;text-decoration:none}.return-link:hover,.about-code-link:hover{text-decoration:underline}.return-link:focus-visible,.about-code-link:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid}.projects-section{padding:64px 0 80px}.section-heading{justify-content:space-between;align-items:baseline;margin-bottom:24px;display:flex}h2{margin:0;font-size:1rem}.projects{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.project{aspect-ratio:1;border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;padding:24px;transition:background .15s,color .15s;display:flex}.project:hover,.project:focus-within{background:var(--text);color:var(--background)}.project-meta{justify-content:space-between;font-family:Courier New,Courier,monospace;font-size:.7rem;display:flex}.project-type{color:var(--muted)}.project:hover .project-type,.project:focus-within .project-type{color:#aaa}.project-copy{margin-top:auto}h3{letter-spacing:-.04em;margin:0 0 10px;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400}.project p{max-width:26ch;color:var(--muted);margin:0;font-size:.85rem}.project:hover p,.project:focus-within p{color:#c8c8c3}.project-actions{gap:18px;margin-top:24px;font-family:Courier New,Courier,monospace;font-size:.72rem;display:flex}.project-link{text-underline-offset:4px;text-decoration:none}.case-study-link{margin-left:auto}a.project-link:hover{text-decoration:underline}a.project-link:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid}.project-link[aria-disabled=true]{color:var(--muted);cursor:not-allowed;opacity:.45}.project:hover .project-link[aria-disabled=true],.project:focus-within .project-link[aria-disabled=true]{color:#aaa}footer{border-top:1px solid var(--text);min-height:100px;color:var(--muted);justify-content:flex-end;align-items:center;display:flex}footer p{margin:0;font-size:.75rem}@media (width<=760px){.page{width:min(100% - 28px,600px)}header{min-height:90px}.identity{display:block}.intro{grid-template-columns:1fr;gap:48px;min-height:300px;padding:40px 0}.about-section{grid-template-rows:auto;min-height:0;padding-bottom:32px}.about-label,.about-heading,.about-code-link{grid-area:auto/1}.about-heading{order:2}.about-label{order:1}.about-code-link{order:3}.projects-section{padding:48px 0 64px}.projects{grid-template-columns:repeat(2,1fr)}}@media (width<=460px){.projects{grid-template-columns:1fr}.project{padding:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important}}
