:root{color-scheme:light dark;--bg: #f8f8f4;--surface: #ffffff;--text: #141615;--muted: #5f6761;--quiet: #7f8781;--border: #dedfd8;--accent: #237a67;--accent-strong: #155846;--shadow: 0 18px 45px rgb(28 31 29 / .08);--max-width: 1060px}@media(prefers-color-scheme:dark){:root{--bg: #111315;--surface: #181b1c;--text: #f4f1e9;--muted: #b9bdb5;--quiet: #8d948c;--border: #2b302f;--accent: #7cc7b2;--accent-strong: #a8ddce;--shadow: 0 18px 45px rgb(0 0 0 / .28)}}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(180deg,rgb(124 199 178 / .08),transparent 22rem),var(--bg)}body,button{font:inherit}a{color:inherit;text-underline-offset:.18em}a:hover{color:var(--accent-strong)}a:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 60%,transparent);outline-offset:4px;border-radius:4px}p{margin:0}.site-shell{width:min(100% - 2rem,var(--max-width));margin:0 auto}.skip-link{position:fixed;top:1rem;left:1rem;z-index:10;translate:0 -180%;padding:.7rem .9rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);box-shadow:var(--shadow)}.skip-link:focus{translate:0}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0}.brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--text);font-weight:700;text-decoration:none}.brand-mark{display:grid;width:2.35rem;height:2.35rem;place-items:center;border-radius:8px;background:var(--text);color:var(--bg);font-size:.95rem;letter-spacing:0}.site-nav{display:flex;align-items:center;gap:1rem;font-size:.94rem;color:var(--muted)}.site-nav a{text-decoration:none}.hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(16rem,.65fr);gap:clamp(2rem,7vw,6rem);align-items:end;min-height:62vh;padding:clamp(4.5rem,11vw,8rem) 0 clamp(3rem,7vw,5rem);border-bottom:1px solid var(--border)}.hero h1{max-width:11ch;margin:0;font-size:clamp(4rem,11vw,8.6rem);font-weight:760;line-height:.9;letter-spacing:0}.hero-summary{display:grid;gap:1.15rem}.role{color:var(--accent-strong);font-size:clamp(1.25rem,2vw,1.65rem);font-weight:700}.statement{max-width:34rem;color:var(--muted);font-size:clamp(1.1rem,2.4vw,1.5rem);line-height:1.42}.link-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.4rem}.text-link{display:inline-flex;min-height:2.5rem;align-items:center;justify-content:center;border-bottom:1px solid currentColor;color:var(--text);font-weight:650;text-decoration:none}.text-link.placeholder{color:var(--quiet)}.section{display:grid;grid-template-columns:12rem minmax(0,1fr);gap:clamp(1.5rem,5vw,4rem);padding:clamp(3rem,7vw,5rem) 0;border-bottom:1px solid var(--border)}.section-label{margin:0;color:var(--quiet);font-size:.92rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.section-content{display:grid;gap:1.25rem}.section-content>p{max-width:49rem;color:var(--muted);font-size:clamp(1.08rem,1.8vw,1.28rem);line-height:1.62}.projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.project-card{min-height:15rem;padding:1.25rem;border:1px solid var(--border);border-radius:8px;background:color-mix(in srgb,var(--surface) 82%,transparent);box-shadow:var(--shadow)}.project-card h3{margin:0 0 .75rem;font-size:1.05rem}.project-card p{color:var(--muted);font-size:.98rem;line-height:1.58}.now-list,.contact-list{display:grid;gap:.9rem;padding:0;margin:0;list-style:none}.now-list li,.contact-list li{display:grid;grid-template-columns:1rem minmax(0,1fr);gap:.85rem;align-items:baseline;color:var(--muted);font-size:1.08rem;line-height:1.5}.now-list li:before,.contact-list li:before{content:"";width:.42rem;height:.42rem;border-radius:999px;background:var(--accent)}.contact-list a{width:fit-content;font-weight:650}.site-footer{display:flex;justify-content:space-between;gap:1rem;padding:2rem 0 3rem;color:var(--quiet);font-size:.94rem}@media(max-width:820px){.site-header,.site-footer{align-items:flex-start;flex-direction:column}.site-nav{flex-wrap:wrap}.hero,.section{grid-template-columns:1fr}.hero{min-height:auto;align-items:start}.projects-grid{grid-template-columns:1fr}}@media(max-width:520px){.site-shell{width:min(100% - 1.25rem,var(--max-width))}.site-nav{gap:.75rem}.hero h1{font-size:clamp(3.2rem,18vw,4.7rem)}}
