:root{--bg: #f6f5f2;--panel: #ffffff;--text: #1f242b;--muted: #5e6670;--accent: #3b6384;--border: #e7e2d9;--max-width: 72rem;--site-header-h: 4rem}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.65;padding-top:var(--site-header-h);text-rendering:optimizeLegibility}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}a[href^=http]:after{content:" ↗";display:inline-block;font-size:.88em;text-decoration:none;vertical-align:baseline}.container{margin:0 auto;max-width:var(--max-width);padding:0 1.25rem}.site-header{background:#f6f5f2f5;backdrop-filter:blur(8px);border-bottom:1px solid var(--border);left:0;position:fixed;right:0;top:0;transform:translateY(0);transition:transform .24s ease,box-shadow .24s ease;z-index:100}.site-header.is-header-hidden{box-shadow:none;pointer-events:none;transform:translateY(-100%)}@media(prefers-reduced-motion:reduce){.site-header{transition:none}.site-header.is-header-hidden{transform:translateY(0)}}.header-inner{align-items:center;display:flex;justify-content:space-between;min-height:4rem}.brand{align-items:center;color:var(--text);display:inline-flex;font-size:1.02rem;font-weight:700;gap:.65rem;letter-spacing:0}.brand-avatar{border:1px solid #d8d3c9;border-radius:.5rem;display:block;flex-shrink:0;height:2.25rem;object-fit:cover;width:2.25rem}.nav-list{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0}.nav-list a[aria-current=page]{font-weight:700;text-decoration:underline;text-underline-offset:.2rem}main{padding:2.5rem 0 4rem}.hero{border-bottom:1px solid #ece7de;margin-bottom:2rem;padding-bottom:2rem}.hero-personal{align-items:center;column-gap:2rem;display:grid;grid-template-columns:minmax(190px,260px) minmax(0,1fr)}.hero-profile img{border:1px solid #d9d4ca;border-radius:1rem;display:block;height:auto;max-width:100%;object-fit:cover}.eyebrow{color:var(--muted);font-size:.82rem;letter-spacing:.05em;margin:0 0 .6rem;text-transform:uppercase}h1,h2,h3{line-height:1.25}h1{font-size:clamp(2rem,3.5vw,3rem);margin:0 0 .9rem}h2{font-size:clamp(1.4rem,2vw,1.9rem);margin:0 0 .8rem}.lead{color:#353e48;font-size:1.09rem;max-width:55ch}.section{margin:2.4rem 0}.section-intro{padding:0}.intro-copy p{margin:0 0 .95rem}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:var(--panel);border:1px solid #ece7de;border-radius:14px;box-shadow:0 10px 30px #1c232b0a;padding:1.1rem 1rem}.card h3{margin:1rem 0}.project-card p{margin-bottom:0}.project-grid{gap:1.1rem}.section-note{margin:-.2rem 0 .95rem;max-width:70ch}.project-card{--card-glow-rgb: 255, 109, 122;--card-border-accent: #ff6d7a;display:flex;flex-direction:column;min-height:100%;overflow:hidden;position:relative;transition:border-top-color .28s ease,border-top-width .28s ease}.project-card-body{display:flex;flex:1;flex-direction:column}.project-impact{margin-top:.7rem;margin-bottom:0}.project-card-meta{border-top:1px solid #eee8de;display:grid;gap:.4rem;margin-top:.9rem;padding-top:.75rem}.project-stack,.project-role-label{margin:0}.project-role-label{font-size:.95rem;line-height:1.45}.project-role-label a{color:inherit;text-underline-offset:.18rem}.project-card:before{border-radius:0 0 999px 999px;content:"";height:.34rem;left:1rem;position:absolute;top:-1px;width:6.2rem;z-index:2}.project-card:after{background:radial-gradient(ellipse 120% 92% at 50% 0%,rgba(var(--card-glow-rgb),.21) 0%,rgba(var(--card-glow-rgb),.06) 46%,transparent 72%);border-radius:14px 14px 0 0;content:"";height:52%;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .32s ease;z-index:0}.project-card:hover:after,.project-card:focus-within:after{opacity:.65}.project-card-body,.project-card-meta{position:relative;z-index:1}.project-grid .project-card:nth-child(8n+1){--card-glow-rgb: 255, 109, 122;--card-border-accent: #ff6d7a}.project-grid .project-card:nth-child(8n+1):before{background:linear-gradient(90deg,#ff6d7a,#ff8f7a)}.project-grid .project-card:nth-child(8n+2){--card-glow-rgb: 255, 156, 61;--card-border-accent: #ff9c3d}.project-grid .project-card:nth-child(8n+2):before{background:linear-gradient(90deg,#ff9c3d,#ffc15a)}.project-grid .project-card:nth-child(8n+3){--card-glow-rgb: 49, 168, 138;--card-border-accent: #31a88a}.project-grid .project-card:nth-child(8n+3):before{background:linear-gradient(90deg,#31a88a,#54c8a8)}.project-grid .project-card:nth-child(8n+4){--card-glow-rgb: 95, 123, 255;--card-border-accent: #5f7bff}.project-grid .project-card:nth-child(8n+4):before{background:linear-gradient(90deg,#5f7bff,#8698ff)}.project-grid .project-card:nth-child(8n+5){--card-glow-rgb: 200, 90, 217;--card-border-accent: #c85ad9}.project-grid .project-card:nth-child(8n+5):before{background:linear-gradient(90deg,#c85ad9,#de89ea)}.project-grid .project-card:nth-child(8n+6){--card-glow-rgb: 240, 91, 91;--card-border-accent: #f05b5b}.project-grid .project-card:nth-child(8n+6):before{background:linear-gradient(90deg,#f05b5b,#f48a8a)}.project-grid .project-card:nth-child(8n+7){--card-glow-rgb: 27, 154, 165;--card-border-accent: #1b9aa5}.project-grid .project-card:nth-child(8n+7):before{background:linear-gradient(90deg,#1b9aa5,#56bec6)}.project-grid .project-card:nth-child(8n+8){--card-glow-rgb: 154, 122, 47;--card-border-accent: #9a7a2f}.project-grid .project-card:nth-child(8n+8):before{background:linear-gradient(90deg,#9a7a2f,#c2a25f)}.blog-thumb-link{display:block;margin:-.2rem -.1rem .8rem}.latest-posts-grid{grid-template-columns:repeat(auto-fit,minmax(280px,360px));justify-content:start}.accomplishments-heading{margin:.3rem 0 .7rem}.accomplishment-grid{display:grid;gap:.9rem;grid-template-columns:repeat(12,minmax(0,1fr));margin-top:1.5rem}.accomplishment-card{--card-glow-rgb: 95, 123, 255;--card-border-accent: #5f7bff;background-color:#fff;border:1px solid #e4ddd2;border-radius:16px;box-shadow:0 8px 24px #191f260d;min-height:162px;overflow:hidden;padding:1rem 1rem .95rem;position:relative;transition:border-top-color .28s ease,border-top-width .28s ease}.accomplishment-card:before{border-radius:0 0 999px 999px;content:"";height:.34rem;left:1rem;position:absolute;top:-1px;width:6.2rem;z-index:2}.accomplishment-card:after{background:radial-gradient(ellipse 120% 92% at 50% 0%,rgba(var(--card-glow-rgb),.21) 0%,rgba(var(--card-glow-rgb),.06) 46%,transparent 72%);border-radius:16px 16px 0 0;content:"";height:52%;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .32s ease;z-index:0}.accomplishment-card:hover:after,.accomplishment-card:focus-within:after{opacity:.65}.accomplishment-card>*{position:relative;z-index:1}.accomplishment-card-sm{grid-column:span 2;min-height:144px}.accomplishment-card-sm .accomplishment-label{font-size:.9rem;margin-bottom:.35rem}.accomplishment-card-sm .muted{font-size:.97rem;line-height:1.45}.accomplishment-card-md{grid-column:span 4;min-height:174px}.accomplishment-card-lg{grid-column:span 6;min-height:182px}.accomplishment-card-lg .accomplishment-value{font-size:2.05rem}.accomplishment-card p{margin:0}.accomplishment-value{color:#244066;font-size:1.85rem;font-weight:700;letter-spacing:-.02em;line-height:1.05;margin-top:.25rem}.accomplishment-label{color:#2f3d4a;font-size:.95rem;font-weight:600;margin:.25rem 0 .5rem!important;text-transform:none}.accomplishment-card .muted{margin-top:0}.accomplishment-accent-blue .accomplishment-value,.accomplishment-accent-teal .accomplishment-value,.accomplishment-accent-violet .accomplishment-value,.accomplishment-accent-orange .accomplishment-value,.accomplishment-accent-green .accomplishment-value{color:#244066}.accomplishment-accent-blue:before{background:linear-gradient(90deg,#5f7bff,#8698ff)}.accomplishment-accent-teal:before{background:linear-gradient(90deg,#1b9aa5,#56bec6)}.accomplishment-accent-violet:before{background:linear-gradient(90deg,#c85ad9,#de89ea)}.accomplishment-accent-orange:before{background:linear-gradient(90deg,#ff9c3d,#ffc15a)}.accomplishment-accent-green:before{background:linear-gradient(90deg,#31a88a,#54c8a8)}.accomplishment-accent-blue{--card-glow-rgb: 95, 123, 255;--card-border-accent: #5f7bff}.accomplishment-accent-teal{--card-glow-rgb: 27, 154, 165;--card-border-accent: #1b9aa5}.accomplishment-accent-violet{--card-glow-rgb: 200, 90, 217;--card-border-accent: #c85ad9}.accomplishment-accent-orange{--card-glow-rgb: 255, 156, 61;--card-border-accent: #ff9c3d}.accomplishment-accent-green{--card-glow-rgb: 49, 168, 138;--card-border-accent: #31a88a}@media(max-width:64rem){.accomplishment-card-sm,.accomplishment-card-md{grid-column:span 6}.accomplishment-card-lg{grid-column:span 6;min-height:176px}}.section-posts{border-top:2px solid #e8e1d6;padding-top:1.05rem}.posts-cta a{border:1px solid #d4cbbb;border-radius:999px;display:inline-block;padding:.35rem .8rem}@media(min-width:48rem){.blog-posts-grid{gap:1.15rem;grid-template-columns:repeat(2,minmax(0,1fr))}}.blog-thumb{border:1px solid #e6e0d7;border-radius:10px;display:block;max-height:320px;object-fit:cover;width:100%}.muted{color:var(--muted)}.pill-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.pill-list li{animation:pill-float 6.2s ease-in-out infinite;background:#fcfaf6;border:1px solid #e3ddd1;border-radius:999px;box-shadow:0 6px 14px #1e283714;color:#304050;font-size:.88rem;padding:.26rem .65rem;transition:box-shadow .16s ease,transform .16s ease}.pill-list li:hover{box-shadow:0 9px 20px #1e28371a;transform:translateY(-1px)}@keyframes pill-float{0%,to{transform:translateY(0)}50%{transform:translateY(-1px)}}@media(prefers-reduced-motion:reduce){.pill-list li{animation:none;transition:none}}.timeline{border-left:2px solid var(--border);list-style:none;margin:0;padding:0 0 0 1rem}.timeline li{margin:0 0 1.2rem}.timeline strong{display:block}.site-footer{border-top:1px solid var(--border);color:var(--muted);font-size:.95rem;padding:1.4rem 0 2.5rem}.blog-post{background:var(--panel);border:1px solid #ece7de;border-radius:14px;box-shadow:0 12px 30px #1c232b0d;margin:0 auto;max-width:52rem;padding:1.4rem 1.2rem}.blog-cover{border:1px solid #e6e0d7;border-radius:12px;display:block;margin:.45rem 0 1.1rem;max-height:22rem;object-fit:cover;width:100%}.blog-post table{border-collapse:collapse;margin:1rem 0;width:100%}.blog-post th,.blog-post td{border:1px solid var(--border);padding:.45rem .6rem;text-align:left}.blog-post details{background:#f1f6fb;border:1px solid #cad7e5;border-radius:8px;padding:.7rem .8rem}@media(max-width:42rem){.header-inner{align-items:stretch;flex-direction:column;gap:.4rem;min-height:unset;padding:1rem}.brand{gap:.5rem;max-width:100%;min-width:0}.brand span{font-size:.95rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-header nav{margin:0;width:100%}.nav-list{display:flex;flex-wrap:wrap;font-size:.9rem;gap:.65rem 1.1rem;justify-content:flex-start;width:100%}.nav-list li{flex:0 0 auto;min-width:0;text-align:left}.nav-list a{border-radius:.35rem;display:inline-block;padding:.35rem 0}main{padding-top:2rem}.hero-personal{align-items:start;grid-template-columns:1fr;justify-items:start;row-gap:1.2rem}.hero-profile{width:100%}.hero-profile img{margin:0;max-width:13.5rem}.accomplishment-grid{gap:.75rem;grid-template-columns:1fr}.accomplishment-card-sm,.accomplishment-card-md,.accomplishment-card-lg{grid-column:span 1;min-height:158px}}
