:root{--background:#f4f1ea;--surface:#ebe7dd;--text:#171714;--muted:#69675f;--line:#d5d0c4;--accent:#a3422e;--glow:#a3422e14;--content-width:1120px;color-scheme:light;color:var(--text);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--background:#0e0f0e;--surface:#191a18;--text:#faf9f5;--muted:#c3c0b8;--line:#45443f;--accent:#ff8a70;--glow:#ff8a701f;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 78% 8%, var(--glow), transparent 25rem), var(--background);min-width:320px;min-height:100vh;margin:0;transition:color .18s,background-color .18s}a{color:inherit}p,h1,h2,h3{margin-top:0}sup{vertical-align:super;font-size:.65em}::selection{color:var(--background);background:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.site-shell{width:min(calc(100% - 48px), var(--content-width));flex-direction:column;min-height:100vh;margin:0 auto;display:flex}.site-header,.site-footer{justify-content:space-between;align-items:center;display:flex}.site-header{border-bottom:1px solid var(--line);height:104px}.header-actions{align-items:center;gap:28px;display:flex}.wordmark{align-items:center;padding:8px 0;font-size:.9rem;font-weight:650;text-decoration:none;display:inline-flex;position:relative}.wordmark:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .18s;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.wordmark:hover:after,.wordmark:focus-visible:after{transform-origin:0;transform:scaleX(1)}.site-header ul{gap:32px;margin:0;padding:0;list-style:none;display:flex}.site-header nav a{color:var(--muted);padding:8px 0;font-size:.9rem;text-decoration:none;position:relative}.site-header nav a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .18s;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.site-header nav a:hover:after,.site-header nav a:focus-visible:after,.site-header nav a[aria-current=page]:after{transform-origin:0;transform:scaleX(1)}.site-header nav a[aria-current=page]{color:var(--text)}.theme-toggle{border:1px solid var(--line);width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border-radius:50%;place-items:center;padding:0;transition:color .18s,border-color .18s,transform .18s;display:grid}.theme-toggle:hover{border-color:var(--text);color:var(--text);transform:rotate(8deg)}.theme-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:16px;height:16px}.theme-toggle__sun,:root[data-theme=dark] .theme-toggle__moon{display:none}:root[data-theme=dark] .theme-toggle__sun{display:block}main{flex:1}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:22px;font-size:.75rem;font-weight:700}.hero{grid-template-columns:minmax(0,1fr) 360px;align-items:end;gap:clamp(32px,5vw,64px);padding:clamp(88px,14vw,170px) 0 clamp(92px,13vw,150px);display:grid}.hero h1,.page-intro h1{letter-spacing:-.055em;max-width:820px;margin-bottom:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.25rem,8.2vw,7.2rem);font-weight:400;line-height:.92}.hero h1{max-width:760px;font-size:clamp(3rem,7vw,6.25rem)}.hero h1 em{color:var(--accent);font-weight:inherit}.hero__aside{padding-bottom:6px}.hero__aside p{color:var(--muted);margin-bottom:28px;font-size:1rem;line-height:1.65}.text-link,.project-card__links a,.site-footer a{align-items:center;gap:3px;padding-bottom:5px;font-size:.86rem;font-weight:650;text-decoration:none;display:inline-flex;position:relative}.text-link:after,.project-card__links a:after,.site-footer a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .18s;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.text-link:hover:after,.text-link:focus-visible:after,.project-card__links a:hover:after,.project-card__links a:focus-visible:after,.site-footer a:hover:after,.site-footer a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.text-link span,.project-card__links a span{transition:transform .18s}.text-link:hover span,.text-link:focus-visible span{transform:translate(2px)}.project-card__links a:hover span,.project-card__links a:focus-visible span{transform:translate(1px,-1px)}.site-footer a svg{transition:transform .18s}.site-footer a{transition:color .18s}.site-footer a:hover,.site-footer a:focus-visible{color:var(--text)}.site-footer a:hover svg,.site-footer a:focus-visible svg{transform:translate(1px,-1px)}.section{border-top:1px solid var(--line);padding:90px 0}.section-heading{justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:45px;display:flex}.section-heading h2{letter-spacing:-.04em;margin-bottom:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.1rem,4vw,3.5rem);font-weight:400}.project-list{border-top:1px solid var(--line)}.project-card{border-bottom:1px solid var(--line);grid-template-columns:64px 1fr;gap:24px;padding:34px 0 40px;display:grid}.project-card__number,.project-card__heading>span{color:var(--muted);padding-top:7px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem}.project-card__heading{justify-content:space-between;align-items:start;gap:32px;display:flex}.project-card h3{letter-spacing:-.03em;margin-bottom:16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,3vw,2.35rem);font-weight:400}.project-card__body>p{max-width:680px;color:var(--muted);margin-bottom:24px;line-height:1.65}.project-card__tags{flex-wrap:wrap;gap:8px;margin:0 0 28px;padding:0;list-style:none;display:flex}.project-card__tags li{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:6px 10px;font-size:.72rem}.project-card__links{flex-wrap:wrap;gap:22px;display:flex}.about-grid{grid-template-columns:.65fr 1fr;gap:clamp(40px,10vw,140px);display:grid}.about-grid h2{letter-spacing:-.04em;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:400}.about-grid__copy{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.65}.about-grid__copy p:last-child{color:var(--muted);margin-bottom:0}.page-intro{padding:clamp(85px,13vw,150px) 0 80px}.page-intro h1{margin-bottom:34px;font-size:clamp(3.5rem,8vw,6.7rem)}.page-intro__copy{max-width:560px;color:var(--muted);margin:0;font-size:1.1rem;line-height:1.7}.projects-page{padding-bottom:100px}.site-footer{border-top:1px solid var(--line);min-height:120px;color:var(--muted);margin-top:30px;font-size:.8rem}.site-footer p{margin:0}.footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px 22px;margin:0;padding:0;list-style:none;display:flex}.site-footer svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;width:14px}@media (width<=720px){.site-shell{width:min(calc(100% - 32px), var(--content-width))}.site-header{height:82px}.site-header ul{gap:16px}.header-actions{gap:14px}.theme-toggle{width:34px;height:34px}.hero{grid-template-columns:1fr;gap:42px;padding:84px 0 96px}.hero__aside{max-width:430px}.section{padding:70px 0}.section-heading{align-items:end;margin-bottom:32px}.project-card{grid-template-columns:34px 1fr;gap:12px}.project-card__heading{gap:14px}.about-grid{grid-template-columns:1fr;gap:12px}.page-intro{padding-top:82px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
