:root{--bg:#f9f8f5;--bg-elevated:#fff;--text-primary:#1a1a19;--text-secondary:#55554f;--text-tertiary:#5a5a53;--border:#e5e2db;--border-strong:#d2cfc7;--accent:#98331f;--accent-hover:#7e2917;--accent-text:#98331f;--accent-text-hover:#7e2917;--bg-header:#f9f8f5c7;--bg-header-scrolled:#f9f8f5ed;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", Menlo, Consolas, monospace;--max-width:1240px;--max-width-prose:760px;--pad-x-desktop:clamp(2.5rem, 5vw, 4rem);--pad-x-tablet:clamp(1.75rem, 4vw, 2.5rem);--pad-x-mobile:clamp(1.125rem, 3vw, 1.5rem);--pad-x:var(--pad-x-mobile);--section-gap-desktop:clamp(2.5rem, 6vh, 3.5rem);--section-gap-mobile:clamp(2rem, 4.5vh, 2.5rem);--section-gap:var(--section-gap-mobile);--header-height:68px;--radius:10px;--radius-sm:6px;--touch-target:44px;--ease:cubic-bezier(.4, 0, .2, 1);--duration:.2s;--shadow-soft:0 1px 3px #0000000a, 0 4px 12px #00000008;--shadow-lift:0 2px 8px #0000000f, 0 8px 24px #0000000d}@media (width>=768px){:root{--pad-x:var(--pad-x-tablet);--section-gap:var(--section-gap-desktop)}}@media (width>=1024px){:root{--pad-x:var(--pad-x-desktop)}}@media (prefers-color-scheme:dark){:root{--bg:#171715;--bg-elevated:#201f1c;--text-primary:#efede8;--text-secondary:#b4b1aa;--text-tertiary:#8c8982;--border:#302f2b;--border-strong:#45433e;--accent:#b8472e;--accent-hover:#c04e33;--accent-text:#e07354;--accent-text-hover:#f0987d;--bg-header:#171715bf;--bg-header-scrolled:#171715eb;--shadow-soft:0 1px 3px #0003, 0 4px 12px #00000026;--shadow-lift:0 2px 8px #00000040, 0 8px 24px #0003}}html[data-theme=light]{--bg:#f9f8f5;--bg-elevated:#fff;--text-primary:#1a1a19;--text-secondary:#55554f;--text-tertiary:#5a5a53;--border:#e5e2db;--border-strong:#d2cfc7;--accent:#98331f;--accent-hover:#7e2917;--accent-text:#98331f;--accent-text-hover:#7e2917;--bg-header:#f9f8f5c7;--bg-header-scrolled:#f9f8f5ed;--shadow-soft:0 1px 3px #0000000a, 0 4px 12px #00000008;--shadow-lift:0 2px 8px #0000000f, 0 8px 24px #0000000d}html[data-theme=dark]{--bg:#171715;--bg-elevated:#201f1c;--text-primary:#efede8;--text-secondary:#b4b1aa;--text-tertiary:#8c8982;--border:#302f2b;--border-strong:#45433e;--accent:#b8472e;--accent-hover:#c04e33;--accent-text:#e07354;--accent-text-hover:#f0987d;--bg-header:#171715bf;--bg-header-scrolled:#171715eb;--shadow-soft:0 1px 3px #0003, 0 4px 12px #00000026;--shadow-lift:0 2px 8px #00000040, 0 8px 24px #0003}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light dark}body{font-family:var(--font-sans);color:var(--text-primary);background-color:var(--bg);min-height:100dvh;font-size:clamp(1.0625rem,.25vw + 1rem,1.1875rem);line-height:1.65}img,svg,video{max-width:100%;height:auto;display:block}a{color:var(--accent-text);text-underline-offset:.2em;text-decoration-thickness:1px}button{font-family:inherit;font-size:inherit;cursor:pointer;color:inherit;background:0 0;border:none}ul,ol{list-style:none}:focus-visible{outline:2px solid var(--accent-text);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container{width:100%;max-width:var(--max-width);padding-inline:var(--pad-x);margin-inline:auto}.container-prose{width:100%;max-width:var(--max-width-prose);padding-inline:var(--pad-x);margin-inline:auto}html.js .reveal{opacity:0;transition:opacity .5s var(--ease), transform .5s var(--ease);transform:translateY(12px)}html.js .reveal.is-visible{opacity:1;transform:translateY(0)}.mono{font-family:var(--font-mono)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.eyebrow{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:500}.meta-label{font-family:var(--font-mono);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem}.meta-value{color:var(--text-primary);font-size:.9375rem}.link-underline{position:relative}.link-underline:after{content:"";left:0;bottom:var(--underline-offset,-2px);background-color:var(--accent-text);width:0;height:1px;transition:width var(--duration) var(--ease);position:absolute}@media (hover:hover){.link-underline:hover:after{width:100%}}:where(section[id]){scroll-margin-top:calc(var(--header-height) + 1rem)}.site-header[data-astro-cid-fzpbxy5g]{z-index:100;background-color:var(--bg);transition:border-color var(--duration) var(--ease), background-color var(--duration) var(--ease);border-bottom:1px solid #0000;position:sticky;top:0}@supports (backdrop-filter:blur(8px)){.site-header[data-astro-cid-fzpbxy5g]{background-color:var(--bg-header);-webkit-backdrop-filter:blur(8px)}}.site-header[data-astro-cid-fzpbxy5g][data-scrolled]{border-bottom-color:var(--border);background-color:var(--bg-header-scrolled)}.header-inner[data-astro-cid-fzpbxy5g]{height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.wordmark[data-astro-cid-fzpbxy5g]{color:var(--text-primary);letter-spacing:-.01em;font-size:clamp(.95rem,.2vw + .9rem,1.0625rem);font-weight:650;text-decoration:none}.nav-desktop[data-astro-cid-fzpbxy5g]{display:none}.nav-list[data-astro-cid-fzpbxy5g]{align-items:center;gap:2rem;display:flex}.nav-link[data-astro-cid-fzpbxy5g]{--underline-offset:-4px;color:var(--text-secondary);transition:color var(--duration) var(--ease);min-height:var(--touch-target);align-items:center;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.header-actions[data-astro-cid-fzpbxy5g]{align-items:center;gap:.25rem;display:flex}.theme-toggle[data-astro-cid-fzpbxy5g]{width:var(--touch-target);height:var(--touch-target);cursor:pointer;color:var(--text-secondary);transition:color var(--duration) var(--ease);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.theme-toggle[data-astro-cid-fzpbxy5g] .icon-sun[data-astro-cid-fzpbxy5g]{display:none}html[data-theme=dark] .theme-toggle[data-astro-cid-fzpbxy5g] .icon-sun[data-astro-cid-fzpbxy5g]{display:block}html[data-theme=dark] .theme-toggle[data-astro-cid-fzpbxy5g] .icon-moon[data-astro-cid-fzpbxy5g],html:not(.js) .theme-toggle[data-astro-cid-fzpbxy5g]{display:none}.contact-cta[data-astro-cid-fzpbxy5g]{color:var(--text-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-sm);min-height:var(--touch-target);transition:color var(--duration) var(--ease), border-color var(--duration) var(--ease), background-color var(--duration) var(--ease);padding:.625rem 1rem;font-size:.875rem;text-decoration:none;display:none}.menu-toggle[data-astro-cid-fzpbxy5g]{width:var(--touch-target);height:var(--touch-target);justify-content:center;align-items:center;padding:0;display:flex}.menu-icon[data-astro-cid-fzpbxy5g],.menu-icon[data-astro-cid-fzpbxy5g]:before,.menu-icon[data-astro-cid-fzpbxy5g]:after{background-color:var(--text-primary);width:20px;height:1.5px;transition:transform var(--duration) var(--ease), opacity var(--duration) var(--ease);display:block}.menu-icon[data-astro-cid-fzpbxy5g]{position:relative}.menu-icon[data-astro-cid-fzpbxy5g]:before,.menu-icon[data-astro-cid-fzpbxy5g]:after{content:"";position:absolute;left:0}.menu-icon[data-astro-cid-fzpbxy5g]:before{top:-6px}.menu-icon[data-astro-cid-fzpbxy5g]:after{top:6px}.menu-toggle[data-astro-cid-fzpbxy5g][aria-expanded=true] .menu-icon[data-astro-cid-fzpbxy5g]{background-color:#0000}.menu-toggle[data-astro-cid-fzpbxy5g][aria-expanded=true] .menu-icon[data-astro-cid-fzpbxy5g]:before{transform:translateY(6px)rotate(45deg)}.menu-toggle[data-astro-cid-fzpbxy5g][aria-expanded=true] .menu-icon[data-astro-cid-fzpbxy5g]:after{transform:translateY(-6px)rotate(-45deg)}.nav-mobile[data-astro-cid-fzpbxy5g]{background-color:var(--bg);visibility:visible;border-bottom:1px solid #0000;display:block}html.js .nav-mobile[data-astro-cid-fzpbxy5g]{max-height:0;transition:max-height .3s var(--ease), border-color var(--duration) var(--ease), visibility 0s linear .3s;overflow:hidden}html.js .nav-mobile[data-astro-cid-fzpbxy5g][data-closed]{visibility:hidden}html.js .nav-mobile[data-astro-cid-fzpbxy5g][data-open]{border-bottom-color:var(--border);visibility:visible;max-height:320px;transition:max-height .3s var(--ease), border-color var(--duration) var(--ease), visibility 0s}html:not(.js) .nav-mobile[data-astro-cid-fzpbxy5g]{max-height:none;overflow:visible}html:not(.js) .menu-toggle[data-astro-cid-fzpbxy5g]{display:none}.nav-mobile-list[data-astro-cid-fzpbxy5g]{padding:.5rem var(--pad-x) 1rem;flex-direction:column;display:flex}.nav-mobile-link[data-astro-cid-fzpbxy5g]{min-height:var(--touch-target);color:var(--text-secondary);border-bottom:1px solid var(--border);transition:color var(--duration) var(--ease);align-items:center;padding:.5rem 0;font-size:1rem;text-decoration:none;display:flex}@media (width>=768px){.nav-desktop[data-astro-cid-fzpbxy5g]{display:block}.contact-cta[data-astro-cid-fzpbxy5g]{align-items:center;display:inline-flex}.menu-toggle[data-astro-cid-fzpbxy5g],.nav-mobile[data-astro-cid-fzpbxy5g]{display:none}}@media (hover:hover){.nav-link[data-astro-cid-fzpbxy5g]:hover,.theme-toggle[data-astro-cid-fzpbxy5g]:hover{color:var(--text-primary)}.contact-cta[data-astro-cid-fzpbxy5g]:hover{color:var(--text-primary);border-color:var(--text-secondary);background-color:var(--bg-elevated)}.nav-mobile-link[data-astro-cid-fzpbxy5g]:hover{color:var(--text-primary)}}.site-footer[data-astro-cid-nns7i3if]{border-top:1px solid var(--border);padding-block:2rem}.footer-inner[data-astro-cid-nns7i3if]{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.footer-copyright[data-astro-cid-nns7i3if]{color:var(--text-tertiary);font-size:.8125rem}.footer-links[data-astro-cid-nns7i3if]{flex-wrap:wrap;align-items:center;gap:0 1.25rem;display:flex}.footer-link[data-astro-cid-nns7i3if]{min-height:var(--touch-target);color:var(--text-tertiary);transition:color var(--duration) var(--ease);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-family:inherit;font-size:.8125rem;text-decoration:none;display:inline-flex}@media (hover:hover){.footer-link[data-astro-cid-nns7i3if]:hover{color:var(--text-secondary)}}@media (width>=768px){.footer-inner[data-astro-cid-nns7i3if]{flex-direction:row;justify-content:space-between;align-items:center}}.skip-link[data-astro-cid-z4jru4n3]{z-index:200;background-color:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text-primary);padding:.625rem 1rem;font-size:.875rem;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link[data-astro-cid-z4jru4n3]:focus{top:1rem;left:1rem}.hero[data-astro-cid-ge2uvauf]{padding-top:clamp(6rem,11vh,8.75rem);padding-bottom:clamp(3.5rem,6vh,4.5rem)}.hero-inner[data-astro-cid-ge2uvauf]{flex-direction:column;gap:clamp(2.5rem,6vh,4rem);display:flex}.hero-main[data-astro-cid-ge2uvauf]{max-width:640px}.hero-eyebrow[data-astro-cid-ge2uvauf]{margin-bottom:1.25rem}.hero-name[data-astro-cid-ge2uvauf]{letter-spacing:-.035em;overflow-wrap:break-word;margin-bottom:1.5rem;font-size:clamp(2.75rem,5vw,4.5rem);font-weight:700;line-height:1.05}.hero-positioning[data-astro-cid-ge2uvauf]{max-width:44rem;color:var(--text-secondary);margin-bottom:1.5rem;font-size:clamp(1.35rem,2vw,1.8rem);font-weight:500;line-height:1.35}.hero-intro[data-astro-cid-ge2uvauf]{color:var(--text-secondary);max-width:50ch;margin-bottom:1.25rem;font-size:clamp(1.0625rem,1.5vw,1.25rem);line-height:1.6}.hero-escalation[data-astro-cid-ge2uvauf]{color:var(--text-primary);max-width:50ch;margin-bottom:2rem;font-size:clamp(1.0625rem,1.5vw,1.25rem);font-weight:500;line-height:1.6}.hero-ctas[data-astro-cid-ge2uvauf]{flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;display:flex}.hero-meta[data-astro-cid-ge2uvauf]{border-top:1px solid var(--border);padding-top:1.5rem}.meta-list[data-astro-cid-ge2uvauf]{flex-wrap:wrap;gap:1.5rem 3rem;display:flex}.meta-item[data-astro-cid-ge2uvauf],.meta-value[data-astro-cid-ge2uvauf]{margin:0}.btn[data-astro-cid-ge2uvauf]{border-radius:var(--radius-sm);min-height:var(--touch-target);transition:background-color var(--duration) var(--ease), border-color var(--duration) var(--ease), color var(--duration) var(--ease);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary[data-astro-cid-ge2uvauf]{background-color:var(--accent);color:#fff;border:1px solid var(--accent)}.btn-secondary[data-astro-cid-ge2uvauf]{color:var(--text-primary);border:1px solid var(--border-strong);background-color:#0000}@media (width>=768px){.hero[data-astro-cid-ge2uvauf]{align-items:center;min-height:60vh;display:flex}.hero-inner[data-astro-cid-ge2uvauf]{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:3rem}.hero-meta[data-astro-cid-ge2uvauf]{border-top:none;border-left:1px solid var(--border);flex-shrink:0;align-self:stretch;max-width:260px;padding-top:0;padding-bottom:.5rem;padding-left:2.5rem}.meta-list[data-astro-cid-ge2uvauf]{flex-direction:column;gap:1.25rem}}@media (hover:hover){.btn-primary[data-astro-cid-ge2uvauf]:hover{background-color:var(--accent-hover);border-color:var(--accent-hover)}.btn-secondary[data-astro-cid-ge2uvauf]:hover{border-color:var(--text-secondary);background-color:var(--bg-elevated)}}.btn-primary[data-astro-cid-ge2uvauf]:active,.btn-secondary[data-astro-cid-ge2uvauf]:active{transform:translateY(1px)}.section[data-astro-cid-w6ymvdtg]{padding-block:var(--section-gap)}.section-heading[data-astro-cid-ypavld2q]{margin-bottom:clamp(2.25rem,4vh,3.5rem)}.section-eyebrow[data-astro-cid-ypavld2q]{margin-bottom:.625rem}.section-title[data-astro-cid-ypavld2q]{letter-spacing:-.025em;font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:650;line-height:1.1}.section-intro{color:var(--text-secondary);max-width:60ch;margin-top:1rem;font-size:1.0625rem;line-height:1.6}.project[data-astro-cid-pr64pldb]{flex-direction:column;gap:clamp(1.5rem,4vw,2rem);display:flex}.project-visual[data-astro-cid-pr64pldb]{border:1px solid var(--border-strong);border-radius:var(--radius);background-color:var(--bg-elevated);box-shadow:var(--shadow-soft);transition:box-shadow .3s var(--ease), transform .3s var(--ease);overflow:hidden}.project-visual[data-astro-cid-pr64pldb] img[data-astro-cid-pr64pldb]{aspect-ratio:16/9;object-fit:cover;object-position:center;width:100%;display:block}.project-content[data-astro-cid-pr64pldb]{max-width:34rem}.project--text-only[data-astro-cid-pr64pldb] .project-content[data-astro-cid-pr64pldb]{max-width:44rem}.project-name[data-astro-cid-pr64pldb]{letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.5rem,2vw,2rem);font-weight:650;line-height:1.15}.project-description[data-astro-cid-pr64pldb]{color:var(--text-secondary);margin-bottom:1.25rem;font-size:clamp(1.0625rem,.25vw + 1rem,1.1875rem);line-height:1.6}.project-meta[data-astro-cid-pr64pldb]{font-family:var(--font-mono);color:var(--text-tertiary);margin-bottom:1.5rem;font-size:.75rem;line-height:1.5}.project-links[data-astro-cid-pr64pldb]{flex-wrap:wrap;align-items:center;gap:.5rem 1.75rem;display:flex}.project-link[data-astro-cid-pr64pldb]{color:var(--text-secondary);transition:color var(--duration) var(--ease);min-height:var(--touch-target);align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.project-link-arrow[data-astro-cid-pr64pldb]{transition:transform var(--duration) var(--ease);font-size:.875rem}@media (width>=900px){.project[data-astro-cid-pr64pldb]{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:clamp(2rem,4vw,4rem);display:grid}.project--reverse[data-astro-cid-pr64pldb] .project-visual[data-astro-cid-pr64pldb]{order:2}.project--reverse[data-astro-cid-pr64pldb] .project-content[data-astro-cid-pr64pldb]{order:1}.project--text-only[data-astro-cid-pr64pldb]{display:block}.project--text-only[data-astro-cid-pr64pldb] .project-content[data-astro-cid-pr64pldb]{max-width:46rem}}@media (hover:hover){.project-visual[data-astro-cid-pr64pldb]:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.project-link[data-astro-cid-pr64pldb]:hover{color:var(--accent-text)}.project-link[data-astro-cid-pr64pldb]:hover .project-link-arrow[data-astro-cid-pr64pldb]{transform:translate(2px,-2px)}}.capability-list[data-astro-cid-nd6fvspx]{grid-template-columns:1fr;gap:0;display:grid}.capability-item[data-astro-cid-nd6fvspx]{border-top:1px solid var(--border);padding-block:1.25rem}.capability-item[data-astro-cid-nd6fvspx]:last-child{border-bottom:1px solid var(--border)}.capability-title[data-astro-cid-nd6fvspx]{letter-spacing:-.01em;margin-bottom:.375rem;font-size:1.125rem;font-weight:600}.capability-description[data-astro-cid-nd6fvspx]{color:var(--text-secondary);font-size:1rem;line-height:1.55}@media (width>=768px){.capability-list[data-astro-cid-nd6fvspx]{grid-template-columns:1fr 1fr;column-gap:3rem}.capability-item[data-astro-cid-nd6fvspx]:nth-last-child(2):not(:last-child){border-bottom:1px solid var(--border)}}.tech-stack[data-astro-cid-ceyfej33]{margin-top:clamp(2.5rem,5vh,3.5rem)}.tech-label[data-astro-cid-ceyfej33]{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.tech-rows[data-astro-cid-ceyfej33]{flex-direction:column;gap:.375rem;margin:0;display:flex}.tech-row[data-astro-cid-ceyfej33]{align-items:baseline;gap:1rem;margin:0;display:flex}.tech-row-label[data-astro-cid-ceyfej33]{font-family:var(--font-mono);color:var(--text-tertiary);flex-shrink:0;width:6.5rem;margin:0;font-size:.875rem}.tech-row-value[data-astro-cid-ceyfej33]{font-family:var(--font-mono);color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.6}@media (width<=480px){.tech-row[data-astro-cid-ceyfej33]{flex-direction:column;gap:0}.tech-row-value[data-astro-cid-ceyfej33]{padding-top:.125rem}}.repo-item[data-astro-cid-6bihojgj]{border-top:1px solid var(--border);flex-direction:column;gap:.625rem;padding-block:1.5rem;display:flex}.repo-item[data-astro-cid-6bihojgj]:last-child{border-bottom:1px solid var(--border)}.repo-name[data-astro-cid-6bihojgj]{letter-spacing:-.01em;font-size:1rem;font-weight:600}.repo-link[data-astro-cid-6bihojgj]{--underline-offset:-1px;color:var(--text-primary);transition:color var(--duration) var(--ease);text-decoration:none}.repo-description[data-astro-cid-6bihojgj]{color:var(--text-secondary);max-width:60ch;font-size:1.0625rem;line-height:1.55}.repo-meta[data-astro-cid-6bihojgj]{flex-wrap:wrap;align-items:center;gap:0 1rem;display:flex}.repo-language[data-astro-cid-6bihojgj]{font-family:var(--font-mono);color:var(--text-secondary);font-size:.8125rem}.repo-source-link[data-astro-cid-6bihojgj]{color:var(--text-secondary);transition:color var(--duration) var(--ease);font-size:.8125rem;text-decoration:none}.repo-source-label[data-astro-cid-6bihojgj]{position:relative}@media (width>=768px){.repo-item[data-astro-cid-6bihojgj]{flex-direction:row;justify-content:space-between;align-items:baseline;gap:2rem}.repo-main[data-astro-cid-6bihojgj]{flex:1}.repo-meta[data-astro-cid-6bihojgj]{flex-shrink:0;gap:0 1.25rem}}@media (hover:hover){.repo-link[data-astro-cid-6bihojgj]:hover,.repo-source-link[data-astro-cid-6bihojgj]:hover{color:var(--accent-text)}}.about-inner[data-astro-cid-oxgmilyn]{grid-template-columns:1fr;align-items:start;gap:2.5rem;display:grid}.about-text[data-astro-cid-oxgmilyn]{max-width:44rem}.about-paragraph[data-astro-cid-oxgmilyn]{color:var(--text-secondary);font-size:1.0625rem;line-height:1.7}.about-paragraph[data-astro-cid-oxgmilyn]+.about-paragraph[data-astro-cid-oxgmilyn]{margin-top:1.25rem}.about-meta[data-astro-cid-oxgmilyn]{border-top:1px solid var(--border);padding-top:1.25rem}.about-meta[data-astro-cid-oxgmilyn] .meta-label[data-astro-cid-oxgmilyn]{color:var(--text-secondary)}.about-meta-list[data-astro-cid-oxgmilyn]{flex-wrap:wrap;gap:1.25rem 2.5rem;display:flex}.about-meta-item[data-astro-cid-oxgmilyn]{margin:0}@media (width>=768px){.about-inner[data-astro-cid-oxgmilyn]{grid-template-columns:minmax(0,1.5fr) minmax(220px,.5fr);gap:clamp(3rem,7vw,6rem)}.about-meta[data-astro-cid-oxgmilyn]{border-top:none;border-left:1px solid var(--border);padding-top:0;padding-left:2.5rem}.about-meta-list[data-astro-cid-oxgmilyn]{flex-direction:column;gap:1.25rem}}.contact-inner[data-astro-cid-he3spzz3]{text-align:left}.contact-eyebrow[data-astro-cid-he3spzz3]{margin-bottom:1rem}.contact-heading[data-astro-cid-he3spzz3]{letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;line-height:1.2}.contact-text[data-astro-cid-he3spzz3]{color:var(--text-secondary);max-width:52ch;margin-bottom:2rem;font-size:1.0625rem;line-height:1.6}.contact-email[data-astro-cid-he3spzz3]{min-height:var(--touch-target);color:var(--accent-text);border-bottom:1px solid var(--accent-text);transition:color var(--duration) var(--ease), border-color var(--duration) var(--ease);align-items:center;padding-bottom:2px;font-size:1.125rem;font-weight:500;text-decoration:none;display:inline-flex}.contact-social[data-astro-cid-he3spzz3]{flex-wrap:wrap;gap:0 1.5rem;margin-top:2.5rem;display:flex}.contact-social-link[data-astro-cid-he3spzz3]{--underline-offset:-2px;min-height:var(--touch-target);color:var(--text-secondary);transition:color var(--duration) var(--ease);align-items:center;font-size:.875rem;text-decoration:none;display:inline-flex}@media (hover:hover){.contact-email[data-astro-cid-he3spzz3]:hover{color:var(--accent-text-hover);border-color:var(--accent-text-hover)}.contact-social-link[data-astro-cid-he3spzz3]:hover{color:var(--text-primary)}}.project-row[data-astro-cid-lcdefpme]+.project-row[data-astro-cid-lcdefpme]{margin-top:clamp(4rem,7vh,6rem)}.repo-more[data-astro-cid-lcdefpme]{color:var(--text-secondary);min-height:var(--touch-target);--underline-offset:-2px;transition:color var(--duration) var(--ease);align-items:center;gap:.25rem;margin-top:1.5rem;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.repo-more[data-astro-cid-lcdefpme] .more-arrow[data-astro-cid-lcdefpme]{transition:transform var(--duration) var(--ease);font-size:.8125rem}@media (hover:hover){.repo-more[data-astro-cid-lcdefpme]:hover{color:var(--accent-text)}.repo-more[data-astro-cid-lcdefpme]:hover .more-arrow[data-astro-cid-lcdefpme]{transform:translate(2px,-2px)}}
