:root{--bg: #e8e8ea;--fg: #1a1a1c;--muted: #5c5c60;--border: #c8c8cc;--link: #a16207;--link-hover: #854d0e;--focus-ring: #a16207;--rule: color-mix(in srgb, var(--link) 48%, var(--border));--footer-h: 0;--space-xs: .35rem;--space-sm: .75rem;--space-md: 1.25rem;--space-lg: 2.5rem;--space-xl: 4rem;--font-sans: "DM Sans", system-ui, sans-serif;--text-body: 1.0625rem;--text-small: .9375rem;--leading: 1.65}@media (prefers-color-scheme: dark){:root{--bg: #1e1e20;--fg: #ececee;--muted: #9a9a9e;--border: #3a3a3e;--link: #fbbf24;--link-hover: #fcd34d;--focus-ring: #fbbf24;--rule: color-mix(in srgb, var(--link) 44%, var(--border))}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:var(--text-body);line-height:var(--leading);color:var(--fg);background:var(--bg)}h1,h2,h3{font-family:var(--font-sans);font-weight:600;line-height:1.25;letter-spacing:-.03em}h1{font-size:clamp(2rem,5vw,2.75rem);margin:0 0 var(--space-md)}.page-title-offset{margin-top:var(--space-lg)}h2{font-size:1.375rem;font-weight:600;margin:var(--space-lg) 0 var(--space-sm)}h3{font-weight:600}p{margin:0 0 var(--space-md)}a{color:var(--link);text-decoration-thickness:1px;text-underline-offset:.2em;transition:color .15s ease}a:hover{color:var(--link-hover)}a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.muted{color:var(--muted);font-size:var(--text-small)}.shell{min-height:100vh;display:flex;flex-direction:column;padding-bottom:0}.wrap{width:100%;max-width:100%;margin:0 auto;padding:0 clamp(var(--space-md),4vw,var(--space-xl))}@media (min-width: 640px){.wrap{max-width:min(96rem,60vw)}}main{flex:1 0 auto;padding:var(--space-lg) 0 var(--space-xl)}.site-header{border-bottom:1px solid var(--rule);padding:var(--space-md) 0}.site-footer{position:sticky;bottom:0;z-index:20;margin-top:var(--space-lg);background:var(--bg);border-top:1px solid var(--rule);padding:var(--space-md) 0 calc(var(--space-lg) + env(safe-area-inset-bottom,0px))}.nav{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--space-md)}.nav__brand{font-family:var(--font-sans);font-size:1.125rem;font-weight:600;letter-spacing:-.02em;text-decoration:none;color:var(--link)}.nav__brand:hover{color:var(--link-hover)}.nav__links{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md);list-style:none;margin:0;padding:0}.nav__links a{font-size:var(--text-small);font-weight:500;text-decoration:none;color:var(--link)}.nav__links a:not([aria-current=page]):hover{color:var(--link-hover);text-decoration:underline}.nav__links a[aria-current=page]{color:var(--link);text-decoration:underline;text-underline-offset:.25em}.btn{display:inline-block;padding:var(--space-xs) var(--space-md);font-family:var(--font-sans);font-size:var(--text-small);font-weight:500;color:var(--bg);background:var(--fg);border:1px solid var(--fg);text-decoration:none;border-radius:2px;transition:opacity .15s ease}.btn:hover{opacity:.88;color:var(--bg)}.btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.btn--ghost{color:var(--fg);background:transparent;border-color:var(--border)}.btn--ghost:hover{opacity:1;background:color-mix(in srgb,var(--fg) 6%,transparent)}code{font-size:.9em;padding:.1em .35em;border:1px solid var(--border);border-radius:2px;background:color-mix(in srgb,var(--fg) 4%,transparent)}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-md)}.project-list{display:flex;flex-direction:column;gap:var(--space-lg)}.project-card{padding-bottom:var(--space-lg);border-bottom:1px solid var(--border)}.project-card:last-child{border-bottom:none;padding-bottom:0}.project-card__title{font-family:var(--font-sans);font-size:1.2rem;font-weight:600;letter-spacing:-.02em;margin:0 0 var(--space-xs)}.project-card__summary{margin:0 0 var(--space-sm)}.project-card__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md);margin-top:var(--space-sm);font-size:var(--text-small);font-weight:500}.cv-frame{width:100%;min-height:70vh;border:1px solid var(--border);border-radius:2px;background:var(--bg)}.cv-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md)}.home-location{margin-top:-.35rem;margin-bottom:var(--space-md)}.home-hero{padding-top:var(--space-md);margin-bottom:var(--space-lg)}@media (min-width: 640px){.home-hero{padding-top:var(--space-lg)}}.home-hero__head{margin-bottom:var(--space-lg)}.home-hero__head h1{font-size:clamp(1.65rem,2.8vw + .75rem,2.75rem);margin-bottom:var(--space-sm);line-height:1.15}@media (min-width: 960px){.home-hero__head h1{white-space:nowrap}}.home-hero__head .home-location{margin-top:0;margin-bottom:0}.home-hero__row{display:grid;gap:var(--space-lg);align-items:start}@media (max-width: 639px){.home-hero__media{order:-1}}@media (min-width: 640px){.home-hero__row{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:var(--space-xl);align-items:center}}.home-hero__media{justify-self:center;width:100%;max-width:19rem;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;border:1px solid var(--border);background:color-mix(in srgb,var(--fg) 6%,var(--bg))}@media (min-width: 640px){.home-hero__media{justify-self:end;max-width:17rem}}.home-hero__photo{display:block;width:100%;height:100%;object-fit:cover;object-position:62% 44%;transform:scale(1.5);transform-origin:40% 25%}.project-detail__back{display:inline-block;font-size:var(--text-small);font-weight:500;margin-bottom:var(--space-lg)}.project-detail h1{margin-bottom:var(--space-sm)}.project-detail__section-title{font-family:var(--font-sans);font-size:1.2rem;font-weight:600;letter-spacing:-.02em;line-height:1.25;margin:var(--space-lg) 0 var(--space-sm)}.project-detail__highlights{margin:0 0 var(--space-lg);padding-left:1.35rem}.project-detail__highlights li{margin-bottom:var(--space-md);padding-left:.25rem}.project-detail__highlights li:last-child{margin-bottom:0}.project-detail__pairs{display:flex;flex-direction:column;gap:var(--space-lg);margin:var(--space-md) 0 var(--space-lg);padding:0;list-style:none}.project-detail__pair{display:grid;gap:var(--space-md);align-items:start}@media (min-width: 768px){.project-detail__pair{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:var(--space-lg)}}.project-detail__pair-text p{margin:0}.project-detail__pair-text p:before{content:"- "}.project-detail__gallery{display:grid;gap:var(--space-lg);margin:var(--space-lg) 0}@media (min-width: 640px){.project-detail__gallery{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}.project-detail__figure{margin:0}.project-detail__pair .project-detail__figure{width:fit-content;max-width:100%}.project-detail__pair .project-detail__img{display:block;width:auto;max-width:100%}.project-detail__img{width:100%;height:auto;max-height:22rem;object-fit:contain;border:1px solid var(--border);border-radius:2px}.project-detail__figure figcaption{margin-top:var(--space-xs)}.project-detail__videos{display:flex;flex-direction:column;gap:var(--space-lg);margin:var(--space-lg) 0}.project-detail__video iframe{width:100%;aspect-ratio:16 / 9;border:1px solid var(--border);border-radius:2px}.project-detail__links{list-style:none;margin:var(--space-lg) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-lg);font-weight:500}.footer-grid{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--space-md)}.footer-copy{margin:0}.site-footer .footer-copy{color:var(--link)}.footer-links{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md);list-style:none;margin:0;padding:0}.footer-links a{display:inline-flex;align-items:center;gap:.4em;font-size:var(--text-small);font-weight:500;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-link__icon{flex-shrink:0;opacity:.9}
