:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f3f0ea;--surface:#fcfaf6;--border:#d8d1c9;--text:#181512;--muted:#6f6660;--tag-background:#ece5dd}*{box-sizing:border-box}html{min-height:100%}body{background:var(--background);min-height:100vh;color:var(--text);text-rendering:optimizelegibility;margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;line-height:1.6}a{color:inherit;text-decoration:none}::selection{color:var(--text);background:#d9cec5}.page-shell{padding:clamp(2rem,5vw,4.5rem) 1.5rem}.page-frame{max-width:68rem;margin:0 auto}.intro{max-width:42rem;padding-bottom:3rem}.eyebrow,.section-heading,.project-meta,.tag,.footer{font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,sans-serif}.eyebrow{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;margin:0 0 1rem;font-size:.78rem;font-weight:600}.intro h1{letter-spacing:-.06em;margin:0;font-size:clamp(2.7rem,6vw,4.8rem);font-weight:600;line-height:1.02}.intro-copy{max-width:34rem;color:var(--muted);margin:1.5rem 0 0;font-size:1.08rem}.section{border-top:1px solid var(--border);padding:2.5rem 0}.section-heading{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.section-heading h2,.section-heading p{margin:0}.section-heading h2{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:.84rem;font-weight:600}.section-heading p{color:var(--muted);font-size:.92rem}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.project-card{border:1px solid var(--border);background:var(--surface);border-radius:1.1rem;flex-direction:column;gap:1rem;min-height:100%;padding:1.35rem;transition:background-color .16s,border-color .16s,transform .16s;display:flex}.project-card:hover{background:#f7f2ec;border-color:#beb4ab;transform:translateY(-1px)}.project-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:.75rem;font-size:.86rem;display:flex}.project-copy h3,.project-copy p{margin:0}.project-copy h3{letter-spacing:-.04em;font-size:1.65rem;font-weight:600;line-height:1.08}.project-copy p{color:var(--muted);margin-top:.6rem;font-size:1rem}.tag-list{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.tag{background:var(--tag-background);color:var(--muted);border-radius:999px;padding:.35rem .65rem;font-size:.8rem}.project-links,.footer-links{flex-wrap:wrap;gap:1rem;display:flex}.project-links{margin-top:auto}.project-links a,.footer-links a{border-bottom:1px solid #0000;padding-bottom:.2rem;transition:border-color .16s,color .16s}.project-links a:hover,.footer-links a:hover{border-color:currentColor}.footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:2rem 0 0;display:flex}.footer p{color:var(--muted);margin:0;font-size:.92rem}@media (max-width:760px){.page-shell{padding-inline:1rem}.intro{padding-bottom:2.5rem}.intro h1{font-size:clamp(2.2rem,12vw,3.4rem)}.section-heading,.footer{flex-direction:column;align-items:flex-start}.projects-grid{grid-template-columns:1fr}}
