:root{--navy:#1a3a52;--dark-navy:#0f2537;--charcoal:#2d3748;--light-grey:#f7f9fc;--medium-grey:#e2e8f0;--text-grey:#4a5568;--accent:#3b82f6;--white:#fff;--max:1120px;--radius:8px;color-scheme:light}html[data-theme=dark]{--navy:#e7edf5;--dark-navy:#0a0d12;--charcoal:#dfe3ea;--light-grey:#0e1117;--medium-grey:#262b33;--text-grey:#9aa4b2;--accent:#6ea8ff;--white:#171b22;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--charcoal);background:var(--light-grey);-webkit-font-smoothing:antialiased;font-family:Work Sans,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.7;transition:background-color .2s,color .2s}h1,h2,h3,.serif{font-family:Cormorant Garamond,Georgia,serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:var(--max);margin:0 auto;padding:0 2rem}.site-header{background:var(--white);border-bottom:1px solid var(--medium-grey)}.site-header .wrap{justify-content:space-between;align-items:center;padding-top:1.4rem;padding-bottom:1.4rem;display:flex}.brand{color:var(--navy);font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600}.brand:hover{text-decoration:none}.nav a{color:var(--text-grey);margin-left:1.75rem;font-size:.95rem;transition:color .2s}.nav a:hover{color:var(--navy);text-decoration:none}.theme-toggle{border:1px solid var(--medium-grey);color:var(--text-grey);cursor:pointer;background:0 0;border-radius:999px;place-items:center;width:2rem;height:2rem;margin-left:1.5rem;font-size:.95rem;line-height:1;transition:color .2s,border-color .2s;display:inline-grid}.theme-toggle:hover{color:var(--navy);border-color:var(--accent)}.theme-toggle .i-sun{display:none}.theme-toggle .i-moon,html[data-theme=dark] .theme-toggle .i-sun{display:inline}html[data-theme=dark] .theme-toggle .i-moon{display:none}main{min-height:60vh}.hero{grid-template-columns:280px 1fr;align-items:center;gap:3rem;padding:4.5rem 0 3.5rem;display:grid}.hero-image,.hero-placeholder{border-radius:var(--radius);object-fit:cover;width:280px;height:320px;box-shadow:0 10px 30px #0f25371f}.hero-placeholder{color:#cfe0f0;background:linear-gradient(160deg,#1a3a52,#0f2537);place-items:center;font-family:Cormorant Garamond,serif;font-size:4rem;display:grid}.hero-content h1{color:var(--navy);margin-bottom:.75rem;font-size:3rem;font-weight:600;line-height:1.1}.hero-content .subtitle{color:var(--text-grey);margin-bottom:1.25rem;font-size:1.2rem;font-weight:300}.hero-content .bio{color:var(--text-grey);max-width:40rem;font-size:1.05rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;margin-top:1.75rem;display:flex}.hero-actions a{color:var(--navy);font-size:.95rem}.btn-download{background:var(--navy);border-radius:var(--radius);padding:.6rem 1.15rem;font-size:.9rem;transition:background .2s;color:var(--white)!important}.btn-download:hover{filter:brightness(.92);text-decoration:none}section.block{border-top:1px solid var(--medium-grey);padding:2.5rem 0}section.block>h2{color:var(--navy);margin-bottom:1.5rem;font-size:2rem;font-weight:600}.entry{margin-bottom:1.75rem}.entry:last-child{margin-bottom:0}.entry-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.entry-head h3{color:var(--charcoal);font-size:1.4rem;font-weight:600}.entry .role{color:var(--text-grey);font-family:Work Sans,sans-serif;font-size:1rem}.entry .dates{color:var(--text-grey);white-space:nowrap;font-size:.9rem}.entry .place{color:var(--text-grey);margin-top:.15rem;font-size:.9rem}.entry ul{margin:.6rem 0 0;padding-left:1.2rem}.entry li{color:var(--text-grey);margin:.25rem 0}.cards{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:1.25rem;display:grid}.card{background:var(--white);border:1px solid var(--medium-grey);border-radius:var(--radius);padding:1.5rem;transition:box-shadow .2s,transform .2s}.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f25371a}.card h3{color:var(--navy);margin-bottom:.4rem;font-size:1.35rem}.card p{color:var(--text-grey);font-size:.95rem}.pills{flex-wrap:wrap;gap:.5rem;display:flex}.pill{background:var(--white);border:1px solid var(--medium-grey);color:var(--text-grey);border-radius:999px;padding:.3rem .85rem;font-size:.88rem}.meta-row{color:var(--text-grey);flex-wrap:wrap;gap:.35rem 1.25rem;margin-top:.5rem;font-size:.92rem;display:flex}.page-title{padding:3.5rem 0 1rem}.page-title h1{color:var(--navy);font-size:3rem;font-weight:600}.page-title .subtitle{color:var(--text-grey);margin-top:.25rem;font-size:1.2rem;font-weight:300}.richtext>:is(p,ul,ol){color:var(--text-grey);margin:0 0 1rem}.richtext>:is(h2,h3){color:var(--navy);margin:1.5rem 0 .5rem}.richtext a{text-decoration:underline}.plain-list{padding:0;list-style:none}.plain-list li{border-bottom:1px solid var(--medium-grey);color:var(--text-grey);padding:.5rem 0}.plain-list li:last-child{border-bottom:none}.post-list{list-style:none}.post-list li{border-bottom:1px solid var(--medium-grey);padding:1.75rem 0}.post-list li:first-child{border-top:1px solid var(--medium-grey)}.post-list .date{color:var(--text-grey);font-size:.88rem}.post-list h3{margin:.2rem 0;font-size:1.7rem;font-weight:600}.post-list h3 a{color:var(--navy)}.post-list .excerpt{color:var(--text-grey)}.article{max-width:44rem;padding:3rem 0}.article .back{color:var(--text-grey);font-size:.92rem}.article h1{color:var(--navy);margin:1rem 0 .35rem;font-size:2.8rem;font-weight:600}.article .date{color:var(--text-grey);margin-bottom:1.5rem;font-size:.92rem}.article :is(h2,h3){color:var(--navy);margin:2rem 0 .75rem}.article h2{font-size:1.9rem}.article h3{font-size:1.45rem}.article p{margin:1rem 0}.article a{text-decoration:underline}.article img{border-radius:var(--radius);max-width:100%;margin:1.5rem 0}.article pre{color:#e2e8f0;border-radius:var(--radius);background:#0f2537;margin:1.25rem 0;padding:1.1rem;overflow-x:auto}.article code{background:var(--medium-grey);border-radius:4px;padding:.12rem .4rem;font-size:.9em}.article pre code{color:inherit;background:0 0;padding:0}.article blockquote{border-left:3px solid var(--accent);color:var(--text-grey);margin:1.25rem 0;padding:.35rem 1.25rem;font-style:italic}.site-footer{border-top:1px solid var(--medium-grey);color:var(--text-grey);margin-top:2rem;padding:2rem 0;font-size:.9rem}.site-footer a{color:var(--text-grey)}@media (width<=720px){.wrap{padding:0 1.25rem}.hero{text-align:center;grid-template-columns:1fr;justify-items:center;gap:1.75rem;padding:3rem 0 2.5rem}.hero-image,.hero-placeholder{width:220px;height:250px}.hero-content h1{font-size:2.4rem}.hero-actions{justify-content:center}.entry-head{flex-direction:column;gap:.15rem}}
