:root{color-scheme:light;--bg: #fbfbfa;--surface: #ffffff;--ink: #141412;--text: #2d2d29;--muted: #68665f;--soft: #f1efea;--line: #dedbd3;--line-strong: #c7c1b7;--accent: #a33a2b;--accent-cool: #24736f;--focus-ring: #24736f;--link-decoration: rgb(163 58 43 / 45%);--section-divider: rgb(163 58 43 / 32%);--tag-text: #2f302c;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{color-scheme:dark;--bg: #10110f;--surface: #181916;--ink: #f4efe6;--text: #ded7c9;--muted: #aaa193;--soft: #23231f;--line: #333229;--line-strong: #514c40;--accent: #ff8168;--accent-cool: #7acfc6;--focus-ring: #7acfc6;--link-decoration: rgb(255 129 104 / 58%);--section-divider: rgb(255 129 104 / 34%);--tag-text: #ebe2d4}@media(prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--bg: #10110f;--surface: #181916;--ink: #f4efe6;--text: #ded7c9;--muted: #aaa193;--soft: #23231f;--line: #333229;--line-strong: #514c40;--accent: #ff8168;--accent-cool: #7acfc6;--focus-ring: #7acfc6;--link-decoration: rgb(255 129 104 / 58%);--section-divider: rgb(255 129 104 / 34%);--tag-text: #ebe2d4}}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{position:relative;isolation:isolate;min-width:320px;min-height:100vh;margin:0;background-color:var(--bg);color:var(--ink);font-size:18px;line-height:1.62}body:before{content:"";position:absolute;inset:0;width:100%;z-index:0;pointer-events:none;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.80' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:180px 180px}a{color:inherit;text-decoration-color:var(--link-decoration);text-decoration-thickness:1px;text-underline-offset:.22em}a:hover{color:var(--accent)}a:focus-visible,button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}button{font:inherit}.site-header,footer{position:relative;z-index:1;width:min(1160px,calc(100% - 56px));margin:0 auto}.page-content{position:relative;z-index:1;width:min(760px,calc(100% - 56px));margin:0 auto}.site-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:32px;align-items:center;z-index:20;padding:26px 0;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0;color:var(--ink);font-size:.98rem;font-weight:720;text-decoration:none}.brand-mark{display:inline-grid;min-width:32px;height:32px;padding:0 8px;place-items:center;border:1px solid var(--ink);border-radius:4px;background:var(--ink);color:var(--surface);font-size:.7rem;font-weight:760}.brand-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-nav,.nav-links,.nav-tools,.header-actions{display:flex;flex-wrap:wrap;align-items:center}.site-nav{grid-column:2;gap:8px 20px;justify-content:flex-end;color:var(--muted);font-size:.88rem}.nav-links{gap:6px 18px;justify-content:flex-end}.nav-tools{flex-wrap:nowrap;gap:8px 14px;justify-content:flex-end}.menu-tools{display:none}.header-actions{grid-column:3;justify-self:end;flex-wrap:nowrap;gap:8px;justify-content:flex-end}.site-nav a,.nav-tools a{text-decoration:none}.privacy-header-tools{grid-column:3;justify-self:end}.language-toggle{display:inline-flex;min-height:40px;align-items:center;gap:6px;color:var(--ink);font-size:.78rem;font-weight:680;line-height:1;white-space:nowrap}.language-toggle-link{color:var(--muted);font-weight:680}.language-toggle-link:hover{color:var(--accent)}.language-toggle-current{color:var(--ink);font-weight:820}.language-toggle-separator{color:var(--line-strong);font-weight:520}.menu-toggle{display:none;width:40px;height:40px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:4px;padding:0;background:var(--surface);color:var(--ink);cursor:pointer}.menu-toggle:hover{border-color:var(--accent);color:var(--accent)}.menu-toggle-icon{display:grid;width:18px;gap:4px}.menu-toggle-icon span{display:block;width:18px;height:2px;border-radius:999px;background:currentColor}.nav-open .menu-toggle-icon span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-open .menu-toggle-icon span:nth-child(2){opacity:0}.nav-open .menu-toggle-icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.theme-toggle{display:none;min-height:40px;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:var(--ink);cursor:pointer;font-size:.74rem;font-weight:820;line-height:1}.js .theme-toggle{display:inline-flex}.theme-toggle:hover .theme-toggle-track{border-color:var(--toggle-track-border);box-shadow:inset 0 0 0 1px var(--toggle-track-highlight),0 4px 10px var(--toggle-track-shadow)}.theme-toggle-track{--toggle-width: 86px;--toggle-height: 38px;--toggle-inset: 4px;--toggle-size: 30px;--toggle-icon-size: 20px;--toggle-border-width: 2px;--toggle-shift: calc( var(--toggle-width) - var(--toggle-size) - var(--toggle-inset) - var(--toggle-inset) - var(--toggle-border-width) - var(--toggle-border-width) );--toggle-track-bg: #f1efea;--toggle-track-border: #c8c3ba;--toggle-track-highlight: rgb(255 255 255 / 58%);--toggle-track-shadow: rgb(20 20 18 / 16%);--toggle-thumb-bg: #151513;--toggle-thumb-rim: rgb(255 255 255 / 7%);--toggle-thumb-shadow: rgb(20 20 18 / 26%);--toggle-icon-active: #fbfbfa;--toggle-icon-muted: #62615b;--toggle-thumb-x: 0px;position:relative;display:inline-grid;width:var(--toggle-width);height:var(--toggle-height);flex:0 0 auto;align-items:center;border:var(--toggle-border-width) solid var(--toggle-track-border);border-radius:999px;background-color:var(--toggle-track-bg);box-shadow:inset 0 0 0 1px var(--toggle-track-highlight),0 2px 6px var(--toggle-track-shadow)}:root[data-theme=dark] .theme-toggle-track{--toggle-track-bg: #23231f;--toggle-track-border: #514c40;--toggle-track-highlight: rgb(255 255 255 / 4%);--toggle-track-shadow: rgb(0 0 0 / 32%);--toggle-thumb-bg: #f4efe6;--toggle-thumb-rim: rgb(20 20 18 / 10%);--toggle-thumb-shadow: rgb(0 0 0 / 38%);--toggle-icon-active: #10110f;--toggle-icon-muted: #aaa193;--toggle-thumb-x: var(--toggle-shift)}.theme-toggle-thumb{position:absolute;top:50%;left:var(--toggle-inset);z-index:1;width:var(--toggle-size);height:var(--toggle-size);flex:0 0 auto;border-radius:999px;background-color:var(--toggle-thumb-bg);box-shadow:inset 0 0 0 1px var(--toggle-thumb-rim),0 2px 5px var(--toggle-thumb-shadow);transform:translate(var(--toggle-thumb-x),-50%)}.theme-toggle-option{position:absolute;top:50%;z-index:2;display:grid;width:var(--toggle-size);height:var(--toggle-size);place-items:center;color:var(--toggle-icon-muted);transform:translateY(-50%)}.theme-toggle-option svg{width:var(--toggle-icon-size);height:var(--toggle-icon-size);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.45}.theme-toggle-option-light{left:var(--toggle-inset);color:var(--toggle-icon-active)}.theme-toggle-option-dark{right:var(--toggle-inset)}.theme-toggle-option-dark svg{fill:currentColor;stroke:none}:root[data-theme=dark] .theme-toggle-option-light{color:var(--toggle-icon-muted)}:root[data-theme=dark] .theme-toggle-option-dark{color:var(--toggle-icon-active)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero-section{display:grid;grid-template-columns:minmax(0,1fr) clamp(132px,22vw,178px);gap:clamp(30px,5vw,48px);align-items:start;padding:72px 0 84px}.hero-copy{min-width:0;max-width:100%}.hero-portrait{width:100%;margin:6px 0 0;justify-self:end}.hero-portrait img{display:block;width:100%;height:auto;aspect-ratio:1;border:1px solid var(--line-strong);border-radius:8px;background:var(--soft);object-fit:cover}.section-kicker,.item-meta{margin:0 0 12px;color:var(--accent);font-size:.76rem;font-weight:780;letter-spacing:0;text-transform:uppercase}h1,h2,h3,h4,p,dl,dd{margin-top:0}h1{max-width:11.5em;margin-bottom:24px;font-size:4rem;line-height:.98;letter-spacing:0}h2{margin-bottom:16px;font-size:1.72rem;line-height:1.18;letter-spacing:0}h3{margin-bottom:8px;font-size:1rem;line-height:1.35;letter-spacing:0}h4{margin-bottom:0;font-size:1rem;line-height:1.35;letter-spacing:0}.hero-intro{max-width:100%;margin-bottom:28px;color:var(--text);font-size:1.22rem;line-height:1.5}.action-row,.contact-links{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border-radius:4px;padding:9px 14px;font-size:.92rem;font-weight:720;line-height:1.2;text-align:center;text-decoration:none}.button-primary{border:1px solid var(--ink);background:var(--ink);color:var(--surface)}.button-primary:hover{border-color:var(--accent);background:var(--accent);color:var(--surface)}.button-secondary{border:1px solid var(--line-strong);background:transparent;color:var(--ink)}.button-secondary:hover{border-color:var(--accent)}.button-download{border-color:var(--accent);background:var(--accent);color:var(--surface);box-shadow:0 10px 24px var(--section-divider)}.button-download:hover{border-color:var(--ink);background:var(--ink);color:var(--surface)}.button-icon{display:inline-grid;width:18px;height:18px;flex:0 0 auto;place-items:center}.button-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.tag-list{display:flex;gap:8px;flex-wrap:wrap;margin:0;padding:0;list-style:none}.tag-list li{display:inline-flex;min-height:30px;align-items:center;border:1px solid var(--line);border-radius:4px;padding:4px 9px;background:var(--surface);color:var(--tag-text);font-size:.84rem;font-weight:650;line-height:1.2}.hero-tags{max-width:100%;margin-bottom:30px}.hero-tags li{border-color:transparent;background:var(--soft)}.section{padding:72px 0;border-top:1px solid var(--section-divider)}.split-section{max-width:100%}.section-heading{max-width:100%;margin-bottom:34px}.section p,.simple-list li,.check-list li,.project-card p{color:var(--text)}.copy-stack{max-width:100%;margin-top:24px}.copy-stack p,.section-heading p{max-width:100%}.copy-stack p:last-child,.section-heading p:last-child,.project-card-body p:last-child{margin-bottom:0}.focus-panel{margin-top:34px;padding:24px 0 0;border-top:1px solid var(--line-strong)}.simple-list,.check-list{display:grid;gap:10px;margin:18px 0 0;padding-left:1.15rem}.simple-list li::marker,.check-list li::marker{color:var(--accent)}.check-list{max-width:100%}.timeline{display:grid;max-width:100%}.timeline-item{padding:30px 0;border-top:1px solid var(--line)}.timeline-item:first-child{padding-top:0;border-top:0}.timeline-item:last-child{padding-bottom:0}.timeline-item p:last-child{margin-bottom:0}.company-links{display:flex;gap:6px 10px;flex-wrap:wrap;margin:8px 0 10px;padding:0;list-style:none}.company-links a{color:var(--ink);font-size:.86rem;font-weight:730;line-height:1.35;text-decoration-color:var(--link-decoration);text-decoration-thickness:1px;text-underline-offset:.22em}.company-links a:hover{color:var(--accent)}.education-title-link{color:var(--ink);text-decoration-color:var(--link-decoration);text-decoration-thickness:1px;text-underline-offset:.22em}.education-title-link:hover{color:var(--accent)}.education-links{margin-top:18px;margin-bottom:0}.education-links a{min-height:36px;padding:7px 12px}.item-meta{color:var(--muted);text-transform:none}.project-groups{display:grid;max-width:100%;gap:44px}.project-group{display:grid;gap:18px}.project-group-title{margin-bottom:0;color:var(--muted);font-size:.78rem;font-weight:780;letter-spacing:0;text-transform:uppercase}.featured-project-grid{display:grid;gap:14px}.project-card{display:grid;gap:14px;min-width:0}.project-card-featured{padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.project-card-featured:first-child{border-color:var(--line-strong)}.project-card-heading,.project-card-body{min-width:0}.project-card .project-highlight{margin:0 0 10px;color:var(--accent);font-size:.76rem;font-weight:780;line-height:1.35;text-transform:uppercase}.project-card-body p{margin-bottom:16px}.project-links{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px;padding:0;list-style:none}.project-links a{display:inline-flex;min-height:32px;align-items:center;gap:7px;border:1px solid var(--accent);border-radius:4px;padding:5px 10px;background:transparent;color:var(--accent);font-size:.82rem;font-weight:780;line-height:1.2;text-decoration:none}.project-link-icon{display:inline-grid;width:15px;height:15px;flex:0 0 auto;place-items:center}.project-link-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.project-links a:hover{border-color:var(--ink);color:var(--ink)}.supporting-project-list{display:grid;border-top:1px solid var(--line-strong)}.project-card-compact{padding:24px 0;border-bottom:1px solid var(--line)}.project-card-compact:last-child{padding-bottom:0;border-bottom:0}.compact-tags li{min-height:28px;border-color:transparent;background:var(--soft);font-size:.8rem}@media(min-width:760px){.project-card-compact{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:28px}}.contact-section{max-width:100%}.contact-links{justify-content:flex-start;gap:10px 12px;margin:24px 0 0;padding:0;list-style:none}.contact-link{display:inline-flex;min-height:46px;align-items:center;gap:10px;border-radius:6px;padding:4px 12px 4px 4px;color:var(--ink);font-weight:720;line-height:1.2;text-decoration:none}.contact-link:hover{color:var(--accent)}.contact-link-icon{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:1px solid var(--line-strong);border-radius:4px;background:var(--surface);color:var(--ink)}.contact-link svg{width:20px;height:20px;fill:currentColor}.contact-link:hover .contact-link-icon{border-color:var(--accent);background:var(--soft);color:var(--accent);transform:translateY(-1px)}.privacy-page{padding:72px 0 84px}.privacy-article h1{margin-bottom:18px}.privacy-intro{margin-bottom:46px}.privacy-sections{display:grid;gap:34px}.privacy-section{padding-top:30px;border-top:1px solid var(--line)}.privacy-section:first-child{padding-top:0;border-top:0}.privacy-section p{color:var(--text)}.privacy-section p:last-child{margin-bottom:0}.privacy-back-link{margin-top:46px}@media(prefers-reduced-motion:no-preference){body,a,.button,.project-links a,.tag-list li,.contact-link-icon,.menu-toggle,.menu-toggle-icon span,.theme-toggle,.theme-toggle-track,.theme-toggle-thumb,.theme-toggle-option{transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}}@media(prefers-reduced-motion:no-preference)and (max-width:700px){.js .site-nav{transition:opacity .24s ease,transform .24s ease,visibility 0s linear .24s}.js .site-header.nav-open .site-nav{transition-delay:0s}}footer{display:flex;justify-content:space-between;gap:16px;padding:34px 0 44px;border-top:1px solid var(--line);color:var(--muted);font-size:.86rem}.footer-links{display:inline-flex;flex-wrap:wrap;gap:0 8px;align-items:center}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--accent)}@media(max-width:980px){.hero-section{padding-top:54px}}@media(max-width:700px){.site-header{grid-template-columns:minmax(0,1fr) auto;gap:14px 16px;align-items:center;padding:20px 0 18px}.privacy-header-tools{grid-column:2;grid-row:1}.site-nav{grid-column:1 / -1;grid-row:2;width:100%;justify-content:stretch;color:var(--ink);font-size:.9rem}.js .site-nav{position:absolute;top:calc(100% + 10px);right:0;z-index:2;display:block;width:100%;border:1px solid var(--line-strong);border-radius:8px;padding:8px 0;background:var(--surface);box-shadow:0 12px 28px #1414121f;color:var(--ink);font-size:.92rem;opacity:0;pointer-events:none;transform:translateY(-6px);visibility:hidden}:root.js[data-theme=dark] .site-nav{box-shadow:0 14px 32px #00000052}.js .site-header.nav-open .site-nav{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.js .nav-links{display:grid;width:100%;gap:0;justify-content:stretch}.js .nav-links a{display:flex;min-height:42px;align-items:center;border-bottom:1px solid var(--line);padding:0 16px;color:var(--ink);font-weight:700;text-decoration:none}.js .nav-links a:last-child{border-bottom:0}.header-actions{grid-column:2;grid-row:1;justify-self:end}.header-tools{display:none}.menu-tools{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:12px 16px 6px}.js .menu-toggle{display:inline-flex}.theme-toggle{min-height:36px}.theme-toggle-track{--toggle-width: 74px;--toggle-size: 28px;height:36px}.hero-section{grid-template-columns:minmax(0,1fr) clamp(88px,24vw,108px);gap:18px 16px;align-items:start;padding:44px 0 66px}.hero-copy{display:contents}.hero-copy h1,.hero-intro,.hero-tags,.action-row{grid-column:1 / -1}.hero-copy h1{grid-column-end:2;margin-bottom:4px;align-self:center}.hero-portrait{width:100%;margin:0;grid-column:2;grid-row:1;justify-self:end}.hero-portrait img{border-radius:999px}h1{max-width:13ch;font-size:2.78rem}h2{font-size:1.46rem}.hero-intro{font-size:1.08rem}.section{padding:50px 0}footer{flex-direction:column}}@media(max-width:460px){.site-header,.page-content,footer{width:min(100% - 28px,1160px)}body{font-size:17px}h1{font-size:2.34rem}.button{width:100%}.contact-links{display:grid}.contact-link{width:100%}}@media(max-width:380px){.site-header{grid-template-columns:minmax(0,1fr) auto}.site-nav{grid-column:1 / -1;grid-row:2;justify-content:stretch}.hero-section{grid-template-columns:1fr;gap:16px}.hero-copy{display:block}.hero-copy h1{margin-bottom:20px}.hero-portrait{width:92px;grid-column:1;grid-row:auto;order:-1;justify-self:start}}
