:root{--bg: #1d2021;--bg-soft: #282828;--panel: #282828;--panel-2: #32302f;--text: #ebdbb2;--muted: #bdae93;--line: #504945;--accent: #d79921;--accent-dim: #a89984;--heading-soft: #d5c4a1;--link: #d79921;--link-hover: #fabd2f;--max: 1080px;--radius: 18px;--shadow: 0 10px 30px rgba(0, 0, 0, .35);--font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;--font-serif: "Newsreader", Georgia, serif;--body-size: 1rem;--body-line: 1.7;--list-line: 1.6}html[data-theme=light]{--bg: #fbf1c7;--bg-soft: #f2e5bc;--panel: #ebdbb2;--panel-2: #d5c4a1;--text: #3c3836;--muted: #665c54;--line: #bdae93;--accent: #d65d0e;--accent-dim: #7c6f64;--heading-soft: #504945;--link: #458588;--link-hover: #83a598;--shadow: 0 1px 2px rgba(60, 56, 54, .06), 0 2px 8px rgba(60, 56, 54, .04);--font-sans: "Source Sans 3", "DM Sans", ui-sans-serif, system-ui, sans-serif}*{box-sizing:border-box}html{font-family:var(--font-sans);background:var(--bg);color:var(--text);scroll-behavior:smooth;color-scheme:dark}html[data-theme=light]{color-scheme:light}body{margin:0}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}.site-header{border-bottom:1px solid var(--line);background:var(--bg);position:sticky;top:0;z-index:100}.site-header__inner{width:min(var(--max),calc(100% - 2rem));margin:0 auto;padding:1rem 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.site-header__end{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1rem 1.25rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--muted);cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s,color .15s}.theme-toggle:hover{border-color:var(--link);color:var(--link)}.theme-toggle svg{width:1.15rem;height:1.15rem;display:block}html[data-theme=dark] .theme-toggle__sun{display:flex}html[data-theme=dark] .theme-toggle__moon,html[data-theme=light] .theme-toggle__sun{display:none}html[data-theme=light] .theme-toggle__moon{display:flex}.theme-toggle__sun,.theme-toggle__moon{align-items:center;justify-content:center}.site-brand{font-family:var(--font-serif);font-weight:600;font-size:1.1rem;color:var(--text)}.site-brand:hover{color:var(--link-hover);text-decoration:none}.site-nav{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.9rem}.site-nav a{color:var(--muted)}.site-nav a:hover,.site-nav a.is-active{color:var(--link);text-decoration:none}.site-nav a.is-active{font-weight:600}.page{width:min(var(--max),calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem;font-size:var(--body-size);line-height:var(--body-line)}.hero{display:grid;grid-template-columns:2fr 1fr;gap:1.25rem;align-items:start;margin-bottom:2rem}.eyebrow{color:var(--accent);font-weight:700;margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}h1{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05;font-family:var(--font-serif)}.subtitle{margin:.8rem 0 1rem;color:var(--muted);font-size:1.05rem}.summary{max-width:70ch}.summary p{margin:0 0 .85rem;line-height:1.7;color:var(--text)}.summary p:last-child{margin-bottom:0}.section{margin-top:2rem}.section h2{font-size:1.4rem;margin-bottom:1rem;border-bottom:1px solid var(--line);padding-bottom:.6rem;font-family:var(--font-serif)}.card,.contact-card{background:linear-gradient(180deg,var(--panel),var(--panel-2));border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:var(--shadow)}.card+.card{margin-top:1rem}.card-head{display:flex;justify-content:space-between;gap:1rem;align-items:start;margin-bottom:.75rem}.card h3{margin:0;font-size:1.1rem;font-family:var(--font-serif)}.company{margin:.3rem 0 0;color:var(--muted)}.period{margin:0;color:var(--muted);white-space:nowrap;font-size:.95rem}.timeline{display:grid;gap:1rem}.grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.skill-group h3{margin-top:0;margin-bottom:.75rem;font-family:var(--font-serif);font-size:1rem}.skill-group p{margin:0;line-height:1.7;color:var(--text)}ul{margin:0;padding-left:1.2rem}li{margin:.45rem 0;line-height:1.6;color:var(--text)}.email-visible-print{display:none!important}.email-visible-screen{display:inline}.print-btn{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--accent);color:var(--bg);border:none;border-radius:12px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #d7992159;transition:transform .15s,box-shadow .15s,background .15s,color .15s;z-index:100}html[data-theme=light] .print-btn{background:var(--link);color:#fbf1c7;box-shadow:0 4px 16px #45858859}.print-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #d7992173}html[data-theme=light] .print-btn:hover{background:var(--link-hover);box-shadow:0 6px 24px #45858866}html[data-theme=dark] .print-btn:hover{filter:brightness(1.08)}@media(max-width:820px){.hero,.grid.two,.card-head{grid-template-columns:1fr;display:grid}.period{white-space:normal}}.blog-wrap{max-width:42rem}.blog-header{border-bottom:1px solid var(--line);padding-bottom:1.5rem;margin-bottom:2rem}.blog-header h1{font-family:var(--font-serif);font-size:1.4rem;font-weight:600;letter-spacing:-.02em;margin:0 0 .35rem}.blog-header .tagline{margin:0;color:var(--muted);font-size:1.05rem;line-height:var(--body-line)}.blog-header .tagline strong{color:var(--text);font-weight:600}.blog-header .tagline--secondary{margin:.65rem 0 0;color:var(--muted);font-size:.98rem;line-height:var(--body-line);max-width:42rem}h1.title{font-family:var(--font-serif);font-size:2rem;font-weight:600;letter-spacing:-.03em;margin:0 0 .5rem}.meta{color:var(--muted);font-size:.95rem;margin-bottom:2rem}article.post .post-body p,article.post p{margin:0 0 1.1em;font-size:var(--body-size);line-height:var(--body-line);color:var(--text)}article.post .post-body h2,article.post h2{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;margin:1.75rem 0 .75rem;color:var(--heading-soft)}article.post .post-body ul,article.post ul{margin:0 0 1.1em;padding-left:1.25rem}article.post .post-body li,article.post li{margin-bottom:.35em;line-height:var(--list-line)}article.post .post-body pre{overflow-x:auto;padding:1rem 1.15rem;border-radius:10px;border:1px solid var(--line);margin:1.25rem 0;font-size:.88rem;line-height:1.55;box-shadow:var(--shadow)}html[data-theme=light] article.post .post-body pre{background:var(--bg-soft)}article.post .post-body pre code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:inherit;background:transparent;padding:0;border:0}article.post .post-body p code,article.post .post-body li code{background:var(--panel);padding:.15em .4em;border-radius:4px;font-size:.9em;border:1px solid var(--line);font-family:ui-monospace,Menlo,Monaco,Consolas,monospace;color:var(--text)}.post-list{list-style:none;padding:0;margin:0}.post-list li{border-bottom:1px solid var(--line);padding:1.15rem 0}.post-list .post-meta{display:block;margin-bottom:.35rem}.post-list .post-category{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-dim)}.post-list a.lead{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--text);display:block;margin-bottom:.35rem}.post-list a.lead:hover{color:var(--link);text-decoration:none}.post-list .excerpt{color:var(--text);font-size:var(--body-size);line-height:var(--body-line);margin:0}.back{display:inline-block;margin-bottom:1.5rem;font-size:.95rem}.portfolio-wrap{max-width:52rem}.portfolio-wrap .hero{display:block;margin-bottom:2.5rem}.portfolio-wrap header.hero h1{font-size:2rem;font-weight:600;letter-spacing:-.03em;margin:0 0 .5rem}.portfolio-wrap .role{color:var(--muted);font-size:1.05rem;line-height:var(--body-line);margin:0 0 1rem}.portfolio-wrap .intro{max-width:70ch;color:var(--text);font-size:var(--body-size);line-height:var(--body-line);margin:0}.portfolio-wrap .grid{display:grid;gap:1.25rem}@media(min-width:640px){.portfolio-wrap .grid{grid-template-columns:repeat(2,1fr)}}.portfolio-wrap .p-card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:1.35rem 1.5rem}.portfolio-wrap .p-card h2{font-family:var(--font-serif);font-size:1.2rem;font-weight:600;margin:0 0 .5rem;letter-spacing:-.02em;color:var(--text)}.portfolio-wrap .p-card .tags{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent-dim);margin-bottom:.75rem}.portfolio-wrap .p-card p{margin:0;color:var(--text);font-size:var(--body-size);line-height:var(--body-line)}.portfolio-wrap .p-card ul{margin:.75rem 0 0;padding-left:1.1rem;color:var(--text);font-size:var(--body-size);line-height:var(--list-line)}.portfolio-wrap .p-card li{margin-bottom:.35em}.portfolio-wrap section.block{margin-top:2.5rem}.portfolio-wrap section.block h2.section-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 1rem}footer.site-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--line);font-size:.85rem;color:var(--muted)}footer.site-footer p{margin:0}footer.site-footer code{font-size:.85em;color:var(--muted)}@media print{:root{--bg: #fff;--panel: #fff;--panel-2: #fff;--text: #1a1a1a;--muted: #444;--line: #ccc;--accent: #1a6fb5;--shadow: none;--radius: 0}@page{size:A4;margin:14mm 16mm}html{font-size:10.5pt;background:#fff;color:#1a1a1a}body{margin:0;padding:0}.site-header,.email-visible-screen{display:none!important}.email-visible-print{display:inline!important}.page{width:100%;max-width:100%;padding:0;margin:0}.print-btn{display:none!important}.hero{grid-template-columns:2fr 1fr;gap:1rem;margin-bottom:1rem}h1{font-size:20pt}.eyebrow{font-size:8pt;color:var(--accent)}.subtitle{font-size:9pt;margin:.4rem 0 .5rem}.summary p{font-size:9.5pt;line-height:1.5;margin:0 0 .45em}.summary p:last-child{margin-bottom:0}.contact-card{font-size:9pt;line-height:1.5}.section{margin-top:.8rem}.section h2{font-size:12pt;margin-bottom:.5rem;padding-bottom:.3rem;border-bottom:1.5pt solid var(--accent);color:var(--accent)}.card,.contact-card{background:none;border:none;border-radius:0;padding:.3rem 0;box-shadow:none;page-break-inside:avoid;break-inside:avoid}.card+.card{margin-top:.5rem;padding-top:.5rem;border-top:.5pt solid #ddd}.card-head{margin-bottom:.3rem}.card h3{font-size:10.5pt}.company{font-size:9.5pt}.period{font-size:9pt}ul{padding-left:1rem;margin:.15rem 0}li{font-size:9.5pt;line-height:1.45;margin:.15rem 0;color:#1a1a1a}.grid.two{grid-template-columns:repeat(2,1fr);gap:.4rem}.skill-group h3{font-size:10pt;margin-bottom:.25rem}.skill-group p{font-size:9pt;line-height:1.45;color:#1a1a1a}a{color:#1a1a1a;text-decoration:none}a[href^="mailto:"]:after,a[href^="https://"]:after{content:none}}
