:root{--bg:#eef0f2;--fg:#121417;--muted:#3d4450;--line:#c5cad1;--card:#f7f8f9;--accent:#0a2f6b;--accent-hover:#072247;--focus:#0a2f6b;--space:clamp(1.25rem, 4vw, 3rem);--measure:40rem;--sans:system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{min-height:100svh;font-family:var(--sans);color:var(--fg);background:var(--bg);margin:0;font-size:1.0625rem;line-height:1.5}img{max-width:100%;height:auto;display:block}h1,h2,h3,p{margin:0}a{color:var(--accent)}a:hover{color:var(--accent-hover)}a:focus-visible,.cta:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{left:var(--space);z-index:10;background:var(--fg);color:var(--bg);padding:.4rem .7rem;text-decoration:none;position:absolute;top:.75rem;transform:translateY(-150%)}.skip-link:focus{transform:none}.hero{min-height:100svh;padding:var(--space);max-width:calc(var(--measure) + var(--space) * 2);flex-direction:column;justify-content:center;display:flex}.brand{letter-spacing:.02em;margin-bottom:1.75rem;font-size:.9375rem;font-weight:600}.hero h1{letter-spacing:-.03em;font-size:clamp(2.25rem,6vw,3.5rem);font-weight:650;line-height:1.1}.lede{max-width:32rem;color:var(--muted);margin-top:1rem;font-size:1.125rem}.cta{background:var(--accent);color:#fff;justify-content:center;align-items:center;width:fit-content;min-height:2.75rem;margin-top:1.75rem;padding:.65rem 1.15rem;font-weight:600;text-decoration:none;display:inline-flex}.cta:hover{background:var(--accent-hover);color:#fff}.work{padding:0 var(--space) 5rem;max-width:68rem}.work h2{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem;font-size:.8125rem;font-weight:600}.empty{color:var(--muted)}.project-list{gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=720px){.project-list{grid-template-columns:1fr 1fr}}.project-card{background:var(--card);border:1px solid var(--line);flex-direction:column;height:100%;display:flex}.project-card__media{background:#dce0e5}.project-card__media img{aspect-ratio:8/5;object-fit:cover;width:100%}.project-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.1rem 1.15rem 1.25rem;display:flex}.project-card__title{letter-spacing:-.02em;font-size:1.125rem;font-weight:650}.project-card__description{color:var(--muted)}.project-card__link{width:fit-content;margin-top:auto;padding-top:.75rem;font-weight:600}.footer{padding:0 var(--space) 2.5rem;color:var(--muted);font-size:.9375rem}
