:root{--bg:#f6f2e8;--surface:#fbf8f0;--ink:#2c2822;--ink-soft:#6e6455;--accent:#6a7a45;--line:#e4dcc9;--serif:"Fraunces", Georgia, "Times New Roman", serif;--sans:"Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;--hand:"Caveat", "Segoe Script", cursive;--page:68rem;--gutter:clamp(1.25rem, 4vw, 2.5rem)}@media (prefers-color-scheme:dark){:root{--bg:#201d18;--surface:#26221c;--ink:#efe8d9;--ink-soft:#a89c88;--accent:#aabc74;--line:#383227}}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,p,figure{margin:0}img{max-width:100%;display:block}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.6}a{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.page{width:100%;max-width:var(--page);padding:0 var(--gutter);margin:0 auto}.topbar{justify-content:space-between;align-items:baseline;gap:1.5rem;padding:2rem 0 0;display:flex}.logo{font-family:var(--hand);letter-spacing:.02em;font-size:1.65rem;text-decoration:none}.nav{color:var(--ink-soft);gap:clamp(1.1rem,3vw,2.25rem);font-size:.95rem;display:flex}.nav a{text-decoration:none;transition:color .2s}.nav a:hover{color:var(--ink)}.nav .out:after{content:" ↗";font-size:.85em}.hero{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:end;gap:clamp(1.5rem,4vw,3rem);padding:clamp(2.5rem,7vw,4.5rem) 0 clamp(2rem,4vw,3rem);display:grid}.hero h1{font-family:var(--serif);font-variation-settings:"SOFT" 20, "WONK" 0, "opsz" 96;letter-spacing:-.015em;text-wrap:balance;font-size:clamp(2.4rem,4.6vw,3.5rem);font-weight:400;line-height:1.06}.hand-note{font-family:var(--hand);letter-spacing:.06em;color:var(--accent);margin-top:1.5rem;font-size:1.4rem}.doodle{width:100%;height:auto;margin-bottom:-.5rem}.projects{gap:1.1rem;display:grid}.project{background:var(--surface);border:1px solid var(--line);border-radius:14px;grid-template-columns:1.9fr 1fr;display:grid;overflow:hidden}.project.flip{grid-template-columns:1fr 1.9fr}.project .media{display:flex;overflow:hidden}.project .shot{object-fit:cover;aspect-ratio:16/10;width:100%;height:100%}.gallery{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;height:100%;display:grid}.gallery img{object-fit:cover;aspect-ratio:1;width:100%;height:100%}.about-project{flex-direction:column;justify-content:center;padding:clamp(1.75rem,3.2vw,2.75rem);display:flex}.year{letter-spacing:.08em;color:var(--accent);font-size:.85rem}.project h2{font-family:var(--serif);font-variation-settings:"SOFT" 20, "opsz" 48;margin:.4rem 0 .7rem;font-size:clamp(1.55rem,2.6vw,2rem);font-weight:400;line-height:1.15}.project p{color:var(--ink-soft);text-wrap:pretty}.links{flex-wrap:wrap;gap:.4rem 1.25rem;margin-top:clamp(1.5rem,3vw,2.25rem);font-size:.95rem;display:flex}.links a{color:var(--accent);text-decoration:none}.links a .arrow{margin-left:.35em;transition:transform .2s;display:inline-block}.links a:hover .arrow{transform:translate(4px)}.links .quiet{color:var(--ink-soft)}.links .quiet:hover{color:var(--ink)}.about{max-width:44rem;padding:clamp(4rem,9vw,6.5rem) 0 0}.about h2{font-family:var(--serif);font-variation-settings:"SOFT" 20, "opsz" 48;margin-bottom:1rem;font-size:1.9rem;font-weight:400}.about p{color:var(--ink-soft);text-wrap:pretty;margin-bottom:1rem}.about a{color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1px}.footer{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;padding:clamp(3.5rem,8vw,5.5rem) 0 3rem;display:flex}.footer .hand-note{max-width:18rem;margin:0;line-height:1.35}.footer nav{color:var(--ink-soft);gap:1.5rem;font-size:.9rem;display:flex}.footer nav a{text-decoration:none;transition:color .2s}.footer nav a:hover{color:var(--ink)}@media (width<=860px){.hero{grid-template-columns:1fr;align-items:start;gap:.5rem;padding-top:2.5rem}.doodle{width:calc(100% + var(--gutter));max-width:none;margin:.75rem calc(var(--gutter) * -1) -.5rem 0}.project,.project.flip{grid-template-columns:1fr}.project .media{order:-1;display:flex;overflow:hidden}.project .shot{aspect-ratio:3/2}.gallery{grid-template-columns:repeat(3,1fr)}}@media (width<=520px){.hero h1{font-size:clamp(2.1rem,10vw,3rem)}.gallery{grid-template-columns:repeat(2,1fr)}}
