:root{--cream:#f5efe0;--ink:#2b2b2b;--muted:#6b6155}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.6;min-height:100vh;display:flex;justify-content:center}main{max-width:42rem;width:100%;padding:14vh 2rem 6rem}main.hero{min-height:100vh;padding:2rem;display:flex;flex-direction:column;justify-content:center}h1{font-size:2.5rem;letter-spacing:-.02em;margin-bottom:1rem}h1,h2{font-weight:600}h2{font-size:1.25rem;letter-spacing:-.01em;margin-bottom:.25rem}p{font-size:1.05rem;color:var(--muted);margin-bottom:1.5rem}p.bio{margin-bottom:2rem}ul{list-style:none;display:flex;gap:1.25rem;flex-wrap:wrap}a{color:var(--ink);text-decoration:none;border-bottom:1px solid var(--muted);padding-bottom:2px;transition:opacity .2s ease}a:hover{opacity:.6}.project{margin-top:3rem}.project-title{display:flex;align-items:center;gap:.5rem}.project-title a{display:inline-flex;border-bottom:none;color:var(--muted)}.project p{margin-bottom:1rem}.video-group{display:flex;gap:1rem}.video-item{flex:1 1;min-width:0}.video-label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.4rem;text-align:center}.project .video{aspect-ratio:16/9;width:100%}.video-group.vertical .video{aspect-ratio:9/16}.project .video iframe{width:100%;height:100%;border:0;display:block}p.back{margin-top:3rem;margin-bottom:0}