:root{--background:#fff;--foreground:#181818;--muted:#707070;--border:#e8e4dc;--surface:#fffdfa;--accent:#986f38;--accent-soft:#f7efe2;--shadow:0 24px 80px #1818180f}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.site-shell{width:min(100%,1120px);min-height:100vh;margin:0 auto;padding:32px clamp(20px,4vw,56px) 72px}.site-header{justify-content:space-between;align-items:center;gap:24px;min-height:40px;margin-bottom:clamp(72px,14vh,156px);display:flex}.site-mark{letter-spacing:0;font-size:.9375rem;font-weight:650;line-height:1}.site-nav{color:var(--muted);align-items:center;gap:18px;font-size:.875rem;font-weight:520;line-height:1;display:flex}.site-nav a,.back-link{border-bottom:1px solid #0000;transition:border-color .16s,color .16s}.site-nav a:hover,.back-link:hover{color:var(--foreground);border-color:currentColor}.home-main{align-items:start;width:100%;display:grid}.project-card{border:1px solid var(--border);background:linear-gradient(135deg, #f7efe2ad, transparent 44%), var(--surface);width:min(100%,680px);min-height:360px;box-shadow:var(--shadow);border-radius:8px;padding:clamp(28px,5vw,48px);transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.project-card:hover{border-color:color-mix(in srgb, var(--accent) 48%, var(--border));transform:translateY(-2px);box-shadow:0 28px 90px #18181817}.project-card__status{width:fit-content;color:var(--accent);align-self:start;font-size:.8125rem;font-weight:650;line-height:1}.project-card h1,.project-page h1{max-width:12ch;color:var(--foreground);letter-spacing:0;margin-top:auto;font-size:clamp(3.75rem,12vw,8.5rem);font-weight:560;line-height:.9}.project-card p,.project-page p{max-width:34rem;color:var(--muted);margin-top:24px;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.project-card__action{width:fit-content;color:var(--foreground);margin-top:44px;font-size:.875rem;font-weight:650;line-height:1}.project-page{flex-direction:column;justify-content:center;min-height:calc(100vh - 144px);padding-bottom:64px;display:flex}.project-page__status{width:fit-content;color:var(--accent);margin-bottom:24px;font-size:.8125rem;font-weight:650;line-height:1}.back-link{width:fit-content;color:var(--muted);margin-top:48px;font-size:.875rem;font-weight:560}@media (max-width:640px){.site-shell{padding-top:24px;padding-bottom:48px}.site-header{margin-bottom:80px}.project-card{min-height:320px}.project-card h1,.project-page h1{font-size:clamp(3.5rem,22vw,5.75rem)}}
