@font-face{font-family:Atkinson;src:url('assets/fonts/atkinson-regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Atkinson;src:url('assets/fonts/atkinson-medium.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:Atkinson;src:url('assets/fonts/atkinson-bold.ttf') format('truetype');font-weight:700;font-display:swap}
:root{color-scheme:light;--bg:#f2f5f1;--surface:#fbfcfb;--text:#1a241c;--muted:#5c6b5e;--accent:#2f6b3c;--soft:#e6efe6;--line:#d2ddd2;--art:#eaf0e9;--shadow:0 10px 36px #1a241c0a;--scroll:#8fa08f;--curve:cubic-bezier(.22,1,.36,1);font:16px Atkinson,Arial,sans-serif}
@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg:#121512;--surface:#1a1e1a;--text:#e8eee8;--muted:#9aab9c;--accent:#6bc47a;--soft:#222822;--line:#2c332c;--art:#161a16;--shadow:0 10px 36px #0005;--scroll:#4d5a4e}}
:root[data-theme=dark]{color-scheme:dark;--bg:#121512;--surface:#1a1e1a;--text:#e8eee8;--muted:#9aab9c;--accent:#6bc47a;--soft:#222822;--line:#2c332c;--art:#161a16;--shadow:0 10px 36px #0005;--scroll:#4d5a4e}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:36px;scrollbar-color:var(--scroll) var(--bg);scrollbar-width:thin;scrollbar-gutter:stable}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--scroll);border:3px solid var(--bg);border-radius:12px}body{margin:0;background:var(--bg);color:var(--text);line-height:1.65;transition:background-color .25s,color .25s}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500;line-height:1.2;letter-spacing:-.025em}a{color:inherit;text-underline-offset:4px;text-decoration-thickness:1px;transition:color .2s}a:hover{color:var(--accent)}button{font:inherit;color:inherit}button,summary{cursor:pointer;touch-action:manipulation}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px;border-radius:4px}img,svg,video{display:block;max-width:100%}[hidden]{display:none!important}::selection{color:var(--surface);background:var(--accent)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.skip-link{position:fixed;z-index:20;top:12px;left:12px;background:var(--text);color:var(--surface);padding:12px 20px;transform:translateY(-170%)}.skip-link:focus{transform:none}.site-shell{max-width:1232px;margin:auto;padding:0 56px}.site-header{min-height:100px;display:flex;align-items:center;gap:32px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-size:1.4rem;font-weight:700;letter-spacing:-.025em;text-decoration:none}.brand svg{width:34px;height:34px;stroke:var(--accent);fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.site-header nav{margin-left:auto;display:flex;gap:32px}.site-header nav a{font-size:.9375rem;text-decoration:none}.site-header nav a:hover{text-decoration:underline}.theme-toggle{display:grid;place-items:center;width:42px;height:42px;background:var(--surface);border:1px solid var(--line);border-radius:50%;transition:background .25s,transform .25s}.theme-toggle:hover{background:var(--soft);transform:rotate(12deg)}.theme-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.theme-toggle .icon-sun{display:none}:root[data-theme=dark] .theme-toggle .icon-moon{display:none}:root[data-theme=dark] .theme-toggle .icon-sun{display:block}.intro{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:88px;padding:100px 0 126px}.intro h1{font-size:4rem;letter-spacing:-.045em}.title-dot{color:var(--accent)}.intro-title>p{margin-top:14px;color:var(--muted);font-size:.9375rem}.intro-title a{color:var(--text);text-decoration:none}.intro-copy{max-width:430px;padding-top:8px}.intro-copy>p:first-child{font-size:1.3rem;line-height:1.65}.aside{color:var(--muted);font-size:.9375rem}.intro .aside{margin-top:18px}.intro-line{position:absolute;bottom:12px;left:0;width:100%;height:50px;stroke:var(--accent);fill:none;stroke-width:1;opacity:.35;pointer-events:none}.section-heading{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:28px}.section-heading h2{font-size:1.25rem}.section-aside{color:var(--muted);font-size:.9375rem}.current-section{padding-top:24px}.project-card{min-width:0}.current-card,.selected-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:clip;transition:box-shadow .35s var(--curve),transform .35s var(--curve),border-color .25s}.selected-card:hover{transform:translateY(-3px);border-color:var(--scroll);box-shadow:0 14px 40px #1e315912}.project summary,.more-projects>summary{list-style:none}.project summary::-webkit-details-marker,.more-projects>summary::-webkit-details-marker{display:none}.project summary::marker,.more-projects>summary::marker{content:''}.project-overview,.project-summary,.project-visual{display:block}.project-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--muted);font-size:.875rem}.status{background:var(--soft);color:var(--accent);padding:3px 9px;border-radius:6px;font-size:.8125rem;white-space:nowrap}.project-heading{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-top:18px}.project-name{font-size:2rem;font-weight:500;line-height:1.2;letter-spacing:-.03em}.project-number{color:var(--muted);font-size:.8125rem}.project-summary{margin-top:12px;font-size:1.0625rem;line-height:1.65;max-width:35ch}.detail-label{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:24px;font-size:.875rem;color:var(--muted)}.expand-icon{font-size:1.4rem;line-height:1;transition:transform .4s var(--curve);color:var(--accent)}.project[open]>summary .expand-icon,.more-projects[open]>summary .expand-icon{transform:rotate(45deg)}.when-open{display:none}.project[open]>summary .when-open,.more-projects[open]>summary .when-open{display:inline}.project[open]>summary .when-closed,.more-projects[open]>summary .when-closed{display:none}.current-project>summary{display:grid;grid-template-columns:1fr 1.15fr;align-items:stretch}.current-project .project-overview{padding:40px;align-self:center}.current-project .project-name{font-size:2.6rem}.current-project .project-number{display:none}.current-project .project-summary{max-width:29ch}.current-project .project-visual{order:2;position:relative;min-height:290px;background:var(--art);overflow:hidden}.current-project .project-visual img,.current-project .project-visual video{width:100%;height:100%;position:absolute;inset:0;object-fit:contain;object-position:center;transition:transform .7s var(--curve)}.current-project>summary:hover .project-visual img{transform:scale(1.018)}.current-card .project-actions{padding:22px 40px;border-top:1px solid var(--line)}.current-project .project-detail{padding:0 40px 30px}.project-detail{font-size:1rem;line-height:1.75}.project-detail p+p{margin-top:14px}.project-note{color:var(--muted);font-size:.9375rem}.project-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.primary-link{display:inline-flex;align-items:center;gap:20px;background:var(--accent);color:var(--surface);padding:10px 16px;border:1px solid transparent;border-radius:8px;font-weight:500;font-size:.9375rem;text-decoration:none;transition:transform .3s var(--curve),background .25s}.primary-link:hover{color:var(--surface);background:var(--text);transform:translateY(-1px)}.secondary-link{font-size:.875rem;color:var(--muted);text-decoration:none;padding:10px 0}.secondary-link:hover{text-decoration:underline}.preview-toggle{margin-left:auto;border:1px solid var(--line);background:transparent;padding:8px 12px;border-radius:7px;font-size:.8125rem}.preview-toggle:hover{background:var(--soft)}.selected-section{padding-top:90px}.selected-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:start}.selected-project>summary{padding:28px 26px 0}.selected-project .project-summary{min-height:3.4em}.selected-project .project-visual{display:grid;place-items:center;background:var(--art);border-radius:10px;height:184px;margin-top:27px;color:var(--accent);overflow:hidden}.selected-project .project-visual svg{width:100%;height:180px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.motif-collect{color:#3a7a6a!important}.motif-branch{color:#6b7a4a!important}.motif-interval{color:#a67c52!important}}:root[data-theme=dark] .motif-collect{color:#7dbaa8!important}:root[data-theme=dark] .motif-branch{color:#a8b87a!important}:root[data-theme=dark] .motif-interval{color:#d4a574!important}.selected-project .project-visual img{width:100%;height:184px;object-fit:cover}.selected-card .project-actions{padding:22px 26px 28px;gap:14px}.selected-card .primary-link{background:var(--soft);color:var(--accent);padding:9px 13px;font-size:.875rem}.selected-card .primary-link:hover{background:var(--accent);color:var(--surface)}.selected-project .project-detail{padding:22px 26px 0}.more-section{padding-top:62px}.more-projects{border-block:1px solid var(--line)}.more-projects>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:29px 0;font-size:1.2rem;font-weight:500}.count{display:inline-block;color:var(--muted);background:var(--surface);border:1px solid var(--line);padding:0 8px;border-radius:20px;font-size:.8125rem;margin-left:8px;vertical-align:middle}.more-toggle{display:flex;gap:20px;align-items:center;font-size:.875rem;font-weight:400;color:var(--muted)}.more-list{padding-bottom:26px}.row-card{padding:24px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:32px;align-items:start}.project-row .project-overview{display:grid;grid-template-columns:1fr 2fr auto;gap:6px 24px;align-items:center}.project-row .project-heading{grid-column:1;grid-row:1/3;margin:0}.project-row .project-name{font-size:1.25rem}.project-row .project-meta{grid-column:2;grid-row:2;justify-content:flex-start}.project-row .project-summary{grid-column:2;grid-row:1;margin:0;max-width:none;font-size:1rem}.project-row .detail-label{grid-column:3;grid-row:1/3;margin:0}.project-row .detail-label .when-closed,.project-row .detail-label .when-open{position:absolute;width:1px;height:1px;clip-path:inset(50%);overflow:hidden}.project-row .project-detail{padding:20px 0 0;max-width:60ch}.row-card .project-actions{justify-content:flex-end;gap:10px}.row-card .primary-link{background:transparent;border-color:var(--line);color:var(--text);font-size:.875rem}.row-card .secondary-link{display:none}.all-repos{display:inline-flex;gap:20px;padding-top:22px;font-size:.9375rem}.ai-section{display:grid;grid-template-columns:1fr 1.45fr;gap:80px;padding:44px;margin-top:90px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.eyebrow{color:var(--muted);font-size:.875rem;margin-bottom:18px}.ai-section h2{font-size:1.9rem;max-width:17ch;line-height:1.25}.ai-copy{font-size:1.0625rem;line-height:1.8}.ai-copy p+p{margin-top:18px}.about-section{display:grid;grid-template-columns:1.15fr 1fr;gap:110px;padding:90px 0}.about-section h2{font-size:2.1rem;margin-bottom:24px}.about-copy>p:not(.eyebrow){font-size:1.125rem;line-height:1.8}.about-copy>p+p{margin-top:18px}.text-link{display:inline-flex;gap:20px;margin-top:26px;font-size:.9375rem}.team-note{padding:32px;background:var(--soft);border-radius:12px;align-self:start}.team-note svg{width:100px;height:45px;stroke:var(--accent);fill:none;stroke-width:1.4;margin-bottom:24px}.team-note h3{font-size:1.25rem;margin-bottom:16px}.team-note .aside{margin-top:18px}.site-footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:25px;padding:30px 0 38px;font-size:.875rem}.footer-brand{font-size:1.125rem;font-weight:500;text-decoration:none}.site-footer>span{color:var(--muted)}.site-footer>div{display:flex;gap:25px;margin-left:auto}.site-footer>div a{text-decoration:none}.site-footer>div a:hover{text-decoration:underline}
@supports(interpolate-size:allow-keywords){:root{interpolate-size:allow-keywords}details::details-content{height:0;overflow:clip;opacity:0;transition:height .4s var(--curve),opacity .3s,content-visibility .4s allow-discrete}details[open]::details-content{height:auto;opacity:1}}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.selected-card:hover .project-visual path{animation:trace 2.8s cubic-bezier(.4,0,.2,1)}@keyframes trace{from{stroke-dasharray:1;stroke-dashoffset:1}to{stroke-dasharray:1;stroke-dashoffset:0}}}
@media(max-width:1000px){.site-shell{padding-inline:32px}.intro{gap:48px}.selected-grid{gap:18px}.selected-project>summary{padding:24px 20px 0}.selected-card .project-actions{padding:20px}.selected-project .project-detail{padding-inline:20px}.project-name{font-size:1.85rem}.selected-project .project-summary{font-size:1rem;min-height:5em}.current-project .project-overview{padding:30px}.current-card .project-actions{padding-inline:30px}.about-section{gap:60px}.ai-section{gap:40px;padding:36px}.row-card{grid-template-columns:1fr}.row-card .project-actions{justify-content:flex-start;margin-top:14px}.row-card .secondary-link{display:block}}
@media(max-width:640px){html{scroll-padding-top:20px}.site-shell{padding-inline:22px}.site-header{min-height:82px;gap:16px}.brand{font-size:1.2rem;gap:7px}.brand svg{width:28px}.site-header nav{gap:18px}.site-header nav a{font-size:.875rem}.theme-toggle{width:36px;height:36px;flex:none}.intro{grid-template-columns:1fr;gap:28px;padding:58px 0 86px}.intro h1{font-size:3.4rem}.intro-copy{padding:0}.intro-copy>p:first-child{font-size:1.2rem}.intro-line{height:32px}.section-heading{gap:18px;margin-bottom:22px}.section-heading h2{font-size:1.125rem}.section-aside{text-align:right;font-size:.8125rem;max-width:17ch}.current-project>summary{grid-template-columns:1fr}.current-project .project-visual{order:0;min-height:0;aspect-ratio:16/9}.current-project .project-overview{padding:28px}.current-project .project-name{font-size:2.25rem}.current-project .project-summary{max-width:none}.current-card .project-actions{padding:20px 28px;gap:12px}.current-project .project-detail{padding:0 28px 26px}.preview-toggle{margin-left:0}.selected-section{padding-top:58px}.selected-grid{grid-template-columns:1fr;gap:24px}.selected-project>summary{padding:26px 26px 0}.selected-project .project-overview{display:grid;grid-template-columns:minmax(0,1fr) 105px;column-gap:20px}.selected-project .project-meta{grid-column:1/-1;margin-bottom:18px}.selected-project .project-heading{grid-row:2;grid-column:1;margin:0}.selected-project .project-name{font-size:1.9rem}.selected-project .project-number{display:none}.selected-project .project-summary{grid-row:3;grid-column:1;min-height:0;margin-top:10px;font-size:1rem}.selected-project .project-visual{grid-column:2;grid-row:2/4;height:110px;margin:0;align-self:center}.selected-project .project-visual svg{height:110px;width:130px;max-width:none;stroke-width:2.2}.selected-project .detail-label{grid-column:1/-1;grid-row:4;margin-top:22px}.selected-card .project-actions{padding:22px 26px 26px}.selected-project .project-detail{padding:20px 26px 0}.more-section{padding-top:44px}.more-projects>summary{font-size:1.125rem}.project-row .project-overview{grid-template-columns:1fr auto}.project-row .project-heading{grid-row:1;grid-column:1}.project-row .project-summary{grid-row:2;grid-column:1}.project-row .project-meta{grid-row:3;grid-column:1;font-size:.8125rem}.project-row .detail-label{grid-column:2;grid-row:1/4}.row-card .project-actions{gap:20px}.ai-section{grid-template-columns:1fr;gap:24px;margin-top:58px;padding:28px}.ai-section h2{font-size:1.8rem;max-width:21ch}.about-section{grid-template-columns:1fr;gap:36px;padding:60px 0}.about-copy>p:not(.eyebrow){font-size:1.0625rem}.team-note{padding:28px}.site-footer{gap:18px}.site-footer>div{gap:18px}}
@media(max-width:370px){.site-shell{padding-inline:16px}.site-header{gap:10px}.site-header nav{gap:12px}.brand{font-size:1.1rem}.brand svg{width:24px}.selected-project>summary{padding-inline:22px}.selected-project .project-overview{grid-template-columns:1fr 80px;column-gap:14px}.selected-project .project-visual{height:94px}.selected-project .project-visual svg{width:100px}.selected-card .project-actions{padding-inline:22px}.current-project .project-overview{padding:24px}.more-toggle{gap:12px}}

/* Forest motion — calm organic animations */
@keyframes forest-fade-up{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes forest-fade-in{from{opacity:0}to{opacity:1}}
@keyframes forest-draw{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}
@keyframes forest-soft-pulse{0%,100%{opacity:.55}50%{opacity:1}}
@keyframes forest-lift{from{transform:translateY(0)}to{transform:translateY(-3px)}}
.intro,.section-heading,.current-card,.selected-card,.more-section,.ai-section,.about-section{animation:forest-fade-up .7s var(--curve) both}
.intro{animation-delay:.05s}
.section-heading{animation-delay:.12s}
.current-card{animation-delay:.18s}
.selected-grid .selected-card:nth-child(1){animation-delay:.22s}
.selected-grid .selected-card:nth-child(2){animation-delay:.28s}
.selected-grid .selected-card:nth-child(3){animation-delay:.34s}
.selected-grid .selected-card:nth-child(4){animation-delay:.4s}
.more-section{animation-delay:.32s}
.ai-section{animation-delay:.38s}
.about-section{animation-delay:.44s}
.brand svg path{stroke-dasharray:1;stroke-dashoffset:1;animation:forest-draw 1.2s var(--curve) .15s both}
.project-visual svg path{stroke-dasharray:1;stroke-dashoffset:1;animation:forest-draw 1.4s var(--curve) .35s both}
.selected-card:hover,.current-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #1a241c12}
:root[data-theme=dark] .selected-card:hover,:root[data-theme=dark] .current-card:hover{box-shadow:0 16px 40px #0006}
.primary-link:hover{transform:translateY(-2px)}
.theme-toggle:hover{transform:rotate(12deg)}
.expand-icon{transition:transform .45s var(--curve)}
details[open]>.project-overview .expand-icon{transform:rotate(45deg)}
.social-link:hover{transform:translateY(-2px)}
.intro-line{animation:forest-soft-pulse 4s ease-in-out infinite}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after,*::details-content{animation:none!important;transition:none!important}}
@media print{body{background:white;color:black}.theme-toggle,.project-visual,.intro-line,.preview-toggle{display:none!important}.site-shell{padding:0;max-width:none}.project-card{break-inside:avoid;box-shadow:none}.selected-grid,.about-section,.ai-section{display:block}.project-card{margin-bottom:20px}.intro,.about-section{padding:25px 0}.current-project>summary{display:block}.ai-section{margin-top:25px}.project-actions a{color:black;background:white}}

/* Final layout refinements across compact phones, tablets and wide screens. */
.contact-links{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:28px;font-size:.9375rem}.contact-links>a:not(.primary-link){padding-block:10px}.intro>*{min-width:0}.site-footer>div{flex-wrap:wrap}.site-header nav a{display:inline-flex;align-items:center;min-height:44px}.project-meta{flex-wrap:wrap}.current-project .project-visual{background:#182129}
@media(min-width:641px) and (max-width:820px){.selected-grid{grid-template-columns:1fr}.selected-project .project-overview{display:grid;grid-template-columns:1fr 200px;column-gap:28px}.selected-project .project-meta,.selected-project .detail-label{grid-column:1/-1}.selected-project .project-heading{grid-column:1;grid-row:2}.selected-project .project-summary{grid-column:1;grid-row:3;min-height:0}.selected-project .project-visual{grid-column:2;grid-row:2/4;margin-top:0;height:150px}.selected-project .project-visual svg{height:150px}.current-project>summary{grid-template-columns:1fr}.current-project .project-visual{order:0;min-height:0;aspect-ratio:16/9}.intro{gap:36px}.about-section{gap:32px}}
@media(max-width:440px){.site-header{flex-wrap:wrap;gap:0 16px;padding-block:16px}.site-header nav{order:3;flex-basis:100%;justify-content:space-between;margin-top:8px}.theme-toggle{margin-left:auto}.site-footer{flex-wrap:wrap}.site-footer>div{margin-left:0;gap:20px}.selected-project .project-overview{grid-template-columns:minmax(0,1fr) 80px;column-gap:14px}.selected-project .project-visual svg{width:105px}.current-card .project-actions{column-gap:16px}.section-heading{align-items:center}}
@media(max-width:640px){.selected-project .project-visual svg{width:100%;max-width:100%;height:auto}}

.social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0!important;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);transition:background .25s,color .25s,border-color .25s}.social-link svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.social-link:hover{background:var(--soft);color:var(--accent);border-color:var(--accent)}.contact-links{gap:12px}.site-footer>div{align-items:center}



/* --- typography patches --- */
.intro h1{font-size:3.25rem;letter-spacing:-.035em;font-weight:700}
h1,h2,h3{font-weight:600}
.project-name{font-weight:600;letter-spacing:-.02em}
.section-heading h2{font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.section-aside{font-size:.8125rem}
.project-summary{font-size:1.125rem;line-height:1.5;color:var(--text)}
.project-detail{font-size:.9375rem;line-height:1.7;color:var(--muted)}
.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.about-copy>p:not(.eyebrow),.ai-copy{max-width:36em}
:root{--muted:#5f6d61}
@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--muted:#8a968c}}
:root[data-theme=dark]{--muted:#8a968c}
@media(max-width:900px){.intro h1{font-size:2.75rem}}
@media(max-width:720px){.intro h1{font-size:2.5rem}.section-heading h2{font-size:.75rem}}
