:root{--bg:#ffeee9;--text:#4a3f3b;--text-h:#111;--border:#1111111f;--code-bg:#1111110d;--accent:#111;--accent-bg:#1111110f;--accent-border:#1111114d;--shadow:#00000014 0 10px 15px -3px, #0000000a 0 4px 6px -2px;--sans:"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;--page-inline:clamp(24px, 11vw, 105px);--nav-inline:clamp(24px, 4.7vw, 60px);--page-max:1280px;font:400 18px/150% var(--sans);letter-spacing:0;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}body{background:var(--bg);margin:0}#root{width:100%;max-width:var(--page-max);box-sizing:border-box;flex-direction:column;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:400}h1{letter-spacing:-.5px;margin:32px 0;font-size:56px;line-height:130%}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code{font-family:var(--mono);color:var(--text-h);background:var(--code-bg);border-radius:4px;padding:4px 8px;font-size:15px;line-height:135%}.site-nav{padding:34px var(--nav-inline) 0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 24px;display:flex}.language-switch{align-items:center;gap:8px;display:flex}.language-switch button{font:inherit;letter-spacing:.5px;color:var(--text-h);cursor:pointer;opacity:.45;background:0 0;border:none;padding:2px 0;font-size:15px}.language-switch button.active{opacity:1;text-underline-offset:5px;text-decoration:underline}.language-switch button:hover{opacity:1}.language-switch button+button:before{content:"/";color:var(--text-h);opacity:.35;margin-right:8px;text-decoration:none;display:inline-block}.site-nav nav{flex-wrap:wrap;gap:12px 24px;display:flex}.site-nav nav a{color:var(--text-h);font-size:17px;font-weight:400;text-decoration:none}.site-nav nav a.active,.site-nav nav a:hover{text-underline-offset:5px;text-decoration:underline}.site-main{flex-grow:1}.page{padding:32px var(--page-inline);text-align:left}.page-home{padding-top:clamp(56px,14vh,136px)}.hero{grid-template-columns:minmax(0,1fr) clamp(220px,24vw,300px);align-items:start;gap:clamp(32px,6vw,88px);display:grid}.hero-title{letter-spacing:-.5px;flex-direction:column;margin:0;font-size:clamp(36px,5.2vw,64px);font-weight:400;line-height:1.28;display:flex}.hero-intro{max-width:46ch;color:var(--text);margin-top:clamp(20px,3vw,32px);font-size:clamp(16px,1.4vw,19px);line-height:1.6}.hero-photo{aspect-ratio:3/4;background:var(--accent-bg);justify-content:center;align-items:center;display:flex;overflow:hidden}.hero-photo img{object-fit:cover;width:100%;height:100%;display:block}.hero-photo-placeholder{letter-spacing:1px;color:var(--text);opacity:.65;font-size:17px}@media (width<=760px){.hero{grid-template-columns:minmax(0,1fr)}.hero-photo{order:-1;max-width:240px}}.project-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:clamp(28px,4vw,48px);margin:clamp(28px,4vw,44px) 0 0;padding:0;list-style:none;display:grid}.project-grid a{color:inherit;text-decoration:none;display:block}.project-grid-media{aspect-ratio:3/2;background:var(--accent-bg);margin-bottom:14px;overflow:hidden}.project-grid-media img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.project-grid a:hover .project-grid-media img{transform:scale(1.03)}.project-grid h2{margin:0 0 4px;font-size:20px;font-weight:500}.project-grid a:hover h2{text-underline-offset:4px;text-decoration:underline}.project-grid p{font-size:16px;line-height:1.5}.project-detail{max-width:820px}.project-back{color:var(--text-h);margin-bottom:8px;text-decoration:none;display:inline-block}.project-back:hover{text-underline-offset:4px;text-decoration:underline}.project-summary{color:var(--text-h);font-size:clamp(17px,1.6vw,20px);line-height:1.6}.project-section{align-items:center;gap:clamp(20px,3vw,40px);margin-top:clamp(40px,6vw,72px);display:grid}.project-section-side{grid-template-columns:minmax(0,1fr) minmax(0,300px)}.project-section-side:nth-of-type(2n) .project-section-media{order:-1}.project-section-full,.project-section-text-only{grid-template-columns:minmax(0,1fr)}.project-section-text p{line-height:1.7}.project-section-media{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:clamp(16px,2.5vw,28px);display:flex}.project-section-media figure{max-width:100%;margin:0;display:table}.project-section-media img{background:var(--accent-bg);width:auto;max-width:100%;height:auto;max-height:min(72vh,620px);margin-inline:auto;display:block}.project-section-media figcaption{caption-side:bottom;color:var(--text);padding-top:10px;font-size:15px;line-height:1.5;display:table-caption}@media (width<=760px){.project-section-side{grid-template-columns:minmax(0,1fr)}.project-section-side:nth-of-type(2n) .project-section-media{order:0}}.home-projects{margin-top:clamp(72px,12vh,140px)}.home-projects-header{flex-wrap:wrap;align-items:baseline;gap:8px 20px;margin-bottom:clamp(24px,4vw,40px);display:flex}.home-projects-header h2{letter-spacing:-.3px;margin:0;font-size:clamp(24px,2.6vw,32px);font-weight:400}.view-all{color:var(--text-h);text-underline-offset:4px;font-size:17px;text-decoration:underline}.view-all:hover{opacity:.6}.home-projects-empty{color:var(--text)}.carousel{position:relative}.carousel-track{scroll-snap-type:x proximity;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;gap:clamp(16px,2.5vw,28px);margin:0;padding:0;scroll-padding-inline:0;list-style:none;display:flex;overflow-x:auto}@media (prefers-reduced-motion:reduce){.carousel-track{scroll-behavior:auto}}.carousel-track::-webkit-scrollbar{display:none}.carousel-card{scroll-snap-align:start;flex:0 0 clamp(240px,30vw,340px)}.carousel-card a{color:inherit;text-decoration:none;display:block}.carousel-card-media{aspect-ratio:3/2;background:var(--accent-bg);justify-content:center;align-items:center;margin-bottom:14px;display:flex;overflow:hidden}.carousel-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.carousel-card a:hover .carousel-card-media img{transform:scale(1.03)}.carousel-card-placeholder{letter-spacing:1px;color:var(--text);opacity:.65;font-size:15px}.carousel-card h3{color:var(--text-h);margin:0 0 4px;font-size:19px;font-weight:500}.carousel-card a:hover h3{text-underline-offset:4px;text-decoration:underline}.carousel-card p{color:var(--text);font-size:16px;line-height:1.5}.carousel-arrow{z-index:1;width:44px;height:44px;color:var(--text-h);background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:30px;line-height:1;transition:opacity .2s;display:flex;position:absolute;top:calc(50% - 1.7em)}.carousel-arrow-prev{left:calc(var(--page-inline) * -1 + 8px)}.carousel-arrow-next{right:calc(var(--page-inline) * -1 + 8px)}.carousel-arrow:hover:not(:disabled){background:var(--accent-bg)}.carousel-arrow:disabled{opacity:.25;cursor:default}@media (width<=760px){.carousel-arrow{display:none}}.contact-form{flex-direction:column;gap:16px;max-width:520px;display:flex}.contact-form label{color:var(--text-h);flex-direction:column;gap:6px;display:flex}.contact-form input,.contact-form textarea{font:inherit;color:var(--text-h);border:1px solid var(--border);background:0 0;border-radius:4px;padding:10px 12px}.contact-form input:focus,.contact-form textarea:focus{outline:1px solid var(--accent-border)}.contact-form button{font:inherit;color:var(--bg);background:var(--accent);cursor:pointer;border:none;border-radius:999px;align-self:flex-start;padding:10px 28px}.contact-form button:disabled{opacity:.4;cursor:not-allowed}
